From 20ef4edf5aa731e92d49c81a5f3d7c9023dcfa5f Mon Sep 17 00:00:00 2001 From: just-a-node Date: Thu, 1 Aug 2024 15:22:03 -0600 Subject: [PATCH 1/2] fix: sepolia subgraphs --- .../adapters/subgraph/.graphclient/index.ts | 227019 ++++++++------- .../subgraph/.graphclient/schema.graphql | 116927 ++++---- .../Connext_Sepolia/introspectionSchema.ts | 49414 ++-- .../sources/Connext_Sepolia/schema.graphql | 4397 +- .../sources/Connext_Sepolia/types.ts | 4533 +- .../Hub_Sepolia/introspectionSchema.ts | 106 +- .../sources/Hub_Sepolia/schema.graphql | 106 +- .../.graphclient/sources/Hub_Sepolia/types.ts | 98 +- packages/adapters/subgraph/.graphclientrc.yml | 4 +- 9 files changed, 211116 insertions(+), 191488 deletions(-) diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index fe08efee91..97b273cb8d 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,80 +18,80 @@ 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 { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; +import type { ConnextBaseTypes } from './sources/Connext_Base/types'; import type { StableSwapOptimismSepoliaTypes } from './sources/StableSwap_OptimismSepolia/types'; -import type { HubSepoliaTypes } from './sources/Hub_Sepolia/types'; -import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; -import type { ConnextOptimismSepoliaTypes } from './sources/Connext_OptimismSepolia/types'; +import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; import type { StableSwapModeTypes } from './sources/StableSwap_Mode/types'; -import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; -import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; +import type { ConnextOptimismSepoliaTypes } from './sources/Connext_OptimismSepolia/types'; +import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; -import type { StableSwapArbitrumSepoliaTypes } from './sources/StableSwap_ArbitrumSepolia/types'; import type { StableSwapSepoliaTypes } from './sources/StableSwap_Sepolia/types'; -import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; -import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types'; -import type { ConnextSepoliaTypes } from './sources/Connext_Sepolia/types'; -import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; -import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types'; +import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; +import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; -import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; -import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; -import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; +import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; +import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; +import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types'; +import type { StableSwapArbitrumSepoliaTypes } from './sources/StableSwap_ArbitrumSepolia/types'; +import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; +import type { HubSepoliaTypes } from './sources/Hub_Sepolia/types'; import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; -import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; -import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; import type { StableSwapXlayerTypes } from './sources/StableSwap_Xlayer/types'; -import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; +import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; +import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; +import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; +import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types'; +import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; +import type { ConnextSepoliaTypes } from './sources/Connext_Sepolia/types'; import type { ConnextArbitrumSepoliaTypes } from './sources/Connext_ArbitrumSepolia/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; -import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; -import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; -import type { ConnextBaseTypes } from './sources/Connext_Base/types'; -import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; -import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; -import type { ConnextModeTypes } from './sources/Connext_Mode/types'; +import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; import type { ConnextXlayerTypes } from './sources/Connext_Xlayer/types'; import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types'; -import * as importedModule$0 from "./sources/StableSwap_OptimismSepolia/introspectionSchema"; -import * as importedModule$1 from "./sources/Connext_OptimismSepolia/introspectionSchema"; -import * as importedModule$2 from "./sources/Connext_Xdai/introspectionSchema"; -import * as importedModule$3 from "./sources/Connext_Sepolia/introspectionSchema"; -import * as importedModule$4 from "./sources/Hub_Sepolia/introspectionSchema"; -import * as importedModule$5 from "./sources/StableSwap_Mantle/introspectionSchema"; -import * as importedModule$6 from "./sources/StableSwap_Mode/introspectionSchema"; -import * as importedModule$7 from "./sources/StableSwap_Metis/introspectionSchema"; +import type { ConnextModeTypes } from './sources/Connext_Mode/types'; +import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; +import * as importedModule$0 from "./sources/Connext_OptimismSepolia/introspectionSchema"; +import * as importedModule$1 from "./sources/Connext_Polygon/introspectionSchema"; +import * as importedModule$2 from "./sources/StableSwap_OptimismSepolia/introspectionSchema"; +import * as importedModule$3 from "./sources/Connext_Base/introspectionSchema"; +import * as importedModule$4 from "./sources/Connext_Xdai/introspectionSchema"; +import * as importedModule$5 from "./sources/StableSwap_Mode/introspectionSchema"; +import * as importedModule$6 from "./sources/StableSwap_Metis/introspectionSchema"; +import * as importedModule$7 from "./sources/StableSwap_Mantle/introspectionSchema"; import * as importedModule$8 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; -import * as importedModule$9 from "./sources/StableSwap_ArbitrumSepolia/introspectionSchema"; -import * as importedModule$10 from "./sources/StableSwap_Sepolia/introspectionSchema"; -import * as importedModule$11 from "./sources/StableSwap_Xdai/introspectionSchema"; -import * as importedModule$12 from "./sources/Connext_Linea/introspectionSchema"; -import * as importedModule$13 from "./sources/Connext_Optimism/introspectionSchema"; -import * as importedModule$14 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; -import * as importedModule$15 from "./sources/Connext_Mantle/introspectionSchema"; -import * as importedModule$16 from "./sources/Connext_ArbitrumOne/introspectionSchema"; -import * as importedModule$17 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; -import * as importedModule$18 from "./sources/StableSwap_Avalanche/introspectionSchema"; -import * as importedModule$19 from "./sources/Connext_Polygon/introspectionSchema"; -import * as importedModule$20 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$21 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$22 from "./sources/StableSwap_Base/introspectionSchema"; -import * as importedModule$23 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$24 from "./sources/StableSwap_Optimism/introspectionSchema"; -import * as importedModule$25 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$26 from "./sources/StableSwap_Xlayer/introspectionSchema"; -import * as importedModule$27 from "./sources/Connext_ArbitrumSepolia/introspectionSchema"; -import * as importedModule$28 from "./sources/Connext_ZkSync/introspectionSchema"; -import * as importedModule$29 from "./sources/Connext_Avalanche/introspectionSchema"; -import * as importedModule$30 from "./sources/Connext_Mainnet/introspectionSchema"; -import * as importedModule$31 from "./sources/Connext_Base/introspectionSchema"; -import * as importedModule$32 from "./sources/StableSwap_Linea/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_Metis/introspectionSchema"; -import * as importedModule$34 from "./sources/Connext_Mode/introspectionSchema"; -import * as importedModule$35 from "./sources/Connext_Xlayer/introspectionSchema"; -import * as importedModule$36 from "./sources/StableSwap_Bnb/introspectionSchema"; +import * as importedModule$9 from "./sources/StableSwap_Linea/introspectionSchema"; +import * as importedModule$10 from "./sources/StableSwap_Base/introspectionSchema"; +import * as importedModule$11 from "./sources/StableSwap_Sepolia/introspectionSchema"; +import * as importedModule$12 from "./sources/Hub_Mainnet/introspectionSchema"; +import * as importedModule$13 from "./sources/StableSwap_Optimism/introspectionSchema"; +import * as importedModule$14 from "./sources/Hub_Sepolia/introspectionSchema"; +import * as importedModule$15 from "./sources/StableSwap_ArbitrumSepolia/introspectionSchema"; +import * as importedModule$16 from "./sources/StableSwap_Polygon/introspectionSchema"; +import * as importedModule$17 from "./sources/StableSwap_Bnb/introspectionSchema"; +import * as importedModule$18 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$19 from "./sources/Connext_ArbitrumOne/introspectionSchema"; +import * as importedModule$20 from "./sources/StableSwap_Avalanche/introspectionSchema"; +import * as importedModule$21 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; +import * as importedModule$22 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; +import * as importedModule$23 from "./sources/Connext_Linea/introspectionSchema"; +import * as importedModule$24 from "./sources/StableSwap_Xlayer/introspectionSchema"; +import * as importedModule$25 from "./sources/StableSwap_Xdai/introspectionSchema"; +import * as importedModule$26 from "./sources/Connext_ArbitrumSepolia/introspectionSchema"; +import * as importedModule$27 from "./sources/Connext_Sepolia/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_Bnb/introspectionSchema"; +import * as importedModule$29 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; +import * as importedModule$30 from "./sources/Connext_ZkSync/introspectionSchema"; +import * as importedModule$31 from "./sources/Connext_Mantle/introspectionSchema"; +import * as importedModule$32 from "./sources/Connext_Mainnet/introspectionSchema"; +import * as importedModule$33 from "./sources/Connext_Avalanche/introspectionSchema"; +import * as importedModule$34 from "./sources/Connext_Xlayer/introspectionSchema"; +import * as importedModule$35 from "./sources/Connext_Mode/introspectionSchema"; +import * as importedModule$36 from "./sources/Connext_Metis/introspectionSchema"; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; @@ -108,148 +108,114 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - optimismsepolia_swap_BigDecimal: any; - BigInt: any; - optimismsepolia_swap_Bytes: any; - optimismsepolia_swap_Int8: any; - Timestamp: any; optimismsepolia_BigDecimal: any; + BigInt: any; optimismsepolia_Bytes: any; optimismsepolia_Int8: any; + Timestamp: any; + polygon_BigDecimal: any; + polygon_Bytes: any; + polygon_Int8: any; + optimismsepolia_swap_BigDecimal: any; + optimismsepolia_swap_Bytes: any; + optimismsepolia_swap_Int8: any; + base_BigDecimal: any; + base_Bytes: any; + base_Int8: any; xdai_BigDecimal: any; xdai_Bytes: any; xdai_Int8: any; - sepolia_BigDecimal: any; - sepolia_Bytes: any; - sepolia_Int8: any; - mantle_swap_BigDecimal: any; - mantle_swap_Bytes: any; - mantle_swap_Int8: any; mode_swap_BigDecimal: any; mode_swap_Bytes: any; mode_swap_Int8: any; metis_swap_BigDecimal: any; metis_swap_Bytes: any; metis_swap_Int8: any; + mantle_swap_BigDecimal: any; + mantle_swap_Bytes: any; + mantle_swap_Int8: any; zksync_swap_BigDecimal: any; zksync_swap_Bytes: any; zksync_swap_Int8: any; - arbitrumsepolia_swap_BigDecimal: any; - arbitrumsepolia_swap_Bytes: any; - arbitrumsepolia_swap_Int8: any; + linea_swap_BigDecimal: any; + linea_swap_Bytes: any; + base_swap_BigDecimal: any; + base_swap_Bytes: any; + base_swap_Int8: any; sepolia_swap_BigDecimal: any; sepolia_swap_Bytes: any; sepolia_swap_Int8: any; - xdai_swap_BigDecimal: any; - xdai_swap_Bytes: any; - xdai_swap_Int8: any; - linea_BigDecimal: any; - linea_Bytes: any; + mainnet_BigDecimal: any; + mainnet_Bytes: any; + mainnet_Int8: any; + optimism_swap_BigDecimal: any; + optimism_swap_Bytes: any; + optimism_swap_Int8: any; + sepolia_BigDecimal: any; + sepolia_Bytes: any; + sepolia_Int8: any; + arbitrumsepolia_swap_BigDecimal: any; + arbitrumsepolia_swap_Bytes: any; + arbitrumsepolia_swap_Int8: any; + polygon_swap_BigDecimal: any; + polygon_swap_Bytes: any; + polygon_swap_Int8: any; + bnb_swap_BigDecimal: any; + bnb_swap_Bytes: any; + bnb_swap_Int8: any; optimism_BigDecimal: any; optimism_Bytes: any; optimism_Int8: any; - polygonzkevm_BigDecimal: any; - polygonzkevm_Bytes: any; - polygonzkevm_Int8: any; - mantle_BigDecimal: any; - mantle_Bytes: any; - mantle_Int8: any; arbitrumone_BigDecimal: any; arbitrumone_Bytes: any; arbitrumone_Int8: any; - polygonzkevm_swap_BigDecimal: any; - polygonzkevm_swap_Bytes: any; - polygonzkevm_swap_Int8: any; avalanche_swap_BigDecimal: any; avalanche_swap_Bytes: any; avalanche_swap_Int8: any; - polygon_BigDecimal: any; - polygon_Bytes: any; - polygon_Int8: any; - polygon_swap_BigDecimal: any; - polygon_swap_Bytes: any; - polygon_swap_Int8: any; - mainnet_BigDecimal: any; - mainnet_Bytes: any; - mainnet_Int8: any; - base_swap_BigDecimal: any; - base_swap_Bytes: any; - base_swap_Int8: any; - bnb_BigDecimal: any; - bnb_Bytes: any; - bnb_Int8: any; - optimism_swap_BigDecimal: any; - optimism_swap_Bytes: any; - optimism_swap_Int8: any; arbitrumone_swap_BigDecimal: any; arbitrumone_swap_Bytes: any; arbitrumone_swap_Int8: any; + polygonzkevm_BigDecimal: any; + polygonzkevm_Bytes: any; + polygonzkevm_Int8: any; + linea_BigDecimal: any; + linea_Bytes: any; xlayer_swap_BigDecimal: any; xlayer_swap_Bytes: any; xlayer_swap_Int8: any; + xdai_swap_BigDecimal: any; + xdai_swap_Bytes: any; + xdai_swap_Int8: any; arbitrumsepolia_BigDecimal: any; arbitrumsepolia_Bytes: any; arbitrumsepolia_Int8: any; + bnb_BigDecimal: any; + bnb_Bytes: any; + bnb_Int8: any; + polygonzkevm_swap_BigDecimal: any; + polygonzkevm_swap_Bytes: any; + polygonzkevm_swap_Int8: any; zksync_BigDecimal: any; zksync_Bytes: any; zksync_Int8: any; + mantle_BigDecimal: any; + mantle_Bytes: any; + mantle_Int8: any; avalanche_BigDecimal: any; avalanche_Bytes: any; avalanche_Int8: any; - base_BigDecimal: any; - base_Bytes: any; - base_Int8: any; - linea_swap_BigDecimal: any; - linea_swap_Bytes: any; - metis_BigDecimal: any; - metis_Bytes: any; - metis_Int8: any; - mode_BigDecimal: any; - mode_Bytes: any; - mode_Int8: any; xlayer_BigDecimal: any; xlayer_Bytes: any; xlayer_Int8: any; - bnb_swap_BigDecimal: any; - bnb_swap_Bytes: any; - bnb_swap_Int8: any; + mode_BigDecimal: any; + mode_Bytes: any; + mode_Int8: any; + metis_BigDecimal: any; + metis_Bytes: any; + metis_Int8: any; }; export type Query = { - optimismsepolia_swap_systemInfo?: Maybe; - optimismsepolia_swap_systemInfos: Array; - optimismsepolia_swap_pooledToken?: Maybe; - optimismsepolia_swap_pooledTokens: Array; - optimismsepolia_swap_stableSwap?: Maybe; - optimismsepolia_swap_stableSwaps: Array; - optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; - optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - optimismsepolia_swap_stableSwapExchange?: Maybe; - optimismsepolia_swap_stableSwapExchanges: Array; - optimismsepolia_swap_swapDailyVolume?: Maybe; - optimismsepolia_swap_swapDailyVolumes: Array; - optimismsepolia_swap_swapHourlyVolume?: Maybe; - optimismsepolia_swap_swapHourlyVolumes: Array; - optimismsepolia_swap_swapWeeklyVolume?: Maybe; - optimismsepolia_swap_swapWeeklyVolumes: Array; - optimismsepolia_swap_lpAccount?: Maybe; - optimismsepolia_swap_lpAccounts: Array; - optimismsepolia_swap_lpAccountBalance?: Maybe; - optimismsepolia_swap_lpAccountBalances: Array; - optimismsepolia_swap_lpToken?: Maybe; - optimismsepolia_swap_lpTokens: Array; - optimismsepolia_swap_lpTransferEvent?: Maybe; - optimismsepolia_swap_lpTransferEvents: Array; - optimismsepolia_swap_stableSwapEvent?: Maybe; - optimismsepolia_swap_stableSwapEvents: Array; - optimismsepolia_swap_swapTradeVolume?: Maybe; - optimismsepolia_swap_swapTradeVolumes: Array; - optimismsepolia_swap_lpTokenEvent?: Maybe; - optimismsepolia_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimismsepolia_swap__meta?: Maybe; optimismsepolia_asset?: Maybe; optimismsepolia_assets: Array; optimismsepolia_assetStatus?: Maybe; @@ -298,6 +264,136 @@ export type Query = { optimismsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ optimismsepolia__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; + optimismsepolia_swap_systemInfo?: Maybe; + optimismsepolia_swap_systemInfos: Array; + optimismsepolia_swap_pooledToken?: Maybe; + optimismsepolia_swap_pooledTokens: Array; + optimismsepolia_swap_stableSwap?: Maybe; + optimismsepolia_swap_stableSwaps: Array; + optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; + optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + optimismsepolia_swap_stableSwapExchange?: Maybe; + optimismsepolia_swap_stableSwapExchanges: Array; + optimismsepolia_swap_swapDailyVolume?: Maybe; + optimismsepolia_swap_swapDailyVolumes: Array; + optimismsepolia_swap_swapHourlyVolume?: Maybe; + optimismsepolia_swap_swapHourlyVolumes: Array; + optimismsepolia_swap_swapWeeklyVolume?: Maybe; + optimismsepolia_swap_swapWeeklyVolumes: Array; + optimismsepolia_swap_lpAccount?: Maybe; + optimismsepolia_swap_lpAccounts: Array; + optimismsepolia_swap_lpAccountBalance?: Maybe; + optimismsepolia_swap_lpAccountBalances: Array; + optimismsepolia_swap_lpToken?: Maybe; + optimismsepolia_swap_lpTokens: Array; + optimismsepolia_swap_lpTransferEvent?: Maybe; + optimismsepolia_swap_lpTransferEvents: Array; + optimismsepolia_swap_stableSwapEvent?: Maybe; + optimismsepolia_swap_stableSwapEvents: Array; + optimismsepolia_swap_swapTradeVolume?: Maybe; + optimismsepolia_swap_swapTradeVolumes: Array; + optimismsepolia_swap_lpTokenEvent?: Maybe; + optimismsepolia_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismsepolia_swap__meta?: Maybe; + 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; xdai_assetBalance?: Maybe; xdai_assetBalances: Array; xdai_router?: Maybe; @@ -308,94 +404,6 @@ export type Query = { xdai_users: Array; /** Access to subgraph metadata */ xdai__meta?: Maybe; - sepolia_rootAggregated?: Maybe; - sepolia_rootAggregateds: Array; - sepolia_rootPropagated?: Maybe; - sepolia_rootPropagateds: Array; - sepolia_aggregatedMessageRoot?: Maybe; - sepolia_aggregatedMessageRoots: Array; - sepolia_rootManagerMeta?: Maybe; - sepolia_rootManagerMetas: Array; - sepolia_rootManagerMode?: Maybe; - sepolia_rootManagerModes: Array; - sepolia_optimisticRootProposed?: Maybe; - sepolia_optimisticRootProposeds: Array; - sepolia_hubOptimisticRootFinalized?: Maybe; - sepolia_hubOptimisticRootFinalizeds: Array; - sepolia_optimisticRootPropagated?: Maybe; - sepolia_optimisticRootPropagateds: Array; - sepolia_polygonConnectorMeta?: Maybe; - sepolia_polygonConnectorMetas: Array; - sepolia_optimismConnectorMeta?: Maybe; - sepolia_optimismConnectorMetas: Array; - sepolia_bnbConnectorMeta?: Maybe; - sepolia_bnbConnectorMetas: Array; - sepolia_arbitrumConnectorMeta?: Maybe; - sepolia_arbitrumConnectorMetas: Array; - sepolia_gnosisConnectorMeta?: Maybe; - sepolia_gnosisConnectorMetas: Array; - sepolia_lineaConnectorMeta?: Maybe; - sepolia_lineaConnectorMetas: Array; - sepolia_metisConnectorMeta?: Maybe; - sepolia_metisConnectorMetas: Array; - sepolia_mantleConnectorMeta?: Maybe; - sepolia_mantleConnectorMetas: Array; - sepolia_avalancheConnectorMeta?: Maybe; - sepolia_avalancheConnectorMetas: Array; - sepolia_baseConnectorMeta?: Maybe; - sepolia_baseConnectorMetas: Array; - sepolia_polygonZkConnectorMeta?: Maybe; - sepolia_polygonZkConnectorMetas: Array; - sepolia_zkSyncConnectorMeta?: Maybe; - sepolia_zkSyncConnectorMetas: Array; - sepolia_modeConnectorMeta?: Maybe; - sepolia_modeConnectorMetas: Array; - sepolia_scrollConnectorMeta?: Maybe; - sepolia_scrollConnectorMetas: Array; - sepolia_xlayerConnectorMeta?: Maybe; - sepolia_xlayerConnectorMetas: Array; - sepolia_rootMessageProcessed?: Maybe; - sepolia_rootMessageProcesseds: Array; - sepolia_aggregateRootSavedSlow?: Maybe; - sepolia_aggregateRootSavedSlows: Array; - sepolia_hubDomain?: Maybe; - sepolia_hubDomains: Array; - /** Access to subgraph metadata */ - sepolia__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; mode_swap_systemInfo?: Maybe; mode_swap_systemInfos: Array; mode_swap_pooledToken?: Maybe; @@ -464,6 +472,40 @@ export type Query = { metis_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ metis_swap__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; zksync_swap_systemInfo?: Maybe; zksync_swap_systemInfos: Array; zksync_swap_pooledToken?: Maybe; @@ -498,66 +540,100 @@ export type Query = { zksync_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ zksync_swap__meta?: Maybe; - arbitrumsepolia_swap_systemInfo?: Maybe; - arbitrumsepolia_swap_systemInfos: Array; - arbitrumsepolia_swap_pooledToken?: Maybe; - arbitrumsepolia_swap_pooledTokens: Array; - arbitrumsepolia_swap_stableSwap?: Maybe; - arbitrumsepolia_swap_stableSwaps: Array; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapExchange?: Maybe; - arbitrumsepolia_swap_stableSwapExchanges: Array; - arbitrumsepolia_swap_swapDailyVolume?: Maybe; - arbitrumsepolia_swap_swapDailyVolumes: Array; - arbitrumsepolia_swap_swapHourlyVolume?: Maybe; - arbitrumsepolia_swap_swapHourlyVolumes: Array; - arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; - arbitrumsepolia_swap_swapWeeklyVolumes: Array; - arbitrumsepolia_swap_lpAccount?: Maybe; - arbitrumsepolia_swap_lpAccounts: Array; - arbitrumsepolia_swap_lpAccountBalance?: Maybe; - arbitrumsepolia_swap_lpAccountBalances: Array; - arbitrumsepolia_swap_lpToken?: Maybe; - arbitrumsepolia_swap_lpTokens: Array; - arbitrumsepolia_swap_lpTransferEvent?: Maybe; - arbitrumsepolia_swap_lpTransferEvents: Array; - arbitrumsepolia_swap_stableSwapEvent?: Maybe; - arbitrumsepolia_swap_stableSwapEvents: Array; - arbitrumsepolia_swap_swapTradeVolume?: Maybe; - arbitrumsepolia_swap_swapTradeVolumes: Array; - arbitrumsepolia_swap_lpTokenEvent?: Maybe; - arbitrumsepolia_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumsepolia_swap__meta?: Maybe; - sepolia_swap_systemInfo?: Maybe; - sepolia_swap_systemInfos: Array; - sepolia_swap_pooledToken?: Maybe; - sepolia_swap_pooledTokens: Array; - sepolia_swap_stableSwap?: Maybe; - sepolia_swap_stableSwaps: Array; - sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - sepolia_swap_stableSwapAddLiquidityEvents: Array; - sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - sepolia_swap_stableSwapRemoveLiquidityEvents: Array; - sepolia_swap_stableSwapExchange?: Maybe; - sepolia_swap_stableSwapExchanges: Array; - sepolia_swap_swapDailyVolume?: Maybe; - sepolia_swap_swapDailyVolumes: Array; - sepolia_swap_swapHourlyVolume?: Maybe; - sepolia_swap_swapHourlyVolumes: Array; - sepolia_swap_swapWeeklyVolume?: Maybe; - sepolia_swap_swapWeeklyVolumes: Array; - sepolia_swap_lpAccount?: Maybe; - sepolia_swap_lpAccounts: Array; - sepolia_swap_lpAccountBalance?: Maybe; - sepolia_swap_lpAccountBalances: Array; - sepolia_swap_lpToken?: Maybe; - sepolia_swap_lpTokens: Array; - sepolia_swap_lpTransferEvent?: Maybe; - sepolia_swap_lpTransferEvents: Array; + 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; + 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; + sepolia_swap_systemInfo?: Maybe; + sepolia_swap_systemInfos: Array; + sepolia_swap_pooledToken?: Maybe; + sepolia_swap_pooledTokens: Array; + sepolia_swap_stableSwap?: Maybe; + sepolia_swap_stableSwaps: Array; + sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + sepolia_swap_stableSwapAddLiquidityEvents: Array; + sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + sepolia_swap_stableSwapRemoveLiquidityEvents: Array; + sepolia_swap_stableSwapExchange?: Maybe; + sepolia_swap_stableSwapExchanges: Array; + sepolia_swap_swapDailyVolume?: Maybe; + sepolia_swap_swapDailyVolumes: Array; + sepolia_swap_swapHourlyVolume?: Maybe; + sepolia_swap_swapHourlyVolumes: Array; + sepolia_swap_swapWeeklyVolume?: Maybe; + sepolia_swap_swapWeeklyVolumes: Array; + sepolia_swap_lpAccount?: Maybe; + sepolia_swap_lpAccounts: Array; + sepolia_swap_lpAccountBalance?: Maybe; + sepolia_swap_lpAccountBalances: Array; + sepolia_swap_lpToken?: Maybe; + sepolia_swap_lpTokens: Array; + sepolia_swap_lpTransferEvent?: Maybe; + sepolia_swap_lpTransferEvents: Array; sepolia_swap_stableSwapEvent?: Maybe; sepolia_swap_stableSwapEvents: Array; sepolia_swap_swapTradeVolume?: Maybe; @@ -566,88 +642,246 @@ export type Query = { sepolia_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ sepolia_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; + 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 */ - xdai_swap__meta?: Maybe; - linea_asset?: Maybe; - linea_assets: Array; - linea_assetStatus?: Maybe; - linea_assetStatuses: Array; - linea_assetBalance?: Maybe; - linea_assetBalances: Array; - linea_router?: Maybe; - linea_routers: Array; - linea_routerDailyTVL?: Maybe; - linea_routerDailyTVLs: Array; - linea_routerLiquidityEvent?: Maybe; - linea_routerLiquidityEvents: Array; - linea_setting?: Maybe; - linea_settings: Array; - linea_relayer?: Maybe; - linea_relayers: Array; - linea_sequencer?: Maybe; - linea_sequencers: Array; - linea_relayerFee?: Maybe; - linea_relayerFees: Array; - linea_originTransfer?: Maybe; - linea_originTransfers: Array; - linea_destinationTransfer?: Maybe; - linea_destinationTransfers: Array; - linea_originMessage?: Maybe; - linea_originMessages: Array; - linea_aggregateRoot?: Maybe; - linea_aggregateRoots: Array; - linea_connectorMeta?: Maybe; - linea_connectorMetas: Array; - linea_rootCount?: Maybe; - linea_rootCounts: Array; - linea_rootMessageSent?: Maybe; - linea_rootMessageSents: Array; - linea_relayerFeesIncrease?: Maybe; - linea_relayerFeesIncreases: Array; - linea_slippageUpdate?: Maybe; - linea_slippageUpdates: Array; - linea_snapshotRoot?: Maybe; - linea_snapshotRoots: Array; - linea_spokeConnectorMode?: Maybe; - linea_spokeConnectorModes: Array; - linea_aggregateRootProposed?: Maybe; - linea_aggregateRootProposeds: Array; - linea_optimisticRootFinalized?: Maybe; - linea_optimisticRootFinalizeds: Array; + mainnet__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 */ - linea__meta?: Maybe; + optimism_swap__meta?: Maybe; + sepolia_rootAggregated?: Maybe; + sepolia_rootAggregateds: Array; + sepolia_rootPropagated?: Maybe; + sepolia_rootPropagateds: Array; + sepolia_aggregatedMessageRoot?: Maybe; + sepolia_aggregatedMessageRoots: Array; + sepolia_rootManagerMeta?: Maybe; + sepolia_rootManagerMetas: Array; + sepolia_rootManagerMode?: Maybe; + sepolia_rootManagerModes: Array; + sepolia_optimisticRootProposed?: Maybe; + sepolia_optimisticRootProposeds: Array; + sepolia_hubOptimisticRootFinalized?: Maybe; + sepolia_hubOptimisticRootFinalizeds: Array; + sepolia_optimisticRootPropagated?: Maybe; + sepolia_optimisticRootPropagateds: Array; + sepolia_polygonConnectorMeta?: Maybe; + sepolia_polygonConnectorMetas: Array; + sepolia_optimismConnectorMeta?: Maybe; + sepolia_optimismConnectorMetas: Array; + sepolia_bnbConnectorMeta?: Maybe; + sepolia_bnbConnectorMetas: Array; + sepolia_arbitrumConnectorMeta?: Maybe; + sepolia_arbitrumConnectorMetas: Array; + sepolia_gnosisConnectorMeta?: Maybe; + sepolia_gnosisConnectorMetas: Array; + sepolia_lineaConnectorMeta?: Maybe; + sepolia_lineaConnectorMetas: Array; + sepolia_metisConnectorMeta?: Maybe; + sepolia_metisConnectorMetas: Array; + sepolia_mantleConnectorMeta?: Maybe; + sepolia_mantleConnectorMetas: Array; + sepolia_avalancheConnectorMeta?: Maybe; + sepolia_avalancheConnectorMetas: Array; + sepolia_baseConnectorMeta?: Maybe; + sepolia_baseConnectorMetas: Array; + sepolia_polygonZkConnectorMeta?: Maybe; + sepolia_polygonZkConnectorMetas: Array; + sepolia_x1ConnectorMeta?: Maybe; + sepolia_x1ConnectorMetas: Array; + sepolia_zkSyncConnectorMeta?: Maybe; + sepolia_zkSyncConnectorMetas: Array; + sepolia_modeConnectorMeta?: Maybe; + sepolia_modeConnectorMetas: Array; + sepolia_scrollConnectorMeta?: Maybe; + sepolia_scrollConnectorMetas: Array; + sepolia_rootMessageProcessed?: Maybe; + sepolia_rootMessageProcesseds: Array; + sepolia_aggregateRootSavedSlow?: Maybe; + sepolia_aggregateRootSavedSlows: Array; + sepolia_hubDomain?: Maybe; + sepolia_hubDomains: Array; + /** Access to subgraph metadata */ + sepolia__meta?: Maybe; + arbitrumsepolia_swap_systemInfo?: Maybe; + arbitrumsepolia_swap_systemInfos: Array; + arbitrumsepolia_swap_pooledToken?: Maybe; + arbitrumsepolia_swap_pooledTokens: Array; + arbitrumsepolia_swap_stableSwap?: Maybe; + arbitrumsepolia_swap_stableSwaps: Array; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapExchange?: Maybe; + arbitrumsepolia_swap_stableSwapExchanges: Array; + arbitrumsepolia_swap_swapDailyVolume?: Maybe; + arbitrumsepolia_swap_swapDailyVolumes: Array; + arbitrumsepolia_swap_swapHourlyVolume?: Maybe; + arbitrumsepolia_swap_swapHourlyVolumes: Array; + arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; + arbitrumsepolia_swap_swapWeeklyVolumes: Array; + arbitrumsepolia_swap_lpAccount?: Maybe; + arbitrumsepolia_swap_lpAccounts: Array; + arbitrumsepolia_swap_lpAccountBalance?: Maybe; + arbitrumsepolia_swap_lpAccountBalances: Array; + arbitrumsepolia_swap_lpToken?: Maybe; + arbitrumsepolia_swap_lpTokens: Array; + arbitrumsepolia_swap_lpTransferEvent?: Maybe; + arbitrumsepolia_swap_lpTransferEvents: Array; + arbitrumsepolia_swap_stableSwapEvent?: Maybe; + arbitrumsepolia_swap_stableSwapEvents: Array; + arbitrumsepolia_swap_swapTradeVolume?: Maybe; + arbitrumsepolia_swap_swapTradeVolumes: Array; + arbitrumsepolia_swap_lpTokenEvent?: Maybe; + arbitrumsepolia_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + arbitrumsepolia_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; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; optimism_asset?: Maybe; optimism_assets: Array; optimism_assetStatus?: Maybe; @@ -696,102 +930,6 @@ export type Query = { optimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ optimism__meta?: Maybe; - polygonzkevm_asset?: Maybe; - polygonzkevm_assets: Array; - polygonzkevm_assetStatus?: Maybe; - polygonzkevm_assetStatuses: Array; - polygonzkevm_assetBalance?: Maybe; - polygonzkevm_assetBalances: Array; - polygonzkevm_router?: Maybe; - polygonzkevm_routers: Array; - polygonzkevm_routerDailyTVL?: Maybe; - polygonzkevm_routerDailyTVLs: Array; - polygonzkevm_routerLiquidityEvent?: Maybe; - polygonzkevm_routerLiquidityEvents: Array; - polygonzkevm_setting?: Maybe; - polygonzkevm_settings: Array; - polygonzkevm_relayer?: Maybe; - polygonzkevm_relayers: Array; - polygonzkevm_sequencer?: Maybe; - polygonzkevm_sequencers: Array; - polygonzkevm_relayerFee?: Maybe; - polygonzkevm_relayerFees: Array; - polygonzkevm_originTransfer?: Maybe; - polygonzkevm_originTransfers: Array; - polygonzkevm_destinationTransfer?: Maybe; - polygonzkevm_destinationTransfers: Array; - polygonzkevm_originMessage?: Maybe; - polygonzkevm_originMessages: Array; - polygonzkevm_aggregateRoot?: Maybe; - polygonzkevm_aggregateRoots: Array; - polygonzkevm_connectorMeta?: Maybe; - polygonzkevm_connectorMetas: Array; - polygonzkevm_rootCount?: Maybe; - polygonzkevm_rootCounts: Array; - polygonzkevm_rootMessageSent?: Maybe; - polygonzkevm_rootMessageSents: Array; - polygonzkevm_relayerFeesIncrease?: Maybe; - polygonzkevm_relayerFeesIncreases: Array; - polygonzkevm_slippageUpdate?: Maybe; - polygonzkevm_slippageUpdates: Array; - polygonzkevm_snapshotRoot?: Maybe; - polygonzkevm_snapshotRoots: Array; - polygonzkevm_spokeConnectorMode?: Maybe; - polygonzkevm_spokeConnectorModes: Array; - polygonzkevm_aggregateRootProposed?: Maybe; - polygonzkevm_aggregateRootProposeds: Array; - polygonzkevm_optimisticRootFinalized?: Maybe; - polygonzkevm_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - polygonzkevm__meta?: Maybe; - 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; arbitrumone_asset?: Maybe; arbitrumone_assets: Array; arbitrumone_assetStatus?: Maybe; @@ -840,54 +978,6 @@ export type Query = { arbitrumone_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ arbitrumone__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_swap_systemInfo?: Maybe; avalanche_swap_systemInfos: Array; avalanche_swap_pooledToken?: Maybe; @@ -922,254 +1012,6 @@ export type Query = { avalanche_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ avalanche_swap__meta?: Maybe; - polygon_asset?: Maybe; - polygon_assets: Array; - polygon_assetStatus?: Maybe; - polygon_assetStatuses: Array; - polygon_assetBalance?: Maybe; - polygon_assetBalances: Array; - polygon_router?: Maybe; - polygon_routers: Array; - polygon_routerDailyTVL?: Maybe; - polygon_routerDailyTVLs: Array; - polygon_routerLiquidityEvent?: Maybe; - polygon_routerLiquidityEvents: Array; - polygon_setting?: Maybe; - polygon_settings: Array; - polygon_relayer?: Maybe; - polygon_relayers: Array; - polygon_sequencer?: Maybe; - polygon_sequencers: Array; - polygon_relayerFee?: Maybe; - polygon_relayerFees: Array; - polygon_originTransfer?: Maybe; - polygon_originTransfers: Array; - polygon_destinationTransfer?: Maybe; - polygon_destinationTransfers: Array; - polygon_originMessage?: Maybe; - polygon_originMessages: Array; - polygon_aggregateRoot?: Maybe; - polygon_aggregateRoots: Array; - polygon_connectorMeta?: Maybe; - polygon_connectorMetas: Array; - polygon_rootCount?: Maybe; - polygon_rootCounts: Array; - polygon_rootMessageSent?: Maybe; - polygon_rootMessageSents: Array; - polygon_relayerFeesIncrease?: Maybe; - polygon_relayerFeesIncreases: Array; - polygon_slippageUpdate?: Maybe; - polygon_slippageUpdates: Array; - polygon_snapshotRoot?: Maybe; - polygon_snapshotRoots: Array; - polygon_spokeConnectorMode?: Maybe; - polygon_spokeConnectorModes: Array; - polygon_aggregateRootProposed?: Maybe; - polygon_aggregateRootProposeds: Array; - polygon_optimisticRootFinalized?: Maybe; - polygon_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - polygon__meta?: Maybe; - 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; - 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; - 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; - 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; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; arbitrumone_swap_systemInfo?: Maybe; arbitrumone_swap_systemInfos: Array; arbitrumone_swap_pooledToken?: Maybe; @@ -1204,6 +1046,102 @@ export type Query = { arbitrumone_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ arbitrumone_swap__meta?: Maybe; + polygonzkevm_asset?: Maybe; + polygonzkevm_assets: Array; + polygonzkevm_assetStatus?: Maybe; + polygonzkevm_assetStatuses: Array; + polygonzkevm_assetBalance?: Maybe; + polygonzkevm_assetBalances: Array; + polygonzkevm_router?: Maybe; + polygonzkevm_routers: Array; + polygonzkevm_routerDailyTVL?: Maybe; + polygonzkevm_routerDailyTVLs: Array; + polygonzkevm_routerLiquidityEvent?: Maybe; + polygonzkevm_routerLiquidityEvents: Array; + polygonzkevm_setting?: Maybe; + polygonzkevm_settings: Array; + polygonzkevm_relayer?: Maybe; + polygonzkevm_relayers: Array; + polygonzkevm_sequencer?: Maybe; + polygonzkevm_sequencers: Array; + polygonzkevm_relayerFee?: Maybe; + polygonzkevm_relayerFees: Array; + polygonzkevm_originTransfer?: Maybe; + polygonzkevm_originTransfers: Array; + polygonzkevm_destinationTransfer?: Maybe; + polygonzkevm_destinationTransfers: Array; + polygonzkevm_originMessage?: Maybe; + polygonzkevm_originMessages: Array; + polygonzkevm_aggregateRoot?: Maybe; + polygonzkevm_aggregateRoots: Array; + polygonzkevm_connectorMeta?: Maybe; + polygonzkevm_connectorMetas: Array; + polygonzkevm_rootCount?: Maybe; + polygonzkevm_rootCounts: Array; + polygonzkevm_rootMessageSent?: Maybe; + polygonzkevm_rootMessageSents: Array; + polygonzkevm_relayerFeesIncrease?: Maybe; + polygonzkevm_relayerFeesIncreases: Array; + polygonzkevm_slippageUpdate?: Maybe; + polygonzkevm_slippageUpdates: Array; + polygonzkevm_snapshotRoot?: Maybe; + polygonzkevm_snapshotRoots: Array; + polygonzkevm_spokeConnectorMode?: Maybe; + polygonzkevm_spokeConnectorModes: Array; + polygonzkevm_aggregateRootProposed?: Maybe; + polygonzkevm_aggregateRootProposeds: Array; + polygonzkevm_optimisticRootFinalized?: Maybe; + polygonzkevm_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + polygonzkevm__meta?: Maybe; + linea_asset?: Maybe; + linea_assets: Array; + linea_assetStatus?: Maybe; + linea_assetStatuses: Array; + linea_assetBalance?: Maybe; + linea_assetBalances: Array; + linea_router?: Maybe; + linea_routers: Array; + linea_routerDailyTVL?: Maybe; + linea_routerDailyTVLs: Array; + linea_routerLiquidityEvent?: Maybe; + linea_routerLiquidityEvents: Array; + linea_setting?: Maybe; + linea_settings: Array; + linea_relayer?: Maybe; + linea_relayers: Array; + linea_sequencer?: Maybe; + linea_sequencers: Array; + linea_relayerFee?: Maybe; + linea_relayerFees: Array; + linea_originTransfer?: Maybe; + linea_originTransfers: Array; + linea_destinationTransfer?: Maybe; + linea_destinationTransfers: Array; + linea_originMessage?: Maybe; + linea_originMessages: Array; + linea_aggregateRoot?: Maybe; + linea_aggregateRoots: Array; + linea_connectorMeta?: Maybe; + linea_connectorMetas: Array; + linea_rootCount?: Maybe; + linea_rootCounts: Array; + linea_rootMessageSent?: Maybe; + linea_rootMessageSents: Array; + linea_relayerFeesIncrease?: Maybe; + linea_relayerFeesIncreases: Array; + linea_slippageUpdate?: Maybe; + linea_slippageUpdates: Array; + linea_snapshotRoot?: Maybe; + linea_snapshotRoots: Array; + linea_spokeConnectorMode?: Maybe; + linea_spokeConnectorModes: Array; + linea_aggregateRootProposed?: Maybe; + linea_aggregateRootProposeds: Array; + linea_optimisticRootFinalized?: Maybe; + linea_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + linea__meta?: Maybe; xlayer_swap_systemInfo?: Maybe; xlayer_swap_systemInfos: Array; xlayer_swap_pooledToken?: Maybe; @@ -1238,6 +1176,40 @@ export type Query = { xlayer_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ xlayer_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; arbitrumsepolia_asset?: Maybe; arbitrumsepolia_assets: Array; arbitrumsepolia_assetStatus?: Maybe; @@ -1286,102 +1258,244 @@ export type Query = { arbitrumsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ arbitrumsepolia__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; + sepolia_asset?: Maybe; + sepolia_assets: Array; + sepolia_assetStatus?: Maybe; + sepolia_assetStatuses: Array; + sepolia_assetBalance?: Maybe; + sepolia_assetBalances: Array; + sepolia_router?: Maybe; + sepolia_routers: Array; + sepolia_routerDailyTVL?: Maybe; + sepolia_routerDailyTVLs: Array; + sepolia_routerLiquidityEvent?: Maybe; + sepolia_routerLiquidityEvents: Array; + sepolia_setting?: Maybe; + sepolia_settings: Array; + sepolia_relayer?: Maybe; + sepolia_relayers: Array; + sepolia_sequencer?: Maybe; + sepolia_sequencers: Array; + sepolia_relayerFee?: Maybe; + sepolia_relayerFees: Array; + sepolia_originTransfer?: Maybe; + sepolia_originTransfers: Array; + sepolia_destinationTransfer?: Maybe; + sepolia_destinationTransfers: Array; + sepolia_originMessage?: Maybe; + sepolia_originMessages: Array; + sepolia_aggregateRoot?: Maybe; + sepolia_aggregateRoots: Array; + sepolia_connectorMeta?: Maybe; + sepolia_connectorMetas: Array; + sepolia_rootCount?: Maybe; + sepolia_rootCounts: Array; + sepolia_rootMessageSent?: Maybe; + sepolia_rootMessageSents: Array; + sepolia_relayerFeesIncrease?: Maybe; + sepolia_relayerFeesIncreases: Array; + sepolia_slippageUpdate?: Maybe; + sepolia_slippageUpdates: Array; + sepolia_snapshotRoot?: Maybe; + sepolia_snapshotRoots: Array; + sepolia_spokeConnectorMode?: Maybe; + sepolia_spokeConnectorModes: Array; + sepolia_aggregateRootProposed?: Maybe; + sepolia_aggregateRootProposeds: Array; + sepolia_optimisticRootFinalized?: Maybe; + sepolia_optimisticRootFinalizeds: Array; + 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; + 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; + zksync_asset?: Maybe; + zksync_assets: Array; + zksync_assetStatus?: Maybe; + zksync_assetStatuses: Array; + zksync_assetBalance?: Maybe; + zksync_assetBalances: Array; + zksync_router?: Maybe; + zksync_routers: Array; + zksync_routerDailyTVL?: Maybe; + zksync_routerDailyTVLs: Array; + zksync_routerLiquidityEvent?: Maybe; + zksync_routerLiquidityEvents: Array; + zksync_setting?: Maybe; + zksync_settings: Array; + zksync_relayer?: Maybe; + zksync_relayers: Array; + zksync_sequencer?: Maybe; + zksync_sequencers: Array; + zksync_relayerFee?: Maybe; + zksync_relayerFees: Array; + zksync_originTransfer?: Maybe; + zksync_originTransfers: Array; + zksync_destinationTransfer?: Maybe; + zksync_destinationTransfers: Array; + zksync_originMessage?: Maybe; + zksync_originMessages: Array; + zksync_aggregateRoot?: Maybe; + zksync_aggregateRoots: Array; + zksync_connectorMeta?: Maybe; + zksync_connectorMetas: Array; + zksync_rootCount?: Maybe; + zksync_rootCounts: Array; + zksync_rootMessageSent?: Maybe; + zksync_rootMessageSents: Array; + zksync_relayerFeesIncrease?: Maybe; + zksync_relayerFeesIncreases: Array; + zksync_slippageUpdate?: Maybe; + zksync_slippageUpdates: Array; + zksync_snapshotRoot?: Maybe; + zksync_snapshotRoots: Array; + zksync_spokeConnectorMode?: Maybe; + zksync_spokeConnectorModes: Array; + zksync_aggregateRootProposed?: Maybe; + zksync_aggregateRootProposeds: Array; + zksync_optimisticRootFinalized?: Maybe; + zksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ zksync__meta?: Maybe; - 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; + 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 */ - avalanche__meta?: Maybe; + mantle__meta?: Maybe; mainnet_asset?: Maybe; mainnet_assets: Array; mainnet_assetStatus?: Maybe; @@ -1428,136 +1542,102 @@ export type Query = { mainnet_aggregateRootProposeds: Array; mainnet_optimisticRootFinalized?: Maybe; mainnet_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 */ - base__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; + 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 */ - linea_swap__meta?: Maybe; - metis_asset?: Maybe; - metis_assets: Array; - metis_assetStatus?: Maybe; - metis_assetStatuses: Array; - metis_assetBalance?: Maybe; - metis_assetBalances: Array; - metis_router?: Maybe; - metis_routers: Array; - metis_routerDailyTVL?: Maybe; - metis_routerDailyTVLs: Array; - metis_routerLiquidityEvent?: Maybe; - metis_routerLiquidityEvents: Array; - metis_setting?: Maybe; - metis_settings: Array; - metis_relayer?: Maybe; - metis_relayers: Array; - metis_sequencer?: Maybe; - metis_sequencers: Array; - metis_relayerFee?: Maybe; - metis_relayerFees: Array; - metis_originTransfer?: Maybe; - metis_originTransfers: Array; - metis_destinationTransfer?: Maybe; - metis_destinationTransfers: Array; - metis_originMessage?: Maybe; - metis_originMessages: Array; - metis_aggregateRoot?: Maybe; - metis_aggregateRoots: Array; - metis_connectorMeta?: Maybe; - metis_connectorMetas: Array; - metis_rootCount?: Maybe; - metis_rootCounts: Array; - metis_rootMessageSent?: Maybe; - metis_rootMessageSents: Array; - metis_relayerFeesIncrease?: Maybe; - metis_relayerFeesIncreases: Array; - metis_slippageUpdate?: Maybe; - metis_slippageUpdates: Array; - metis_snapshotRoot?: Maybe; - metis_snapshotRoots: Array; - metis_spokeConnectorMode?: Maybe; - metis_spokeConnectorModes: Array; - metis_aggregateRootProposed?: Maybe; - metis_aggregateRootProposeds: Array; - metis_optimisticRootFinalized?: Maybe; - metis_optimisticRootFinalizeds: Array; + avalanche__meta?: Maybe; + xlayer_asset?: Maybe; + xlayer_assets: Array; + xlayer_assetStatus?: Maybe; + xlayer_assetStatuses: Array; + xlayer_assetBalance?: Maybe; + xlayer_assetBalances: Array; + xlayer_router?: Maybe; + xlayer_routers: Array; + xlayer_routerDailyTVL?: Maybe; + xlayer_routerDailyTVLs: Array; + xlayer_routerLiquidityEvent?: Maybe; + xlayer_routerLiquidityEvents: Array; + xlayer_setting?: Maybe; + xlayer_settings: Array; + xlayer_relayer?: Maybe; + xlayer_relayers: Array; + xlayer_sequencer?: Maybe; + xlayer_sequencers: Array; + xlayer_relayerFee?: Maybe; + xlayer_relayerFees: Array; + xlayer_originTransfer?: Maybe; + xlayer_originTransfers: Array; + xlayer_destinationTransfer?: Maybe; + xlayer_destinationTransfers: Array; + xlayer_originMessage?: Maybe; + xlayer_originMessages: Array; + xlayer_aggregateRoot?: Maybe; + xlayer_aggregateRoots: Array; + xlayer_connectorMeta?: Maybe; + xlayer_connectorMetas: Array; + xlayer_rootCount?: Maybe; + xlayer_rootCounts: Array; + xlayer_rootMessageSent?: Maybe; + xlayer_rootMessageSents: Array; + xlayer_relayerFeesIncrease?: Maybe; + xlayer_relayerFeesIncreases: Array; + xlayer_slippageUpdate?: Maybe; + xlayer_slippageUpdates: Array; + xlayer_snapshotRoot?: Maybe; + xlayer_snapshotRoots: Array; + xlayer_spokeConnectorMode?: Maybe; + xlayer_spokeConnectorModes: Array; + xlayer_aggregateRootProposed?: Maybe; + xlayer_aggregateRootProposeds: Array; + xlayer_optimisticRootFinalized?: Maybe; + xlayer_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - metis__meta?: Maybe; + xlayer__meta?: Maybe; mode_asset?: Maybe; mode_assets: Array; mode_assetStatus?: Maybe; @@ -1606,381 +1686,54 @@ export type Query = { mode_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ mode__meta?: Maybe; - xlayer_asset?: Maybe; - xlayer_assets: Array; - xlayer_assetStatus?: Maybe; - xlayer_assetStatuses: Array; - xlayer_assetBalance?: Maybe; - xlayer_assetBalances: Array; - xlayer_router?: Maybe; - xlayer_routers: Array; - xlayer_routerDailyTVL?: Maybe; - xlayer_routerDailyTVLs: Array; - xlayer_routerLiquidityEvent?: Maybe; - xlayer_routerLiquidityEvents: Array; - xlayer_setting?: Maybe; - xlayer_settings: Array; - xlayer_relayer?: Maybe; - xlayer_relayers: Array; - xlayer_sequencer?: Maybe; - xlayer_sequencers: Array; - xlayer_relayerFee?: Maybe; - xlayer_relayerFees: Array; - xlayer_originTransfer?: Maybe; - xlayer_originTransfers: Array; - xlayer_destinationTransfer?: Maybe; - xlayer_destinationTransfers: Array; - xlayer_originMessage?: Maybe; - xlayer_originMessages: Array; - xlayer_aggregateRoot?: Maybe; - xlayer_aggregateRoots: Array; - xlayer_connectorMeta?: Maybe; - xlayer_connectorMetas: Array; - xlayer_rootCount?: Maybe; - xlayer_rootCounts: Array; - xlayer_rootMessageSent?: Maybe; - xlayer_rootMessageSents: Array; - xlayer_relayerFeesIncrease?: Maybe; - xlayer_relayerFeesIncreases: Array; - xlayer_slippageUpdate?: Maybe; - xlayer_slippageUpdates: Array; - xlayer_snapshotRoot?: Maybe; - xlayer_snapshotRoots: Array; - xlayer_spokeConnectorMode?: Maybe; - xlayer_spokeConnectorModes: Array; - xlayer_aggregateRootProposed?: Maybe; - xlayer_aggregateRootProposeds: Array; - xlayer_optimisticRootFinalized?: Maybe; - xlayer_optimisticRootFinalizeds: Array; + 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 */ - xlayer__meta?: Maybe; - bnb_swap_systemInfo?: Maybe; - bnb_swap_systemInfos: Array; - bnb_swap_pooledToken?: Maybe; - bnb_swap_pooledTokens: Array; - bnb_swap_stableSwap?: Maybe; - bnb_swap_stableSwaps: Array; - bnb_swap_stableSwapAddLiquidityEvent?: Maybe; - bnb_swap_stableSwapAddLiquidityEvents: Array; - bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; - bnb_swap_stableSwapRemoveLiquidityEvents: Array; - bnb_swap_stableSwapExchange?: Maybe; - bnb_swap_stableSwapExchanges: Array; - bnb_swap_swapDailyVolume?: Maybe; - bnb_swap_swapDailyVolumes: Array; - bnb_swap_swapHourlyVolume?: Maybe; - bnb_swap_swapHourlyVolumes: Array; - bnb_swap_swapWeeklyVolume?: Maybe; - bnb_swap_swapWeeklyVolumes: Array; - bnb_swap_lpAccount?: Maybe; - bnb_swap_lpAccounts: Array; - bnb_swap_lpAccountBalance?: Maybe; - bnb_swap_lpAccountBalances: Array; - bnb_swap_lpToken?: Maybe; - bnb_swap_lpTokens: Array; - bnb_swap_lpTransferEvent?: Maybe; - bnb_swap_lpTransferEvents: Array; - bnb_swap_stableSwapEvent?: Maybe; - bnb_swap_stableSwapEvents: Array; - bnb_swap_swapTradeVolume?: Maybe; - bnb_swap_swapTradeVolumes: Array; - bnb_swap_lpTokenEvent?: Maybe; - bnb_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - bnb_swap__meta?: Maybe; -}; - - -export type Queryoptimismsepolia_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismsepolia_swap__metaArgs = { - block?: InputMaybe; + metis__meta?: Maybe; }; @@ -2403,899 +2156,1264 @@ export type Queryoptimismsepolia__metaArgs = { }; -export type Queryxdai_assetBalanceArgs = { +export type Querypolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalancesArgs = { +export type Querypolygon_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerArgs = { +export type Querypolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routersArgs = { +export type Querypolygon_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_transactionArgs = { +export type Querypolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_transactionsArgs = { +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 Queryxdai_userArgs = { +export type Querypolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_usersArgs = { +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 Queryxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querysepolia_rootAggregatedArgs = { +export type Querypolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootAggregatedsArgs = { +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 Querysepolia_rootPropagatedArgs = { +export type Querypolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootPropagatedsArgs = { +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 Querysepolia_aggregatedMessageRootArgs = { +export type Querypolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregatedMessageRootsArgs = { +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 Querysepolia_rootManagerMetaArgs = { +export type Querypolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerMetasArgs = { +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 Querysepolia_rootManagerModeArgs = { +export type Querypolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerModesArgs = { +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 Querysepolia_optimisticRootProposedArgs = { +export type Querypolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootProposedsArgs = { +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 Querysepolia_hubOptimisticRootFinalizedArgs = { +export type Querypolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_hubOptimisticRootFinalizedsArgs = { +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 Querysepolia_optimisticRootPropagatedArgs = { +export type Querypolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootPropagatedsArgs = { +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 Querysepolia_polygonConnectorMetaArgs = { +export type Querypolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonConnectorMetasArgs = { +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 Querysepolia_optimismConnectorMetaArgs = { +export type Querypolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimismConnectorMetasArgs = { +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 Querysepolia_bnbConnectorMetaArgs = { +export type Querypolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_bnbConnectorMetasArgs = { +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 Querysepolia_arbitrumConnectorMetaArgs = { +export type Querypolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_arbitrumConnectorMetasArgs = { +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 Querysepolia_gnosisConnectorMetaArgs = { +export type Querypolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_gnosisConnectorMetasArgs = { +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 Querysepolia_lineaConnectorMetaArgs = { +export type Querypolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_lineaConnectorMetasArgs = { +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 Querysepolia_metisConnectorMetaArgs = { +export type Querypolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_metisConnectorMetasArgs = { +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 Querysepolia_mantleConnectorMetaArgs = { +export type Querypolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_mantleConnectorMetasArgs = { +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 Querysepolia_avalancheConnectorMetaArgs = { +export type Querypolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_avalancheConnectorMetasArgs = { +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 Querysepolia_baseConnectorMetaArgs = { +export type Querypolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_baseConnectorMetasArgs = { +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 Querysepolia_polygonZkConnectorMetaArgs = { +export type Querypolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonZkConnectorMetasArgs = { +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 Querysepolia_zkSyncConnectorMetaArgs = { +export type Querypolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_zkSyncConnectorMetasArgs = { +export type Queryoptimismsepolia_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_modeConnectorMetaArgs = { +export type Queryoptimismsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_modeConnectorMetasArgs = { +export type Queryoptimismsepolia_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_scrollConnectorMetaArgs = { +export type Queryoptimismsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_scrollConnectorMetasArgs = { +export type Queryoptimismsepolia_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_xlayerConnectorMetaArgs = { +export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_xlayerConnectorMetasArgs = { +export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootMessageProcessedArgs = { +export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootMessageProcessedsArgs = { +export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregateRootSavedSlowArgs = { +export type Queryoptimismsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregateRootSavedSlowsArgs = { +export type Queryoptimismsepolia_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_hubDomainArgs = { +export type Queryoptimismsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_hubDomainsArgs = { +export type Queryoptimismsepolia_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymantle_swap_systemInfoArgs = { +export type Queryoptimismsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_systemInfosArgs = { +export type Queryoptimismsepolia_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_pooledTokenArgs = { +export type Queryoptimismsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_pooledTokensArgs = { +export type Queryoptimismsepolia_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapArgs = { +export type Queryoptimismsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapsArgs = { +export type Queryoptimismsepolia_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapAddLiquidityEventArgs = { +export type Queryoptimismsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryoptimismsepolia_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimismsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryoptimismsepolia_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapExchangeArgs = { +export type Queryoptimismsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapExchangesArgs = { +export type Queryoptimismsepolia_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapDailyVolumeArgs = { +export type Queryoptimismsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapDailyVolumesArgs = { +export type Queryoptimismsepolia_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapHourlyVolumeArgs = { +export type Queryoptimismsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapHourlyVolumesArgs = { +export type Queryoptimismsepolia_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapWeeklyVolumeArgs = { +export type Queryoptimismsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapWeeklyVolumesArgs = { +export type Queryoptimismsepolia_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountArgs = { +export type Queryoptimismsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountsArgs = { +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 Querymantle_swap_lpAccountBalanceArgs = { +export type Querybase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountBalancesArgs = { +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 Querymantle_swap_lpTokenArgs = { +export type Querybase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokensArgs = { +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 Querymantle_swap_lpTransferEventArgs = { +export type Querybase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTransferEventsArgs = { +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 Querymantle_swap_stableSwapEventArgs = { +export type Querybase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapEventsArgs = { +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 Querymantle_swap_swapTradeVolumeArgs = { +export type Querybase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapTradeVolumesArgs = { +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 Querymantle_swap_lpTokenEventArgs = { +export type Querybase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokenEventsArgs = { +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 Querymantle_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymode_swap_systemInfoArgs = { +export type Querybase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_systemInfosArgs = { +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 Querymode_swap_pooledTokenArgs = { +export type Querybase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_pooledTokensArgs = { +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 Querymode_swap_stableSwapArgs = { +export type Querybase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapsArgs = { +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 Querybase_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybase__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryxdai_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_transactionArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_transactionsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_userArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_usersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymode_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -3832,9943 +3950,9740 @@ export type Querymetis_swap__metaArgs = { }; -export type Queryzksync_swap_systemInfoArgs = { +export type Querymantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_systemInfosArgs = { +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 Queryzksync_swap_pooledTokenArgs = { +export type Querymantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_pooledTokensArgs = { +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 Queryzksync_swap_stableSwapArgs = { +export type Querymantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapsArgs = { +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 Queryzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Querymantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryzksync_swap_stableSwapExchangeArgs = { +export type Querymantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapExchangesArgs = { +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 Queryzksync_swap_swapDailyVolumeArgs = { +export type Querymantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapDailyVolumesArgs = { +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 Queryzksync_swap_swapHourlyVolumeArgs = { +export type Querymantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapHourlyVolumesArgs = { +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 Queryzksync_swap_swapWeeklyVolumeArgs = { +export type Querymantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapWeeklyVolumesArgs = { +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 Queryzksync_swap_lpAccountArgs = { +export type Querymantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountsArgs = { +export type Querymantle_swap_lpAccountsArgs = { 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 Queryzksync_swap_lpAccountBalanceArgs = { +export type Querymantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountBalancesArgs = { +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 Queryzksync_swap_lpTokenArgs = { +export type Querymantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokensArgs = { +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 Queryzksync_swap_lpTransferEventArgs = { +export type Querymantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTransferEventsArgs = { +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 Queryzksync_swap_stableSwapEventArgs = { +export type Querymantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapEventsArgs = { +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 Queryzksync_swap_swapTradeVolumeArgs = { +export type Querymantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapTradeVolumesArgs = { +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 Queryzksync_swap_lpTokenEventArgs = { +export type Querymantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokenEventsArgs = { +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 Queryzksync_swap__metaArgs = { - block?: InputMaybe; +export type Querymantle_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryarbitrumsepolia_swap_systemInfoArgs = { +export type Queryzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_systemInfosArgs = { +export type Queryzksync_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_pooledTokenArgs = { +export type Queryzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_pooledTokensArgs = { +export type Queryzksync_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapArgs = { +export type Queryzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapsArgs = { +export type Queryzksync_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Queryzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryzksync_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryzksync_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapExchangeArgs = { +export type Queryzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapExchangesArgs = { +export type Queryzksync_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapDailyVolumeArgs = { +export type Queryzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapDailyVolumesArgs = { +export type Queryzksync_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapHourlyVolumeArgs = { +export type Queryzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapHourlyVolumesArgs = { +export type Queryzksync_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapWeeklyVolumeArgs = { +export type Queryzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapWeeklyVolumesArgs = { +export type Queryzksync_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpAccountArgs = { +export type Queryzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpAccountsArgs = { +export type Queryzksync_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpAccountBalanceArgs = { +export type Queryzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpAccountBalancesArgs = { +export type Queryzksync_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTokenArgs = { +export type Queryzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTokensArgs = { +export type Queryzksync_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTransferEventArgs = { +export type Queryzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTransferEventsArgs = { +export type Queryzksync_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapEventArgs = { +export type Queryzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapEventsArgs = { +export type Queryzksync_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapTradeVolumeArgs = { +export type Queryzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapTradeVolumesArgs = { +export type Queryzksync_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTokenEventArgs = { +export type Queryzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTokenEventsArgs = { +export type Queryzksync_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap__metaArgs = { - block?: InputMaybe; +export type Queryzksync_swap__metaArgs = { + block?: InputMaybe; }; -export type Querysepolia_swap_systemInfoArgs = { +export type Querylinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_systemInfosArgs = { +export type Querylinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_pooledTokenArgs = { +export type Querylinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_pooledTokensArgs = { +export type Querylinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapArgs = { +export type Querylinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapsArgs = { +export type Querylinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapExchangeArgs = { +export type Querylinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapExchangesArgs = { +export type Querylinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapDailyVolumeArgs = { +export type Querylinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapDailyVolumesArgs = { +export type Querylinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapHourlyVolumeArgs = { +export type Querylinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapHourlyVolumesArgs = { +export type Querylinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapWeeklyVolumeArgs = { +export type Querylinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapWeeklyVolumesArgs = { +export type Querylinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountArgs = { +export type Querylinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountsArgs = { +export type Querylinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountBalanceArgs = { +export type Querylinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountBalancesArgs = { +export type Querylinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokenArgs = { +export type Querylinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokensArgs = { +export type Querylinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTransferEventArgs = { +export type Querylinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTransferEventsArgs = { +export type Querylinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapEventArgs = { +export type Querylinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapEventsArgs = { +export type Querylinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapTradeVolumeArgs = { +export type Querylinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapTradeVolumesArgs = { +export type Querylinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokenEventArgs = { +export type Querylinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokenEventsArgs = { +export type Querylinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap__metaArgs = { - block?: InputMaybe; +export type Querylinea_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryxdai_swap_systemInfoArgs = { +export type Querybase_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_systemInfosArgs = { +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 Queryxdai_swap_pooledTokenArgs = { +export type Querybase_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_pooledTokensArgs = { +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 Queryxdai_swap_stableSwapArgs = { +export type Querybase_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapsArgs = { +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 Queryxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Querybase_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querybase_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryxdai_swap_stableSwapExchangeArgs = { +export type Querybase_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapExchangesArgs = { +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 Queryxdai_swap_swapDailyVolumeArgs = { +export type Querybase_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapDailyVolumesArgs = { +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 Queryxdai_swap_swapHourlyVolumeArgs = { +export type Querybase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapHourlyVolumesArgs = { +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 Queryxdai_swap_swapWeeklyVolumeArgs = { +export type Querybase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapWeeklyVolumesArgs = { +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 Queryxdai_swap_lpAccountArgs = { +export type Querybase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountsArgs = { +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 Queryxdai_swap_lpAccountBalanceArgs = { +export type Querybase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountBalancesArgs = { +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 Queryxdai_swap_lpTokenArgs = { +export type Querybase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokensArgs = { +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 Queryxdai_swap_lpTransferEventArgs = { +export type Querybase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTransferEventsArgs = { +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 Queryxdai_swap_stableSwapEventArgs = { +export type Querybase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapEventsArgs = { +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 Queryxdai_swap_swapTradeVolumeArgs = { +export type Querybase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapTradeVolumesArgs = { +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 Queryxdai_swap_lpTokenEventArgs = { +export type Querybase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenEventsArgs = { +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 Queryxdai_swap__metaArgs = { - block?: InputMaybe; +export type Querybase_swap__metaArgs = { + block?: InputMaybe; }; -export type Querylinea_assetArgs = { +export type Querysepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetsArgs = { +export type Querysepolia_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusArgs = { +export type Querysepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusesArgs = { +export type Querysepolia_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalanceArgs = { +export type Querysepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalancesArgs = { +export type Querysepolia_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerArgs = { +export type Querysepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routersArgs = { +export type Querysepolia_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLArgs = { +export type Querysepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLsArgs = { +export type Querysepolia_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventArgs = { +export type Querysepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventsArgs = { +export type Querysepolia_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingArgs = { +export type Querysepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingsArgs = { +export type Querysepolia_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerArgs = { +export type Querysepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayersArgs = { +export type Querysepolia_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencerArgs = { +export type Querysepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencersArgs = { +export type Querysepolia_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeeArgs = { +export type Querysepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesArgs = { +export type Querysepolia_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransferArgs = { +export type Querysepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransfersArgs = { +export type Querysepolia_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransferArgs = { +export type Querysepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransfersArgs = { +export type Querysepolia_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessageArgs = { +export type Querysepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessagesArgs = { +export type Querysepolia_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootArgs = { +export type Querysepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootsArgs = { +export type Querysepolia_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetaArgs = { +export type Querysepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetasArgs = { +export type Querysepolia_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountArgs = { +export type Querysepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountsArgs = { +export type Querysepolia_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentArgs = { +export type Querysepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentsArgs = { +export type Querymainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreaseArgs = { +export type Querymainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreasesArgs = { +export type Querymainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdateArgs = { +export type Querymainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdatesArgs = { +export type Querymainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_snapshotRootArgs = { +export type Querymainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_snapshotRootsArgs = { +export type Querymainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_spokeConnectorModeArgs = { +export type Querymainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_spokeConnectorModesArgs = { +export type Querymainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootProposedArgs = { +export type Querymainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootProposedsArgs = { +export type Querymainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_optimisticRootFinalizedArgs = { +export type Querymainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_optimisticRootFinalizedsArgs = { +export type Querymainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_assetArgs = { +export type Querymainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +export type Querymainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusArgs = { +export type Querymainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +export type Querymainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalanceArgs = { +export type Querymainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +export type Querymainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerArgs = { +export type Querymainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +export type Querymainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLArgs = { +export type Querymainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +export type Querymainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventArgs = { +export type Querymainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventsArgs = { +export type Querymainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingArgs = { +export type Querymainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +export type Querymainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerArgs = { +export type Querymainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +export type Querymainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencerArgs = { +export type Querymainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +export type Querymainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeeArgs = { +export type Querymainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +export type Querymainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransferArgs = { +export type Querymainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +export type Querymainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransferArgs = { +export type Querymainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +export type Querymainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessageArgs = { +export type Querymainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +export type Querymainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootArgs = { +export type Querymainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +export type Querymainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetaArgs = { +export type Querymainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +export type Querymainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountArgs = { +export type Querymainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +export type Querymainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentArgs = { +export type Querymainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +export type Querymainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreaseArgs = { +export type Querymainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +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 Queryoptimism_slippageUpdateArgs = { +export type Queryoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +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 Queryoptimism_snapshotRootArgs = { +export type Queryoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_snapshotRootsArgs = { +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 Queryoptimism_spokeConnectorModeArgs = { +export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_spokeConnectorModesArgs = { +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 Queryoptimism_aggregateRootProposedArgs = { +export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootProposedsArgs = { +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 Queryoptimism_optimisticRootFinalizedArgs = { +export type Queryoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_optimisticRootFinalizedsArgs = { +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 Queryoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygonzkevm_assetArgs = { +export type Queryoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetsArgs = { +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 Querypolygonzkevm_assetStatusArgs = { +export type Queryoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetStatusesArgs = { +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 Querypolygonzkevm_assetBalanceArgs = { +export type Queryoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetBalancesArgs = { +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 Querypolygonzkevm_routerArgs = { +export type Queryoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routersArgs = { +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 Querypolygonzkevm_routerDailyTVLArgs = { +export type Queryoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerDailyTVLsArgs = { +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 Querypolygonzkevm_routerLiquidityEventArgs = { +export type Queryoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerLiquidityEventsArgs = { +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 Querypolygonzkevm_settingArgs = { +export type Queryoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_settingsArgs = { +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 Querypolygonzkevm_relayerArgs = { +export type Queryoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayersArgs = { +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 Querypolygonzkevm_sequencerArgs = { +export type Queryoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_sequencersArgs = { +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 Querypolygonzkevm_relayerFeeArgs = { +export type Queryoptimism_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesArgs = { +export type Queryoptimism_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originTransferArgs = { +export type Queryoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querysepolia_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originTransfersArgs = { +export type Querysepolia_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_destinationTransferArgs = { +export type Querysepolia_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_destinationTransfersArgs = { +export type Querysepolia_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originMessageArgs = { +export type Querysepolia_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originMessagesArgs = { +export type Querysepolia_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootArgs = { +export type Querysepolia_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootsArgs = { +export type Querysepolia_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetaArgs = { +export type Querysepolia_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetasArgs = { +export type Querysepolia_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountArgs = { +export type Querysepolia_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountsArgs = { +export type Querysepolia_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentArgs = { +export type Querysepolia_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentsArgs = { +export type Querysepolia_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesIncreaseArgs = { +export type Querysepolia_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesIncreasesArgs = { +export type Querysepolia_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_slippageUpdateArgs = { +export type Querysepolia_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_slippageUpdatesArgs = { +export type Querysepolia_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_snapshotRootArgs = { +export type Querysepolia_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_snapshotRootsArgs = { +export type Querysepolia_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_spokeConnectorModeArgs = { +export type Querysepolia_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_spokeConnectorModesArgs = { +export type Querysepolia_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootProposedArgs = { +export type Querysepolia_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootProposedsArgs = { +export type Querysepolia_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_optimisticRootFinalizedArgs = { +export type Querysepolia_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { +export type Querysepolia_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymantle_assetArgs = { +export type Querysepolia_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetsArgs = { +export type Querysepolia_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetStatusArgs = { +export type Querysepolia_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetStatusesArgs = { +export type Querysepolia_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetBalanceArgs = { +export type Querysepolia_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetBalancesArgs = { +export type Querysepolia_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerArgs = { +export type Querysepolia_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routersArgs = { +export type Querysepolia_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 Querymantle_routerDailyTVLArgs = { +export type Querysepolia_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerDailyTVLsArgs = { +export type Querysepolia_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 Querymantle_routerLiquidityEventArgs = { +export type Querysepolia_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerLiquidityEventsArgs = { +export type Querysepolia_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 Querymantle_settingArgs = { +export type Querysepolia_x1ConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_settingsArgs = { +export type Querysepolia_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 Querymantle_relayerArgs = { +export type Querysepolia_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayersArgs = { +export type Querysepolia_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 Querymantle_sequencerArgs = { +export type Querysepolia_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_sequencersArgs = { +export type Querysepolia_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 Querymantle_relayerFeeArgs = { +export type Querysepolia_scrollConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesArgs = { +export type Querysepolia_scrollConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originTransferArgs = { +export type Querysepolia_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originTransfersArgs = { +export type Querysepolia_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 Querymantle_destinationTransferArgs = { +export type Querysepolia_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_destinationTransfersArgs = { +export type Querysepolia_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 Querymantle_originMessageArgs = { +export type Querysepolia_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originMessagesArgs = { +export type Querysepolia_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 Querymantle_aggregateRootArgs = { +export type Querysepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootsArgs = { +export type Queryarbitrumsepolia_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_connectorMetaArgs = { +export type Queryarbitrumsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_connectorMetasArgs = { +export type Queryarbitrumsepolia_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootCountArgs = { +export type Queryarbitrumsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootCountsArgs = { +export type Queryarbitrumsepolia_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootMessageSentArgs = { +export type Queryarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootMessageSentsArgs = { +export type Queryarbitrumsepolia_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesIncreaseArgs = { +export type Queryarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesIncreasesArgs = { +export type Queryarbitrumsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_slippageUpdateArgs = { +export type Queryarbitrumsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_slippageUpdatesArgs = { +export type Queryarbitrumsepolia_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_snapshotRootArgs = { +export type Queryarbitrumsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_snapshotRootsArgs = { +export type Queryarbitrumsepolia_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_spokeConnectorModeArgs = { +export type Queryarbitrumsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_spokeConnectorModesArgs = { +export type Queryarbitrumsepolia_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootProposedArgs = { +export type Queryarbitrumsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootProposedsArgs = { +export type Queryarbitrumsepolia_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_optimisticRootFinalizedArgs = { +export type Queryarbitrumsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_optimisticRootFinalizedsArgs = { +export type Queryarbitrumsepolia_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumone_assetArgs = { +export type Queryarbitrumsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetsArgs = { +export type Queryarbitrumsepolia_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetStatusArgs = { +export type Queryarbitrumsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetStatusesArgs = { +export type Queryarbitrumsepolia_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetBalanceArgs = { +export type Queryarbitrumsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_assetBalancesArgs = { +export type Queryarbitrumsepolia_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerArgs = { +export type Queryarbitrumsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routersArgs = { +export type Queryarbitrumsepolia_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerDailyTVLArgs = { +export type Queryarbitrumsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerDailyTVLsArgs = { +export type Queryarbitrumsepolia_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerLiquidityEventArgs = { +export type Queryarbitrumsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_routerLiquidityEventsArgs = { +export type Queryarbitrumsepolia_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Queryarbitrumsepolia_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryarbitrumone_relayerArgs = { +export type Querypolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayersArgs = { +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 Queryarbitrumone_sequencerArgs = { +export type Querypolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_sequencersArgs = { +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 Queryarbitrumone_relayerFeeArgs = { +export type Querypolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayerFeesArgs = { +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 Queryarbitrumone_originTransferArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_originTransfersArgs = { +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 Queryarbitrumone_destinationTransferArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_destinationTransfersArgs = { +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 Queryarbitrumone_originMessageArgs = { +export type Querypolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_originMessagesArgs = { +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 Queryarbitrumone_aggregateRootArgs = { +export type Querypolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_aggregateRootsArgs = { +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 Queryarbitrumone_connectorMetaArgs = { +export type Querypolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_connectorMetasArgs = { +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 Queryarbitrumone_rootCountArgs = { +export type Querypolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_rootCountsArgs = { +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 Queryarbitrumone_rootMessageSentArgs = { +export type Querypolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_rootMessageSentsArgs = { +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 Queryarbitrumone_relayerFeesIncreaseArgs = { +export type Querypolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_relayerFeesIncreasesArgs = { +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 Queryarbitrumone_slippageUpdateArgs = { +export type Querypolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_slippageUpdatesArgs = { +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 Queryarbitrumone_snapshotRootArgs = { +export type Querypolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_snapshotRootsArgs = { +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 Queryarbitrumone_spokeConnectorModeArgs = { +export type Querypolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_spokeConnectorModesArgs = { +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 Queryarbitrumone_aggregateRootProposedArgs = { +export type Querypolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_aggregateRootProposedsArgs = { +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 Queryarbitrumone_optimisticRootFinalizedArgs = { +export type Querypolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_optimisticRootFinalizedsArgs = { +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 Queryarbitrumone__metaArgs = { - block?: InputMaybe; +export type Querypolygon_swap__metaArgs = { + block?: InputMaybe; }; -export type Querypolygonzkevm_swap_assetArgs = { +export type Querybnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetsArgs = { +export type Querybnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetStatusArgs = { +export type Querybnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetStatusesArgs = { +export type Querybnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetBalanceArgs = { +export type Querybnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetBalancesArgs = { +export type Querybnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routersArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerDailyTVLArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerDailyTVLsArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerLiquidityEventArgs = { +export type Querybnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerLiquidityEventsArgs = { +export type Querybnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_settingArgs = { +export type Querybnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_settingsArgs = { +export type Querybnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerArgs = { +export type Querybnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayersArgs = { +export type Querybnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_sequencerArgs = { +export type Querybnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_sequencersArgs = { +export type Querybnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeeArgs = { +export type Querybnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesArgs = { +export type Querybnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originTransferArgs = { +export type Querybnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originTransfersArgs = { +export type Querybnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_destinationTransferArgs = { +export type Querybnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_destinationTransfersArgs = { +export type Querybnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originMessageArgs = { +export type Querybnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originMessagesArgs = { +export type Querybnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootArgs = { +export type Querybnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootsArgs = { +export type Querybnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_connectorMetaArgs = { +export type Querybnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_connectorMetasArgs = { +export type Querybnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootCountArgs = { +export type Querybnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootCountsArgs = { +export type Querybnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootMessageSentArgs = { +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootMessageSentsArgs = { +export type Queryoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { +export type Queryoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesIncreasesArgs = { +export type Queryoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_slippageUpdateArgs = { +export type Queryoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_slippageUpdatesArgs = { +export type Queryoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_snapshotRootArgs = { +export type Queryoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_snapshotRootsArgs = { +export type Queryoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { +export type Queryoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_spokeConnectorModesArgs = { +export type Queryoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { +export type Queryoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootProposedsArgs = { +export type Queryoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { +export type Queryoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_optimisticRootFinalizedsArgs = { +export type Queryoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryavalanche_swap_systemInfoArgs = { +export type Queryoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_systemInfosArgs = { +export type Queryoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_pooledTokenArgs = { +export type Queryoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_pooledTokensArgs = { +export type Queryoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapArgs = { +export type Queryoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapsArgs = { +export type Queryoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapAddLiquidityEventArgs = { +export type Queryoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapExchangeArgs = { +export type Queryoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapExchangesArgs = { +export type Queryoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapDailyVolumeArgs = { +export type Queryoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapDailyVolumesArgs = { +export type Queryoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapHourlyVolumeArgs = { +export type Queryoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapHourlyVolumesArgs = { +export type Queryoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapWeeklyVolumeArgs = { +export type Queryoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapWeeklyVolumesArgs = { +export type Queryoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountArgs = { +export type Queryoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountsArgs = { +export type Queryoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountBalanceArgs = { +export type Queryoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpAccountBalancesArgs = { +export type Queryoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokenArgs = { +export type Queryoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokensArgs = { +export type Queryoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTransferEventArgs = { +export type Queryoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTransferEventsArgs = { +export type Queryoptimism_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapEventArgs = { +export type Queryoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_stableSwapEventsArgs = { +export type Queryoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapTradeVolumeArgs = { +export type Queryoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_swapTradeVolumesArgs = { +export type Queryoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokenEventArgs = { +export type Queryoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap_lpTokenEventsArgs = { +export type Queryoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_swap__metaArgs = { - block?: InputMaybe; +export type Queryoptimism__metaArgs = { + block?: InputMaybe; }; -export type Querypolygon_assetArgs = { +export type Queryarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetsArgs = { +export type Queryarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusArgs = { +export type Queryarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusesArgs = { +export type Queryarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalanceArgs = { +export type Queryarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalancesArgs = { +export type Queryarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerArgs = { +export type Queryarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routersArgs = { +export type Queryarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLArgs = { +export type Queryarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLsArgs = { +export type Queryarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventArgs = { +export type Queryarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventsArgs = { +export type Queryarbitrumone_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingArgs = { +export type Queryarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingsArgs = { +export type Queryarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerArgs = { +export type Queryarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayersArgs = { +export type Queryarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencerArgs = { +export type Queryarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencersArgs = { +export type Queryarbitrumone_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeeArgs = { +export type Queryarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesArgs = { +export type Queryarbitrumone_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransferArgs = { +export type Queryarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransfersArgs = { +export type Queryarbitrumone_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransferArgs = { +export type Queryarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransfersArgs = { +export type Queryarbitrumone_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessageArgs = { +export type Queryarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessagesArgs = { +export type Queryarbitrumone_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootArgs = { +export type Queryarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootsArgs = { +export type Queryarbitrumone_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetaArgs = { +export type Queryarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetasArgs = { +export type Queryarbitrumone_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountArgs = { +export type Queryarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountsArgs = { +export type Queryarbitrumone_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentArgs = { +export type Queryarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentsArgs = { +export type Queryarbitrumone_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreaseArgs = { +export type Queryarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreasesArgs = { +export type Queryarbitrumone_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdateArgs = { +export type Queryarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdatesArgs = { +export type Queryarbitrumone_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootArgs = { +export type Queryarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootsArgs = { +export type Queryarbitrumone_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModeArgs = { +export type Queryarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModesArgs = { +export type Queryarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedArgs = { +export type Queryarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedsArgs = { +export type Queryarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedArgs = { +export type Queryarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedsArgs = { +export type Queryarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon__metaArgs = { - block?: InputMaybe; +export type Queryarbitrumone__metaArgs = { + block?: InputMaybe; }; -export type Querypolygon_swap_systemInfoArgs = { +export type Queryavalanche_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_systemInfosArgs = { +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 Querypolygon_swap_pooledTokenArgs = { +export type Queryavalanche_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_pooledTokensArgs = { +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 Querypolygon_swap_stableSwapArgs = { +export type Queryavalanche_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapsArgs = { +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 Querypolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Queryavalanche_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { +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 Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryavalanche_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querypolygon_swap_stableSwapExchangeArgs = { +export type Queryavalanche_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapExchangesArgs = { +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 Querypolygon_swap_swapDailyVolumeArgs = { +export type Queryavalanche_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapDailyVolumesArgs = { +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 Querypolygon_swap_swapHourlyVolumeArgs = { +export type Queryavalanche_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapHourlyVolumesArgs = { +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 Querypolygon_swap_swapWeeklyVolumeArgs = { +export type Queryavalanche_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapWeeklyVolumesArgs = { +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 Querypolygon_swap_lpAccountArgs = { +export type Queryavalanche_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountsArgs = { +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 Querypolygon_swap_lpAccountBalanceArgs = { +export type Queryavalanche_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountBalancesArgs = { +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 Querypolygon_swap_lpTokenArgs = { +export type Queryavalanche_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokensArgs = { +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 Querypolygon_swap_lpTransferEventArgs = { +export type Queryavalanche_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTransferEventsArgs = { +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 Querypolygon_swap_stableSwapEventArgs = { +export type Queryavalanche_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapEventsArgs = { +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 Querypolygon_swap_swapTradeVolumeArgs = { +export type Queryavalanche_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapTradeVolumesArgs = { +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 Querypolygon_swap_lpTokenEventArgs = { +export type Queryavalanche_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenEventsArgs = { +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 Querypolygon_swap__metaArgs = { - block?: InputMaybe; +export type Queryavalanche_swap__metaArgs = { + block?: InputMaybe; }; -export type Querymainnet_rootAggregatedArgs = { +export type Queryarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootAggregatedsArgs = { +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 Querymainnet_rootPropagatedArgs = { +export type Queryarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedsArgs = { +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 Querymainnet_aggregatedMessageRootArgs = { +export type Queryarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootsArgs = { +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 Querymainnet_rootManagerMetaArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetasArgs = { +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 Querymainnet_rootManagerModeArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerModesArgs = { +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 Querymainnet_optimisticRootProposedArgs = { +export type Queryarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootProposedsArgs = { +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 Querymainnet_hubOptimisticRootFinalizedArgs = { +export type Queryarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubOptimisticRootFinalizedsArgs = { +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 Querymainnet_optimisticRootPropagatedArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootPropagatedsArgs = { +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 Querymainnet_polygonConnectorMetaArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetasArgs = { +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 Querymainnet_optimismConnectorMetaArgs = { +export type Queryarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetasArgs = { +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 Querymainnet_bnbConnectorMetaArgs = { +export type Queryarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_bnbConnectorMetasArgs = { +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 Querymainnet_arbitrumConnectorMetaArgs = { +export type Queryarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetasArgs = { +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 Querymainnet_gnosisConnectorMetaArgs = { +export type Queryarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetasArgs = { +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 Querymainnet_lineaConnectorMetaArgs = { +export type Queryarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetasArgs = { +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 Querymainnet_metisConnectorMetaArgs = { +export type Queryarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_metisConnectorMetasArgs = { +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 Querymainnet_mantleConnectorMetaArgs = { +export type Queryarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_mantleConnectorMetasArgs = { +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 Querymainnet_avalancheConnectorMetaArgs = { +export type Queryarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_avalancheConnectorMetasArgs = { +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 Querymainnet_baseConnectorMetaArgs = { +export type Querypolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_baseConnectorMetasArgs = { +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 Querymainnet_polygonZkConnectorMetaArgs = { +export type Querypolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonZkConnectorMetasArgs = { +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 Querymainnet_zkSyncConnectorMetaArgs = { +export type Querypolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_zkSyncConnectorMetasArgs = { +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 Querymainnet_modeConnectorMetaArgs = { +export type Querypolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_modeConnectorMetasArgs = { +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 Querymainnet_rootMessageProcessedArgs = { +export type Querypolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageProcessedsArgs = { +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 Querymainnet_aggregateRootSavedSlowArgs = { +export type Querypolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootSavedSlowsArgs = { +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 Querymainnet_hubDomainArgs = { +export type Querypolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubDomainsArgs = { +export type Querypolygonzkevm_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_swap_systemInfoArgs = { +export type Querypolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_systemInfosArgs = { +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 Querybase_swap_pooledTokenArgs = { +export type Querypolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_pooledTokensArgs = { +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 Querybase_swap_stableSwapArgs = { +export type Querypolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapsArgs = { +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 Querybase_swap_stableSwapAddLiquidityEventArgs = { +export type Querypolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapAddLiquidityEventsArgs = { +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 Querybase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querypolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querybase_swap_stableSwapExchangeArgs = { +export type Querypolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapExchangesArgs = { +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 Querybase_swap_swapDailyVolumeArgs = { +export type Querypolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapDailyVolumesArgs = { +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 Querybase_swap_swapHourlyVolumeArgs = { +export type Querypolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapHourlyVolumesArgs = { +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 Querybase_swap_swapWeeklyVolumeArgs = { +export type Querypolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapWeeklyVolumesArgs = { +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 Querybase_swap_lpAccountArgs = { +export type Querypolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountsArgs = { +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 Querybase_swap_lpAccountBalanceArgs = { +export type Querypolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountBalancesArgs = { +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 Querybase_swap_lpTokenArgs = { +export type Querypolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokensArgs = { +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 Querybase_swap_lpTransferEventArgs = { +export type Querypolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTransferEventsArgs = { +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 Querybase_swap_stableSwapEventArgs = { +export type Querypolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapEventsArgs = { +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 Querybase_swap_swapTradeVolumeArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapTradeVolumesArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querybase_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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 Querybase_swap__metaArgs = { - block?: InputMaybe; +export type Querypolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type Querybnb_assetArgs = { +export type Querylinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetsArgs = { +export type Querylinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusArgs = { +export type Querylinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusesArgs = { +export type Querylinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalanceArgs = { +export type Querylinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalancesArgs = { +export type Querylinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerArgs = { +export type Querylinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routersArgs = { +export type Querylinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLArgs = { +export type Querylinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLsArgs = { +export type Querylinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventArgs = { +export type Querylinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventsArgs = { +export type Querylinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingArgs = { +export type Querylinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingsArgs = { +export type Querylinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerArgs = { +export type Querylinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayersArgs = { +export type Querylinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencerArgs = { +export type Querylinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencersArgs = { +export type Querylinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeeArgs = { +export type Querylinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesArgs = { +export type Querylinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransferArgs = { +export type Querylinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransfersArgs = { +export type Querylinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransferArgs = { +export type Querylinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransfersArgs = { +export type Querylinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessageArgs = { +export type Querylinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessagesArgs = { +export type Querylinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootArgs = { +export type Querylinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootsArgs = { +export type Querylinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetaArgs = { +export type Querylinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetasArgs = { +export type Querylinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountArgs = { +export type Querylinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountsArgs = { +export type Querylinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentArgs = { +export type Querylinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentsArgs = { +export type Querylinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreaseArgs = { +export type Querylinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreasesArgs = { +export type Querylinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdateArgs = { +export type Querylinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdatesArgs = { +export type Querylinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_snapshotRootArgs = { +export type Querylinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_snapshotRootsArgs = { +export type Querylinea_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_spokeConnectorModeArgs = { +export type Querylinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_spokeConnectorModesArgs = { +export type Querylinea_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootProposedArgs = { +export type Querylinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootProposedsArgs = { +export type Querylinea_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_optimisticRootFinalizedArgs = { +export type Querylinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_optimisticRootFinalizedsArgs = { +export type Querylinea_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb__metaArgs = { - block?: InputMaybe; +export type Querylinea__metaArgs = { + block?: InputMaybe; }; -export type Queryoptimism_swap_systemInfoArgs = { +export type Queryxlayer_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_systemInfosArgs = { +export type Queryxlayer_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_pooledTokenArgs = { +export type Queryxlayer_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_pooledTokensArgs = { +export type Queryxlayer_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapArgs = { +export type Queryxlayer_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapsArgs = { +export type Queryxlayer_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { +export type Queryxlayer_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryxlayer_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryxlayer_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapExchangeArgs = { +export type Queryxlayer_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapExchangesArgs = { +export type Queryxlayer_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapDailyVolumeArgs = { +export type Queryxlayer_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapDailyVolumesArgs = { +export type Queryxlayer_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapHourlyVolumeArgs = { +export type Queryxlayer_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapHourlyVolumesArgs = { +export type Queryxlayer_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapWeeklyVolumeArgs = { +export type Queryxlayer_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapWeeklyVolumesArgs = { +export type Queryxlayer_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountArgs = { +export type Queryxlayer_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountsArgs = { +export type Queryxlayer_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountBalanceArgs = { +export type Queryxlayer_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpAccountBalancesArgs = { +export type Queryxlayer_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenArgs = { +export type Queryxlayer_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokensArgs = { +export type Queryxlayer_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTransferEventArgs = { +export type Queryxlayer_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTransferEventsArgs = { +export type Queryxlayer_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapEventArgs = { +export type Queryxlayer_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_stableSwapEventsArgs = { +export type Queryxlayer_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapTradeVolumeArgs = { +export type Queryxlayer_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_swapTradeVolumesArgs = { +export type Queryxlayer_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenEventArgs = { +export type Queryxlayer_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_lpTokenEventsArgs = { +export type Queryxlayer_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap__metaArgs = { - block?: InputMaybe; +export type Queryxlayer_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryarbitrumone_swap_systemInfoArgs = { +export type Queryxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_systemInfosArgs = { +export type Queryxdai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokenArgs = { +export type Queryxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokensArgs = { +export type Queryxdai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapArgs = { +export type Queryxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapsArgs = { +export type Queryxdai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangeArgs = { +export type Queryxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangesArgs = { +export type Queryxdai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumeArgs = { +export type Queryxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumesArgs = { +export type Queryxdai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { +export type Queryxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { +export type Queryxdai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Queryxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { +export type Queryxdai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountArgs = { +export type Queryxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountsArgs = { +export type Queryxdai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalanceArgs = { +export type Queryxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalancesArgs = { +export type Queryxdai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenArgs = { +export type Queryxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokensArgs = { +export type Queryxdai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventArgs = { +export type Queryxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventsArgs = { +export type Queryxdai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventArgs = { +export type Queryxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventsArgs = { +export type Queryxdai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumeArgs = { +export type Queryxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumesArgs = { +export type Queryxdai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventArgs = { +export type Queryxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventsArgs = { +export type Queryxdai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap__metaArgs = { - block?: InputMaybe; +export type Queryxdai_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryxlayer_swap_systemInfoArgs = { +export type Queryarbitrumsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_systemInfosArgs = { +export type Queryarbitrumsepolia_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_pooledTokenArgs = { +export type Queryarbitrumsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_pooledTokensArgs = { +export type Queryarbitrumsepolia_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapArgs = { +export type Queryarbitrumsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapsArgs = { +export type Queryarbitrumsepolia_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapAddLiquidityEventArgs = { +export type Queryarbitrumsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryarbitrumsepolia_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryarbitrumsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryarbitrumsepolia_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapExchangeArgs = { +export type Queryarbitrumsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapExchangesArgs = { +export type Queryarbitrumsepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapDailyVolumeArgs = { +export type Queryarbitrumsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapDailyVolumesArgs = { +export type Queryarbitrumsepolia_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapHourlyVolumeArgs = { +export type Queryarbitrumsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapHourlyVolumesArgs = { +export type Queryarbitrumsepolia_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapWeeklyVolumesArgs = { +export type Queryarbitrumsepolia_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountArgs = { +export type Queryarbitrumsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountsArgs = { +export type Queryarbitrumsepolia_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountBalanceArgs = { +export type Queryarbitrumsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountBalancesArgs = { +export type Queryarbitrumsepolia_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokenArgs = { +export type Queryarbitrumsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokensArgs = { +export type Queryarbitrumsepolia_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTransferEventArgs = { +export type Queryarbitrumsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTransferEventsArgs = { +export type Queryarbitrumsepolia_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapEventArgs = { +export type Queryarbitrumsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapEventsArgs = { +export type Queryarbitrumsepolia_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapTradeVolumeArgs = { +export type Queryarbitrumsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapTradeVolumesArgs = { +export type Queryarbitrumsepolia_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokenEventArgs = { +export type Queryarbitrumsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokenEventsArgs = { +export type Queryarbitrumsepolia_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumsepolia_assetArgs = { +export type Queryarbitrumsepolia_rootMessageSentArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetsArgs = { +export type Queryarbitrumsepolia_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetStatusArgs = { +export type Queryarbitrumsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetStatusesArgs = { +export type Queryarbitrumsepolia_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetBalanceArgs = { +export type Queryarbitrumsepolia_slippageUpdateArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetBalancesArgs = { +export type Queryarbitrumsepolia_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerArgs = { +export type Queryarbitrumsepolia_snapshotRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routersArgs = { +export type Queryarbitrumsepolia_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerDailyTVLArgs = { +export type Queryarbitrumsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerDailyTVLsArgs = { +export type Queryarbitrumsepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerLiquidityEventArgs = { +export type Queryarbitrumsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerLiquidityEventsArgs = { +export type Queryarbitrumsepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_settingArgs = { +export type Queryarbitrumsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_settingsArgs = { +export type Queryarbitrumsepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerArgs = { - id: Scalars['ID']; +export type Queryarbitrumsepolia__metaArgs = { block?: InputMaybe; +}; + + +export type Querysepolia_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayersArgs = { +export type Querysepolia_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_sequencerArgs = { +export type Querysepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_sequencersArgs = { +export type Querysepolia_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeeArgs = { +export type Querysepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeesArgs = { +export type Querysepolia_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originTransferArgs = { +export type Querysepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originTransfersArgs = { +export type Querysepolia_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_destinationTransferArgs = { +export type Querysepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_destinationTransfersArgs = { +export type Querysepolia_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originMessageArgs = { +export type Querysepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originMessagesArgs = { +export type Querysepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootArgs = { +export type Querysepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootsArgs = { +export type Querysepolia_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_connectorMetaArgs = { +export type Querysepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_connectorMetasArgs = { +export type Querysepolia_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootCountArgs = { +export type Querysepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootCountsArgs = { +export type Querysepolia_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootMessageSentArgs = { +export type Querysepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootMessageSentsArgs = { +export type Querysepolia_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeesIncreaseArgs = { +export type Querysepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeesIncreasesArgs = { +export type Querysepolia_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_slippageUpdateArgs = { +export type Querysepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_slippageUpdatesArgs = { +export type Querysepolia_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_snapshotRootArgs = { +export type Querysepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_snapshotRootsArgs = { +export type Querysepolia_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_spokeConnectorModeArgs = { +export type Querysepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_spokeConnectorModesArgs = { +export type Querysepolia_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootProposedArgs = { +export type Querysepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootProposedsArgs = { +export type Querysepolia_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_optimisticRootFinalizedArgs = { +export type Querysepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_optimisticRootFinalizedsArgs = { +export type Querysepolia_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryzksync_assetArgs = { +export type Querysepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetsArgs = { +export type Querysepolia_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusArgs = { +export type Querysepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusesArgs = { +export type Querysepolia_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalanceArgs = { +export type Querysepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalancesArgs = { +export type Querysepolia_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerArgs = { +export type Querysepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routersArgs = { +export type Querysepolia_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLArgs = { +export type Querysepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLsArgs = { +export type Querysepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventArgs = { +export type Querysepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventsArgs = { +export type Querysepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_settingArgs = { +export type Querysepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_settingsArgs = { +export type Querysepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerArgs = { +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayersArgs = { +export type Querybnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_sequencerArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_sequencersArgs = { +export type Querybnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeeArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesArgs = { +export type Querybnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originTransferArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originTransfersArgs = { +export type Querybnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_destinationTransferArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_destinationTransfersArgs = { +export type Querybnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originMessageArgs = { +export type Querybnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originMessagesArgs = { +export type Querybnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootsArgs = { +export type Querybnb_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetaArgs = { +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetasArgs = { +export type Querybnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountsArgs = { +export type Querybnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentsArgs = { +export type Querybnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesIncreaseArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesIncreasesArgs = { +export type Querybnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdateArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdatesArgs = { +export type Querybnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootsArgs = { +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 Queryzksync_spokeConnectorModeArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_spokeConnectorModesArgs = { +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 Queryzksync_aggregateRootProposedArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootProposedsArgs = { +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 Queryzksync_optimisticRootFinalizedArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_optimisticRootFinalizedsArgs = { +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 Queryzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryavalanche_assetArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetsArgs = { +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 Queryavalanche_assetStatusArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetStatusesArgs = { +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 Queryavalanche_assetBalanceArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetBalancesArgs = { +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 Queryavalanche_routerArgs = { +export type Querybnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routersArgs = { +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 Queryavalanche_routerDailyTVLArgs = { +export type Querybnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routerDailyTVLsArgs = { +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 Queryavalanche_routerLiquidityEventArgs = { +export type Querybnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routerLiquidityEventsArgs = { +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 Queryavalanche_settingArgs = { +export type Querybnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_settingsArgs = { +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 Queryavalanche_relayerArgs = { +export type Querybnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygonzkevm_swap_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayersArgs = { +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 Queryavalanche_sequencerArgs = { +export type Querypolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_sequencersArgs = { +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 Queryavalanche_relayerFeeArgs = { +export type Querypolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayerFeesArgs = { +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 Queryavalanche_originTransferArgs = { +export type Querypolygonzkevm_swap_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_originTransfersArgs = { +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 Queryavalanche_destinationTransferArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_destinationTransfersArgs = { +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 Queryavalanche_originMessageArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_originMessagesArgs = { +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 Queryavalanche_aggregateRootArgs = { +export type Querypolygonzkevm_swap_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_aggregateRootsArgs = { +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 Queryavalanche_connectorMetaArgs = { +export type Querypolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_connectorMetasArgs = { +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 Queryavalanche_rootCountArgs = { +export type Querypolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootCountsArgs = { +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 Queryavalanche_rootMessageSentArgs = { +export type Querypolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootMessageSentsArgs = { +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 Queryavalanche_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayerFeesIncreasesArgs = { +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 Queryavalanche_slippageUpdateArgs = { +export type Querypolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_slippageUpdatesArgs = { +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 Queryavalanche_snapshotRootArgs = { +export type Querypolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_snapshotRootsArgs = { +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 Queryavalanche_spokeConnectorModeArgs = { +export type Querypolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_spokeConnectorModesArgs = { +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 Queryavalanche_aggregateRootProposedArgs = { +export type Querypolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_aggregateRootProposedsArgs = { +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 Queryavalanche_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_optimisticRootFinalizedsArgs = { +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 Queryavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymainnet_assetArgs = { +export type Querypolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetsArgs = { +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 Querymainnet_assetStatusArgs = { +export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusesArgs = { +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 Querymainnet_assetBalanceArgs = { +export type Querypolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalancesArgs = { +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 Querymainnet_routerArgs = { +export type Querypolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routersArgs = { +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 Querymainnet_routerDailyTVLArgs = { +export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLsArgs = { +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 Querymainnet_routerLiquidityEventArgs = { +export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventsArgs = { +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 Querymainnet_settingArgs = { +export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingsArgs = { +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 Querymainnet_relayerArgs = { +export type Querypolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayersArgs = { +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 Querymainnet_sequencerArgs = { +export type Queryzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencersArgs = { +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 Querymainnet_relayerFeeArgs = { +export type Queryzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesArgs = { +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 Querymainnet_originTransferArgs = { +export type Queryzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransfersArgs = { +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 Querymainnet_destinationTransferArgs = { +export type Queryzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransfersArgs = { +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 Querymainnet_originMessageArgs = { +export type Queryzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessagesArgs = { +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 Querymainnet_aggregateRootArgs = { +export type Queryzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootsArgs = { +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 Querymainnet_connectorMetaArgs = { +export type Queryzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetasArgs = { +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 Querymainnet_rootCountArgs = { +export type Queryzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountsArgs = { +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 Querymainnet_rootMessageSentArgs = { +export type Queryzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentsArgs = { +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 Querymainnet_relayerFeesIncreaseArgs = { +export type Queryzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreasesArgs = { +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 Querymainnet_slippageUpdateArgs = { +export type Queryzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdatesArgs = { +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 Querymainnet_snapshotRootArgs = { +export type Queryzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_snapshotRootsArgs = { +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 Querymainnet_spokeConnectorModeArgs = { +export type Queryzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_spokeConnectorModesArgs = { +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 Querymainnet_aggregateRootProposedArgs = { +export type Queryzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootProposedsArgs = { +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 Querymainnet_optimisticRootFinalizedArgs = { +export type Queryzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootFinalizedsArgs = { +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 Querybase_assetArgs = { +export type Queryzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetsArgs = { +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 Querybase_assetStatusArgs = { +export type Queryzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetStatusesArgs = { +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 Querybase_assetBalanceArgs = { +export type Queryzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetBalancesArgs = { +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 Querybase_routerArgs = { +export type Queryzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routersArgs = { +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 Querybase_routerDailyTVLArgs = { +export type Queryzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerDailyTVLsArgs = { +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 Querybase_routerLiquidityEventArgs = { +export type Queryzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerLiquidityEventsArgs = { +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 Querybase_settingArgs = { +export type Queryzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_settingsArgs = { +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 Querybase_relayerArgs = { +export type Queryzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayersArgs = { +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 Querybase_sequencerArgs = { +export type Querymantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_sequencersArgs = { +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 Querybase_relayerFeeArgs = { +export type Querymantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesArgs = { +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 Querybase_originTransferArgs = { +export type Querymantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originTransfersArgs = { +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 Querybase_destinationTransferArgs = { +export type Querymantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_destinationTransfersArgs = { +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 Querybase_originMessageArgs = { +export type Querymantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originMessagesArgs = { +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 Querybase_aggregateRootArgs = { +export type Querymantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootsArgs = { +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 Querybase_connectorMetaArgs = { +export type Querymantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_connectorMetasArgs = { +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 Querybase_rootCountArgs = { +export type Querymantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootCountsArgs = { +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 Querybase_rootMessageSentArgs = { +export type Querymantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootMessageSentsArgs = { +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 Querybase_relayerFeesIncreaseArgs = { +export type Querymantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesIncreasesArgs = { +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 Querybase_slippageUpdateArgs = { +export type Querymantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_slippageUpdatesArgs = { +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 Querybase_snapshotRootArgs = { +export type Querymantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_snapshotRootsArgs = { +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 Querybase_spokeConnectorModeArgs = { +export type Querymantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_spokeConnectorModesArgs = { +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 Querybase_aggregateRootProposedArgs = { +export type Querymantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootProposedsArgs = { +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 Querybase_optimisticRootFinalizedArgs = { +export type Querymantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_optimisticRootFinalizedsArgs = { +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 Querybase__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_swap_systemInfoArgs = { +export type Querymantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_systemInfosArgs = { +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 Querylinea_swap_pooledTokenArgs = { +export type Querymantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokensArgs = { +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 Querylinea_swap_stableSwapArgs = { +export type Querymantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapsArgs = { +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 Querylinea_swap_stableSwapAddLiquidityEventArgs = { +export type Querymantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { +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 Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querylinea_swap_stableSwapExchangeArgs = { +export type Querymantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangesArgs = { +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 Querylinea_swap_swapDailyVolumeArgs = { +export type Querymantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumesArgs = { +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 Querylinea_swap_swapHourlyVolumeArgs = { +export type Querymantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumesArgs = { +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 Querylinea_swap_swapWeeklyVolumeArgs = { +export type Querymainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumesArgs = { +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 Querylinea_swap_lpAccountArgs = { +export type Querymainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountsArgs = { +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 Querylinea_swap_lpAccountBalanceArgs = { +export type Querymainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalancesArgs = { +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 Querylinea_swap_lpTokenArgs = { +export type Querymainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokensArgs = { +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 Querylinea_swap_lpTransferEventArgs = { +export type Querymainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventsArgs = { +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 Querylinea_swap_stableSwapEventArgs = { +export type Querymainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventsArgs = { +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 Querylinea_swap_swapTradeVolumeArgs = { +export type Querymainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumesArgs = { +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 Querylinea_swap_lpTokenEventArgs = { +export type Querymainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventsArgs = { +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 Querylinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymetis_assetArgs = { +export type Querymainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetsArgs = { +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 Querymetis_assetStatusArgs = { +export type Querymainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetStatusesArgs = { +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 Querymetis_assetBalanceArgs = { +export type Querymainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetBalancesArgs = { +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 Querymetis_routerArgs = { +export type Querymainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routersArgs = { +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 Querymetis_routerDailyTVLArgs = { +export type Querymainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerDailyTVLsArgs = { +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 Querymetis_routerLiquidityEventArgs = { +export type Querymainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerLiquidityEventsArgs = { +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 Querymetis_settingArgs = { +export type Querymainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_settingsArgs = { +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 Querymetis_relayerArgs = { +export type Querymainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayersArgs = { +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 Querymetis_sequencerArgs = { +export type Querymainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_sequencersArgs = { +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 Querymetis_relayerFeeArgs = { +export type Querymainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesArgs = { +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 Querymetis_originTransferArgs = { +export type Querymainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originTransfersArgs = { +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 Querymetis_destinationTransferArgs = { +export type Querymainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_destinationTransfersArgs = { +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 Querymetis_originMessageArgs = { +export type Querymainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originMessagesArgs = { +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 Querymetis_aggregateRootArgs = { +export type Querymainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootsArgs = { +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 Querymetis_connectorMetaArgs = { +export type Queryavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetasArgs = { +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 Querymetis_rootCountArgs = { +export type Queryavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountsArgs = { +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 Querymetis_rootMessageSentArgs = { +export type Queryavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentsArgs = { +export type Queryavalanche_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreaseArgs = { +export type Queryavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreasesArgs = { +export type Queryavalanche_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdateArgs = { +export type Queryavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdatesArgs = { +export type Queryavalanche_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootArgs = { +export type Queryavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootsArgs = { +export type Queryavalanche_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_spokeConnectorModeArgs = { +export type Queryavalanche_settingArgs = { 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 Querymode_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymode_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_settingsArgs = { +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 Querymode_relayerArgs = { +export type Queryavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayersArgs = { +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 Querymode_sequencerArgs = { +export type Queryavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_sequencersArgs = { +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 Querymode_relayerFeeArgs = { +export type Queryavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayerFeesArgs = { +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 Querymode_originTransferArgs = { +export type Queryavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_originTransfersArgs = { +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 Querymode_destinationTransferArgs = { +export type Queryavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_destinationTransfersArgs = { +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 Querymode_originMessageArgs = { +export type Queryavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_originMessagesArgs = { +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 Querymode_aggregateRootArgs = { +export type Queryavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_aggregateRootsArgs = { +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 Querymode_connectorMetaArgs = { +export type Queryavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_connectorMetasArgs = { +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 Querymode_rootCountArgs = { +export type Queryavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_rootCountsArgs = { +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 Querymode_rootMessageSentArgs = { +export type Queryavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_rootMessageSentsArgs = { +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 Querymode_relayerFeesIncreaseArgs = { +export type Queryavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayerFeesIncreasesArgs = { +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 Querymode_slippageUpdateArgs = { +export type Queryavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_slippageUpdatesArgs = { +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 Querymode_snapshotRootArgs = { +export type Queryavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_snapshotRootsArgs = { +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 Querymode_spokeConnectorModeArgs = { +export type Queryavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_spokeConnectorModesArgs = { +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 Querymode_aggregateRootProposedArgs = { +export type Queryavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_aggregateRootProposedsArgs = { +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 Querymode_optimisticRootFinalizedArgs = { +export type Queryavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_optimisticRootFinalizedsArgs = { +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 Querymode__metaArgs = { - block?: InputMaybe; +export type Queryavalanche__metaArgs = { + block?: InputMaybe; }; @@ -14191,99936 +14106,103124 @@ export type Queryxlayer__metaArgs = { }; -export type Querybnb_swap_systemInfoArgs = { +export type Querymode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +export type Querymode_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokenArgs = { +export type Querymode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +export type Querymode_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapArgs = { +export type Querymode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +export type Querymode_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { +export type Querymode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Querymode_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querymode_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangeArgs = { +export type Querymode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +export type Querymode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumeArgs = { +export type Querymode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +export type Querymode_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumeArgs = { +export type Querymode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +export type Querymode_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumeArgs = { +export type Querymode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +export type Querymode_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountArgs = { +export type Querymode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +export type Querymode_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalanceArgs = { +export type Querymode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +export type Querymode_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenArgs = { +export type Querymode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +export type Querymode_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventArgs = { +export type Querymode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +export type Querymode_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventArgs = { +export type Querymode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +export type Querymode_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumeArgs = { +export type Querymode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +export type Querymode_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventArgs = { +export type Querymode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventsArgs = { +export type Querymode_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap__metaArgs = { - block?: InputMaybe; +export type Querymode_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscription = { - optimismsepolia_swap_systemInfo?: Maybe; - optimismsepolia_swap_systemInfos: Array; - optimismsepolia_swap_pooledToken?: Maybe; - optimismsepolia_swap_pooledTokens: Array; - optimismsepolia_swap_stableSwap?: Maybe; - optimismsepolia_swap_stableSwaps: Array; - optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; - optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - optimismsepolia_swap_stableSwapExchange?: Maybe; - optimismsepolia_swap_stableSwapExchanges: Array; - optimismsepolia_swap_swapDailyVolume?: Maybe; - optimismsepolia_swap_swapDailyVolumes: Array; - optimismsepolia_swap_swapHourlyVolume?: Maybe; - optimismsepolia_swap_swapHourlyVolumes: Array; - optimismsepolia_swap_swapWeeklyVolume?: Maybe; - optimismsepolia_swap_swapWeeklyVolumes: Array; - optimismsepolia_swap_lpAccount?: Maybe; - optimismsepolia_swap_lpAccounts: Array; - optimismsepolia_swap_lpAccountBalance?: Maybe; - optimismsepolia_swap_lpAccountBalances: Array; - optimismsepolia_swap_lpToken?: Maybe; - optimismsepolia_swap_lpTokens: Array; - optimismsepolia_swap_lpTransferEvent?: Maybe; - optimismsepolia_swap_lpTransferEvents: Array; - optimismsepolia_swap_stableSwapEvent?: Maybe; - optimismsepolia_swap_stableSwapEvents: Array; - optimismsepolia_swap_swapTradeVolume?: Maybe; - optimismsepolia_swap_swapTradeVolumes: Array; - optimismsepolia_swap_lpTokenEvent?: Maybe; - optimismsepolia_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimismsepolia_swap__meta?: Maybe; - optimismsepolia_asset?: Maybe; - optimismsepolia_assets: Array; - optimismsepolia_assetStatus?: Maybe; - optimismsepolia_assetStatuses: Array; - optimismsepolia_assetBalance?: Maybe; - optimismsepolia_assetBalances: Array; - optimismsepolia_router?: Maybe; - optimismsepolia_routers: Array; - optimismsepolia_routerDailyTVL?: Maybe; - optimismsepolia_routerDailyTVLs: Array; - optimismsepolia_routerLiquidityEvent?: Maybe; - optimismsepolia_routerLiquidityEvents: Array; - optimismsepolia_setting?: Maybe; - optimismsepolia_settings: Array; - optimismsepolia_relayer?: Maybe; - optimismsepolia_relayers: Array; - optimismsepolia_sequencer?: Maybe; - optimismsepolia_sequencers: Array; - optimismsepolia_relayerFee?: Maybe; - optimismsepolia_relayerFees: Array; - optimismsepolia_originTransfer?: Maybe; - optimismsepolia_originTransfers: Array; - optimismsepolia_destinationTransfer?: Maybe; - optimismsepolia_destinationTransfers: Array; - optimismsepolia_originMessage?: Maybe; - optimismsepolia_originMessages: Array; - optimismsepolia_aggregateRoot?: Maybe; - optimismsepolia_aggregateRoots: Array; - optimismsepolia_connectorMeta?: Maybe; - optimismsepolia_connectorMetas: Array; - optimismsepolia_rootCount?: Maybe; - optimismsepolia_rootCounts: Array; - optimismsepolia_rootMessageSent?: Maybe; - optimismsepolia_rootMessageSents: Array; - optimismsepolia_relayerFeesIncrease?: Maybe; - optimismsepolia_relayerFeesIncreases: Array; - optimismsepolia_slippageUpdate?: Maybe; - optimismsepolia_slippageUpdates: Array; - optimismsepolia_snapshotRoot?: Maybe; - optimismsepolia_snapshotRoots: Array; - optimismsepolia_spokeConnectorMode?: Maybe; - optimismsepolia_spokeConnectorModes: Array; - optimismsepolia_aggregateRootProposed?: Maybe; - optimismsepolia_aggregateRootProposeds: Array; - optimismsepolia_optimisticRootFinalized?: Maybe; - optimismsepolia_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - optimismsepolia__meta?: Maybe; - xdai_assetBalance?: Maybe; - xdai_assetBalances: Array; - xdai_router?: Maybe; - xdai_routers: Array; - xdai_transaction?: Maybe; - xdai_transactions: Array; - xdai_user?: Maybe; - xdai_users: Array; - /** Access to subgraph metadata */ - xdai__meta?: Maybe; - sepolia_rootAggregated?: Maybe; - sepolia_rootAggregateds: Array; - sepolia_rootPropagated?: Maybe; - sepolia_rootPropagateds: Array; - sepolia_aggregatedMessageRoot?: Maybe; - sepolia_aggregatedMessageRoots: Array; - sepolia_rootManagerMeta?: Maybe; - sepolia_rootManagerMetas: Array; - sepolia_rootManagerMode?: Maybe; - sepolia_rootManagerModes: Array; - sepolia_optimisticRootProposed?: Maybe; - sepolia_optimisticRootProposeds: Array; - sepolia_hubOptimisticRootFinalized?: Maybe; - sepolia_hubOptimisticRootFinalizeds: Array; - sepolia_optimisticRootPropagated?: Maybe; - sepolia_optimisticRootPropagateds: Array; - sepolia_polygonConnectorMeta?: Maybe; - sepolia_polygonConnectorMetas: Array; - sepolia_optimismConnectorMeta?: Maybe; - sepolia_optimismConnectorMetas: Array; - sepolia_bnbConnectorMeta?: Maybe; - sepolia_bnbConnectorMetas: Array; - sepolia_arbitrumConnectorMeta?: Maybe; - sepolia_arbitrumConnectorMetas: Array; - sepolia_gnosisConnectorMeta?: Maybe; - sepolia_gnosisConnectorMetas: Array; - sepolia_lineaConnectorMeta?: Maybe; - sepolia_lineaConnectorMetas: Array; - sepolia_metisConnectorMeta?: Maybe; - sepolia_metisConnectorMetas: Array; - sepolia_mantleConnectorMeta?: Maybe; - sepolia_mantleConnectorMetas: Array; - sepolia_avalancheConnectorMeta?: Maybe; - sepolia_avalancheConnectorMetas: Array; - sepolia_baseConnectorMeta?: Maybe; - sepolia_baseConnectorMetas: Array; - sepolia_polygonZkConnectorMeta?: Maybe; - sepolia_polygonZkConnectorMetas: Array; - sepolia_zkSyncConnectorMeta?: Maybe; - sepolia_zkSyncConnectorMetas: Array; - sepolia_modeConnectorMeta?: Maybe; - sepolia_modeConnectorMetas: Array; - sepolia_scrollConnectorMeta?: Maybe; - sepolia_scrollConnectorMetas: Array; - sepolia_xlayerConnectorMeta?: Maybe; - sepolia_xlayerConnectorMetas: Array; - sepolia_rootMessageProcessed?: Maybe; - sepolia_rootMessageProcesseds: Array; - sepolia_aggregateRootSavedSlow?: Maybe; - sepolia_aggregateRootSavedSlows: Array; - sepolia_hubDomain?: Maybe; - sepolia_hubDomains: Array; - /** Access to subgraph metadata */ - sepolia__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; - mode_swap_systemInfo?: Maybe; - mode_swap_systemInfos: Array; - mode_swap_pooledToken?: Maybe; - mode_swap_pooledTokens: Array; - mode_swap_stableSwap?: Maybe; - mode_swap_stableSwaps: Array; - mode_swap_stableSwapAddLiquidityEvent?: Maybe; - mode_swap_stableSwapAddLiquidityEvents: Array; - mode_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mode_swap_stableSwapRemoveLiquidityEvents: Array; - mode_swap_stableSwapExchange?: Maybe; - mode_swap_stableSwapExchanges: Array; - mode_swap_swapDailyVolume?: Maybe; - mode_swap_swapDailyVolumes: Array; - mode_swap_swapHourlyVolume?: Maybe; - mode_swap_swapHourlyVolumes: Array; - mode_swap_swapWeeklyVolume?: Maybe; - mode_swap_swapWeeklyVolumes: Array; - mode_swap_lpAccount?: Maybe; - mode_swap_lpAccounts: Array; - mode_swap_lpAccountBalance?: Maybe; - mode_swap_lpAccountBalances: Array; - mode_swap_lpToken?: Maybe; - mode_swap_lpTokens: Array; - mode_swap_lpTransferEvent?: Maybe; - mode_swap_lpTransferEvents: Array; - mode_swap_stableSwapEvent?: Maybe; - mode_swap_stableSwapEvents: Array; - mode_swap_swapTradeVolume?: Maybe; - mode_swap_swapTradeVolumes: Array; - mode_swap_lpTokenEvent?: Maybe; - mode_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - mode_swap__meta?: Maybe; - metis_swap_systemInfo?: Maybe; - metis_swap_systemInfos: Array; - metis_swap_pooledToken?: Maybe; - metis_swap_pooledTokens: Array; - metis_swap_stableSwap?: Maybe; - metis_swap_stableSwaps: Array; - metis_swap_stableSwapAddLiquidityEvent?: Maybe; - metis_swap_stableSwapAddLiquidityEvents: Array; - metis_swap_stableSwapRemoveLiquidityEvent?: Maybe; - metis_swap_stableSwapRemoveLiquidityEvents: Array; - metis_swap_stableSwapExchange?: Maybe; - metis_swap_stableSwapExchanges: Array; - metis_swap_swapDailyVolume?: Maybe; - metis_swap_swapDailyVolumes: Array; - metis_swap_swapHourlyVolume?: Maybe; - metis_swap_swapHourlyVolumes: Array; - metis_swap_swapWeeklyVolume?: Maybe; - metis_swap_swapWeeklyVolumes: Array; - metis_swap_lpAccount?: Maybe; - metis_swap_lpAccounts: Array; - metis_swap_lpAccountBalance?: Maybe; - metis_swap_lpAccountBalances: Array; - metis_swap_lpToken?: Maybe; - metis_swap_lpTokens: Array; - metis_swap_lpTransferEvent?: Maybe; - metis_swap_lpTransferEvents: Array; - metis_swap_stableSwapEvent?: Maybe; - metis_swap_stableSwapEvents: Array; - metis_swap_swapTradeVolume?: Maybe; - metis_swap_swapTradeVolumes: Array; - metis_swap_lpTokenEvent?: Maybe; - metis_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - metis_swap__meta?: Maybe; - zksync_swap_systemInfo?: Maybe; - zksync_swap_systemInfos: Array; - zksync_swap_pooledToken?: Maybe; - zksync_swap_pooledTokens: Array; - zksync_swap_stableSwap?: Maybe; - zksync_swap_stableSwaps: Array; - zksync_swap_stableSwapAddLiquidityEvent?: Maybe; - zksync_swap_stableSwapAddLiquidityEvents: Array; - zksync_swap_stableSwapRemoveLiquidityEvent?: Maybe; - zksync_swap_stableSwapRemoveLiquidityEvents: Array; - zksync_swap_stableSwapExchange?: Maybe; - zksync_swap_stableSwapExchanges: Array; - zksync_swap_swapDailyVolume?: Maybe; - zksync_swap_swapDailyVolumes: Array; - zksync_swap_swapHourlyVolume?: Maybe; - zksync_swap_swapHourlyVolumes: Array; - zksync_swap_swapWeeklyVolume?: Maybe; - zksync_swap_swapWeeklyVolumes: Array; - zksync_swap_lpAccount?: Maybe; - zksync_swap_lpAccounts: Array; - zksync_swap_lpAccountBalance?: Maybe; - zksync_swap_lpAccountBalances: Array; - zksync_swap_lpToken?: Maybe; - zksync_swap_lpTokens: Array; - zksync_swap_lpTransferEvent?: Maybe; - zksync_swap_lpTransferEvents: Array; - zksync_swap_stableSwapEvent?: Maybe; - zksync_swap_stableSwapEvents: Array; - zksync_swap_swapTradeVolume?: Maybe; - zksync_swap_swapTradeVolumes: Array; - zksync_swap_lpTokenEvent?: Maybe; - zksync_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - zksync_swap__meta?: Maybe; - arbitrumsepolia_swap_systemInfo?: Maybe; - arbitrumsepolia_swap_systemInfos: Array; - arbitrumsepolia_swap_pooledToken?: Maybe; - arbitrumsepolia_swap_pooledTokens: Array; - arbitrumsepolia_swap_stableSwap?: Maybe; - arbitrumsepolia_swap_stableSwaps: Array; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapExchange?: Maybe; - arbitrumsepolia_swap_stableSwapExchanges: Array; - arbitrumsepolia_swap_swapDailyVolume?: Maybe; - arbitrumsepolia_swap_swapDailyVolumes: Array; - arbitrumsepolia_swap_swapHourlyVolume?: Maybe; - arbitrumsepolia_swap_swapHourlyVolumes: Array; - arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; - arbitrumsepolia_swap_swapWeeklyVolumes: Array; - arbitrumsepolia_swap_lpAccount?: Maybe; - arbitrumsepolia_swap_lpAccounts: Array; - arbitrumsepolia_swap_lpAccountBalance?: Maybe; - arbitrumsepolia_swap_lpAccountBalances: Array; - arbitrumsepolia_swap_lpToken?: Maybe; - arbitrumsepolia_swap_lpTokens: Array; - arbitrumsepolia_swap_lpTransferEvent?: Maybe; - arbitrumsepolia_swap_lpTransferEvents: Array; - arbitrumsepolia_swap_stableSwapEvent?: Maybe; - arbitrumsepolia_swap_stableSwapEvents: Array; - arbitrumsepolia_swap_swapTradeVolume?: Maybe; - arbitrumsepolia_swap_swapTradeVolumes: Array; - arbitrumsepolia_swap_lpTokenEvent?: Maybe; - arbitrumsepolia_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumsepolia_swap__meta?: Maybe; - sepolia_swap_systemInfo?: Maybe; - sepolia_swap_systemInfos: Array; - sepolia_swap_pooledToken?: Maybe; - sepolia_swap_pooledTokens: Array; - sepolia_swap_stableSwap?: Maybe; - sepolia_swap_stableSwaps: Array; - sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - sepolia_swap_stableSwapAddLiquidityEvents: Array; - sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - sepolia_swap_stableSwapRemoveLiquidityEvents: Array; - sepolia_swap_stableSwapExchange?: Maybe; - sepolia_swap_stableSwapExchanges: Array; - sepolia_swap_swapDailyVolume?: Maybe; - sepolia_swap_swapDailyVolumes: Array; - sepolia_swap_swapHourlyVolume?: Maybe; - sepolia_swap_swapHourlyVolumes: Array; - sepolia_swap_swapWeeklyVolume?: Maybe; - sepolia_swap_swapWeeklyVolumes: Array; - sepolia_swap_lpAccount?: Maybe; - sepolia_swap_lpAccounts: Array; - sepolia_swap_lpAccountBalance?: Maybe; - sepolia_swap_lpAccountBalances: Array; - sepolia_swap_lpToken?: Maybe; - sepolia_swap_lpTokens: Array; - sepolia_swap_lpTransferEvent?: Maybe; - sepolia_swap_lpTransferEvents: Array; - sepolia_swap_stableSwapEvent?: Maybe; - sepolia_swap_stableSwapEvents: Array; - sepolia_swap_swapTradeVolume?: Maybe; - sepolia_swap_swapTradeVolumes: Array; - sepolia_swap_lpTokenEvent?: Maybe; - sepolia_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - sepolia_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; - linea_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; - 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; - polygonzkevm_asset?: Maybe; - polygonzkevm_assets: Array; - polygonzkevm_assetStatus?: Maybe; - polygonzkevm_assetStatuses: Array; - polygonzkevm_assetBalance?: Maybe; - polygonzkevm_assetBalances: Array; - polygonzkevm_router?: Maybe; - polygonzkevm_routers: Array; - polygonzkevm_routerDailyTVL?: Maybe; - polygonzkevm_routerDailyTVLs: Array; - polygonzkevm_routerLiquidityEvent?: Maybe; - polygonzkevm_routerLiquidityEvents: Array; - polygonzkevm_setting?: Maybe; - polygonzkevm_settings: Array; - polygonzkevm_relayer?: Maybe; - polygonzkevm_relayers: Array; - polygonzkevm_sequencer?: Maybe; - polygonzkevm_sequencers: Array; - polygonzkevm_relayerFee?: Maybe; - polygonzkevm_relayerFees: Array; - polygonzkevm_originTransfer?: Maybe; - polygonzkevm_originTransfers: Array; - polygonzkevm_destinationTransfer?: Maybe; - polygonzkevm_destinationTransfers: Array; - polygonzkevm_originMessage?: Maybe; - polygonzkevm_originMessages: Array; - polygonzkevm_aggregateRoot?: Maybe; - polygonzkevm_aggregateRoots: Array; - polygonzkevm_connectorMeta?: Maybe; - polygonzkevm_connectorMetas: Array; - polygonzkevm_rootCount?: Maybe; - polygonzkevm_rootCounts: Array; - polygonzkevm_rootMessageSent?: Maybe; - polygonzkevm_rootMessageSents: Array; - polygonzkevm_relayerFeesIncrease?: Maybe; - polygonzkevm_relayerFeesIncreases: Array; - polygonzkevm_slippageUpdate?: Maybe; - polygonzkevm_slippageUpdates: Array; - polygonzkevm_snapshotRoot?: Maybe; - polygonzkevm_snapshotRoots: Array; - polygonzkevm_spokeConnectorMode?: Maybe; - polygonzkevm_spokeConnectorModes: Array; - polygonzkevm_aggregateRootProposed?: Maybe; - polygonzkevm_aggregateRootProposeds: Array; - polygonzkevm_optimisticRootFinalized?: Maybe; - polygonzkevm_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - polygonzkevm__meta?: Maybe; - 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; - 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_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_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; - 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; - 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; - 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; - 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; - 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; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; - arbitrumone_swap_systemInfo?: Maybe; - arbitrumone_swap_systemInfos: Array; - arbitrumone_swap_pooledToken?: Maybe; - arbitrumone_swap_pooledTokens: Array; - arbitrumone_swap_stableSwap?: Maybe; - arbitrumone_swap_stableSwaps: Array; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapAddLiquidityEvents: Array; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumone_swap_stableSwapExchange?: Maybe; - arbitrumone_swap_stableSwapExchanges: Array; - arbitrumone_swap_swapDailyVolume?: Maybe; - arbitrumone_swap_swapDailyVolumes: Array; - arbitrumone_swap_swapHourlyVolume?: Maybe; - arbitrumone_swap_swapHourlyVolumes: Array; - arbitrumone_swap_swapWeeklyVolume?: Maybe; - arbitrumone_swap_swapWeeklyVolumes: Array; - arbitrumone_swap_lpAccount?: Maybe; - arbitrumone_swap_lpAccounts: Array; - arbitrumone_swap_lpAccountBalance?: Maybe; - arbitrumone_swap_lpAccountBalances: Array; - arbitrumone_swap_lpToken?: Maybe; - arbitrumone_swap_lpTokens: Array; - arbitrumone_swap_lpTransferEvent?: Maybe; - arbitrumone_swap_lpTransferEvents: Array; - arbitrumone_swap_stableSwapEvent?: Maybe; - arbitrumone_swap_stableSwapEvents: Array; - arbitrumone_swap_swapTradeVolume?: Maybe; - arbitrumone_swap_swapTradeVolumes: Array; - arbitrumone_swap_lpTokenEvent?: Maybe; - arbitrumone_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumone_swap__meta?: Maybe; - xlayer_swap_systemInfo?: Maybe; - xlayer_swap_systemInfos: Array; - xlayer_swap_pooledToken?: Maybe; - xlayer_swap_pooledTokens: Array; - xlayer_swap_stableSwap?: Maybe; - xlayer_swap_stableSwaps: Array; - xlayer_swap_stableSwapAddLiquidityEvent?: Maybe; - xlayer_swap_stableSwapAddLiquidityEvents: Array; - xlayer_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xlayer_swap_stableSwapRemoveLiquidityEvents: Array; - xlayer_swap_stableSwapExchange?: Maybe; - xlayer_swap_stableSwapExchanges: Array; - xlayer_swap_swapDailyVolume?: Maybe; - xlayer_swap_swapDailyVolumes: Array; - xlayer_swap_swapHourlyVolume?: Maybe; - xlayer_swap_swapHourlyVolumes: Array; - xlayer_swap_swapWeeklyVolume?: Maybe; - xlayer_swap_swapWeeklyVolumes: Array; - xlayer_swap_lpAccount?: Maybe; - xlayer_swap_lpAccounts: Array; - xlayer_swap_lpAccountBalance?: Maybe; - xlayer_swap_lpAccountBalances: Array; - xlayer_swap_lpToken?: Maybe; - xlayer_swap_lpTokens: Array; - xlayer_swap_lpTransferEvent?: Maybe; - xlayer_swap_lpTransferEvents: Array; - xlayer_swap_stableSwapEvent?: Maybe; - xlayer_swap_stableSwapEvents: Array; - xlayer_swap_swapTradeVolume?: Maybe; - xlayer_swap_swapTradeVolumes: Array; - xlayer_swap_lpTokenEvent?: Maybe; - xlayer_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xlayer_swap__meta?: Maybe; - arbitrumsepolia_asset?: Maybe; - arbitrumsepolia_assets: Array; - arbitrumsepolia_assetStatus?: Maybe; - arbitrumsepolia_assetStatuses: Array; - arbitrumsepolia_assetBalance?: Maybe; - arbitrumsepolia_assetBalances: Array; - arbitrumsepolia_router?: Maybe; - arbitrumsepolia_routers: Array; - arbitrumsepolia_routerDailyTVL?: Maybe; - arbitrumsepolia_routerDailyTVLs: Array; - arbitrumsepolia_routerLiquidityEvent?: Maybe; - arbitrumsepolia_routerLiquidityEvents: Array; - arbitrumsepolia_setting?: Maybe; - arbitrumsepolia_settings: Array; - arbitrumsepolia_relayer?: Maybe; - arbitrumsepolia_relayers: Array; - arbitrumsepolia_sequencer?: Maybe; - arbitrumsepolia_sequencers: Array; - arbitrumsepolia_relayerFee?: Maybe; - arbitrumsepolia_relayerFees: Array; - arbitrumsepolia_originTransfer?: Maybe; - arbitrumsepolia_originTransfers: Array; - arbitrumsepolia_destinationTransfer?: Maybe; - arbitrumsepolia_destinationTransfers: Array; - arbitrumsepolia_originMessage?: Maybe; - arbitrumsepolia_originMessages: Array; - arbitrumsepolia_aggregateRoot?: Maybe; - arbitrumsepolia_aggregateRoots: Array; - arbitrumsepolia_connectorMeta?: Maybe; - arbitrumsepolia_connectorMetas: Array; - arbitrumsepolia_rootCount?: Maybe; - arbitrumsepolia_rootCounts: Array; - arbitrumsepolia_rootMessageSent?: Maybe; - arbitrumsepolia_rootMessageSents: Array; - arbitrumsepolia_relayerFeesIncrease?: Maybe; - arbitrumsepolia_relayerFeesIncreases: Array; - arbitrumsepolia_slippageUpdate?: Maybe; - arbitrumsepolia_slippageUpdates: Array; - arbitrumsepolia_snapshotRoot?: Maybe; - arbitrumsepolia_snapshotRoots: Array; - arbitrumsepolia_spokeConnectorMode?: Maybe; - arbitrumsepolia_spokeConnectorModes: Array; - arbitrumsepolia_aggregateRootProposed?: Maybe; - arbitrumsepolia_aggregateRootProposeds: Array; - arbitrumsepolia_optimisticRootFinalized?: Maybe; - arbitrumsepolia_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - arbitrumsepolia__meta?: Maybe; - zksync_asset?: Maybe; - zksync_assets: Array; - zksync_assetStatus?: Maybe; - zksync_assetStatuses: Array; - zksync_assetBalance?: Maybe; - zksync_assetBalances: Array; - zksync_router?: Maybe; - zksync_routers: Array; - zksync_routerDailyTVL?: Maybe; - zksync_routerDailyTVLs: Array; - zksync_routerLiquidityEvent?: Maybe; - zksync_routerLiquidityEvents: Array; - zksync_setting?: Maybe; - zksync_settings: Array; - zksync_relayer?: Maybe; - zksync_relayers: Array; - zksync_sequencer?: Maybe; - zksync_sequencers: Array; - zksync_relayerFee?: Maybe; - zksync_relayerFees: Array; - zksync_originTransfer?: Maybe; - zksync_originTransfers: Array; - zksync_destinationTransfer?: Maybe; - zksync_destinationTransfers: Array; - zksync_originMessage?: Maybe; - zksync_originMessages: Array; - zksync_aggregateRoot?: Maybe; - zksync_aggregateRoots: Array; - zksync_connectorMeta?: Maybe; - zksync_connectorMetas: Array; - zksync_rootCount?: Maybe; - zksync_rootCounts: Array; - zksync_rootMessageSent?: Maybe; - zksync_rootMessageSents: Array; - zksync_relayerFeesIncrease?: Maybe; - zksync_relayerFeesIncreases: Array; - zksync_slippageUpdate?: Maybe; - zksync_slippageUpdates: Array; - zksync_snapshotRoot?: Maybe; - zksync_snapshotRoots: Array; - zksync_spokeConnectorMode?: Maybe; - zksync_spokeConnectorModes: Array; - zksync_aggregateRootProposed?: Maybe; - zksync_aggregateRootProposeds: Array; - zksync_optimisticRootFinalized?: Maybe; - zksync_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - zksync__meta?: Maybe; - 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; - 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; - 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; - 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; - 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; - mode_asset?: Maybe; - mode_assets: Array; - mode_assetStatus?: Maybe; - mode_assetStatuses: Array; - mode_assetBalance?: Maybe; - mode_assetBalances: Array; - mode_router?: Maybe; - mode_routers: Array; - mode_routerDailyTVL?: Maybe; - mode_routerDailyTVLs: Array; - mode_routerLiquidityEvent?: Maybe; - mode_routerLiquidityEvents: Array; - mode_setting?: Maybe; - mode_settings: Array; - mode_relayer?: Maybe; - mode_relayers: Array; - mode_sequencer?: Maybe; - mode_sequencers: Array; - mode_relayerFee?: Maybe; - mode_relayerFees: Array; - mode_originTransfer?: Maybe; - mode_originTransfers: Array; - mode_destinationTransfer?: Maybe; - mode_destinationTransfers: Array; - mode_originMessage?: Maybe; - mode_originMessages: Array; - mode_aggregateRoot?: Maybe; - mode_aggregateRoots: Array; - mode_connectorMeta?: Maybe; - mode_connectorMetas: Array; - mode_rootCount?: Maybe; - mode_rootCounts: Array; - mode_rootMessageSent?: Maybe; - mode_rootMessageSents: Array; - mode_relayerFeesIncrease?: Maybe; - mode_relayerFeesIncreases: Array; - mode_slippageUpdate?: Maybe; - mode_slippageUpdates: Array; - mode_snapshotRoot?: Maybe; - mode_snapshotRoots: Array; - mode_spokeConnectorMode?: Maybe; - mode_spokeConnectorModes: Array; - mode_aggregateRootProposed?: Maybe; - mode_aggregateRootProposeds: Array; - mode_optimisticRootFinalized?: Maybe; - mode_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - mode__meta?: Maybe; - xlayer_asset?: Maybe; - xlayer_assets: Array; - xlayer_assetStatus?: Maybe; - xlayer_assetStatuses: Array; - xlayer_assetBalance?: Maybe; - xlayer_assetBalances: Array; - xlayer_router?: Maybe; - xlayer_routers: Array; - xlayer_routerDailyTVL?: Maybe; - xlayer_routerDailyTVLs: Array; - xlayer_routerLiquidityEvent?: Maybe; - xlayer_routerLiquidityEvents: Array; - xlayer_setting?: Maybe; - xlayer_settings: Array; - xlayer_relayer?: Maybe; - xlayer_relayers: Array; - xlayer_sequencer?: Maybe; - xlayer_sequencers: Array; - xlayer_relayerFee?: Maybe; - xlayer_relayerFees: Array; - xlayer_originTransfer?: Maybe; - xlayer_originTransfers: Array; - xlayer_destinationTransfer?: Maybe; - xlayer_destinationTransfers: Array; - xlayer_originMessage?: Maybe; - xlayer_originMessages: Array; - xlayer_aggregateRoot?: Maybe; - xlayer_aggregateRoots: Array; - xlayer_connectorMeta?: Maybe; - xlayer_connectorMetas: Array; - xlayer_rootCount?: Maybe; - xlayer_rootCounts: Array; - xlayer_rootMessageSent?: Maybe; - xlayer_rootMessageSents: Array; - xlayer_relayerFeesIncrease?: Maybe; - xlayer_relayerFeesIncreases: Array; - xlayer_slippageUpdate?: Maybe; - xlayer_slippageUpdates: Array; - xlayer_snapshotRoot?: Maybe; - xlayer_snapshotRoots: Array; - xlayer_spokeConnectorMode?: Maybe; - xlayer_spokeConnectorModes: Array; - xlayer_aggregateRootProposed?: Maybe; - xlayer_aggregateRootProposeds: Array; - xlayer_optimisticRootFinalized?: Maybe; - xlayer_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - xlayer__meta?: Maybe; - bnb_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; -}; - - -export type Subscriptionoptimismsepolia_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimismsepolia_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_transactionArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_transactionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_userArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_usersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionsepolia_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootAggregatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_aggregatedMessageRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_aggregatedMessageRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootManagerMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootManagerMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootManagerModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootManagerModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_optimisticRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_optimisticRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_hubOptimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_hubOptimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_optimisticRootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_optimisticRootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_polygonConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_polygonConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_optimismConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_optimismConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_bnbConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_bnbConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_arbitrumConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_arbitrumConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_gnosisConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_gnosisConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_lineaConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_lineaConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_metisConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_metisConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_mantleConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_mantleConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_avalancheConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_avalancheConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_baseConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_baseConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_polygonZkConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_polygonZkConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_zkSyncConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_zkSyncConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_modeConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_modeConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_scrollConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_scrollConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_xlayerConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_xlayerConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootMessageProcessedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootMessageProcessedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_aggregateRootSavedSlowArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_aggregateRootSavedSlowsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_hubDomainArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_hubDomainsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmantle_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmode_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmetis_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionzksync_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumsepolia_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionsepolia_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmantle_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_swap_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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 Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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 Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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 Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygonzkevm_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionavalanche_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmainnet_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootAggregatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregatedMessageRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregatedMessageRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootManagerMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootManagerMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootManagerModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootManagerModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_polygonConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_polygonConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimismConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimismConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_bnbConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_bnbConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_gnosisConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_gnosisConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_lineaConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_lineaConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_metisConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_metisConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_mantleConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_mantleConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_avalancheConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_avalancheConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_baseConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_baseConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_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; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootMessageProcessedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_hubDomainArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_hubDomainsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxlayer_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumsepolia_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionarbitrumsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionzksync_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionavalanche_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmainnet_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmetis_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -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']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmode_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmode__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxlayer_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxlayer__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap__metaArgs = { - block?: InputMaybe; -}; - -export type optimismsepolia_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type optimismsepolia_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimismsepolia_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimismsepolia_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['optimismsepolia_swap_Bytes']; - balances: Array; -}; - - -export type optimismsepolia_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismsepolia_swap_LpAccountBalance = { - id: Scalars['ID']; - account: optimismsepolia_swap_LpAccount; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type optimismsepolia_swap_LpAccount_filter = { - 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 optimismsepolia_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type optimismsepolia_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['optimismsepolia_swap_Bytes']; - stableSwap: optimismsepolia_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['optimismsepolia_swap_BigDecimal']; - events: Array; -}; - - -export type optimismsepolia_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismsepolia_swap_LpTokenEvent = { - id: Scalars['ID']; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismsepolia_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 optimismsepolia_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimismsepolia_swap_LpToken_filter = { - 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 optimismsepolia_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type optimismsepolia_swap_LpTransferEvent = optimismsepolia_swap_LpTokenEvent & { - id: Scalars['ID']; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_swap_BigDecimal']; - from: Scalars['optimismsepolia_swap_Bytes']; - to: Scalars['optimismsepolia_swap_Bytes']; - fromBalance: Scalars['optimismsepolia_swap_BigDecimal']; - toBalance: Scalars['optimismsepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismsepolia_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 optimismsepolia_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 optimismsepolia_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type optimismsepolia_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['optimismsepolia_swap_Bytes']; -}; - -export type optimismsepolia_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 optimismsepolia_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type optimismsepolia_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['optimismsepolia_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type optimismsepolia_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismsepolia_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismsepolia_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismsepolia_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimismsepolia_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismsepolia_swap_StableSwapAddLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - provider: Scalars['optimismsepolia_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 optimismsepolia_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 optimismsepolia_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismsepolia_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 optimismsepolia_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimismsepolia_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - buyer: Scalars['optimismsepolia_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_StableSwapRemoveLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - provider: Scalars['optimismsepolia_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_SwapDailyVolume = optimismsepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; -}; - -export type optimismsepolia_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismsepolia_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimismsepolia_swap_SwapHourlyVolume = optimismsepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; -}; - -export type optimismsepolia_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 optimismsepolia_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimismsepolia_swap_SwapTradeVolume = { - stableSwap: optimismsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; -}; - -export type optimismsepolia_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismsepolia_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimismsepolia_swap_SwapWeeklyVolume = optimismsepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; -}; - -export type optimismsepolia_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismsepolia_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimismsepolia_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type optimismsepolia_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 optimismsepolia_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type optimismsepolia_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type optimismsepolia_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: optimismsepolia_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type _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 optimismsepolia_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['optimismsepolia_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismsepolia_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['optimismsepolia_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type optimismsepolia_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 optimismsepolia_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type optimismsepolia_Aggregation_interval = - | 'hour' - | 'day'; - -export type optimismsepolia_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type optimismsepolia_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type optimismsepolia_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 optimismsepolia_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type optimismsepolia_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type optimismsepolia_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 optimismsepolia_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type optimismsepolia_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimismsepolia_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimismsepolia_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type optimismsepolia_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 optimismsepolia_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismsepolia_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - 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 optimismsepolia_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 optimismsepolia_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['optimismsepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type optimismsepolia_OrderDirection = - | 'asc' - | 'desc'; - -export type optimismsepolia_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type optimismsepolia_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 optimismsepolia_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismsepolia_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 optimismsepolia_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type optimismsepolia_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type optimismsepolia_RelayerFee = { - id: Scalars['ID']; - transfer: optimismsepolia_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['optimismsepolia_Bytes']; -}; - -export type optimismsepolia_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 optimismsepolia_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type optimismsepolia_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: optimismsepolia_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimismsepolia_Bytes']; - transactionHash: Scalars['optimismsepolia_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismsepolia_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type optimismsepolia_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_RootCount_orderBy = - | 'id' - | 'count'; - -export type optimismsepolia_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimismsepolia_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type optimismsepolia_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismsepolia_RouterDailyTVL = { - id: Scalars['ID']; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type optimismsepolia_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 optimismsepolia_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type optimismsepolia_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimismsepolia_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismsepolia_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismsepolia_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type optimismsepolia_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type optimismsepolia_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 optimismsepolia_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type optimismsepolia_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimismsepolia_Bytes']; -}; - -export type optimismsepolia_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 optimismsepolia_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type optimismsepolia_SlippageUpdate = { - id: Scalars['ID']; - transfer: optimismsepolia_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['optimismsepolia_Bytes']; - transactionHash: Scalars['optimismsepolia_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismsepolia_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismsepolia_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 optimismsepolia_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['optimismsepolia_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismsepolia_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 optimismsepolia_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type optimismsepolia_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type optimismsepolia_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismsepolia_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type optimismsepolia_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type optimismsepolia__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type optimismsepolia__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: optimismsepolia__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xdai_Aggregation_interval = - | 'hour' - | 'day'; - -export type xdai_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - router: xdai_Router; - assetId: Scalars['xdai_Bytes']; -}; - -export type xdai_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - assetId?: InputMaybe; - assetId_not?: InputMaybe; - assetId_gt?: InputMaybe; - assetId_lt?: InputMaybe; - assetId_gte?: InputMaybe; - assetId_lte?: InputMaybe; - assetId_in?: InputMaybe>; - assetId_not_in?: InputMaybe>; - assetId_contains?: InputMaybe; - assetId_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'router' - | 'router__id' - | 'assetId'; - -export type xdai_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type xdai_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -/** Defines the order direction, either ascending or descending */ -export type xdai_OrderDirection = - | 'asc' - | 'desc'; - -export type xdai_Router = { - id: Scalars['ID']; - assetBalances: Array; - transactions: Array; -}; - - -export type xdai_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_RoutertransactionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - transactions_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_Router_orderBy = - | 'id' - | 'assetBalances' - | 'transactions'; - -export type xdai_Transaction = { - id: Scalars['ID']; - status: xdai_TransactionStatus; - chainId: Scalars['BigInt']; - preparedTimestamp: Scalars['BigInt']; - receivingChainTxManagerAddress: Scalars['xdai_Bytes']; - user: xdai_User; - router: xdai_Router; - initiator: Scalars['xdai_Bytes']; - sendingAssetId: Scalars['xdai_Bytes']; - receivingAssetId: Scalars['xdai_Bytes']; - sendingChainFallback: Scalars['xdai_Bytes']; - callTo: Scalars['xdai_Bytes']; - receivingAddress: Scalars['xdai_Bytes']; - callDataHash: Scalars['xdai_Bytes']; - transactionId: Scalars['xdai_Bytes']; - sendingChainId: Scalars['BigInt']; - receivingChainId: Scalars['BigInt']; - amount: Scalars['BigInt']; - expiry: Scalars['BigInt']; - preparedBlockNumber: Scalars['BigInt']; - encryptedCallData: Scalars['String']; - prepareCaller?: Maybe; - bidSignature: Scalars['xdai_Bytes']; - encodedBid: Scalars['String']; - prepareTransactionHash: Scalars['xdai_Bytes']; - prepareMeta?: Maybe; - relayerFee?: Maybe; - signature?: Maybe; - callData?: Maybe; - externalCallSuccess?: Maybe; - externalCallIsContract?: Maybe; - externalCallReturnData?: Maybe; - fulfillCaller?: Maybe; - fulfillTransactionHash?: Maybe; - fulfillMeta?: Maybe; - fulfillTimestamp?: Maybe; - cancelCaller?: Maybe; - cancelTransactionHash?: Maybe; - cancelMeta?: Maybe; - cancelTimestamp?: Maybe; -}; - -export type xdai_TransactionStatus = - | 'Prepared' - | 'Fulfilled' - | 'Cancelled'; - -export type xdai_Transaction_filter = { - 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>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - preparedTimestamp?: InputMaybe; - preparedTimestamp_not?: InputMaybe; - preparedTimestamp_gt?: InputMaybe; - preparedTimestamp_lt?: InputMaybe; - preparedTimestamp_gte?: InputMaybe; - preparedTimestamp_lte?: InputMaybe; - preparedTimestamp_in?: InputMaybe>; - preparedTimestamp_not_in?: InputMaybe>; - receivingChainTxManagerAddress?: InputMaybe; - receivingChainTxManagerAddress_not?: InputMaybe; - receivingChainTxManagerAddress_gt?: InputMaybe; - receivingChainTxManagerAddress_lt?: InputMaybe; - receivingChainTxManagerAddress_gte?: InputMaybe; - receivingChainTxManagerAddress_lte?: InputMaybe; - receivingChainTxManagerAddress_in?: InputMaybe>; - receivingChainTxManagerAddress_not_in?: InputMaybe>; - receivingChainTxManagerAddress_contains?: InputMaybe; - receivingChainTxManagerAddress_not_contains?: InputMaybe; - user?: InputMaybe; - user_not?: InputMaybe; - user_gt?: InputMaybe; - user_lt?: InputMaybe; - user_gte?: InputMaybe; - user_lte?: InputMaybe; - user_in?: InputMaybe>; - user_not_in?: InputMaybe>; - user_contains?: InputMaybe; - user_contains_nocase?: InputMaybe; - user_not_contains?: InputMaybe; - user_not_contains_nocase?: InputMaybe; - user_starts_with?: InputMaybe; - user_starts_with_nocase?: InputMaybe; - user_not_starts_with?: InputMaybe; - user_not_starts_with_nocase?: InputMaybe; - user_ends_with?: InputMaybe; - user_ends_with_nocase?: InputMaybe; - user_not_ends_with?: InputMaybe; - user_not_ends_with_nocase?: InputMaybe; - user_?: InputMaybe; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - initiator?: InputMaybe; - initiator_not?: InputMaybe; - initiator_gt?: InputMaybe; - initiator_lt?: InputMaybe; - initiator_gte?: InputMaybe; - initiator_lte?: InputMaybe; - initiator_in?: InputMaybe>; - initiator_not_in?: InputMaybe>; - initiator_contains?: InputMaybe; - initiator_not_contains?: InputMaybe; - sendingAssetId?: InputMaybe; - sendingAssetId_not?: InputMaybe; - sendingAssetId_gt?: InputMaybe; - sendingAssetId_lt?: InputMaybe; - sendingAssetId_gte?: InputMaybe; - sendingAssetId_lte?: InputMaybe; - sendingAssetId_in?: InputMaybe>; - sendingAssetId_not_in?: InputMaybe>; - sendingAssetId_contains?: InputMaybe; - sendingAssetId_not_contains?: InputMaybe; - receivingAssetId?: InputMaybe; - receivingAssetId_not?: InputMaybe; - receivingAssetId_gt?: InputMaybe; - receivingAssetId_lt?: InputMaybe; - receivingAssetId_gte?: InputMaybe; - receivingAssetId_lte?: InputMaybe; - receivingAssetId_in?: InputMaybe>; - receivingAssetId_not_in?: InputMaybe>; - receivingAssetId_contains?: InputMaybe; - receivingAssetId_not_contains?: InputMaybe; - sendingChainFallback?: InputMaybe; - sendingChainFallback_not?: InputMaybe; - sendingChainFallback_gt?: InputMaybe; - sendingChainFallback_lt?: InputMaybe; - sendingChainFallback_gte?: InputMaybe; - sendingChainFallback_lte?: InputMaybe; - sendingChainFallback_in?: InputMaybe>; - sendingChainFallback_not_in?: InputMaybe>; - sendingChainFallback_contains?: InputMaybe; - sendingChainFallback_not_contains?: InputMaybe; - callTo?: InputMaybe; - callTo_not?: InputMaybe; - callTo_gt?: InputMaybe; - callTo_lt?: InputMaybe; - callTo_gte?: InputMaybe; - callTo_lte?: InputMaybe; - callTo_in?: InputMaybe>; - callTo_not_in?: InputMaybe>; - callTo_contains?: InputMaybe; - callTo_not_contains?: InputMaybe; - receivingAddress?: InputMaybe; - receivingAddress_not?: InputMaybe; - receivingAddress_gt?: InputMaybe; - receivingAddress_lt?: InputMaybe; - receivingAddress_gte?: InputMaybe; - receivingAddress_lte?: InputMaybe; - receivingAddress_in?: InputMaybe>; - receivingAddress_not_in?: InputMaybe>; - receivingAddress_contains?: InputMaybe; - receivingAddress_not_contains?: InputMaybe; - callDataHash?: InputMaybe; - callDataHash_not?: InputMaybe; - callDataHash_gt?: InputMaybe; - callDataHash_lt?: InputMaybe; - callDataHash_gte?: InputMaybe; - callDataHash_lte?: InputMaybe; - callDataHash_in?: InputMaybe>; - callDataHash_not_in?: InputMaybe>; - callDataHash_contains?: InputMaybe; - callDataHash_not_contains?: InputMaybe; - transactionId?: InputMaybe; - transactionId_not?: InputMaybe; - transactionId_gt?: InputMaybe; - transactionId_lt?: InputMaybe; - transactionId_gte?: InputMaybe; - transactionId_lte?: InputMaybe; - transactionId_in?: InputMaybe>; - transactionId_not_in?: InputMaybe>; - transactionId_contains?: InputMaybe; - transactionId_not_contains?: InputMaybe; - sendingChainId?: InputMaybe; - sendingChainId_not?: InputMaybe; - sendingChainId_gt?: InputMaybe; - sendingChainId_lt?: InputMaybe; - sendingChainId_gte?: InputMaybe; - sendingChainId_lte?: InputMaybe; - sendingChainId_in?: InputMaybe>; - sendingChainId_not_in?: InputMaybe>; - receivingChainId?: InputMaybe; - receivingChainId_not?: InputMaybe; - receivingChainId_gt?: InputMaybe; - receivingChainId_lt?: InputMaybe; - receivingChainId_gte?: InputMaybe; - receivingChainId_lte?: InputMaybe; - receivingChainId_in?: InputMaybe>; - receivingChainId_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>; - expiry?: InputMaybe; - expiry_not?: InputMaybe; - expiry_gt?: InputMaybe; - expiry_lt?: InputMaybe; - expiry_gte?: InputMaybe; - expiry_lte?: InputMaybe; - expiry_in?: InputMaybe>; - expiry_not_in?: InputMaybe>; - preparedBlockNumber?: InputMaybe; - preparedBlockNumber_not?: InputMaybe; - preparedBlockNumber_gt?: InputMaybe; - preparedBlockNumber_lt?: InputMaybe; - preparedBlockNumber_gte?: InputMaybe; - preparedBlockNumber_lte?: InputMaybe; - preparedBlockNumber_in?: InputMaybe>; - preparedBlockNumber_not_in?: InputMaybe>; - encryptedCallData?: InputMaybe; - encryptedCallData_not?: InputMaybe; - encryptedCallData_gt?: InputMaybe; - encryptedCallData_lt?: InputMaybe; - encryptedCallData_gte?: InputMaybe; - encryptedCallData_lte?: InputMaybe; - encryptedCallData_in?: InputMaybe>; - encryptedCallData_not_in?: InputMaybe>; - encryptedCallData_contains?: InputMaybe; - encryptedCallData_contains_nocase?: InputMaybe; - encryptedCallData_not_contains?: InputMaybe; - encryptedCallData_not_contains_nocase?: InputMaybe; - encryptedCallData_starts_with?: InputMaybe; - encryptedCallData_starts_with_nocase?: InputMaybe; - encryptedCallData_not_starts_with?: InputMaybe; - encryptedCallData_not_starts_with_nocase?: InputMaybe; - encryptedCallData_ends_with?: InputMaybe; - encryptedCallData_ends_with_nocase?: InputMaybe; - encryptedCallData_not_ends_with?: InputMaybe; - encryptedCallData_not_ends_with_nocase?: InputMaybe; - prepareCaller?: InputMaybe; - prepareCaller_not?: InputMaybe; - prepareCaller_gt?: InputMaybe; - prepareCaller_lt?: InputMaybe; - prepareCaller_gte?: InputMaybe; - prepareCaller_lte?: InputMaybe; - prepareCaller_in?: InputMaybe>; - prepareCaller_not_in?: InputMaybe>; - prepareCaller_contains?: InputMaybe; - prepareCaller_not_contains?: InputMaybe; - bidSignature?: InputMaybe; - bidSignature_not?: InputMaybe; - bidSignature_gt?: InputMaybe; - bidSignature_lt?: InputMaybe; - bidSignature_gte?: InputMaybe; - bidSignature_lte?: InputMaybe; - bidSignature_in?: InputMaybe>; - bidSignature_not_in?: InputMaybe>; - bidSignature_contains?: InputMaybe; - bidSignature_not_contains?: InputMaybe; - encodedBid?: InputMaybe; - encodedBid_not?: InputMaybe; - encodedBid_gt?: InputMaybe; - encodedBid_lt?: InputMaybe; - encodedBid_gte?: InputMaybe; - encodedBid_lte?: InputMaybe; - encodedBid_in?: InputMaybe>; - encodedBid_not_in?: InputMaybe>; - encodedBid_contains?: InputMaybe; - encodedBid_contains_nocase?: InputMaybe; - encodedBid_not_contains?: InputMaybe; - encodedBid_not_contains_nocase?: InputMaybe; - encodedBid_starts_with?: InputMaybe; - encodedBid_starts_with_nocase?: InputMaybe; - encodedBid_not_starts_with?: InputMaybe; - encodedBid_not_starts_with_nocase?: InputMaybe; - encodedBid_ends_with?: InputMaybe; - encodedBid_ends_with_nocase?: InputMaybe; - encodedBid_not_ends_with?: InputMaybe; - encodedBid_not_ends_with_nocase?: InputMaybe; - prepareTransactionHash?: InputMaybe; - prepareTransactionHash_not?: InputMaybe; - prepareTransactionHash_gt?: InputMaybe; - prepareTransactionHash_lt?: InputMaybe; - prepareTransactionHash_gte?: InputMaybe; - prepareTransactionHash_lte?: InputMaybe; - prepareTransactionHash_in?: InputMaybe>; - prepareTransactionHash_not_in?: InputMaybe>; - prepareTransactionHash_contains?: InputMaybe; - prepareTransactionHash_not_contains?: InputMaybe; - prepareMeta?: InputMaybe; - prepareMeta_not?: InputMaybe; - prepareMeta_gt?: InputMaybe; - prepareMeta_lt?: InputMaybe; - prepareMeta_gte?: InputMaybe; - prepareMeta_lte?: InputMaybe; - prepareMeta_in?: InputMaybe>; - prepareMeta_not_in?: InputMaybe>; - prepareMeta_contains?: InputMaybe; - prepareMeta_not_contains?: 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>; - signature?: InputMaybe; - signature_not?: InputMaybe; - signature_gt?: InputMaybe; - signature_lt?: InputMaybe; - signature_gte?: InputMaybe; - signature_lte?: InputMaybe; - signature_in?: InputMaybe>; - signature_not_in?: InputMaybe>; - signature_contains?: InputMaybe; - signature_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_contains_nocase?: InputMaybe; - callData_not_contains?: InputMaybe; - callData_not_contains_nocase?: InputMaybe; - callData_starts_with?: InputMaybe; - callData_starts_with_nocase?: InputMaybe; - callData_not_starts_with?: InputMaybe; - callData_not_starts_with_nocase?: InputMaybe; - callData_ends_with?: InputMaybe; - callData_ends_with_nocase?: InputMaybe; - callData_not_ends_with?: InputMaybe; - callData_not_ends_with_nocase?: InputMaybe; - externalCallSuccess?: InputMaybe; - externalCallSuccess_not?: InputMaybe; - externalCallSuccess_in?: InputMaybe>; - externalCallSuccess_not_in?: InputMaybe>; - externalCallIsContract?: InputMaybe; - externalCallIsContract_not?: InputMaybe; - externalCallIsContract_in?: InputMaybe>; - externalCallIsContract_not_in?: InputMaybe>; - externalCallReturnData?: InputMaybe; - externalCallReturnData_not?: InputMaybe; - externalCallReturnData_gt?: InputMaybe; - externalCallReturnData_lt?: InputMaybe; - externalCallReturnData_gte?: InputMaybe; - externalCallReturnData_lte?: InputMaybe; - externalCallReturnData_in?: InputMaybe>; - externalCallReturnData_not_in?: InputMaybe>; - externalCallReturnData_contains?: InputMaybe; - externalCallReturnData_not_contains?: InputMaybe; - fulfillCaller?: InputMaybe; - fulfillCaller_not?: InputMaybe; - fulfillCaller_gt?: InputMaybe; - fulfillCaller_lt?: InputMaybe; - fulfillCaller_gte?: InputMaybe; - fulfillCaller_lte?: InputMaybe; - fulfillCaller_in?: InputMaybe>; - fulfillCaller_not_in?: InputMaybe>; - fulfillCaller_contains?: InputMaybe; - fulfillCaller_not_contains?: InputMaybe; - fulfillTransactionHash?: InputMaybe; - fulfillTransactionHash_not?: InputMaybe; - fulfillTransactionHash_gt?: InputMaybe; - fulfillTransactionHash_lt?: InputMaybe; - fulfillTransactionHash_gte?: InputMaybe; - fulfillTransactionHash_lte?: InputMaybe; - fulfillTransactionHash_in?: InputMaybe>; - fulfillTransactionHash_not_in?: InputMaybe>; - fulfillTransactionHash_contains?: InputMaybe; - fulfillTransactionHash_not_contains?: InputMaybe; - fulfillMeta?: InputMaybe; - fulfillMeta_not?: InputMaybe; - fulfillMeta_gt?: InputMaybe; - fulfillMeta_lt?: InputMaybe; - fulfillMeta_gte?: InputMaybe; - fulfillMeta_lte?: InputMaybe; - fulfillMeta_in?: InputMaybe>; - fulfillMeta_not_in?: InputMaybe>; - fulfillMeta_contains?: InputMaybe; - fulfillMeta_not_contains?: InputMaybe; - fulfillTimestamp?: InputMaybe; - fulfillTimestamp_not?: InputMaybe; - fulfillTimestamp_gt?: InputMaybe; - fulfillTimestamp_lt?: InputMaybe; - fulfillTimestamp_gte?: InputMaybe; - fulfillTimestamp_lte?: InputMaybe; - fulfillTimestamp_in?: InputMaybe>; - fulfillTimestamp_not_in?: InputMaybe>; - cancelCaller?: InputMaybe; - cancelCaller_not?: InputMaybe; - cancelCaller_gt?: InputMaybe; - cancelCaller_lt?: InputMaybe; - cancelCaller_gte?: InputMaybe; - cancelCaller_lte?: InputMaybe; - cancelCaller_in?: InputMaybe>; - cancelCaller_not_in?: InputMaybe>; - cancelCaller_contains?: InputMaybe; - cancelCaller_not_contains?: InputMaybe; - cancelTransactionHash?: InputMaybe; - cancelTransactionHash_not?: InputMaybe; - cancelTransactionHash_gt?: InputMaybe; - cancelTransactionHash_lt?: InputMaybe; - cancelTransactionHash_gte?: InputMaybe; - cancelTransactionHash_lte?: InputMaybe; - cancelTransactionHash_in?: InputMaybe>; - cancelTransactionHash_not_in?: InputMaybe>; - cancelTransactionHash_contains?: InputMaybe; - cancelTransactionHash_not_contains?: InputMaybe; - cancelMeta?: InputMaybe; - cancelMeta_not?: InputMaybe; - cancelMeta_gt?: InputMaybe; - cancelMeta_lt?: InputMaybe; - cancelMeta_gte?: InputMaybe; - cancelMeta_lte?: InputMaybe; - cancelMeta_in?: InputMaybe>; - cancelMeta_not_in?: InputMaybe>; - cancelMeta_contains?: InputMaybe; - cancelMeta_not_contains?: InputMaybe; - cancelTimestamp?: InputMaybe; - cancelTimestamp_not?: InputMaybe; - cancelTimestamp_gt?: InputMaybe; - cancelTimestamp_lt?: InputMaybe; - cancelTimestamp_gte?: InputMaybe; - cancelTimestamp_lte?: InputMaybe; - cancelTimestamp_in?: InputMaybe>; - cancelTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_Transaction_orderBy = - | 'id' - | 'status' - | 'chainId' - | 'preparedTimestamp' - | 'receivingChainTxManagerAddress' - | 'user' - | 'user__id' - | 'router' - | 'router__id' - | 'initiator' - | 'sendingAssetId' - | 'receivingAssetId' - | 'sendingChainFallback' - | 'callTo' - | 'receivingAddress' - | 'callDataHash' - | 'transactionId' - | 'sendingChainId' - | 'receivingChainId' - | 'amount' - | 'expiry' - | 'preparedBlockNumber' - | 'encryptedCallData' - | 'prepareCaller' - | 'bidSignature' - | 'encodedBid' - | 'prepareTransactionHash' - | 'prepareMeta' - | 'relayerFee' - | 'signature' - | 'callData' - | 'externalCallSuccess' - | 'externalCallIsContract' - | 'externalCallReturnData' - | 'fulfillCaller' - | 'fulfillTransactionHash' - | 'fulfillMeta' - | 'fulfillTimestamp' - | 'cancelCaller' - | 'cancelTransactionHash' - | 'cancelMeta' - | 'cancelTimestamp'; - -export type xdai_User = { - id: Scalars['ID']; - transactions: Array; -}; - - -export type xdai_UsertransactionsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_User_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transactions_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_User_orderBy = - | 'id' - | 'transactions'; - -export type xdai__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type xdai__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: xdai__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type sepolia_AggregateRootSavedSlow = { - id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; -}; - -export type sepolia_AggregateRootSavedSlow_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type sepolia_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['sepolia_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; - -export type sepolia_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 sepolia_AggregatedMessageRoot_orderBy = - | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type sepolia_Aggregation_interval = - | 'hour' - | 'day'; - -export type sepolia_ArbitrumConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_ArbitrumConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_ArbitrumConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_AvalancheConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_AvalancheConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_BaseConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_BaseConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_BaseConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type sepolia_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type sepolia_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_BnbConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_GnosisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_GnosisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; -}; - -export type sepolia_HubDomain_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_HubDomain_orderBy = - | 'id' - | 'domain'; - -export type sepolia_HubOptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_HubOptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - 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 sepolia_HubOptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -export type sepolia_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_LineaConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_LineaConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_MantleConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_MantleConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_MetisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_MetisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_ModeConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_ModeConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_OptimisticRootPropagated = { - id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; - domainsHash: Scalars['sepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_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 sepolia_OptimisticRootPropagated_orderBy = - | 'id' - | 'aggregateRoot' - | 'domainsHash' - | 'timestamp' - | 'blockNumber'; - -export type sepolia_OptimisticRootProposed = { - id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['sepolia_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['sepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_OptimisticRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - 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 sepolia_OptimisticRootProposed_orderBy = - | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type sepolia_OrderDirection = - | 'asc' - | 'desc'; - -export type sepolia_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_PolygonConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_PolygonZkConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_PolygonZkConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_PolygonZkConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['sepolia_Bytes']; - index: Scalars['BigInt']; -}; - -export type sepolia_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type sepolia_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type sepolia_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type sepolia_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type sepolia_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_RootManagerMode_orderBy = - | 'id' - | 'mode'; - -export type sepolia_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type sepolia_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type sepolia_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['sepolia_Bytes']; - domainsHash: Scalars['sepolia_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_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 sepolia_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; - -export type sepolia_ScrollConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_ScrollConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_ScrollConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_XlayerConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_XlayerConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_XlayerConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_ZkSyncConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type sepolia__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: sepolia__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mantle_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type mantle_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mantle_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mantle_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['mantle_swap_Bytes']; - balances: Array; -}; - - -export type mantle_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mantle_swap_LpAccountBalance = { - id: Scalars['ID']; - account: mantle_swap_LpAccount; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type mantle_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type mantle_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type mantle_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['mantle_swap_Bytes']; - stableSwap: mantle_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['mantle_swap_BigDecimal']; - events: Array; -}; - - -export type mantle_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mantle_swap_LpTokenEvent = { - id: Scalars['ID']; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type mantle_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { - id: Scalars['ID']; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; - from: Scalars['mantle_swap_Bytes']; - to: Scalars['mantle_swap_Bytes']; - fromBalance: Scalars['mantle_swap_BigDecimal']; - toBalance: Scalars['mantle_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type mantle_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type mantle_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['mantle_swap_Bytes']; -}; - -export type mantle_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 mantle_swap_PooledToken_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; -}; - -export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - provider: Scalars['mantle_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 mantle_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | '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 = { - 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 mantle_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type mantle_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - buyer: Scalars['mantle_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_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 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'; - -export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - provider: Scalars['mantle_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 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; - id_lt?: InputMaybe; - id_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 mantle_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 mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; -}; - -export type mantle_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; -}; - -export type mantle_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 hash of the parent block */ - parentHash?: 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 mode_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type mode_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mode_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mode_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['mode_swap_Bytes']; - balances: Array; -}; - - -export type mode_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mode_swap_LpAccountBalance = { - id: Scalars['ID']; - account: mode_swap_LpAccount; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type mode_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type mode_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type mode_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['mode_swap_Bytes']; - stableSwap: mode_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['mode_swap_BigDecimal']; - events: Array; -}; - - -export type mode_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mode_swap_LpTokenEvent = { - id: Scalars['ID']; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mode_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: 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 mode_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type mode_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 mode_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type mode_swap_LpTransferEvent = mode_swap_LpTokenEvent & { - id: Scalars['ID']; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - from: Scalars['mode_swap_Bytes']; - to: Scalars['mode_swap_Bytes']; - fromBalance: Scalars['mode_swap_BigDecimal']; - toBalance: Scalars['mode_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mode_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 mode_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type mode_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type mode_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['mode_swap_Bytes']; -}; - -export type mode_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 mode_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type mode_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['mode_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type mode_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mode_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mode_swap_StableSwapAddLiquidityEvent = mode_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - provider: Scalars['mode_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mode_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 mode_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 mode_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mode_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 mode_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 mode_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - buyer: Scalars['mode_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mode_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 mode_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 mode_swap_StableSwapRemoveLiquidityEvent = mode_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - provider: Scalars['mode_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mode_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 mode_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 mode_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 mode_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type mode_swap_SwapDailyVolume = mode_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -export type mode_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type mode_swap_SwapHourlyVolume = mode_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -export type mode_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type mode_swap_SwapTradeVolume = { - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -export type mode_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type mode_swap_SwapWeeklyVolume = mode_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -export type mode_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type mode_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type mode_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type mode_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type mode_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mode_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type metis_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type metis_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type metis_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type metis_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - balances: Array; -}; - - -export type metis_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -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 metis_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 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'; - -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 metis_swap_LpAccount_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; -}; - - -export type metis_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type metis_swap_LpTokenEvent = { - 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']; -}; - -export type metis_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 metis_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type metis_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 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'; - -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; - 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 metis_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type metis_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type metis_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['metis_swap_Bytes']; -}; - -export type metis_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type metis_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type metis_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['metis_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type metis_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -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; - 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 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'; - -export type metis_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type metis_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 metis_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 metis_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - buyer: Scalars['metis_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type metis_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 metis_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 metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type metis_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 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'; - -export type metis_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 metis_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 metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; -}; - -export type metis_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 metis_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; -}; - -export type metis_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type metis_swap_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 metis_swap_SwapTradeVolume = { - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; -}; - -export type metis_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type metis_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; -}; - -export type metis_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 metis_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type metis_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type metis_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 metis_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type metis_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type metis_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: metis_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type zksync_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type zksync_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type zksync_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type zksync_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - balances: Array; -}; - - -export type zksync_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type zksync_swap_LpAccountBalance = { - id: Scalars['ID']; - account: zksync_swap_LpAccount; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type zksync_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 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type zksync_swap_LpAccount_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; -}; - -export type zksync_swap_LpTokenEvent = { - id: Scalars['ID']; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type zksync_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 zksync_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type zksync_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 zksync_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 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; - 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 zksync_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 zksync_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type zksync_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['zksync_swap_Bytes']; -}; - -export type zksync_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 zksync_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type zksync_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['zksync_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type zksync_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type zksync_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type zksync_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type zksync_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type zksync_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - provider: Scalars['zksync_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type zksync_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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 zksync_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 zksync_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type zksync_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 zksync_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 zksync_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - buyer: Scalars['zksync_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type zksync_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 zksync_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 zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { - 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']; -}; - -export type zksync_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 zksync_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 zksync_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 zksync_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 zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; -}; - -export type zksync_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 zksync_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -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; - 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 zksync_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 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']; - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; -}; - -export type zksync_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 zksync_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 zksync_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type zksync_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 zksync_swap_SystemInfo_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 hash of the parent block */ - parentHash?: 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 arbitrumsepolia_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type arbitrumsepolia_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumsepolia_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type arbitrumsepolia_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['arbitrumsepolia_swap_Bytes']; - balances: Array; -}; - - -export type arbitrumsepolia_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumsepolia_swap_LpAccountBalance = { - id: Scalars['ID']; - account: arbitrumsepolia_swap_LpAccount; - token: arbitrumsepolia_swap_LpToken; - amount: Scalars['arbitrumsepolia_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type arbitrumsepolia_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 arbitrumsepolia_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type arbitrumsepolia_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['arbitrumsepolia_swap_Bytes']; - stableSwap: arbitrumsepolia_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['arbitrumsepolia_swap_BigDecimal']; - events: Array; -}; - - -export type arbitrumsepolia_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumsepolia_swap_LpTokenEvent = { - id: Scalars['ID']; - token: arbitrumsepolia_swap_LpToken; - amount: Scalars['arbitrumsepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumsepolia_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 arbitrumsepolia_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type arbitrumsepolia_swap_LpTransferEvent = arbitrumsepolia_swap_LpTokenEvent & { - id: Scalars['ID']; - token: arbitrumsepolia_swap_LpToken; - amount: Scalars['arbitrumsepolia_swap_BigDecimal']; - from: Scalars['arbitrumsepolia_swap_Bytes']; - to: Scalars['arbitrumsepolia_swap_Bytes']; - fromBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; - toBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumsepolia_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 arbitrumsepolia_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumsepolia_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type arbitrumsepolia_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['arbitrumsepolia_swap_Bytes']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type arbitrumsepolia_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['arbitrumsepolia_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type arbitrumsepolia_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumsepolia_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumsepolia_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumsepolia_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumsepolia_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - provider: Scalars['arbitrumsepolia_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 arbitrumsepolia_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 arbitrumsepolia_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - buyer: Scalars['arbitrumsepolia_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - provider: Scalars['arbitrumsepolia_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapDailyVolume = arbitrumsepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapHourlyVolume = arbitrumsepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; -}; - -export type arbitrumsepolia_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapTradeVolume = { - stableSwap: arbitrumsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; -}; - -export type arbitrumsepolia_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type arbitrumsepolia_swap_SwapWeeklyVolume = arbitrumsepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type arbitrumsepolia_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type arbitrumsepolia_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumsepolia_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumsepolia_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type sepolia_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type sepolia_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type sepolia_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type sepolia_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['sepolia_swap_Bytes']; - balances: Array; -}; - - -export type sepolia_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type sepolia_swap_LpAccountBalance = { - id: Scalars['ID']; - account: sepolia_swap_LpAccount; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type sepolia_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type sepolia_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type sepolia_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['sepolia_swap_Bytes']; - stableSwap: sepolia_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['sepolia_swap_BigDecimal']; - events: Array; -}; - - -export type sepolia_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type sepolia_swap_LpTokenEvent = { - id: Scalars['ID']; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type sepolia_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type sepolia_swap_LpTransferEvent = sepolia_swap_LpTokenEvent & { - id: Scalars['ID']; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; - from: Scalars['sepolia_swap_Bytes']; - to: Scalars['sepolia_swap_Bytes']; - fromBalance: Scalars['sepolia_swap_BigDecimal']; - toBalance: Scalars['sepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_swap_LpTransferEvent_filter = { - 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 sepolia_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 sepolia_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type sepolia_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['sepolia_swap_Bytes']; -}; - -export type sepolia_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 sepolia_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type sepolia_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['sepolia_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type sepolia_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type sepolia_swap_StableSwapAddLiquidityEvent = sepolia_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - provider: Scalars['sepolia_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_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 sepolia_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 sepolia_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_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 sepolia_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 sepolia_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - buyer: Scalars['sepolia_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_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 sepolia_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 sepolia_swap_StableSwapRemoveLiquidityEvent = sepolia_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - provider: Scalars['sepolia_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_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 sepolia_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 sepolia_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 sepolia_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 sepolia_swap_SwapDailyVolume = sepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; -}; - -export type sepolia_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 sepolia_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 sepolia_swap_SwapHourlyVolume = sepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; -}; - -export type sepolia_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 sepolia_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 sepolia_swap_SwapTradeVolume = { - stableSwap: sepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; -}; - -export type sepolia_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - 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 sepolia_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type sepolia_swap_SwapWeeklyVolume = sepolia_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; -}; - -export type sepolia_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 sepolia_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 sepolia_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type sepolia_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 sepolia_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type sepolia_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type sepolia_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: sepolia_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xdai_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type xdai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type xdai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type xdai_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - balances: Array; -}; - - -export type xdai_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_swap_LpAccountBalance = { - id: Scalars['ID']; - account: xdai_swap_LpAccount; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type xdai_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type xdai_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type xdai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - stableSwap: xdai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['xdai_swap_BigDecimal']; - events: Array; -}; - - -export type xdai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_swap_LpTokenEvent = { - id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xdai_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { - id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - from: Scalars['xdai_swap_Bytes']; - to: Scalars['xdai_swap_Bytes']; - fromBalance: Scalars['xdai_swap_BigDecimal']; - toBalance: Scalars['xdai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type xdai_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type xdai_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['xdai_swap_Bytes']; -}; - -export type xdai_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type xdai_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['xdai_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type xdai_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xdai_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xdai_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - buyer: Scalars['xdai_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xdai_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; - -export type xdai_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; - -export type xdai_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xdai_swap_SwapTradeVolume = { - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; - -export type xdai_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; - -export type xdai_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xdai_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type xdai_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type xdai_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type xdai_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: xdai_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type linea_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['linea_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type linea_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type linea_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type linea_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 linea_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type linea_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type linea_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: linea_Router; - asset: linea_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type linea_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'asset' - | 'feesEarned'; - -export type linea_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type linea_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type linea_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status'; - -export type linea_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type linea_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type linea_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type linea_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type linea_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 linea_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -export type linea_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type linea_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type linea_OrderDirection = - | 'asc' - | 'desc'; - -export type linea_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type linea_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount'; - -export type linea_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 linea_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'transactingAsset' - | 'message' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type linea_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type linea_RelayerFee = { - id: Scalars['ID']; - transfer: linea_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['linea_Bytes']; -}; - -export type linea_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'fee' - | 'asset'; - -export type linea_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: linea_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type linea_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type linea_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type linea_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type linea_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RootCount_orderBy = - | 'id' - | 'count'; - -export type linea_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type linea_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type linea_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type linea_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_RouterDailyTVL = { - id: Scalars['ID']; - router: linea_Router; - asset: linea_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type linea_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'asset' - | 'timestamp' - | 'balance'; - -export type linea_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: linea_Router; - asset: linea_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['linea_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type linea_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'asset' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type linea_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 linea_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type linea_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type linea_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type linea_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; -}; - -export type linea_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type linea_SlippageUpdate = { - id: Scalars['ID']; - transfer: linea_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type linea_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 linea_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type linea_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['linea_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type linea_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type linea_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type linea_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type linea_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type linea__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type linea__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: linea__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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_Aggregation_interval = - | 'hour' - | 'day'; - -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 hash of the parent block */ - parentHash?: 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 polygonzkevm_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['polygonzkevm_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type polygonzkevm_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type polygonzkevm_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 polygonzkevm_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type polygonzkevm_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 polygonzkevm_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type polygonzkevm_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygonzkevm_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_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type polygonzkevm_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_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_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type polygonzkevm_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 polygonzkevm_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type polygonzkevm_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_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type polygonzkevm_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygonzkevm_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type polygonzkevm_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type polygonzkevm_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 polygonzkevm_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type polygonzkevm_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_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygonzkevm_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 polygonzkevm_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_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type polygonzkevm_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 polygonzkevm_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type polygonzkevm_OrderDirection = - | 'asc' - | 'desc'; - -export type polygonzkevm_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type polygonzkevm_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_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type polygonzkevm_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_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type polygonzkevm_RelayerFee = { - id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['polygonzkevm_Bytes']; -}; - -export type polygonzkevm_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_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_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type polygonzkevm_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type polygonzkevm_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_RootCount_orderBy = - | 'id' - | 'count'; - -export type polygonzkevm_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_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_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type polygonzkevm_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type polygonzkevm_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygonzkevm_RouterDailyTVL = { - id: Scalars['ID']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type polygonzkevm_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_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_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygonzkevm_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygonzkevm_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type polygonzkevm_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type polygonzkevm_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 polygonzkevm_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type polygonzkevm_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; -}; - -export type polygonzkevm_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_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type polygonzkevm_SlippageUpdate = { - id: Scalars['ID']; - transfer: polygonzkevm_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['polygonzkevm_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type polygonzkevm_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 polygonzkevm_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type polygonzkevm_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type polygonzkevm_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 polygonzkevm_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type polygonzkevm_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type polygonzkevm__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type polygonzkevm__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: polygonzkevm__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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 mantle_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 mantle_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -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 mantle_Aggregation_interval = - | 'hour' - | 'day'; - -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 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 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 = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type mantle_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 mantle_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type mantle_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 mantle_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type mantle_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mantle_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mantle_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type mantle_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 mantle_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mantle_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 mantle_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mantle_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 mantle_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 mantle_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mantle_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 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; - 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 mantle_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 mantle_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type mantle_RelayerFee = { - id: Scalars['ID']; - transfer: mantle_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mantle_Bytes']; -}; - -export type mantle_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 mantle_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 mantle_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: mantle_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mantle_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 mantle_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mantle_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 mantle_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type mantle_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type mantle_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 mantle_RootCount_orderBy = - | 'id' - | 'count'; - -export type mantle_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type mantle_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mantle_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type mantle_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mantle_RouterDailyTVL = { - id: Scalars['ID']; - router: mantle_Router; - asset: mantle_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type mantle_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type mantle_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: mantle_Router; - asset: mantle_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['mantle_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mantle_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type mantle_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type mantle_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type mantle_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type mantle_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; -}; - -export type mantle_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type mantle_SlippageUpdate = { - id: Scalars['ID']; - transfer: mantle_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mantle_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mantle_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['mantle_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mantle_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - 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 mantle_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type mantle_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type mantle_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 mantle_SpokeConnectorMode_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 hash of the parent block */ - parentHash?: 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 arbitrumone_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['arbitrumone_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumone_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumone_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type arbitrumone_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 arbitrumone_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type arbitrumone_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type arbitrumone_Aggregation_interval = - | 'hour' - | 'day'; - -export type arbitrumone_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type arbitrumone_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type arbitrumone_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type arbitrumone_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type arbitrumone_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type arbitrumone_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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 arbitrumone_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type arbitrumone_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumone_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type arbitrumone_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type arbitrumone_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type arbitrumone_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type arbitrumone_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumone_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumone_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type arbitrumone_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 arbitrumone_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumone_OrderDirection = - | 'asc' - | 'desc'; - -export type arbitrumone_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type arbitrumone_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type arbitrumone_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type arbitrumone_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumone_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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 arbitrumone_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type arbitrumone_RelayerFee = { - id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['arbitrumone_Bytes']; -}; - -export type arbitrumone_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type arbitrumone_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumone_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type arbitrumone_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type arbitrumone_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type arbitrumone_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_RootCount_orderBy = - | 'id' - | 'count'; - -export type arbitrumone_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type arbitrumone_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type arbitrumone_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type arbitrumone_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumone_RouterDailyTVL = { - id: Scalars['ID']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type arbitrumone_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type arbitrumone_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: arbitrumone_Router; - asset: arbitrumone_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumone_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type arbitrumone_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 arbitrumone_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type arbitrumone_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type arbitrumone_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type arbitrumone_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type arbitrumone_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; -}; - -export type arbitrumone_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type arbitrumone_SlippageUpdate = { - id: Scalars['ID']; - transfer: arbitrumone_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumone_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type arbitrumone_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['arbitrumone_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumone_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 arbitrumone_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type arbitrumone_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type arbitrumone_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 arbitrumone_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type arbitrumone_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type arbitrumone__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumone__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumone__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type polygonzkevm_swap_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['polygonzkevm_swap_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type polygonzkevm_swap_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type polygonzkevm_swap_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 polygonzkevm_swap_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type polygonzkevm_swap_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 polygonzkevm_swap_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type polygonzkevm_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygonzkevm_swap_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_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_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_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']; - status?: Maybe; -}; - -export type polygonzkevm_swap_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 polygonzkevm_swap_AssetStatus_orderBy = - | 'id' - | '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_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; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - 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 polygonzkevm_swap_ConnectorMeta_orderBy = - | 'id' - | '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_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 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; - 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 polygonzkevm_swap_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** 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; - 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_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 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'; - -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_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']; - transfer: polygonzkevm_swap_OriginTransfer; - increase?: Maybe; - 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 polygonzkevm_swap_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 polygonzkevm_swap_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 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_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']; - type?: Maybe; - router: polygonzkevm_swap_Router; - asset: polygonzkevm_swap_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygonzkevm_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygonzkevm_swap_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type polygonzkevm_swap_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 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'; - -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']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type polygonzkevm_swap_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 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; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_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_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 polygonzkevm_swap_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['polygonzkevm_swap_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type polygonzkevm_swap_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 polygonzkevm_swap_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type polygonzkevm_swap_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type polygonzkevm_swap_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 polygonzkevm_swap_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type polygonzkevm_swap_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -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 hash of the parent block */ - parentHash?: 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 avalanche_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type avalanche_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type avalanche_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type avalanche_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['avalanche_swap_Bytes']; - balances: Array; -}; - - -export type avalanche_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type avalanche_swap_LpAccountBalance = { - id: Scalars['ID']; - account: avalanche_swap_LpAccount; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type avalanche_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 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'; - -export type avalanche_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 avalanche_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type avalanche_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['avalanche_swap_Bytes']; - stableSwap: avalanche_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['avalanche_swap_BigDecimal']; - events: Array; -}; - - -export type avalanche_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type avalanche_swap_LpTokenEvent = { - id: Scalars['ID']; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type avalanche_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 avalanche_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type avalanche_swap_LpTransferEvent = avalanche_swap_LpTokenEvent & { - id: Scalars['ID']; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; - from: Scalars['avalanche_swap_Bytes']; - to: Scalars['avalanche_swap_Bytes']; - fromBalance: Scalars['avalanche_swap_BigDecimal']; - toBalance: Scalars['avalanche_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type avalanche_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: 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 avalanche_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 avalanche_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type avalanche_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['avalanche_swap_Bytes']; -}; - -export type avalanche_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 avalanche_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type avalanche_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['avalanche_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type avalanche_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type avalanche_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type avalanche_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type avalanche_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type avalanche_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - provider: Scalars['avalanche_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_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 avalanche_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_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 avalanche_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - buyer: Scalars['avalanche_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - provider: Scalars['avalanche_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_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 avalanche_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 avalanche_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 avalanche_swap_SwapDailyVolume = avalanche_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; -}; - -export type avalanche_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 avalanche_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 avalanche_swap_SwapHourlyVolume = avalanche_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; -}; - -export type avalanche_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 avalanche_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 avalanche_swap_SwapTradeVolume = { - stableSwap: avalanche_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; -}; - -export type avalanche_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type avalanche_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type avalanche_swap_SwapWeeklyVolume = avalanche_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; -}; - -export type avalanche_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 avalanche_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 avalanche_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type avalanche_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type avalanche_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: avalanche_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type polygon_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['polygon_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type polygon_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type polygon_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 polygon_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type polygon_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type polygon_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygon_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type polygon_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: polygon_Router; - asset: polygon_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type polygon_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type polygon_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type polygon_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type polygon_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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 polygon_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type polygon_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygon_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type polygon_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type polygon_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type polygon_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type polygon_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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 polygon_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type polygon_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 polygon_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type polygon_OrderDirection = - | 'asc' - | 'desc'; - -export type polygon_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type polygon_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type polygon_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type polygon_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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 polygon_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type polygon_RelayerFee = { - id: Scalars['ID']; - transfer: polygon_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['polygon_Bytes']; -}; - -export type polygon_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type polygon_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: polygon_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type polygon_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type polygon_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type polygon_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type polygon_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RootCount_orderBy = - | 'id' - | 'count'; - -export type polygon_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type polygon_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type polygon_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type polygon_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_RouterDailyTVL = { - id: Scalars['ID']; - router: polygon_Router; - asset: polygon_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type polygon_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type polygon_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: polygon_Router; - asset: polygon_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygon_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type polygon_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 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'; - -export type polygon_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type polygon_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type polygon_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type polygon_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; -}; - -export type polygon_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type polygon_SlippageUpdate = { - id: Scalars['ID']; - transfer: polygon_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type polygon_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type polygon_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['polygon_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type polygon_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type polygon_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type polygon_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type polygon_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type polygon__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type polygon__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: polygon__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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']; - address: Scalars['polygon_swap_Bytes']; - balances: Array; -}; - - -export type polygon_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_swap_LpAccountBalance = { - id: Scalars['ID']; - account: polygon_swap_LpAccount; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type polygon_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type polygon_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type polygon_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - stableSwap: polygon_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['polygon_swap_BigDecimal']; - events: Array; -}; - - -export type polygon_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_swap_LpTokenEvent = { - id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type polygon_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { - id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - from: Scalars['polygon_swap_Bytes']; - to: Scalars['polygon_swap_Bytes']; - fromBalance: Scalars['polygon_swap_BigDecimal']; - toBalance: Scalars['polygon_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type polygon_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type polygon_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; -}; - -export type polygon_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type polygon_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['polygon_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type polygon_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygon_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygon_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygon_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type polygon_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type polygon_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type polygon_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - buyer: Scalars['polygon_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type polygon_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; -}; - -export type polygon_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; -}; - -export type polygon_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; -}; - -export type polygon_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; -}; - -export type polygon_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type polygon_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type polygon_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type polygon_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type polygon_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: polygon_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mainnet_AggregateRootSavedSlow = { - id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; -}; - -export type mainnet_AggregateRootSavedSlow_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type mainnet_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; - -export type mainnet_AggregatedMessageRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AggregatedMessageRoot_orderBy = - | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type mainnet_Aggregation_interval = - | 'hour' - | 'day'; - -export type mainnet_ArbitrumConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_ArbitrumConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_ArbitrumConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_AvalancheConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_AvalancheConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AvalancheConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_BaseConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_BaseConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_BaseConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mainnet_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mainnet_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_BnbConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_GnosisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_GnosisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; -}; - -export type mainnet_HubDomain_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_HubDomain_orderBy = - | 'id' - | 'domain'; - -export type mainnet_HubOptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mainnet_HubOptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - 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 mainnet_HubOptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | '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_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_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 mainnet_OptimisticRootPropagated_orderBy = - | 'id' - | 'aggregateRoot' - | 'domainsHash' - | 'timestamp' - | 'blockNumber'; - -export type mainnet_OptimisticRootProposed = { - id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['mainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mainnet_OptimisticRootProposed_filter = { - 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 mainnet_OptimisticRootProposed_orderBy = - | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type mainnet_OrderDirection = - | 'asc' - | 'desc'; - -export type mainnet_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_PolygonConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_PolygonZkConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - index: Scalars['BigInt']; -}; - -export type mainnet_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type mainnet_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type mainnet_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type mainnet_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type mainnet_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootManagerMode_orderBy = - | 'id' - | 'mode'; - -export type mainnet_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type mainnet_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mainnet_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mainnet_RootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_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_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; - -export type mainnet_ZkSyncConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type mainnet__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mainnet__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type base_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type base_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type base_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type base_swap_LpAccount = { - id: Scalars['ID']; - 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 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; -}; - -export type base_swap_LpTokenEvent = { - id: Scalars['ID']; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type base_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 base_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type base_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 base_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { - id: Scalars['ID']; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - from: Scalars['base_swap_Bytes']; - to: Scalars['base_swap_Bytes']; - fromBalance: Scalars['base_swap_BigDecimal']; - toBalance: Scalars['base_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type base_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: 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_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 base_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type base_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['base_swap_Bytes']; -}; - -export type base_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 base_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type base_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['base_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type base_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - provider: Scalars['base_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type base_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - 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_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 base_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type base_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 base_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 base_swap_StableSwapExchange = { - 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']; -}; - -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 = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_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 base_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; -}; - -export type base_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; -}; - -export type base_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 base_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type base_swap_SwapTradeVolume = { - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; -}; - -export type base_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; -}; - -export type base_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type base_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type base_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 base_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type base_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type base_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: base_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type bnb_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['bnb_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type bnb_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type bnb_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 bnb_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type bnb_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type bnb_Aggregation_interval = - | 'hour' - | 'day'; - -export type bnb_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type bnb_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: bnb_Router; - asset: bnb_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type bnb_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type bnb_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type bnb_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type bnb_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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 bnb_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type bnb_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type bnb_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type bnb_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type bnb_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type bnb_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type bnb_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type bnb_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 bnb_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type bnb_OrderDirection = - | 'asc' - | 'desc'; - -export type bnb_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type bnb_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type bnb_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type bnb_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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 bnb_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type bnb_RelayerFee = { - id: Scalars['ID']; - transfer: bnb_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['bnb_Bytes']; -}; - -export type bnb_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type bnb_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: bnb_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type bnb_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type bnb_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type bnb_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type bnb_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_RootCount_orderBy = - | 'id' - | 'count'; - -export type bnb_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type bnb_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type bnb_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type bnb_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_RouterDailyTVL = { - id: Scalars['ID']; - router: bnb_Router; - asset: bnb_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type bnb_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type bnb_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: bnb_Router; - asset: bnb_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['bnb_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type bnb_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type bnb_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type bnb_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type bnb_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type bnb_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; -}; - -export type bnb_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type bnb_SlippageUpdate = { - id: Scalars['ID']; - transfer: bnb_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type bnb_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type bnb_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['bnb_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type bnb_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - 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 bnb_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type bnb_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type bnb_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type bnb_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type bnb__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type bnb__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: bnb__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type optimism_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type optimism_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimism_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimism_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - balances: Array; -}; - - -export type optimism_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_swap_LpAccountBalance = { - id: Scalars['ID']; - account: optimism_swap_LpAccount; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type optimism_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type optimism_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type optimism_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - stableSwap: optimism_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['optimism_swap_BigDecimal']; - events: Array; -}; - - -export type optimism_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_swap_LpTokenEvent = { - id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimism_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { - id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - from: Scalars['optimism_swap_Bytes']; - to: Scalars['optimism_swap_Bytes']; - fromBalance: Scalars['optimism_swap_BigDecimal']; - toBalance: Scalars['optimism_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type optimism_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type optimism_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['optimism_swap_Bytes']; -}; - -export type optimism_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type optimism_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['optimism_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type optimism_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimism_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimism_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimism_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimism_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimism_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimism_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - buyer: Scalars['optimism_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type optimism_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SwapTradeVolume = { - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type optimism_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type optimism_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: 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 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; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { - id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - from: Scalars['arbitrumone_swap_Bytes']; - to: Scalars['arbitrumone_swap_Bytes']; - fromBalance: Scalars['arbitrumone_swap_BigDecimal']; - toBalance: Scalars['arbitrumone_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumone_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type arbitrumone_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['arbitrumone_swap_Bytes']; -}; - -export type arbitrumone_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type arbitrumone_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['arbitrumone_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type arbitrumone_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - buyer: Scalars['arbitrumone_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type arbitrumone_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; - -export type arbitrumone_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; - -export type arbitrumone_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type arbitrumone_swap_SwapTradeVolume = { - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; - -export type arbitrumone_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; -}; - -export type arbitrumone_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type arbitrumone_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type arbitrumone_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type arbitrumone_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumone_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumone_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xlayer_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type xlayer_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type xlayer_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['xlayer_swap_Bytes']; - balances: Array; -}; - - -export type xlayer_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_swap_LpAccountBalance = { - id: Scalars['ID']; - account: xlayer_swap_LpAccount; - token: xlayer_swap_LpToken; - amount: Scalars['xlayer_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type xlayer_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 xlayer_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type xlayer_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 xlayer_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type xlayer_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['xlayer_swap_Bytes']; - stableSwap: xlayer_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['xlayer_swap_BigDecimal']; - events: Array; -}; - - -export type xlayer_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_swap_LpTokenEvent = { - id: Scalars['ID']; - token: xlayer_swap_LpToken; - amount: Scalars['xlayer_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xlayer_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 xlayer_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type xlayer_swap_LpTransferEvent = xlayer_swap_LpTokenEvent & { - id: Scalars['ID']; - token: xlayer_swap_LpToken; - amount: Scalars['xlayer_swap_BigDecimal']; - from: Scalars['xlayer_swap_Bytes']; - to: Scalars['xlayer_swap_Bytes']; - fromBalance: Scalars['xlayer_swap_BigDecimal']; - toBalance: Scalars['xlayer_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type xlayer_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type xlayer_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['xlayer_swap_Bytes']; -}; - -export type xlayer_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 xlayer_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type xlayer_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['xlayer_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type xlayer_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_swap_StableSwapAddLiquidityEvent = xlayer_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - provider: Scalars['xlayer_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_swap_StableSwapAddLiquidityEvent_filter = { - 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 xlayer_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xlayer_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xlayer_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - buyer: Scalars['xlayer_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xlayer_swap_StableSwapRemoveLiquidityEvent = xlayer_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - provider: Scalars['xlayer_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type xlayer_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 xlayer_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type xlayer_swap_SwapDailyVolume = xlayer_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; -}; - -export type xlayer_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 xlayer_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xlayer_swap_SwapHourlyVolume = xlayer_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; -}; - -export type xlayer_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 xlayer_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xlayer_swap_SwapTradeVolume = { - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; -}; - -export type xlayer_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - 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 xlayer_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xlayer_swap_SwapWeeklyVolume = xlayer_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; -}; - -export type xlayer_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 xlayer_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xlayer_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type xlayer_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type xlayer_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: xlayer_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type arbitrumsepolia_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['arbitrumsepolia_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumsepolia_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumsepolia_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type arbitrumsepolia_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 arbitrumsepolia_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type arbitrumsepolia_Aggregation_interval = - | 'hour' - | 'day'; - -export type arbitrumsepolia_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type arbitrumsepolia_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type arbitrumsepolia_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type arbitrumsepolia_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type arbitrumsepolia_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type arbitrumsepolia_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 arbitrumsepolia_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type arbitrumsepolia_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumsepolia_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type arbitrumsepolia_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type arbitrumsepolia_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type arbitrumsepolia_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumsepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumsepolia_OrderDirection = - | 'asc' - | 'desc'; - -export type arbitrumsepolia_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type arbitrumsepolia_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type arbitrumsepolia_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumsepolia_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 arbitrumsepolia_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 arbitrumsepolia_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type arbitrumsepolia_RelayerFee = { - id: Scalars['ID']; - transfer: arbitrumsepolia_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['arbitrumsepolia_Bytes']; -}; - -export type arbitrumsepolia_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 arbitrumsepolia_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type arbitrumsepolia_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: arbitrumsepolia_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumsepolia_Bytes']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type arbitrumsepolia_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_RootCount_orderBy = - | 'id' - | 'count'; - -export type arbitrumsepolia_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type arbitrumsepolia_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type arbitrumsepolia_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type arbitrumsepolia_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumsepolia_RouterDailyTVL = { - id: Scalars['ID']; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type arbitrumsepolia_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 arbitrumsepolia_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type arbitrumsepolia_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumsepolia_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type arbitrumsepolia_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type arbitrumsepolia_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumsepolia_Bytes']; -}; - -export type arbitrumsepolia_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 arbitrumsepolia_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type arbitrumsepolia_SlippageUpdate = { - id: Scalars['ID']; - transfer: arbitrumsepolia_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['arbitrumsepolia_Bytes']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumsepolia_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['arbitrumsepolia_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumsepolia_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 arbitrumsepolia_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type arbitrumsepolia_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type arbitrumsepolia_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumsepolia_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type arbitrumsepolia_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type arbitrumsepolia__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumsepolia__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumsepolia__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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_Aggregation_interval = - | 'hour' - | 'day'; - -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; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - 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 zksync_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type zksync_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 zksync_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type zksync_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 zksync_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 zksync_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type zksync_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 zksync_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type zksync_OrderDirection = - | 'asc' - | 'desc'; - -export type zksync_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type zksync_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 zksync_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type zksync_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 zksync_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type zksync_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 zksync_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 zksync_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type zksync_RelayerFee = { - id: Scalars['ID']; - transfer: zksync_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['zksync_Bytes']; -}; - -export type zksync_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 zksync_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 zksync_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: zksync_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type zksync_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 zksync_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 zksync_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 zksync_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type zksync_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type zksync_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 zksync_RootCount_orderBy = - | 'id' - | 'count'; - -export type zksync_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type zksync_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 zksync_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type zksync_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type zksync_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type zksync_RouterDailyTVL = { - id: Scalars['ID']; - router: zksync_Router; - asset: zksync_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type zksync_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 zksync_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 zksync_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: zksync_Router; - asset: zksync_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['zksync_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type zksync_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type zksync_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 zksync_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 zksync_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type zksync_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type zksync_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type zksync_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_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type zksync_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; -}; - -export type zksync_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_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type zksync_SlippageUpdate = { - id: Scalars['ID']; - transfer: zksync_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type zksync_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 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' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type zksync_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['zksync_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type zksync_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 zksync_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type zksync_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type zksync_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 zksync_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type zksync_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type zksync__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type zksync__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: zksync__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type avalanche_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['avalanche_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type avalanche_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['avalanche_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type avalanche_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 avalanche_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type avalanche_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 avalanche_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type avalanche_Aggregation_interval = - | 'hour' - | 'day'; - -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 avalanche_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: avalanche_Router; - asset: avalanche_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_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 avalanche_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type avalanche_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 avalanche_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type avalanche_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 avalanche_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type avalanche_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type avalanche_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type avalanche_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type avalanche_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 avalanche_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type avalanche_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 avalanche_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type avalanche_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 avalanche_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 avalanche_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['avalanche_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type avalanche_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 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; - 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 avalanche_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 avalanche_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type avalanche_RelayerFee = { - id: Scalars['ID']; - transfer: avalanche_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['avalanche_Bytes']; -}; - -export type avalanche_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 avalanche_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type avalanche_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: avalanche_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['avalanche_Bytes']; - transactionHash: Scalars['avalanche_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_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 avalanche_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 avalanche_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type avalanche_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type avalanche_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 avalanche_RootCount_orderBy = - | 'id' - | 'count'; - -export type avalanche_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 avalanche_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 avalanche_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -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']; - balance: Scalars['BigInt']; -}; - -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; - 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 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' - | 'balance'; - -export type avalanche_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: avalanche_Router; - asset: avalanche_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['avalanche_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type avalanche_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type avalanche_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 avalanche_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 avalanche_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 avalanche_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type avalanche_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -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 avalanche_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type avalanche_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['avalanche_Bytes']; -}; - -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 avalanche_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type avalanche_SlippageUpdate = { - id: Scalars['ID']; - 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 avalanche_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 avalanche_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 avalanche_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['avalanche_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type avalanche_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 avalanche_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type avalanche_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type avalanche_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 avalanche_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -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 hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type avalanche__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: avalanche__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mainnet_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['mainnet_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type mainnet_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mainnet_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 mainnet_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type mainnet_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type mainnet_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type mainnet_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mainnet_Router; - asset: mainnet_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type mainnet_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type mainnet_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type mainnet_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type mainnet_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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 mainnet_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type mainnet_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type mainnet_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type mainnet_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mainnet_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -export type mainnet_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mainnet_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 mainnet_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -export type mainnet_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type mainnet_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type mainnet_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type mainnet_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mainnet_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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; -}; - -export type mainnet_RelayerFee = { - id: Scalars['ID']; - transfer: mainnet_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mainnet_Bytes']; -}; - -export type mainnet_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type mainnet_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: mainnet_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mainnet_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mainnet_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type mainnet_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type mainnet_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootCount_orderBy = - | 'id' - | 'count'; - -export type mainnet_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type mainnet_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mainnet_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type mainnet_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mainnet_RouterDailyTVL = { - id: Scalars['ID']; - router: mainnet_Router; - asset: mainnet_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type mainnet_RouterDailyTVL_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type mainnet_RouterLiquidityEvent = { - 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']; -}; - -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 = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - 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 mainnet_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type mainnet_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -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>>; -}; - -export type mainnet_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type mainnet_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_Aggregation_interval = - | 'hour' - | 'day'; - -export type base_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type base_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type base_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -export type base_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type base_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type base_OrderDirection = - | 'asc' - | 'desc'; - -export type base_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type base_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 base_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type base_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 base_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 base_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -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']; -}; - -export type base_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 base_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type base_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: base_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type base_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 base_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type base_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 base_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type base_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -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>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type base_RootCount_orderBy = - | 'id' - | 'count'; - -export type base_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 base_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 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>; - 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_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type base_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type base_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 base_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type base_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type base__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** 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 linea_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type linea_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type linea_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - balances: Array; -}; - - -export type linea_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_swap_LpAccountBalance = { - id: Scalars['ID']; - account: linea_swap_LpAccount; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type linea_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'token' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type linea_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type linea_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - stableSwap: linea_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['linea_swap_BigDecimal']; - events: Array; -}; - - -export type linea_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_swap_LpTokenEvent = { - id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - 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; -}; - -export type linea_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { - id: Scalars['ID']; - 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 linea_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_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; -}; - -export type linea_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type linea_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type linea_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['linea_swap_Bytes']; -}; - -export type linea_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - 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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type linea_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['linea_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type linea_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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_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; -}; - -export type linea_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_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_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - buyer: Scalars['linea_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_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_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { - id: Scalars['ID']; - 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']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_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_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; -}; - -export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_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_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_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; -}; - -export type linea_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_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; -}; - -export type linea_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SwapTradeVolume = { - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -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; - 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; -}; - -export type linea_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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; -}; - -export type linea_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type linea_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; -}; - -export type linea_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type linea_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type linea_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: linea_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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 mode_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['mode_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type mode_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mode_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 mode_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type mode_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 mode_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type mode_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type mode_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mode_Router; - asset: mode_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type mode_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 mode_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 mode_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type mode_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 mode_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type mode_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 mode_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type mode_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mode_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mode_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type mode_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 mode_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mode_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 mode_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mode_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 mode_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 mode_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type mode_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 mode_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type mode_OrderDirection = - | 'asc' - | 'desc'; - -export type mode_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type mode_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type mode_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 mode_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mode_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - 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 mode_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 mode_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type mode_RelayerFee = { - id: Scalars['ID']; - transfer: mode_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mode_Bytes']; -}; - -export type mode_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 mode_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 mode_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: mode_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mode_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 mode_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 mode_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 mode_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type mode_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type mode_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 mode_RootCount_orderBy = - | 'id' - | 'count'; - -export type mode_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 mode_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 mode_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mode_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type mode_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mode_RouterDailyTVL = { - id: Scalars['ID']; - router: mode_Router; - asset: mode_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type mode_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 mode_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type mode_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: mode_Router; - asset: mode_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['mode_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mode_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mode_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - 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 mode_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 mode_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type mode_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type mode_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 mode_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type mode_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; -}; - -export type mode_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 mode_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type mode_SlippageUpdate = { - id: Scalars['ID']; - transfer: mode_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mode_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 mode_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mode_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['mode_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mode_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 mode_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type mode_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type mode_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 mode_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type mode_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type mode__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type mode__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mode__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xlayer_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['xlayer_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type xlayer_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['xlayer_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type xlayer_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 xlayer_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type xlayer_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 xlayer_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type xlayer_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type xlayer_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: xlayer_Router; - asset: xlayer_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type xlayer_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type xlayer_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 xlayer_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type xlayer_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 xlayer_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type xlayer_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type xlayer_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type xlayer_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type xlayer_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 xlayer_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type xlayer_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 xlayer_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_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 xlayer_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 xlayer_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['xlayer_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type xlayer_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 xlayer_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type xlayer_OrderDirection = - | 'asc' - | 'desc'; - -export type xlayer_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type xlayer_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 xlayer_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type xlayer_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 xlayer_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_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 xlayer_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 xlayer_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type xlayer_RelayerFee = { - id: Scalars['ID']; - transfer: xlayer_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['xlayer_Bytes']; -}; - -export type xlayer_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 xlayer_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type xlayer_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: xlayer_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['xlayer_Bytes']; - transactionHash: Scalars['xlayer_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_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 xlayer_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 xlayer_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type xlayer_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type xlayer_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 xlayer_RootCount_orderBy = - | 'id' - | 'count'; - -export type xlayer_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 xlayer_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 xlayer_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type xlayer_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type xlayer_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_RouterDailyTVL = { - id: Scalars['ID']; - router: xlayer_Router; - asset: xlayer_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type xlayer_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: xlayer_Router; - asset: xlayer_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['xlayer_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type xlayer_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 xlayer_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 xlayer_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 xlayer_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type xlayer_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type xlayer_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 xlayer_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type xlayer_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xlayer_Bytes']; -}; - -export type xlayer_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 xlayer_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type xlayer_SlippageUpdate = { - id: Scalars['ID']; - transfer: xlayer_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['xlayer_Bytes']; - transactionHash: Scalars['xlayer_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_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 xlayer_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['xlayer_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type xlayer_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 xlayer_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type xlayer_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type xlayer_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 xlayer_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type xlayer_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type xlayer__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type xlayer__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: xlayer__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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 = { - id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - balances: Array; -}; - - -export type bnb_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_swap_LpAccountBalance = { - id: Scalars['ID']; - account: bnb_swap_LpAccount; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type bnb_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type bnb_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type bnb_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - stableSwap: bnb_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['bnb_swap_BigDecimal']; - events: Array; -}; - - -export type bnb_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_swap_LpTokenEvent = { - id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type bnb_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { - id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - from: Scalars['bnb_swap_Bytes']; - to: Scalars['bnb_swap_Bytes']; - fromBalance: Scalars['bnb_swap_BigDecimal']; - toBalance: Scalars['bnb_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type bnb_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type bnb_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['bnb_swap_Bytes']; -}; - -export type bnb_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type bnb_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['bnb_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type bnb_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type bnb_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type bnb_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - buyer: Scalars['bnb_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type bnb_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapTradeVolume = { - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type bnb_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type bnb_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type bnb_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: bnb_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type 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<{}>; - optimismsepolia_swap_Aggregation_interval: optimismsepolia_swap_Aggregation_interval; - optimismsepolia_swap_BigDecimal: ResolverTypeWrapper; - BigInt: ResolverTypeWrapper; - optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; - optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; - Boolean: ResolverTypeWrapper; - optimismsepolia_swap_Bytes: ResolverTypeWrapper; - Float: ResolverTypeWrapper; - ID: ResolverTypeWrapper; - Int: ResolverTypeWrapper; - optimismsepolia_swap_Int8: ResolverTypeWrapper; - optimismsepolia_swap_LpAccount: ResolverTypeWrapper; - optimismsepolia_swap_LpAccountBalance: ResolverTypeWrapper; - optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; - optimismsepolia_swap_LpAccountBalance_orderBy: optimismsepolia_swap_LpAccountBalance_orderBy; - optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; - optimismsepolia_swap_LpAccount_orderBy: optimismsepolia_swap_LpAccount_orderBy; - optimismsepolia_swap_LpToken: ResolverTypeWrapper; - optimismsepolia_swap_LpTokenEvent: ResolversTypes['optimismsepolia_swap_LpTransferEvent']; - optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; - optimismsepolia_swap_LpTokenEvent_orderBy: optimismsepolia_swap_LpTokenEvent_orderBy; - optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; - optimismsepolia_swap_LpToken_orderBy: optimismsepolia_swap_LpToken_orderBy; - optimismsepolia_swap_LpTransferEvent: ResolverTypeWrapper; - optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; - optimismsepolia_swap_LpTransferEvent_orderBy: optimismsepolia_swap_LpTransferEvent_orderBy; - optimismsepolia_swap_OrderDirection: optimismsepolia_swap_OrderDirection; - optimismsepolia_swap_PooledToken: ResolverTypeWrapper; - optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; - optimismsepolia_swap_PooledToken_orderBy: optimismsepolia_swap_PooledToken_orderBy; - optimismsepolia_swap_StableSwap: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; - optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy; - optimismsepolia_swap_StableSwapEvent: ResolversTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; - optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; - optimismsepolia_swap_StableSwapEvent_orderBy: optimismsepolia_swap_StableSwapEvent_orderBy; - optimismsepolia_swap_StableSwapExchange: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; - optimismsepolia_swap_StableSwapExchange_orderBy: optimismsepolia_swap_StableSwapExchange_orderBy; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; - optimismsepolia_swap_StableSwap_orderBy: optimismsepolia_swap_StableSwap_orderBy; - String: ResolverTypeWrapper; - optimismsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; - optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; - optimismsepolia_swap_SwapDailyVolume_orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy; - optimismsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; - optimismsepolia_swap_SwapHourlyVolume_orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy; - optimismsepolia_swap_SwapTradeVolume: ResolversTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversTypes['optimismsepolia_swap_SwapWeeklyVolume']; - optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; - optimismsepolia_swap_SwapTradeVolume_orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy; - optimismsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; - optimismsepolia_swap_SwapWeeklyVolume_orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy; - optimismsepolia_swap_SystemInfo: ResolverTypeWrapper; - optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; - optimismsepolia_swap_SystemInfo_orderBy: optimismsepolia_swap_SystemInfo_orderBy; - Timestamp: ResolverTypeWrapper; - optimismsepolia_swap__Block_: ResolverTypeWrapper; - optimismsepolia_swap__Meta_: ResolverTypeWrapper; - _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; - optimismsepolia_AggregateRoot: ResolverTypeWrapper; - optimismsepolia_AggregateRootProposed: ResolverTypeWrapper; - optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; - optimismsepolia_AggregateRootProposed_orderBy: optimismsepolia_AggregateRootProposed_orderBy; - optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; - optimismsepolia_AggregateRoot_orderBy: optimismsepolia_AggregateRoot_orderBy; - optimismsepolia_Aggregation_interval: optimismsepolia_Aggregation_interval; - optimismsepolia_Asset: ResolverTypeWrapper; - optimismsepolia_AssetBalance: ResolverTypeWrapper; - optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; - optimismsepolia_AssetBalance_orderBy: optimismsepolia_AssetBalance_orderBy; - optimismsepolia_AssetStatus: ResolverTypeWrapper; - optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; - optimismsepolia_AssetStatus_orderBy: optimismsepolia_AssetStatus_orderBy; - optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; - optimismsepolia_Asset_orderBy: optimismsepolia_Asset_orderBy; - optimismsepolia_BigDecimal: ResolverTypeWrapper; - optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; - optimismsepolia_Block_height: optimismsepolia_Block_height; - optimismsepolia_Bytes: ResolverTypeWrapper; - optimismsepolia_ConnectorMeta: ResolverTypeWrapper; - optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; - optimismsepolia_ConnectorMeta_orderBy: optimismsepolia_ConnectorMeta_orderBy; - optimismsepolia_DestinationTransfer: ResolverTypeWrapper; - optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; - optimismsepolia_DestinationTransfer_orderBy: optimismsepolia_DestinationTransfer_orderBy; - optimismsepolia_Int8: ResolverTypeWrapper; - optimismsepolia_OptimisticRootFinalized: ResolverTypeWrapper; - optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; - optimismsepolia_OptimisticRootFinalized_orderBy: optimismsepolia_OptimisticRootFinalized_orderBy; - optimismsepolia_OrderDirection: optimismsepolia_OrderDirection; - optimismsepolia_OriginMessage: ResolverTypeWrapper; - optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; - optimismsepolia_OriginMessage_orderBy: optimismsepolia_OriginMessage_orderBy; - optimismsepolia_OriginTransfer: ResolverTypeWrapper; - optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; - optimismsepolia_OriginTransfer_orderBy: optimismsepolia_OriginTransfer_orderBy; - optimismsepolia_Relayer: ResolverTypeWrapper; - optimismsepolia_RelayerFee: ResolverTypeWrapper; - optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; - optimismsepolia_RelayerFee_orderBy: optimismsepolia_RelayerFee_orderBy; - optimismsepolia_RelayerFeesIncrease: ResolverTypeWrapper; - optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; - optimismsepolia_RelayerFeesIncrease_orderBy: optimismsepolia_RelayerFeesIncrease_orderBy; - optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; - optimismsepolia_Relayer_orderBy: optimismsepolia_Relayer_orderBy; - optimismsepolia_RootCount: ResolverTypeWrapper; - optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; - optimismsepolia_RootCount_orderBy: optimismsepolia_RootCount_orderBy; - optimismsepolia_RootMessageSent: ResolverTypeWrapper; - optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; - optimismsepolia_RootMessageSent_orderBy: optimismsepolia_RootMessageSent_orderBy; - optimismsepolia_Router: ResolverTypeWrapper; - optimismsepolia_RouterDailyTVL: ResolverTypeWrapper; - optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; - optimismsepolia_RouterDailyTVL_orderBy: optimismsepolia_RouterDailyTVL_orderBy; - optimismsepolia_RouterLiquidityEvent: ResolverTypeWrapper; - optimismsepolia_RouterLiquidityEventType: optimismsepolia_RouterLiquidityEventType; - optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; - optimismsepolia_RouterLiquidityEvent_orderBy: optimismsepolia_RouterLiquidityEvent_orderBy; - optimismsepolia_Router_filter: optimismsepolia_Router_filter; - optimismsepolia_Router_orderBy: optimismsepolia_Router_orderBy; - optimismsepolia_Sequencer: ResolverTypeWrapper; - optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; - optimismsepolia_Sequencer_orderBy: optimismsepolia_Sequencer_orderBy; - optimismsepolia_Setting: ResolverTypeWrapper; - optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; - optimismsepolia_Setting_orderBy: optimismsepolia_Setting_orderBy; - optimismsepolia_SlippageUpdate: ResolverTypeWrapper; - optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; - optimismsepolia_SlippageUpdate_orderBy: optimismsepolia_SlippageUpdate_orderBy; - optimismsepolia_SnapshotRoot: ResolverTypeWrapper; - optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; - optimismsepolia_SnapshotRoot_orderBy: optimismsepolia_SnapshotRoot_orderBy; - optimismsepolia_SpokeConnectorMode: ResolverTypeWrapper; - optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; - optimismsepolia_SpokeConnectorMode_orderBy: optimismsepolia_SpokeConnectorMode_orderBy; - optimismsepolia_TransferStatus: optimismsepolia_TransferStatus; - optimismsepolia__Block_: ResolverTypeWrapper; - optimismsepolia__Meta_: ResolverTypeWrapper; - xdai_Aggregation_interval: xdai_Aggregation_interval; - xdai_AssetBalance: ResolverTypeWrapper; - xdai_AssetBalance_filter: xdai_AssetBalance_filter; - xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; - xdai_BigDecimal: ResolverTypeWrapper; - xdai_BlockChangedFilter: xdai_BlockChangedFilter; - xdai_Block_height: xdai_Block_height; - xdai_Bytes: ResolverTypeWrapper; - xdai_Int8: ResolverTypeWrapper; - xdai_OrderDirection: xdai_OrderDirection; - xdai_Router: ResolverTypeWrapper; - xdai_Router_filter: xdai_Router_filter; - xdai_Router_orderBy: xdai_Router_orderBy; - xdai_Transaction: ResolverTypeWrapper; - xdai_TransactionStatus: xdai_TransactionStatus; - xdai_Transaction_filter: xdai_Transaction_filter; - xdai_Transaction_orderBy: xdai_Transaction_orderBy; - xdai_User: ResolverTypeWrapper; - xdai_User_filter: xdai_User_filter; - xdai_User_orderBy: xdai_User_orderBy; - xdai__Block_: ResolverTypeWrapper; - xdai__Meta_: ResolverTypeWrapper; - sepolia_AggregateRootSavedSlow: ResolverTypeWrapper; - sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; - sepolia_AggregateRootSavedSlow_orderBy: sepolia_AggregateRootSavedSlow_orderBy; - sepolia_AggregatedMessageRoot: ResolverTypeWrapper; - sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; - sepolia_AggregatedMessageRoot_orderBy: sepolia_AggregatedMessageRoot_orderBy; - sepolia_Aggregation_interval: sepolia_Aggregation_interval; - sepolia_ArbitrumConnectorMeta: ResolverTypeWrapper; - sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; - sepolia_ArbitrumConnectorMeta_orderBy: sepolia_ArbitrumConnectorMeta_orderBy; - sepolia_AvalancheConnectorMeta: ResolverTypeWrapper; - sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; - sepolia_AvalancheConnectorMeta_orderBy: sepolia_AvalancheConnectorMeta_orderBy; - sepolia_BaseConnectorMeta: ResolverTypeWrapper; - sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; - sepolia_BaseConnectorMeta_orderBy: sepolia_BaseConnectorMeta_orderBy; - sepolia_BigDecimal: ResolverTypeWrapper; - sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; - sepolia_Block_height: sepolia_Block_height; - sepolia_BnbConnectorMeta: ResolverTypeWrapper; - sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; - sepolia_BnbConnectorMeta_orderBy: sepolia_BnbConnectorMeta_orderBy; - sepolia_Bytes: ResolverTypeWrapper; - sepolia_GnosisConnectorMeta: ResolverTypeWrapper; - sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; - sepolia_GnosisConnectorMeta_orderBy: sepolia_GnosisConnectorMeta_orderBy; - sepolia_HubDomain: ResolverTypeWrapper; - sepolia_HubDomain_filter: sepolia_HubDomain_filter; - sepolia_HubDomain_orderBy: sepolia_HubDomain_orderBy; - sepolia_HubOptimisticRootFinalized: ResolverTypeWrapper; - sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; - sepolia_HubOptimisticRootFinalized_orderBy: sepolia_HubOptimisticRootFinalized_orderBy; - sepolia_Int8: ResolverTypeWrapper; - sepolia_LineaConnectorMeta: ResolverTypeWrapper; - sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; - sepolia_LineaConnectorMeta_orderBy: sepolia_LineaConnectorMeta_orderBy; - sepolia_MantleConnectorMeta: ResolverTypeWrapper; - sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; - sepolia_MantleConnectorMeta_orderBy: sepolia_MantleConnectorMeta_orderBy; - sepolia_MetisConnectorMeta: ResolverTypeWrapper; - sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; - sepolia_MetisConnectorMeta_orderBy: sepolia_MetisConnectorMeta_orderBy; - sepolia_ModeConnectorMeta: ResolverTypeWrapper; - sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; - sepolia_ModeConnectorMeta_orderBy: sepolia_ModeConnectorMeta_orderBy; - sepolia_OptimismConnectorMeta: ResolverTypeWrapper; - sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; - sepolia_OptimismConnectorMeta_orderBy: sepolia_OptimismConnectorMeta_orderBy; - sepolia_OptimisticRootPropagated: ResolverTypeWrapper; - sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; - sepolia_OptimisticRootPropagated_orderBy: sepolia_OptimisticRootPropagated_orderBy; - sepolia_OptimisticRootProposed: ResolverTypeWrapper; - sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; - sepolia_OptimisticRootProposed_orderBy: sepolia_OptimisticRootProposed_orderBy; - sepolia_OrderDirection: sepolia_OrderDirection; - sepolia_PolygonConnectorMeta: ResolverTypeWrapper; - sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; - sepolia_PolygonConnectorMeta_orderBy: sepolia_PolygonConnectorMeta_orderBy; - sepolia_PolygonZkConnectorMeta: ResolverTypeWrapper; - sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; - sepolia_PolygonZkConnectorMeta_orderBy: sepolia_PolygonZkConnectorMeta_orderBy; - sepolia_RootAggregated: ResolverTypeWrapper; - sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; - sepolia_RootAggregated_orderBy: sepolia_RootAggregated_orderBy; - sepolia_RootManagerMeta: ResolverTypeWrapper; - sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; - sepolia_RootManagerMeta_orderBy: sepolia_RootManagerMeta_orderBy; - sepolia_RootManagerMode: ResolverTypeWrapper; - sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; - sepolia_RootManagerMode_orderBy: sepolia_RootManagerMode_orderBy; - sepolia_RootMessageProcessed: ResolverTypeWrapper; - sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; - sepolia_RootMessageProcessed_orderBy: sepolia_RootMessageProcessed_orderBy; - sepolia_RootPropagated: ResolverTypeWrapper; - sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; - sepolia_RootPropagated_orderBy: sepolia_RootPropagated_orderBy; - sepolia_ScrollConnectorMeta: ResolverTypeWrapper; - sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; - sepolia_ScrollConnectorMeta_orderBy: sepolia_ScrollConnectorMeta_orderBy; - sepolia_XlayerConnectorMeta: ResolverTypeWrapper; - sepolia_XlayerConnectorMeta_filter: sepolia_XlayerConnectorMeta_filter; - sepolia_XlayerConnectorMeta_orderBy: sepolia_XlayerConnectorMeta_orderBy; - sepolia_ZkSyncConnectorMeta: ResolverTypeWrapper; - sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; - sepolia_ZkSyncConnectorMeta_orderBy: sepolia_ZkSyncConnectorMeta_orderBy; - sepolia__Block_: ResolverTypeWrapper; - sepolia__Meta_: ResolverTypeWrapper; - mantle_swap_Aggregation_interval: mantle_swap_Aggregation_interval; - mantle_swap_BigDecimal: ResolverTypeWrapper; - mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; - mantle_swap_Block_height: mantle_swap_Block_height; - mantle_swap_Bytes: ResolverTypeWrapper; - mantle_swap_Int8: ResolverTypeWrapper; - mantle_swap_LpAccount: ResolverTypeWrapper; - mantle_swap_LpAccountBalance: ResolverTypeWrapper; - mantle_swap_LpAccountBalance_filter: mantle_swap_LpAccountBalance_filter; - mantle_swap_LpAccountBalance_orderBy: mantle_swap_LpAccountBalance_orderBy; - mantle_swap_LpAccount_filter: mantle_swap_LpAccount_filter; - mantle_swap_LpAccount_orderBy: mantle_swap_LpAccount_orderBy; - mantle_swap_LpToken: ResolverTypeWrapper; - mantle_swap_LpTokenEvent: ResolversTypes['mantle_swap_LpTransferEvent']; - mantle_swap_LpTokenEvent_filter: mantle_swap_LpTokenEvent_filter; - mantle_swap_LpTokenEvent_orderBy: mantle_swap_LpTokenEvent_orderBy; - mantle_swap_LpToken_filter: mantle_swap_LpToken_filter; - mantle_swap_LpToken_orderBy: mantle_swap_LpToken_orderBy; - mantle_swap_LpTransferEvent: ResolverTypeWrapper; - mantle_swap_LpTransferEvent_filter: mantle_swap_LpTransferEvent_filter; - mantle_swap_LpTransferEvent_orderBy: mantle_swap_LpTransferEvent_orderBy; - mantle_swap_OrderDirection: mantle_swap_OrderDirection; - mantle_swap_PooledToken: ResolverTypeWrapper; - mantle_swap_PooledToken_filter: mantle_swap_PooledToken_filter; - mantle_swap_PooledToken_orderBy: mantle_swap_PooledToken_orderBy; - mantle_swap_StableSwap: ResolverTypeWrapper; - mantle_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - mantle_swap_StableSwapAddLiquidityEvent_filter: mantle_swap_StableSwapAddLiquidityEvent_filter; - mantle_swap_StableSwapAddLiquidityEvent_orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy; - mantle_swap_StableSwapEvent: ResolversTypes['mantle_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mantle_swap_StableSwapRemoveLiquidityEvent']; - mantle_swap_StableSwapEvent_filter: mantle_swap_StableSwapEvent_filter; - mantle_swap_StableSwapEvent_orderBy: mantle_swap_StableSwapEvent_orderBy; - mantle_swap_StableSwapExchange: ResolverTypeWrapper; - mantle_swap_StableSwapExchange_filter: mantle_swap_StableSwapExchange_filter; - mantle_swap_StableSwapExchange_orderBy: mantle_swap_StableSwapExchange_orderBy; - mantle_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - mantle_swap_StableSwapRemoveLiquidityEvent_filter: mantle_swap_StableSwapRemoveLiquidityEvent_filter; - mantle_swap_StableSwapRemoveLiquidityEvent_orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy; - mantle_swap_StableSwap_filter: mantle_swap_StableSwap_filter; - mantle_swap_StableSwap_orderBy: mantle_swap_StableSwap_orderBy; - mantle_swap_SwapDailyVolume: ResolverTypeWrapper; - mantle_swap_SwapDailyVolume_filter: mantle_swap_SwapDailyVolume_filter; - mantle_swap_SwapDailyVolume_orderBy: mantle_swap_SwapDailyVolume_orderBy; - mantle_swap_SwapHourlyVolume: ResolverTypeWrapper; - mantle_swap_SwapHourlyVolume_filter: mantle_swap_SwapHourlyVolume_filter; - mantle_swap_SwapHourlyVolume_orderBy: mantle_swap_SwapHourlyVolume_orderBy; - mantle_swap_SwapTradeVolume: ResolversTypes['mantle_swap_SwapDailyVolume'] | ResolversTypes['mantle_swap_SwapHourlyVolume'] | ResolversTypes['mantle_swap_SwapWeeklyVolume']; - mantle_swap_SwapTradeVolume_filter: mantle_swap_SwapTradeVolume_filter; - mantle_swap_SwapTradeVolume_orderBy: mantle_swap_SwapTradeVolume_orderBy; - mantle_swap_SwapWeeklyVolume: ResolverTypeWrapper; - mantle_swap_SwapWeeklyVolume_filter: mantle_swap_SwapWeeklyVolume_filter; - mantle_swap_SwapWeeklyVolume_orderBy: mantle_swap_SwapWeeklyVolume_orderBy; - mantle_swap_SystemInfo: ResolverTypeWrapper; - mantle_swap_SystemInfo_filter: mantle_swap_SystemInfo_filter; - mantle_swap_SystemInfo_orderBy: mantle_swap_SystemInfo_orderBy; - mantle_swap__Block_: ResolverTypeWrapper; - mantle_swap__Meta_: ResolverTypeWrapper; - mode_swap_Aggregation_interval: mode_swap_Aggregation_interval; - mode_swap_BigDecimal: ResolverTypeWrapper; - mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; - mode_swap_Block_height: mode_swap_Block_height; - mode_swap_Bytes: ResolverTypeWrapper; - mode_swap_Int8: ResolverTypeWrapper; - mode_swap_LpAccount: ResolverTypeWrapper; - mode_swap_LpAccountBalance: ResolverTypeWrapper; - mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; - mode_swap_LpAccountBalance_orderBy: mode_swap_LpAccountBalance_orderBy; - mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; - mode_swap_LpAccount_orderBy: mode_swap_LpAccount_orderBy; - mode_swap_LpToken: ResolverTypeWrapper; - mode_swap_LpTokenEvent: ResolversTypes['mode_swap_LpTransferEvent']; - mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; - mode_swap_LpTokenEvent_orderBy: mode_swap_LpTokenEvent_orderBy; - mode_swap_LpToken_filter: mode_swap_LpToken_filter; - mode_swap_LpToken_orderBy: mode_swap_LpToken_orderBy; - mode_swap_LpTransferEvent: ResolverTypeWrapper; - mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; - mode_swap_LpTransferEvent_orderBy: mode_swap_LpTransferEvent_orderBy; - mode_swap_OrderDirection: mode_swap_OrderDirection; - mode_swap_PooledToken: ResolverTypeWrapper; - mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; - mode_swap_PooledToken_orderBy: mode_swap_PooledToken_orderBy; - mode_swap_StableSwap: ResolverTypeWrapper; - mode_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; - mode_swap_StableSwapAddLiquidityEvent_orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy; - mode_swap_StableSwapEvent: ResolversTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mode_swap_StableSwapRemoveLiquidityEvent']; - mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; - mode_swap_StableSwapEvent_orderBy: mode_swap_StableSwapEvent_orderBy; - mode_swap_StableSwapExchange: ResolverTypeWrapper; - mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; - mode_swap_StableSwapExchange_orderBy: mode_swap_StableSwapExchange_orderBy; - mode_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; - mode_swap_StableSwapRemoveLiquidityEvent_orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy; - mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; - mode_swap_StableSwap_orderBy: mode_swap_StableSwap_orderBy; - mode_swap_SwapDailyVolume: ResolverTypeWrapper; - mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; - mode_swap_SwapDailyVolume_orderBy: mode_swap_SwapDailyVolume_orderBy; - mode_swap_SwapHourlyVolume: ResolverTypeWrapper; - mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; - mode_swap_SwapHourlyVolume_orderBy: mode_swap_SwapHourlyVolume_orderBy; - mode_swap_SwapTradeVolume: ResolversTypes['mode_swap_SwapDailyVolume'] | ResolversTypes['mode_swap_SwapHourlyVolume'] | ResolversTypes['mode_swap_SwapWeeklyVolume']; - mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; - mode_swap_SwapTradeVolume_orderBy: mode_swap_SwapTradeVolume_orderBy; - mode_swap_SwapWeeklyVolume: ResolverTypeWrapper; - mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; - mode_swap_SwapWeeklyVolume_orderBy: mode_swap_SwapWeeklyVolume_orderBy; - mode_swap_SystemInfo: ResolverTypeWrapper; - mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; - mode_swap_SystemInfo_orderBy: mode_swap_SystemInfo_orderBy; - mode_swap__Block_: ResolverTypeWrapper; - mode_swap__Meta_: ResolverTypeWrapper; - metis_swap_Aggregation_interval: metis_swap_Aggregation_interval; - metis_swap_BigDecimal: ResolverTypeWrapper; - metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; - metis_swap_Block_height: metis_swap_Block_height; - metis_swap_Bytes: ResolverTypeWrapper; - metis_swap_Int8: ResolverTypeWrapper; - metis_swap_LpAccount: ResolverTypeWrapper; - metis_swap_LpAccountBalance: ResolverTypeWrapper; - metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; - metis_swap_LpAccountBalance_orderBy: metis_swap_LpAccountBalance_orderBy; - metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; - metis_swap_LpAccount_orderBy: metis_swap_LpAccount_orderBy; - metis_swap_LpToken: ResolverTypeWrapper; - metis_swap_LpTokenEvent: ResolversTypes['metis_swap_LpTransferEvent']; - metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; - metis_swap_LpTokenEvent_orderBy: metis_swap_LpTokenEvent_orderBy; - metis_swap_LpToken_filter: metis_swap_LpToken_filter; - metis_swap_LpToken_orderBy: metis_swap_LpToken_orderBy; - metis_swap_LpTransferEvent: ResolverTypeWrapper; - metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; - metis_swap_LpTransferEvent_orderBy: metis_swap_LpTransferEvent_orderBy; - metis_swap_OrderDirection: metis_swap_OrderDirection; - metis_swap_PooledToken: ResolverTypeWrapper; - metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; - metis_swap_PooledToken_orderBy: metis_swap_PooledToken_orderBy; - metis_swap_StableSwap: ResolverTypeWrapper; - metis_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; - metis_swap_StableSwapAddLiquidityEvent_orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy; - metis_swap_StableSwapEvent: ResolversTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['metis_swap_StableSwapRemoveLiquidityEvent']; - metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; - metis_swap_StableSwapEvent_orderBy: metis_swap_StableSwapEvent_orderBy; - metis_swap_StableSwapExchange: ResolverTypeWrapper; - metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; - metis_swap_StableSwapExchange_orderBy: metis_swap_StableSwapExchange_orderBy; - metis_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; - metis_swap_StableSwapRemoveLiquidityEvent_orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy; - metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; - metis_swap_StableSwap_orderBy: metis_swap_StableSwap_orderBy; - metis_swap_SwapDailyVolume: ResolverTypeWrapper; - metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; - metis_swap_SwapDailyVolume_orderBy: metis_swap_SwapDailyVolume_orderBy; - metis_swap_SwapHourlyVolume: ResolverTypeWrapper; - metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; - metis_swap_SwapHourlyVolume_orderBy: metis_swap_SwapHourlyVolume_orderBy; - metis_swap_SwapTradeVolume: ResolversTypes['metis_swap_SwapDailyVolume'] | ResolversTypes['metis_swap_SwapHourlyVolume'] | ResolversTypes['metis_swap_SwapWeeklyVolume']; - metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; - metis_swap_SwapTradeVolume_orderBy: metis_swap_SwapTradeVolume_orderBy; - metis_swap_SwapWeeklyVolume: ResolverTypeWrapper; - metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; - metis_swap_SwapWeeklyVolume_orderBy: metis_swap_SwapWeeklyVolume_orderBy; - metis_swap_SystemInfo: ResolverTypeWrapper; - metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; - metis_swap_SystemInfo_orderBy: metis_swap_SystemInfo_orderBy; - metis_swap__Block_: ResolverTypeWrapper; - metis_swap__Meta_: ResolverTypeWrapper; - zksync_swap_Aggregation_interval: zksync_swap_Aggregation_interval; - zksync_swap_BigDecimal: ResolverTypeWrapper; - zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; - zksync_swap_Block_height: zksync_swap_Block_height; - zksync_swap_Bytes: ResolverTypeWrapper; - zksync_swap_Int8: ResolverTypeWrapper; - zksync_swap_LpAccount: ResolverTypeWrapper; - zksync_swap_LpAccountBalance: ResolverTypeWrapper; - zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; - zksync_swap_LpAccountBalance_orderBy: zksync_swap_LpAccountBalance_orderBy; - zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; - zksync_swap_LpAccount_orderBy: zksync_swap_LpAccount_orderBy; - zksync_swap_LpToken: ResolverTypeWrapper; - zksync_swap_LpTokenEvent: ResolversTypes['zksync_swap_LpTransferEvent']; - zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; - zksync_swap_LpTokenEvent_orderBy: zksync_swap_LpTokenEvent_orderBy; - zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; - zksync_swap_LpToken_orderBy: zksync_swap_LpToken_orderBy; - zksync_swap_LpTransferEvent: ResolverTypeWrapper; - zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; - zksync_swap_LpTransferEvent_orderBy: zksync_swap_LpTransferEvent_orderBy; - zksync_swap_OrderDirection: zksync_swap_OrderDirection; - zksync_swap_PooledToken: ResolverTypeWrapper; - zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; - zksync_swap_PooledToken_orderBy: zksync_swap_PooledToken_orderBy; - zksync_swap_StableSwap: ResolverTypeWrapper; - zksync_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; - zksync_swap_StableSwapAddLiquidityEvent_orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy; - zksync_swap_StableSwapEvent: ResolversTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; - zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; - zksync_swap_StableSwapEvent_orderBy: zksync_swap_StableSwapEvent_orderBy; - zksync_swap_StableSwapExchange: ResolverTypeWrapper; - zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; - zksync_swap_StableSwapExchange_orderBy: zksync_swap_StableSwapExchange_orderBy; - zksync_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; - zksync_swap_StableSwapRemoveLiquidityEvent_orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy; - zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; - zksync_swap_StableSwap_orderBy: zksync_swap_StableSwap_orderBy; - zksync_swap_SwapDailyVolume: ResolverTypeWrapper; - zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; - zksync_swap_SwapDailyVolume_orderBy: zksync_swap_SwapDailyVolume_orderBy; - zksync_swap_SwapHourlyVolume: ResolverTypeWrapper; - zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; - zksync_swap_SwapHourlyVolume_orderBy: zksync_swap_SwapHourlyVolume_orderBy; - zksync_swap_SwapTradeVolume: ResolversTypes['zksync_swap_SwapDailyVolume'] | ResolversTypes['zksync_swap_SwapHourlyVolume'] | ResolversTypes['zksync_swap_SwapWeeklyVolume']; - zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; - zksync_swap_SwapTradeVolume_orderBy: zksync_swap_SwapTradeVolume_orderBy; - zksync_swap_SwapWeeklyVolume: ResolverTypeWrapper; - zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; - zksync_swap_SwapWeeklyVolume_orderBy: zksync_swap_SwapWeeklyVolume_orderBy; - zksync_swap_SystemInfo: ResolverTypeWrapper; - zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; - zksync_swap_SystemInfo_orderBy: zksync_swap_SystemInfo_orderBy; - zksync_swap__Block_: ResolverTypeWrapper; - zksync_swap__Meta_: ResolverTypeWrapper; - arbitrumsepolia_swap_Aggregation_interval: arbitrumsepolia_swap_Aggregation_interval; - arbitrumsepolia_swap_BigDecimal: ResolverTypeWrapper; - arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; - arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; - arbitrumsepolia_swap_Bytes: ResolverTypeWrapper; - arbitrumsepolia_swap_Int8: ResolverTypeWrapper; - arbitrumsepolia_swap_LpAccount: ResolverTypeWrapper; - arbitrumsepolia_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; - arbitrumsepolia_swap_LpAccountBalance_orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy; - arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; - arbitrumsepolia_swap_LpAccount_orderBy: arbitrumsepolia_swap_LpAccount_orderBy; - arbitrumsepolia_swap_LpToken: ResolverTypeWrapper; - arbitrumsepolia_swap_LpTokenEvent: ResolversTypes['arbitrumsepolia_swap_LpTransferEvent']; - arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; - arbitrumsepolia_swap_LpTokenEvent_orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy; - arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; - arbitrumsepolia_swap_LpToken_orderBy: arbitrumsepolia_swap_LpToken_orderBy; - arbitrumsepolia_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; - arbitrumsepolia_swap_LpTransferEvent_orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy; - arbitrumsepolia_swap_OrderDirection: arbitrumsepolia_swap_OrderDirection; - arbitrumsepolia_swap_PooledToken: ResolverTypeWrapper; - arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; - arbitrumsepolia_swap_PooledToken_orderBy: arbitrumsepolia_swap_PooledToken_orderBy; - arbitrumsepolia_swap_StableSwap: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumsepolia_swap_StableSwapEvent: ResolversTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; - arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; - arbitrumsepolia_swap_StableSwapEvent_orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy; - arbitrumsepolia_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; - arbitrumsepolia_swap_StableSwapExchange_orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; - arbitrumsepolia_swap_StableSwap_orderBy: arbitrumsepolia_swap_StableSwap_orderBy; - arbitrumsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; - arbitrumsepolia_swap_SwapDailyVolume_orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy; - arbitrumsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; - arbitrumsepolia_swap_SwapHourlyVolume_orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy; - arbitrumsepolia_swap_SwapTradeVolume: ResolversTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; - arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; - arbitrumsepolia_swap_SwapTradeVolume_orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy; - arbitrumsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; - arbitrumsepolia_swap_SwapWeeklyVolume_orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy; - arbitrumsepolia_swap_SystemInfo: ResolverTypeWrapper; - arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; - arbitrumsepolia_swap_SystemInfo_orderBy: arbitrumsepolia_swap_SystemInfo_orderBy; - arbitrumsepolia_swap__Block_: ResolverTypeWrapper; - arbitrumsepolia_swap__Meta_: ResolverTypeWrapper; - sepolia_swap_Aggregation_interval: sepolia_swap_Aggregation_interval; - sepolia_swap_BigDecimal: ResolverTypeWrapper; - sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; - sepolia_swap_Block_height: sepolia_swap_Block_height; - sepolia_swap_Bytes: ResolverTypeWrapper; - sepolia_swap_Int8: ResolverTypeWrapper; - sepolia_swap_LpAccount: ResolverTypeWrapper; - sepolia_swap_LpAccountBalance: ResolverTypeWrapper; - sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; - sepolia_swap_LpAccountBalance_orderBy: sepolia_swap_LpAccountBalance_orderBy; - sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; - sepolia_swap_LpAccount_orderBy: sepolia_swap_LpAccount_orderBy; - sepolia_swap_LpToken: ResolverTypeWrapper; - sepolia_swap_LpTokenEvent: ResolversTypes['sepolia_swap_LpTransferEvent']; - sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; - sepolia_swap_LpTokenEvent_orderBy: sepolia_swap_LpTokenEvent_orderBy; - sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; - sepolia_swap_LpToken_orderBy: sepolia_swap_LpToken_orderBy; - sepolia_swap_LpTransferEvent: ResolverTypeWrapper; - sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; - sepolia_swap_LpTransferEvent_orderBy: sepolia_swap_LpTransferEvent_orderBy; - sepolia_swap_OrderDirection: sepolia_swap_OrderDirection; - sepolia_swap_PooledToken: ResolverTypeWrapper; - sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; - sepolia_swap_PooledToken_orderBy: sepolia_swap_PooledToken_orderBy; - sepolia_swap_StableSwap: ResolverTypeWrapper; - sepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; - sepolia_swap_StableSwapAddLiquidityEvent_orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy; - sepolia_swap_StableSwapEvent: ResolversTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; - sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; - sepolia_swap_StableSwapEvent_orderBy: sepolia_swap_StableSwapEvent_orderBy; - sepolia_swap_StableSwapExchange: ResolverTypeWrapper; - sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; - sepolia_swap_StableSwapExchange_orderBy: sepolia_swap_StableSwapExchange_orderBy; - sepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; - sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; - sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; - sepolia_swap_StableSwap_orderBy: sepolia_swap_StableSwap_orderBy; - sepolia_swap_SwapDailyVolume: ResolverTypeWrapper; - sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; - sepolia_swap_SwapDailyVolume_orderBy: sepolia_swap_SwapDailyVolume_orderBy; - sepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; - sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; - sepolia_swap_SwapHourlyVolume_orderBy: sepolia_swap_SwapHourlyVolume_orderBy; - sepolia_swap_SwapTradeVolume: ResolversTypes['sepolia_swap_SwapDailyVolume'] | ResolversTypes['sepolia_swap_SwapHourlyVolume'] | ResolversTypes['sepolia_swap_SwapWeeklyVolume']; - sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; - sepolia_swap_SwapTradeVolume_orderBy: sepolia_swap_SwapTradeVolume_orderBy; - sepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; - sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; - sepolia_swap_SwapWeeklyVolume_orderBy: sepolia_swap_SwapWeeklyVolume_orderBy; - sepolia_swap_SystemInfo: ResolverTypeWrapper; - sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; - sepolia_swap_SystemInfo_orderBy: sepolia_swap_SystemInfo_orderBy; - sepolia_swap__Block_: ResolverTypeWrapper; - sepolia_swap__Meta_: ResolverTypeWrapper; - xdai_swap_Aggregation_interval: xdai_swap_Aggregation_interval; - xdai_swap_BigDecimal: ResolverTypeWrapper; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: ResolverTypeWrapper; - xdai_swap_Int8: ResolverTypeWrapper; - xdai_swap_LpAccount: ResolverTypeWrapper; - xdai_swap_LpAccountBalance: ResolverTypeWrapper; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; - xdai_swap_LpToken: ResolverTypeWrapper; - xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; - xdai_swap_LpTransferEvent: ResolverTypeWrapper; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; - xdai_swap_OrderDirection: xdai_swap_OrderDirection; - xdai_swap_PooledToken: ResolverTypeWrapper; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; - xdai_swap_StableSwap: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; - xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; - xdai_swap_StableSwapExchange: ResolverTypeWrapper; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; - xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; - xdai_swap_SwapDailyVolume: ResolverTypeWrapper; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; - xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; - xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; - xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; - xdai_swap_SystemInfo: ResolverTypeWrapper; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; - xdai_swap__Block_: ResolverTypeWrapper; - xdai_swap__Meta_: ResolverTypeWrapper; - linea_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; - optimism_AggregateRoot: ResolverTypeWrapper; - optimism_AggregateRootProposed: ResolverTypeWrapper; - optimism_AggregateRootProposed_filter: optimism_AggregateRootProposed_filter; - optimism_AggregateRootProposed_orderBy: optimism_AggregateRootProposed_orderBy; - optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; - optimism_AggregateRoot_orderBy: optimism_AggregateRoot_orderBy; - optimism_Aggregation_interval: optimism_Aggregation_interval; - optimism_Asset: ResolverTypeWrapper; - optimism_AssetBalance: ResolverTypeWrapper; - optimism_AssetBalance_filter: optimism_AssetBalance_filter; - optimism_AssetBalance_orderBy: optimism_AssetBalance_orderBy; - optimism_AssetStatus: ResolverTypeWrapper; - optimism_AssetStatus_filter: optimism_AssetStatus_filter; - optimism_AssetStatus_orderBy: optimism_AssetStatus_orderBy; - optimism_Asset_filter: optimism_Asset_filter; - optimism_Asset_orderBy: optimism_Asset_orderBy; - optimism_BigDecimal: ResolverTypeWrapper; - optimism_BlockChangedFilter: optimism_BlockChangedFilter; - optimism_Block_height: optimism_Block_height; - optimism_Bytes: ResolverTypeWrapper; - optimism_ConnectorMeta: ResolverTypeWrapper; - optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; - optimism_ConnectorMeta_orderBy: optimism_ConnectorMeta_orderBy; - optimism_DestinationTransfer: ResolverTypeWrapper; - optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; - optimism_DestinationTransfer_orderBy: optimism_DestinationTransfer_orderBy; - optimism_Int8: ResolverTypeWrapper; - optimism_OptimisticRootFinalized: ResolverTypeWrapper; - optimism_OptimisticRootFinalized_filter: optimism_OptimisticRootFinalized_filter; - optimism_OptimisticRootFinalized_orderBy: optimism_OptimisticRootFinalized_orderBy; - optimism_OrderDirection: optimism_OrderDirection; - optimism_OriginMessage: ResolverTypeWrapper; - optimism_OriginMessage_filter: optimism_OriginMessage_filter; - optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; - optimism_OriginTransfer: ResolverTypeWrapper; - optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; - optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; - optimism_Relayer: ResolverTypeWrapper; - optimism_RelayerFee: ResolverTypeWrapper; - optimism_RelayerFee_filter: optimism_RelayerFee_filter; - optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; - optimism_RelayerFeesIncrease: ResolverTypeWrapper; - optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; - optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; - optimism_Relayer_filter: optimism_Relayer_filter; - optimism_Relayer_orderBy: optimism_Relayer_orderBy; - optimism_RootCount: ResolverTypeWrapper; - optimism_RootCount_filter: optimism_RootCount_filter; - optimism_RootCount_orderBy: optimism_RootCount_orderBy; - optimism_RootMessageSent: ResolverTypeWrapper; - optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; - optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; - optimism_Router: ResolverTypeWrapper; - optimism_RouterDailyTVL: ResolverTypeWrapper; - optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; - optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; - optimism_RouterLiquidityEvent: ResolverTypeWrapper; - optimism_RouterLiquidityEventType: optimism_RouterLiquidityEventType; - optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; - optimism_RouterLiquidityEvent_orderBy: optimism_RouterLiquidityEvent_orderBy; - optimism_Router_filter: optimism_Router_filter; - optimism_Router_orderBy: optimism_Router_orderBy; - optimism_Sequencer: ResolverTypeWrapper; - optimism_Sequencer_filter: optimism_Sequencer_filter; - optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; - optimism_Setting: ResolverTypeWrapper; - optimism_Setting_filter: optimism_Setting_filter; - optimism_Setting_orderBy: optimism_Setting_orderBy; - optimism_SlippageUpdate: ResolverTypeWrapper; - optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; - optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; - optimism_SnapshotRoot: ResolverTypeWrapper; - optimism_SnapshotRoot_filter: optimism_SnapshotRoot_filter; - optimism_SnapshotRoot_orderBy: optimism_SnapshotRoot_orderBy; - optimism_SpokeConnectorMode: ResolverTypeWrapper; - optimism_SpokeConnectorMode_filter: optimism_SpokeConnectorMode_filter; - optimism_SpokeConnectorMode_orderBy: optimism_SpokeConnectorMode_orderBy; - optimism_TransferStatus: optimism_TransferStatus; - optimism__Block_: ResolverTypeWrapper; - optimism__Meta_: ResolverTypeWrapper; - 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; - mantle_AggregateRoot: ResolverTypeWrapper; - mantle_AggregateRootProposed: ResolverTypeWrapper; - mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; - mantle_AggregateRootProposed_orderBy: mantle_AggregateRootProposed_orderBy; - mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; - mantle_AggregateRoot_orderBy: mantle_AggregateRoot_orderBy; - mantle_Aggregation_interval: mantle_Aggregation_interval; - mantle_Asset: ResolverTypeWrapper; - mantle_AssetBalance: ResolverTypeWrapper; - mantle_AssetBalance_filter: mantle_AssetBalance_filter; - mantle_AssetBalance_orderBy: mantle_AssetBalance_orderBy; - mantle_AssetStatus: ResolverTypeWrapper; - mantle_AssetStatus_filter: mantle_AssetStatus_filter; - mantle_AssetStatus_orderBy: mantle_AssetStatus_orderBy; - mantle_Asset_filter: mantle_Asset_filter; - mantle_Asset_orderBy: mantle_Asset_orderBy; - mantle_BigDecimal: ResolverTypeWrapper; - mantle_BlockChangedFilter: mantle_BlockChangedFilter; - mantle_Block_height: mantle_Block_height; - mantle_Bytes: ResolverTypeWrapper; - mantle_ConnectorMeta: ResolverTypeWrapper; - mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; - mantle_ConnectorMeta_orderBy: mantle_ConnectorMeta_orderBy; - mantle_DestinationTransfer: ResolverTypeWrapper; - mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; - mantle_DestinationTransfer_orderBy: mantle_DestinationTransfer_orderBy; - mantle_Int8: ResolverTypeWrapper; - mantle_OptimisticRootFinalized: ResolverTypeWrapper; - mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; - mantle_OptimisticRootFinalized_orderBy: mantle_OptimisticRootFinalized_orderBy; - mantle_OrderDirection: mantle_OrderDirection; - mantle_OriginMessage: ResolverTypeWrapper; - mantle_OriginMessage_filter: mantle_OriginMessage_filter; - mantle_OriginMessage_orderBy: mantle_OriginMessage_orderBy; - mantle_OriginTransfer: ResolverTypeWrapper; - mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; - mantle_OriginTransfer_orderBy: mantle_OriginTransfer_orderBy; - mantle_Relayer: ResolverTypeWrapper; - mantle_RelayerFee: ResolverTypeWrapper; - mantle_RelayerFee_filter: mantle_RelayerFee_filter; - mantle_RelayerFee_orderBy: mantle_RelayerFee_orderBy; - mantle_RelayerFeesIncrease: ResolverTypeWrapper; - mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; - mantle_RelayerFeesIncrease_orderBy: mantle_RelayerFeesIncrease_orderBy; - mantle_Relayer_filter: mantle_Relayer_filter; - mantle_Relayer_orderBy: mantle_Relayer_orderBy; - mantle_RootCount: ResolverTypeWrapper; - mantle_RootCount_filter: mantle_RootCount_filter; - mantle_RootCount_orderBy: mantle_RootCount_orderBy; - mantle_RootMessageSent: ResolverTypeWrapper; - mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; - mantle_RootMessageSent_orderBy: mantle_RootMessageSent_orderBy; - mantle_Router: ResolverTypeWrapper; - mantle_RouterDailyTVL: ResolverTypeWrapper; - mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; - mantle_RouterDailyTVL_orderBy: mantle_RouterDailyTVL_orderBy; - mantle_RouterLiquidityEvent: ResolverTypeWrapper; - mantle_RouterLiquidityEventType: mantle_RouterLiquidityEventType; - mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; - mantle_RouterLiquidityEvent_orderBy: mantle_RouterLiquidityEvent_orderBy; - mantle_Router_filter: mantle_Router_filter; - mantle_Router_orderBy: mantle_Router_orderBy; - mantle_Sequencer: ResolverTypeWrapper; - mantle_Sequencer_filter: mantle_Sequencer_filter; - mantle_Sequencer_orderBy: mantle_Sequencer_orderBy; - mantle_Setting: ResolverTypeWrapper; - mantle_Setting_filter: mantle_Setting_filter; - mantle_Setting_orderBy: mantle_Setting_orderBy; - mantle_SlippageUpdate: ResolverTypeWrapper; - mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; - mantle_SlippageUpdate_orderBy: mantle_SlippageUpdate_orderBy; - mantle_SnapshotRoot: ResolverTypeWrapper; - mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; - mantle_SnapshotRoot_orderBy: mantle_SnapshotRoot_orderBy; - mantle_SpokeConnectorMode: ResolverTypeWrapper; - mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; - mantle_SpokeConnectorMode_orderBy: mantle_SpokeConnectorMode_orderBy; - mantle_TransferStatus: mantle_TransferStatus; - mantle__Block_: ResolverTypeWrapper; - mantle__Meta_: ResolverTypeWrapper; - arbitrumone_AggregateRoot: ResolverTypeWrapper; - arbitrumone_AggregateRootProposed: ResolverTypeWrapper; - arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; - arbitrumone_AggregateRootProposed_orderBy: arbitrumone_AggregateRootProposed_orderBy; - arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; - arbitrumone_AggregateRoot_orderBy: arbitrumone_AggregateRoot_orderBy; - arbitrumone_Aggregation_interval: arbitrumone_Aggregation_interval; - arbitrumone_Asset: ResolverTypeWrapper; - arbitrumone_AssetBalance: ResolverTypeWrapper; - arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; - arbitrumone_AssetBalance_orderBy: arbitrumone_AssetBalance_orderBy; - arbitrumone_AssetStatus: ResolverTypeWrapper; - arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; - arbitrumone_AssetStatus_orderBy: arbitrumone_AssetStatus_orderBy; - arbitrumone_Asset_filter: arbitrumone_Asset_filter; - arbitrumone_Asset_orderBy: arbitrumone_Asset_orderBy; - arbitrumone_BigDecimal: ResolverTypeWrapper; - arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; - arbitrumone_Block_height: arbitrumone_Block_height; - arbitrumone_Bytes: ResolverTypeWrapper; - arbitrumone_ConnectorMeta: ResolverTypeWrapper; - arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; - arbitrumone_ConnectorMeta_orderBy: arbitrumone_ConnectorMeta_orderBy; - arbitrumone_DestinationTransfer: ResolverTypeWrapper; - arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; - arbitrumone_DestinationTransfer_orderBy: arbitrumone_DestinationTransfer_orderBy; - arbitrumone_Int8: ResolverTypeWrapper; - arbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; - arbitrumone_OptimisticRootFinalized_filter: arbitrumone_OptimisticRootFinalized_filter; - arbitrumone_OptimisticRootFinalized_orderBy: arbitrumone_OptimisticRootFinalized_orderBy; - arbitrumone_OrderDirection: arbitrumone_OrderDirection; - arbitrumone_OriginMessage: ResolverTypeWrapper; - arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; - arbitrumone_OriginMessage_orderBy: arbitrumone_OriginMessage_orderBy; - arbitrumone_OriginTransfer: ResolverTypeWrapper; - arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; - arbitrumone_OriginTransfer_orderBy: arbitrumone_OriginTransfer_orderBy; - arbitrumone_Relayer: ResolverTypeWrapper; - arbitrumone_RelayerFee: ResolverTypeWrapper; - arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; - arbitrumone_RelayerFee_orderBy: arbitrumone_RelayerFee_orderBy; - arbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; - arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; - arbitrumone_RelayerFeesIncrease_orderBy: arbitrumone_RelayerFeesIncrease_orderBy; - arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; - arbitrumone_Relayer_orderBy: arbitrumone_Relayer_orderBy; - arbitrumone_RootCount: ResolverTypeWrapper; - arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; - arbitrumone_RootCount_orderBy: arbitrumone_RootCount_orderBy; - arbitrumone_RootMessageSent: ResolverTypeWrapper; - arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; - arbitrumone_RootMessageSent_orderBy: arbitrumone_RootMessageSent_orderBy; - arbitrumone_Router: ResolverTypeWrapper; - arbitrumone_RouterDailyTVL: ResolverTypeWrapper; - arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; - arbitrumone_RouterDailyTVL_orderBy: arbitrumone_RouterDailyTVL_orderBy; - arbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; - arbitrumone_RouterLiquidityEventType: arbitrumone_RouterLiquidityEventType; - arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; - arbitrumone_RouterLiquidityEvent_orderBy: arbitrumone_RouterLiquidityEvent_orderBy; - arbitrumone_Router_filter: arbitrumone_Router_filter; - arbitrumone_Router_orderBy: arbitrumone_Router_orderBy; - arbitrumone_Sequencer: ResolverTypeWrapper; - arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; - arbitrumone_Sequencer_orderBy: arbitrumone_Sequencer_orderBy; - arbitrumone_Setting: ResolverTypeWrapper; - arbitrumone_Setting_filter: arbitrumone_Setting_filter; - arbitrumone_Setting_orderBy: arbitrumone_Setting_orderBy; - arbitrumone_SlippageUpdate: ResolverTypeWrapper; - arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; - arbitrumone_SlippageUpdate_orderBy: arbitrumone_SlippageUpdate_orderBy; - arbitrumone_SnapshotRoot: ResolverTypeWrapper; - arbitrumone_SnapshotRoot_filter: arbitrumone_SnapshotRoot_filter; - arbitrumone_SnapshotRoot_orderBy: arbitrumone_SnapshotRoot_orderBy; - arbitrumone_SpokeConnectorMode: ResolverTypeWrapper; - arbitrumone_SpokeConnectorMode_filter: arbitrumone_SpokeConnectorMode_filter; - arbitrumone_SpokeConnectorMode_orderBy: arbitrumone_SpokeConnectorMode_orderBy; - arbitrumone_TransferStatus: arbitrumone_TransferStatus; - arbitrumone__Block_: ResolverTypeWrapper; - arbitrumone__Meta_: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRoot: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRootProposed: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; - polygonzkevm_swap_AggregateRootProposed_orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy; - polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; - polygonzkevm_swap_AggregateRoot_orderBy: polygonzkevm_swap_AggregateRoot_orderBy; - polygonzkevm_swap_Aggregation_interval: polygonzkevm_swap_Aggregation_interval; - polygonzkevm_swap_Asset: ResolverTypeWrapper; - polygonzkevm_swap_AssetBalance: ResolverTypeWrapper; - polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; - polygonzkevm_swap_AssetBalance_orderBy: polygonzkevm_swap_AssetBalance_orderBy; - polygonzkevm_swap_AssetStatus: ResolverTypeWrapper; - polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; - polygonzkevm_swap_AssetStatus_orderBy: polygonzkevm_swap_AssetStatus_orderBy; - polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; - polygonzkevm_swap_Asset_orderBy: polygonzkevm_swap_Asset_orderBy; - polygonzkevm_swap_BigDecimal: ResolverTypeWrapper; - polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; - polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; - polygonzkevm_swap_Bytes: ResolverTypeWrapper; - polygonzkevm_swap_ConnectorMeta: ResolverTypeWrapper; - polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; - polygonzkevm_swap_ConnectorMeta_orderBy: polygonzkevm_swap_ConnectorMeta_orderBy; - polygonzkevm_swap_DestinationTransfer: ResolverTypeWrapper; - polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; - polygonzkevm_swap_DestinationTransfer_orderBy: polygonzkevm_swap_DestinationTransfer_orderBy; - polygonzkevm_swap_Int8: ResolverTypeWrapper; - polygonzkevm_swap_OptimisticRootFinalized: ResolverTypeWrapper; - polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; - polygonzkevm_swap_OptimisticRootFinalized_orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy; - polygonzkevm_swap_OrderDirection: polygonzkevm_swap_OrderDirection; - polygonzkevm_swap_OriginMessage: ResolverTypeWrapper; - polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; - polygonzkevm_swap_OriginMessage_orderBy: polygonzkevm_swap_OriginMessage_orderBy; - polygonzkevm_swap_OriginTransfer: ResolverTypeWrapper; - polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; - polygonzkevm_swap_OriginTransfer_orderBy: polygonzkevm_swap_OriginTransfer_orderBy; - polygonzkevm_swap_Relayer: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFee: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; - polygonzkevm_swap_RelayerFee_orderBy: polygonzkevm_swap_RelayerFee_orderBy; - polygonzkevm_swap_RelayerFeesIncrease: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; - polygonzkevm_swap_RelayerFeesIncrease_orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy; - polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; - polygonzkevm_swap_Relayer_orderBy: polygonzkevm_swap_Relayer_orderBy; - polygonzkevm_swap_RootCount: ResolverTypeWrapper; - polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; - polygonzkevm_swap_RootCount_orderBy: polygonzkevm_swap_RootCount_orderBy; - polygonzkevm_swap_RootMessageSent: ResolverTypeWrapper; - polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; - polygonzkevm_swap_RootMessageSent_orderBy: polygonzkevm_swap_RootMessageSent_orderBy; - polygonzkevm_swap_Router: ResolverTypeWrapper; - polygonzkevm_swap_RouterDailyTVL: ResolverTypeWrapper; - polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; - polygonzkevm_swap_RouterDailyTVL_orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy; - polygonzkevm_swap_RouterLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_swap_RouterLiquidityEventType: polygonzkevm_swap_RouterLiquidityEventType; - polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; - polygonzkevm_swap_RouterLiquidityEvent_orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy; - polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; - polygonzkevm_swap_Router_orderBy: polygonzkevm_swap_Router_orderBy; - polygonzkevm_swap_Sequencer: ResolverTypeWrapper; - polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; - polygonzkevm_swap_Sequencer_orderBy: polygonzkevm_swap_Sequencer_orderBy; - polygonzkevm_swap_Setting: ResolverTypeWrapper; - polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; - polygonzkevm_swap_Setting_orderBy: polygonzkevm_swap_Setting_orderBy; - polygonzkevm_swap_SlippageUpdate: ResolverTypeWrapper; - polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; - polygonzkevm_swap_SlippageUpdate_orderBy: polygonzkevm_swap_SlippageUpdate_orderBy; - polygonzkevm_swap_SnapshotRoot: ResolverTypeWrapper; - polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; - polygonzkevm_swap_SnapshotRoot_orderBy: polygonzkevm_swap_SnapshotRoot_orderBy; - polygonzkevm_swap_SpokeConnectorMode: ResolverTypeWrapper; - polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; - polygonzkevm_swap_SpokeConnectorMode_orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy; - polygonzkevm_swap_TransferStatus: polygonzkevm_swap_TransferStatus; - polygonzkevm_swap__Block_: ResolverTypeWrapper; - polygonzkevm_swap__Meta_: ResolverTypeWrapper; - 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; - polygon_AggregateRoot: ResolverTypeWrapper; - polygon_AggregateRootProposed: ResolverTypeWrapper; - polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; - polygon_AggregateRootProposed_orderBy: polygon_AggregateRootProposed_orderBy; - polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; - polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; - polygon_Aggregation_interval: polygon_Aggregation_interval; - polygon_Asset: ResolverTypeWrapper; - polygon_AssetBalance: ResolverTypeWrapper; - polygon_AssetBalance_filter: polygon_AssetBalance_filter; - polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; - polygon_AssetStatus: ResolverTypeWrapper; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; - polygon_Asset_filter: polygon_Asset_filter; - polygon_Asset_orderBy: polygon_Asset_orderBy; - polygon_BigDecimal: ResolverTypeWrapper; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: ResolverTypeWrapper; - polygon_ConnectorMeta: ResolverTypeWrapper; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; - polygon_DestinationTransfer: ResolverTypeWrapper; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; - polygon_Int8: ResolverTypeWrapper; - polygon_OptimisticRootFinalized: ResolverTypeWrapper; - polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; - polygon_OptimisticRootFinalized_orderBy: polygon_OptimisticRootFinalized_orderBy; - polygon_OrderDirection: polygon_OrderDirection; - polygon_OriginMessage: ResolverTypeWrapper; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; - polygon_OriginTransfer: ResolverTypeWrapper; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; - polygon_Relayer: ResolverTypeWrapper; - polygon_RelayerFee: ResolverTypeWrapper; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; - polygon_RelayerFeesIncrease: ResolverTypeWrapper; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_Relayer_orderBy: polygon_Relayer_orderBy; - polygon_RootCount: ResolverTypeWrapper; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootCount_orderBy: polygon_RootCount_orderBy; - polygon_RootMessageSent: ResolverTypeWrapper; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; - polygon_Router: ResolverTypeWrapper; - polygon_RouterDailyTVL: ResolverTypeWrapper; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; - polygon_RouterLiquidityEvent: ResolverTypeWrapper; - polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; - polygon_Router_filter: polygon_Router_filter; - polygon_Router_orderBy: polygon_Router_orderBy; - polygon_Sequencer: ResolverTypeWrapper; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; - polygon_Setting: ResolverTypeWrapper; - polygon_Setting_filter: polygon_Setting_filter; - polygon_Setting_orderBy: polygon_Setting_orderBy; - polygon_SlippageUpdate: ResolverTypeWrapper; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; - polygon_SnapshotRoot: ResolverTypeWrapper; - polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; - polygon_SnapshotRoot_orderBy: polygon_SnapshotRoot_orderBy; - polygon_SpokeConnectorMode: ResolverTypeWrapper; - polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; - polygon_SpokeConnectorMode_orderBy: polygon_SpokeConnectorMode_orderBy; - polygon_TransferStatus: polygon_TransferStatus; - polygon__Block_: ResolverTypeWrapper; - polygon__Meta_: ResolverTypeWrapper; - 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; - mainnet_AggregateRootSavedSlow: ResolverTypeWrapper; - mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; - mainnet_AggregateRootSavedSlow_orderBy: mainnet_AggregateRootSavedSlow_orderBy; - mainnet_AggregatedMessageRoot: ResolverTypeWrapper; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; - mainnet_Aggregation_interval: mainnet_Aggregation_interval; - mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; - mainnet_AvalancheConnectorMeta: ResolverTypeWrapper; - mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; - mainnet_AvalancheConnectorMeta_orderBy: mainnet_AvalancheConnectorMeta_orderBy; - mainnet_BaseConnectorMeta: ResolverTypeWrapper; - mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; - mainnet_BaseConnectorMeta_orderBy: mainnet_BaseConnectorMeta_orderBy; - mainnet_BigDecimal: ResolverTypeWrapper; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: ResolverTypeWrapper; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; - mainnet_Bytes: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; - mainnet_HubDomain: ResolverTypeWrapper; - mainnet_HubDomain_filter: mainnet_HubDomain_filter; - mainnet_HubDomain_orderBy: mainnet_HubDomain_orderBy; - mainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; - mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; - mainnet_HubOptimisticRootFinalized_orderBy: mainnet_HubOptimisticRootFinalized_orderBy; - mainnet_Int8: ResolverTypeWrapper; - mainnet_LineaConnectorMeta: ResolverTypeWrapper; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; - mainnet_MantleConnectorMeta: ResolverTypeWrapper; - mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; - mainnet_MantleConnectorMeta_orderBy: mainnet_MantleConnectorMeta_orderBy; - mainnet_MetisConnectorMeta: ResolverTypeWrapper; - mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; - mainnet_MetisConnectorMeta_orderBy: mainnet_MetisConnectorMeta_orderBy; - mainnet_ModeConnectorMeta: ResolverTypeWrapper; - mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; - mainnet_ModeConnectorMeta_orderBy: mainnet_ModeConnectorMeta_orderBy; - mainnet_OptimismConnectorMeta: ResolverTypeWrapper; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; - mainnet_OptimisticRootPropagated: ResolverTypeWrapper; - mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; - mainnet_OptimisticRootPropagated_orderBy: mainnet_OptimisticRootPropagated_orderBy; - mainnet_OptimisticRootProposed: ResolverTypeWrapper; - mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; - mainnet_OptimisticRootProposed_orderBy: mainnet_OptimisticRootProposed_orderBy; - mainnet_OrderDirection: mainnet_OrderDirection; - mainnet_PolygonConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; - mainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; - mainnet_PolygonZkConnectorMeta_orderBy: mainnet_PolygonZkConnectorMeta_orderBy; - mainnet_RootAggregated: ResolverTypeWrapper; - mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; - mainnet_RootManagerMeta: ResolverTypeWrapper; - mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; - mainnet_RootManagerMode: ResolverTypeWrapper; - mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; - mainnet_RootManagerMode_orderBy: mainnet_RootManagerMode_orderBy; - mainnet_RootMessageProcessed: ResolverTypeWrapper; - mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; - mainnet_RootPropagated: ResolverTypeWrapper; - mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; - mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; - mainnet__Block_: ResolverTypeWrapper; - mainnet__Meta_: ResolverTypeWrapper; - 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; - 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; - optimism_swap_Aggregation_interval: optimism_swap_Aggregation_interval; - optimism_swap_BigDecimal: ResolverTypeWrapper; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: ResolverTypeWrapper; - optimism_swap_Int8: ResolverTypeWrapper; - optimism_swap_LpAccount: ResolverTypeWrapper; - optimism_swap_LpAccountBalance: ResolverTypeWrapper; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; - optimism_swap_LpToken: ResolverTypeWrapper; - optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; - optimism_swap_LpTransferEvent: ResolverTypeWrapper; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; - optimism_swap_OrderDirection: optimism_swap_OrderDirection; - optimism_swap_PooledToken: ResolverTypeWrapper; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; - optimism_swap_StableSwap: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; - optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; - optimism_swap_StableSwapExchange: ResolverTypeWrapper; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; - optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; - optimism_swap_SwapDailyVolume: ResolverTypeWrapper; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; - optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; - optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; - optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; - optimism_swap_SystemInfo: ResolverTypeWrapper; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; - optimism_swap__Block_: ResolverTypeWrapper; - optimism_swap__Meta_: ResolverTypeWrapper; - arbitrumone_swap_Aggregation_interval: arbitrumone_swap_Aggregation_interval; - arbitrumone_swap_BigDecimal: ResolverTypeWrapper; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: ResolverTypeWrapper; - arbitrumone_swap_Int8: ResolverTypeWrapper; - arbitrumone_swap_LpAccount: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; - arbitrumone_swap_LpToken: ResolverTypeWrapper; - arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; - arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; - arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; - arbitrumone_swap_PooledToken: ResolverTypeWrapper; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; - arbitrumone_swap_StableSwap: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; - arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; - arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; - arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; - arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; - arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; - arbitrumone_swap_SystemInfo: ResolverTypeWrapper; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; - arbitrumone_swap__Block_: ResolverTypeWrapper; - arbitrumone_swap__Meta_: ResolverTypeWrapper; - xlayer_swap_BigDecimal: ResolverTypeWrapper; - xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; - xlayer_swap_Block_height: xlayer_swap_Block_height; - xlayer_swap_Bytes: ResolverTypeWrapper; - xlayer_swap_Int8: ResolverTypeWrapper; - xlayer_swap_LpAccount: ResolverTypeWrapper; - xlayer_swap_LpAccountBalance: ResolverTypeWrapper; - xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; - xlayer_swap_LpAccountBalance_orderBy: xlayer_swap_LpAccountBalance_orderBy; - xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; - xlayer_swap_LpAccount_orderBy: xlayer_swap_LpAccount_orderBy; - xlayer_swap_LpToken: ResolverTypeWrapper; - xlayer_swap_LpTokenEvent: ResolversTypes['xlayer_swap_LpTransferEvent']; - xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; - xlayer_swap_LpTokenEvent_orderBy: xlayer_swap_LpTokenEvent_orderBy; - xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; - xlayer_swap_LpToken_orderBy: xlayer_swap_LpToken_orderBy; - xlayer_swap_LpTransferEvent: ResolverTypeWrapper; - xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; - xlayer_swap_LpTransferEvent_orderBy: xlayer_swap_LpTransferEvent_orderBy; - xlayer_swap_OrderDirection: xlayer_swap_OrderDirection; - xlayer_swap_PooledToken: ResolverTypeWrapper; - xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; - xlayer_swap_PooledToken_orderBy: xlayer_swap_PooledToken_orderBy; - xlayer_swap_StableSwap: ResolverTypeWrapper; - xlayer_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; - xlayer_swap_StableSwapAddLiquidityEvent_orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy; - xlayer_swap_StableSwapEvent: ResolversTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; - xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; - xlayer_swap_StableSwapEvent_orderBy: xlayer_swap_StableSwapEvent_orderBy; - xlayer_swap_StableSwapExchange: ResolverTypeWrapper; - xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; - xlayer_swap_StableSwapExchange_orderBy: xlayer_swap_StableSwapExchange_orderBy; - xlayer_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; - xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy; - xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; - xlayer_swap_StableSwap_orderBy: xlayer_swap_StableSwap_orderBy; - xlayer_swap_SwapDailyVolume: ResolverTypeWrapper; - xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; - xlayer_swap_SwapDailyVolume_orderBy: xlayer_swap_SwapDailyVolume_orderBy; - xlayer_swap_SwapHourlyVolume: ResolverTypeWrapper; - xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; - xlayer_swap_SwapHourlyVolume_orderBy: xlayer_swap_SwapHourlyVolume_orderBy; - xlayer_swap_SwapTradeVolume: ResolversTypes['xlayer_swap_SwapDailyVolume'] | ResolversTypes['xlayer_swap_SwapHourlyVolume'] | ResolversTypes['xlayer_swap_SwapWeeklyVolume']; - xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; - xlayer_swap_SwapTradeVolume_orderBy: xlayer_swap_SwapTradeVolume_orderBy; - xlayer_swap_SwapWeeklyVolume: ResolverTypeWrapper; - xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; - xlayer_swap_SwapWeeklyVolume_orderBy: xlayer_swap_SwapWeeklyVolume_orderBy; - xlayer_swap_SystemInfo: ResolverTypeWrapper; - xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; - xlayer_swap_SystemInfo_orderBy: xlayer_swap_SystemInfo_orderBy; - xlayer_swap__Block_: ResolverTypeWrapper; - xlayer_swap__Meta_: ResolverTypeWrapper; - arbitrumsepolia_AggregateRoot: ResolverTypeWrapper; - arbitrumsepolia_AggregateRootProposed: ResolverTypeWrapper; - arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; - arbitrumsepolia_AggregateRootProposed_orderBy: arbitrumsepolia_AggregateRootProposed_orderBy; - arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; - arbitrumsepolia_AggregateRoot_orderBy: arbitrumsepolia_AggregateRoot_orderBy; - arbitrumsepolia_Aggregation_interval: arbitrumsepolia_Aggregation_interval; - arbitrumsepolia_Asset: ResolverTypeWrapper; - arbitrumsepolia_AssetBalance: ResolverTypeWrapper; - arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; - arbitrumsepolia_AssetBalance_orderBy: arbitrumsepolia_AssetBalance_orderBy; - arbitrumsepolia_AssetStatus: ResolverTypeWrapper; - arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; - arbitrumsepolia_AssetStatus_orderBy: arbitrumsepolia_AssetStatus_orderBy; - arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; - arbitrumsepolia_Asset_orderBy: arbitrumsepolia_Asset_orderBy; - arbitrumsepolia_BigDecimal: ResolverTypeWrapper; - arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; - arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; - arbitrumsepolia_Bytes: ResolverTypeWrapper; - arbitrumsepolia_ConnectorMeta: ResolverTypeWrapper; - arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; - arbitrumsepolia_ConnectorMeta_orderBy: arbitrumsepolia_ConnectorMeta_orderBy; - arbitrumsepolia_DestinationTransfer: ResolverTypeWrapper; - arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; - arbitrumsepolia_DestinationTransfer_orderBy: arbitrumsepolia_DestinationTransfer_orderBy; - arbitrumsepolia_Int8: ResolverTypeWrapper; - arbitrumsepolia_OptimisticRootFinalized: ResolverTypeWrapper; - arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; - arbitrumsepolia_OptimisticRootFinalized_orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy; - arbitrumsepolia_OrderDirection: arbitrumsepolia_OrderDirection; - arbitrumsepolia_OriginMessage: ResolverTypeWrapper; - arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; - arbitrumsepolia_OriginMessage_orderBy: arbitrumsepolia_OriginMessage_orderBy; - arbitrumsepolia_OriginTransfer: ResolverTypeWrapper; - arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; - arbitrumsepolia_OriginTransfer_orderBy: arbitrumsepolia_OriginTransfer_orderBy; - arbitrumsepolia_Relayer: ResolverTypeWrapper; - arbitrumsepolia_RelayerFee: ResolverTypeWrapper; - arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; - arbitrumsepolia_RelayerFee_orderBy: arbitrumsepolia_RelayerFee_orderBy; - arbitrumsepolia_RelayerFeesIncrease: ResolverTypeWrapper; - arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; - arbitrumsepolia_RelayerFeesIncrease_orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy; - arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; - arbitrumsepolia_Relayer_orderBy: arbitrumsepolia_Relayer_orderBy; - arbitrumsepolia_RootCount: ResolverTypeWrapper; - arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; - arbitrumsepolia_RootCount_orderBy: arbitrumsepolia_RootCount_orderBy; - arbitrumsepolia_RootMessageSent: ResolverTypeWrapper; - arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; - arbitrumsepolia_RootMessageSent_orderBy: arbitrumsepolia_RootMessageSent_orderBy; - arbitrumsepolia_Router: ResolverTypeWrapper; - arbitrumsepolia_RouterDailyTVL: ResolverTypeWrapper; - arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; - arbitrumsepolia_RouterDailyTVL_orderBy: arbitrumsepolia_RouterDailyTVL_orderBy; - arbitrumsepolia_RouterLiquidityEvent: ResolverTypeWrapper; - arbitrumsepolia_RouterLiquidityEventType: arbitrumsepolia_RouterLiquidityEventType; - arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; - arbitrumsepolia_RouterLiquidityEvent_orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy; - arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; - arbitrumsepolia_Router_orderBy: arbitrumsepolia_Router_orderBy; - arbitrumsepolia_Sequencer: ResolverTypeWrapper; - arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; - arbitrumsepolia_Sequencer_orderBy: arbitrumsepolia_Sequencer_orderBy; - arbitrumsepolia_Setting: ResolverTypeWrapper; - arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; - arbitrumsepolia_Setting_orderBy: arbitrumsepolia_Setting_orderBy; - arbitrumsepolia_SlippageUpdate: ResolverTypeWrapper; - arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; - arbitrumsepolia_SlippageUpdate_orderBy: arbitrumsepolia_SlippageUpdate_orderBy; - arbitrumsepolia_SnapshotRoot: ResolverTypeWrapper; - arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; - arbitrumsepolia_SnapshotRoot_orderBy: arbitrumsepolia_SnapshotRoot_orderBy; - arbitrumsepolia_SpokeConnectorMode: ResolverTypeWrapper; - arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; - arbitrumsepolia_SpokeConnectorMode_orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy; - arbitrumsepolia_TransferStatus: arbitrumsepolia_TransferStatus; - arbitrumsepolia__Block_: ResolverTypeWrapper; - arbitrumsepolia__Meta_: ResolverTypeWrapper; - 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; - 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; - 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; - 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; - 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; - 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; - mode_AggregateRoot: ResolverTypeWrapper; - mode_AggregateRootProposed: ResolverTypeWrapper; - mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; - mode_AggregateRootProposed_orderBy: mode_AggregateRootProposed_orderBy; - mode_AggregateRoot_filter: mode_AggregateRoot_filter; - mode_AggregateRoot_orderBy: mode_AggregateRoot_orderBy; - mode_Asset: ResolverTypeWrapper; - mode_AssetBalance: ResolverTypeWrapper; - mode_AssetBalance_filter: mode_AssetBalance_filter; - mode_AssetBalance_orderBy: mode_AssetBalance_orderBy; - mode_AssetStatus: ResolverTypeWrapper; - mode_AssetStatus_filter: mode_AssetStatus_filter; - mode_AssetStatus_orderBy: mode_AssetStatus_orderBy; - mode_Asset_filter: mode_Asset_filter; - mode_Asset_orderBy: mode_Asset_orderBy; - mode_BigDecimal: ResolverTypeWrapper; - mode_BlockChangedFilter: mode_BlockChangedFilter; - mode_Block_height: mode_Block_height; - mode_Bytes: ResolverTypeWrapper; - mode_ConnectorMeta: ResolverTypeWrapper; - mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; - mode_ConnectorMeta_orderBy: mode_ConnectorMeta_orderBy; - mode_DestinationTransfer: ResolverTypeWrapper; - mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; - mode_DestinationTransfer_orderBy: mode_DestinationTransfer_orderBy; - mode_Int8: ResolverTypeWrapper; - mode_OptimisticRootFinalized: ResolverTypeWrapper; - mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; - mode_OptimisticRootFinalized_orderBy: mode_OptimisticRootFinalized_orderBy; - mode_OrderDirection: mode_OrderDirection; - mode_OriginMessage: ResolverTypeWrapper; - mode_OriginMessage_filter: mode_OriginMessage_filter; - mode_OriginMessage_orderBy: mode_OriginMessage_orderBy; - mode_OriginTransfer: ResolverTypeWrapper; - mode_OriginTransfer_filter: mode_OriginTransfer_filter; - mode_OriginTransfer_orderBy: mode_OriginTransfer_orderBy; - mode_Relayer: ResolverTypeWrapper; - mode_RelayerFee: ResolverTypeWrapper; - mode_RelayerFee_filter: mode_RelayerFee_filter; - mode_RelayerFee_orderBy: mode_RelayerFee_orderBy; - mode_RelayerFeesIncrease: ResolverTypeWrapper; - mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; - mode_RelayerFeesIncrease_orderBy: mode_RelayerFeesIncrease_orderBy; - mode_Relayer_filter: mode_Relayer_filter; - mode_Relayer_orderBy: mode_Relayer_orderBy; - mode_RootCount: ResolverTypeWrapper; - mode_RootCount_filter: mode_RootCount_filter; - mode_RootCount_orderBy: mode_RootCount_orderBy; - mode_RootMessageSent: ResolverTypeWrapper; - mode_RootMessageSent_filter: mode_RootMessageSent_filter; - mode_RootMessageSent_orderBy: mode_RootMessageSent_orderBy; - mode_Router: ResolverTypeWrapper; - mode_RouterDailyTVL: ResolverTypeWrapper; - mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; - mode_RouterDailyTVL_orderBy: mode_RouterDailyTVL_orderBy; - mode_RouterLiquidityEvent: ResolverTypeWrapper; - mode_RouterLiquidityEventType: mode_RouterLiquidityEventType; - mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; - mode_RouterLiquidityEvent_orderBy: mode_RouterLiquidityEvent_orderBy; - mode_Router_filter: mode_Router_filter; - mode_Router_orderBy: mode_Router_orderBy; - mode_Sequencer: ResolverTypeWrapper; - mode_Sequencer_filter: mode_Sequencer_filter; - mode_Sequencer_orderBy: mode_Sequencer_orderBy; - mode_Setting: ResolverTypeWrapper; - mode_Setting_filter: mode_Setting_filter; - mode_Setting_orderBy: mode_Setting_orderBy; - mode_SlippageUpdate: ResolverTypeWrapper; - mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; - mode_SlippageUpdate_orderBy: mode_SlippageUpdate_orderBy; - mode_SnapshotRoot: ResolverTypeWrapper; - mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; - mode_SnapshotRoot_orderBy: mode_SnapshotRoot_orderBy; - mode_SpokeConnectorMode: ResolverTypeWrapper; - mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; - mode_SpokeConnectorMode_orderBy: mode_SpokeConnectorMode_orderBy; - mode_TransferStatus: mode_TransferStatus; - mode__Block_: ResolverTypeWrapper; - mode__Meta_: ResolverTypeWrapper; - xlayer_AggregateRoot: ResolverTypeWrapper; - xlayer_AggregateRootProposed: ResolverTypeWrapper; - xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; - xlayer_AggregateRootProposed_orderBy: xlayer_AggregateRootProposed_orderBy; - xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; - xlayer_AggregateRoot_orderBy: xlayer_AggregateRoot_orderBy; - xlayer_Asset: ResolverTypeWrapper; - xlayer_AssetBalance: ResolverTypeWrapper; - xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; - xlayer_AssetBalance_orderBy: xlayer_AssetBalance_orderBy; - xlayer_AssetStatus: ResolverTypeWrapper; - xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; - xlayer_AssetStatus_orderBy: xlayer_AssetStatus_orderBy; - xlayer_Asset_filter: xlayer_Asset_filter; - xlayer_Asset_orderBy: xlayer_Asset_orderBy; - xlayer_BigDecimal: ResolverTypeWrapper; - xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; - xlayer_Block_height: xlayer_Block_height; - xlayer_Bytes: ResolverTypeWrapper; - xlayer_ConnectorMeta: ResolverTypeWrapper; - xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; - xlayer_ConnectorMeta_orderBy: xlayer_ConnectorMeta_orderBy; - xlayer_DestinationTransfer: ResolverTypeWrapper; - xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; - xlayer_DestinationTransfer_orderBy: xlayer_DestinationTransfer_orderBy; - xlayer_Int8: ResolverTypeWrapper; - xlayer_OptimisticRootFinalized: ResolverTypeWrapper; - xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; - xlayer_OptimisticRootFinalized_orderBy: xlayer_OptimisticRootFinalized_orderBy; - xlayer_OrderDirection: xlayer_OrderDirection; - xlayer_OriginMessage: ResolverTypeWrapper; - xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; - xlayer_OriginMessage_orderBy: xlayer_OriginMessage_orderBy; - xlayer_OriginTransfer: ResolverTypeWrapper; - xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; - xlayer_OriginTransfer_orderBy: xlayer_OriginTransfer_orderBy; - xlayer_Relayer: ResolverTypeWrapper; - xlayer_RelayerFee: ResolverTypeWrapper; - xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; - xlayer_RelayerFee_orderBy: xlayer_RelayerFee_orderBy; - xlayer_RelayerFeesIncrease: ResolverTypeWrapper; - xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; - xlayer_RelayerFeesIncrease_orderBy: xlayer_RelayerFeesIncrease_orderBy; - xlayer_Relayer_filter: xlayer_Relayer_filter; - xlayer_Relayer_orderBy: xlayer_Relayer_orderBy; - xlayer_RootCount: ResolverTypeWrapper; - xlayer_RootCount_filter: xlayer_RootCount_filter; - xlayer_RootCount_orderBy: xlayer_RootCount_orderBy; - xlayer_RootMessageSent: ResolverTypeWrapper; - xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; - xlayer_RootMessageSent_orderBy: xlayer_RootMessageSent_orderBy; - xlayer_Router: ResolverTypeWrapper; - xlayer_RouterDailyTVL: ResolverTypeWrapper; - xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; - xlayer_RouterDailyTVL_orderBy: xlayer_RouterDailyTVL_orderBy; - xlayer_RouterLiquidityEvent: ResolverTypeWrapper; - xlayer_RouterLiquidityEventType: xlayer_RouterLiquidityEventType; - xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; - xlayer_RouterLiquidityEvent_orderBy: xlayer_RouterLiquidityEvent_orderBy; - xlayer_Router_filter: xlayer_Router_filter; - xlayer_Router_orderBy: xlayer_Router_orderBy; - xlayer_Sequencer: ResolverTypeWrapper; - xlayer_Sequencer_filter: xlayer_Sequencer_filter; - xlayer_Sequencer_orderBy: xlayer_Sequencer_orderBy; - xlayer_Setting: ResolverTypeWrapper; - xlayer_Setting_filter: xlayer_Setting_filter; - xlayer_Setting_orderBy: xlayer_Setting_orderBy; - xlayer_SlippageUpdate: ResolverTypeWrapper; - xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; - xlayer_SlippageUpdate_orderBy: xlayer_SlippageUpdate_orderBy; - xlayer_SnapshotRoot: ResolverTypeWrapper; - xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; - xlayer_SnapshotRoot_orderBy: xlayer_SnapshotRoot_orderBy; - xlayer_SpokeConnectorMode: ResolverTypeWrapper; - xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; - xlayer_SpokeConnectorMode_orderBy: xlayer_SpokeConnectorMode_orderBy; - xlayer_TransferStatus: xlayer_TransferStatus; - xlayer__Block_: ResolverTypeWrapper; - xlayer__Meta_: ResolverTypeWrapper; - bnb_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; -}>; - -/** Mapping between all available schema types and the resolvers parents */ -export type ResolversParentTypes = ResolversObject<{ - Query: {}; - Subscription: {}; - optimismsepolia_swap_BigDecimal: Scalars['optimismsepolia_swap_BigDecimal']; - BigInt: Scalars['BigInt']; - optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; - optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; - Boolean: Scalars['Boolean']; - optimismsepolia_swap_Bytes: Scalars['optimismsepolia_swap_Bytes']; - Float: Scalars['Float']; - ID: Scalars['ID']; - Int: Scalars['Int']; - optimismsepolia_swap_Int8: Scalars['optimismsepolia_swap_Int8']; - optimismsepolia_swap_LpAccount: optimismsepolia_swap_LpAccount; - optimismsepolia_swap_LpAccountBalance: optimismsepolia_swap_LpAccountBalance; - optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; - optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; - optimismsepolia_swap_LpToken: optimismsepolia_swap_LpToken; - optimismsepolia_swap_LpTokenEvent: ResolversParentTypes['optimismsepolia_swap_LpTransferEvent']; - optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; - optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; - optimismsepolia_swap_LpTransferEvent: optimismsepolia_swap_LpTransferEvent; - optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; - optimismsepolia_swap_PooledToken: optimismsepolia_swap_PooledToken; - optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; - optimismsepolia_swap_StableSwap: optimismsepolia_swap_StableSwap; - optimismsepolia_swap_StableSwapAddLiquidityEvent: optimismsepolia_swap_StableSwapAddLiquidityEvent; - optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; - optimismsepolia_swap_StableSwapEvent: ResolversParentTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; - optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; - optimismsepolia_swap_StableSwapExchange: optimismsepolia_swap_StableSwapExchange; - optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent: optimismsepolia_swap_StableSwapRemoveLiquidityEvent; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; - String: Scalars['String']; - optimismsepolia_swap_SwapDailyVolume: optimismsepolia_swap_SwapDailyVolume; - optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; - optimismsepolia_swap_SwapHourlyVolume: optimismsepolia_swap_SwapHourlyVolume; - optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; - optimismsepolia_swap_SwapTradeVolume: ResolversParentTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapWeeklyVolume']; - optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; - optimismsepolia_swap_SwapWeeklyVolume: optimismsepolia_swap_SwapWeeklyVolume; - optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; - optimismsepolia_swap_SystemInfo: optimismsepolia_swap_SystemInfo; - optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; - Timestamp: Scalars['Timestamp']; - optimismsepolia_swap__Block_: optimismsepolia_swap__Block_; - optimismsepolia_swap__Meta_: optimismsepolia_swap__Meta_; - optimismsepolia_AggregateRoot: optimismsepolia_AggregateRoot; - optimismsepolia_AggregateRootProposed: optimismsepolia_AggregateRootProposed; - optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; - optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; - optimismsepolia_Asset: optimismsepolia_Asset; - optimismsepolia_AssetBalance: optimismsepolia_AssetBalance; - optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; - optimismsepolia_AssetStatus: optimismsepolia_AssetStatus; - optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; - optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; - optimismsepolia_BigDecimal: Scalars['optimismsepolia_BigDecimal']; - optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; - optimismsepolia_Block_height: optimismsepolia_Block_height; - optimismsepolia_Bytes: Scalars['optimismsepolia_Bytes']; - optimismsepolia_ConnectorMeta: optimismsepolia_ConnectorMeta; - optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; - optimismsepolia_DestinationTransfer: optimismsepolia_DestinationTransfer; - optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; - optimismsepolia_Int8: Scalars['optimismsepolia_Int8']; - optimismsepolia_OptimisticRootFinalized: optimismsepolia_OptimisticRootFinalized; - optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; - optimismsepolia_OriginMessage: optimismsepolia_OriginMessage; - optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; - optimismsepolia_OriginTransfer: optimismsepolia_OriginTransfer; - optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; - optimismsepolia_Relayer: optimismsepolia_Relayer; - optimismsepolia_RelayerFee: optimismsepolia_RelayerFee; - optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; - optimismsepolia_RelayerFeesIncrease: optimismsepolia_RelayerFeesIncrease; - optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; - optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; - optimismsepolia_RootCount: optimismsepolia_RootCount; - optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; - optimismsepolia_RootMessageSent: optimismsepolia_RootMessageSent; - optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; - optimismsepolia_Router: optimismsepolia_Router; - optimismsepolia_RouterDailyTVL: optimismsepolia_RouterDailyTVL; - optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; - optimismsepolia_RouterLiquidityEvent: optimismsepolia_RouterLiquidityEvent; - optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; - optimismsepolia_Router_filter: optimismsepolia_Router_filter; - optimismsepolia_Sequencer: optimismsepolia_Sequencer; - optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; - optimismsepolia_Setting: optimismsepolia_Setting; - optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; - optimismsepolia_SlippageUpdate: optimismsepolia_SlippageUpdate; - optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; - optimismsepolia_SnapshotRoot: optimismsepolia_SnapshotRoot; - optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; - optimismsepolia_SpokeConnectorMode: optimismsepolia_SpokeConnectorMode; - optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; - optimismsepolia__Block_: optimismsepolia__Block_; - optimismsepolia__Meta_: optimismsepolia__Meta_; - xdai_AssetBalance: xdai_AssetBalance; - xdai_AssetBalance_filter: xdai_AssetBalance_filter; - xdai_BigDecimal: Scalars['xdai_BigDecimal']; - xdai_BlockChangedFilter: xdai_BlockChangedFilter; - xdai_Block_height: xdai_Block_height; - xdai_Bytes: Scalars['xdai_Bytes']; - xdai_Int8: Scalars['xdai_Int8']; - xdai_Router: xdai_Router; - xdai_Router_filter: xdai_Router_filter; - xdai_Transaction: xdai_Transaction; - xdai_Transaction_filter: xdai_Transaction_filter; - xdai_User: xdai_User; - xdai_User_filter: xdai_User_filter; - xdai__Block_: xdai__Block_; - xdai__Meta_: xdai__Meta_; - sepolia_AggregateRootSavedSlow: sepolia_AggregateRootSavedSlow; - sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; - sepolia_AggregatedMessageRoot: sepolia_AggregatedMessageRoot; - sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; - sepolia_ArbitrumConnectorMeta: sepolia_ArbitrumConnectorMeta; - sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; - sepolia_AvalancheConnectorMeta: sepolia_AvalancheConnectorMeta; - sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; - sepolia_BaseConnectorMeta: sepolia_BaseConnectorMeta; - sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; - sepolia_BigDecimal: Scalars['sepolia_BigDecimal']; - sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; - sepolia_Block_height: sepolia_Block_height; - sepolia_BnbConnectorMeta: sepolia_BnbConnectorMeta; - sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; - sepolia_Bytes: Scalars['sepolia_Bytes']; - sepolia_GnosisConnectorMeta: sepolia_GnosisConnectorMeta; - sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; - sepolia_HubDomain: sepolia_HubDomain; - sepolia_HubDomain_filter: sepolia_HubDomain_filter; - sepolia_HubOptimisticRootFinalized: sepolia_HubOptimisticRootFinalized; - sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; - sepolia_Int8: Scalars['sepolia_Int8']; - sepolia_LineaConnectorMeta: sepolia_LineaConnectorMeta; - sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; - sepolia_MantleConnectorMeta: sepolia_MantleConnectorMeta; - sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; - sepolia_MetisConnectorMeta: sepolia_MetisConnectorMeta; - sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; - sepolia_ModeConnectorMeta: sepolia_ModeConnectorMeta; - sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; - sepolia_OptimismConnectorMeta: sepolia_OptimismConnectorMeta; - sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; - sepolia_OptimisticRootPropagated: sepolia_OptimisticRootPropagated; - sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; - sepolia_OptimisticRootProposed: sepolia_OptimisticRootProposed; - sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; - sepolia_PolygonConnectorMeta: sepolia_PolygonConnectorMeta; - sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; - sepolia_PolygonZkConnectorMeta: sepolia_PolygonZkConnectorMeta; - sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; - sepolia_RootAggregated: sepolia_RootAggregated; - sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; - sepolia_RootManagerMeta: sepolia_RootManagerMeta; - sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; - sepolia_RootManagerMode: sepolia_RootManagerMode; - sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; - sepolia_RootMessageProcessed: sepolia_RootMessageProcessed; - sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; - sepolia_RootPropagated: sepolia_RootPropagated; - sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; - sepolia_ScrollConnectorMeta: sepolia_ScrollConnectorMeta; - sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; - sepolia_XlayerConnectorMeta: sepolia_XlayerConnectorMeta; - sepolia_XlayerConnectorMeta_filter: sepolia_XlayerConnectorMeta_filter; - sepolia_ZkSyncConnectorMeta: sepolia_ZkSyncConnectorMeta; - sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; - sepolia__Block_: sepolia__Block_; - sepolia__Meta_: sepolia__Meta_; - mantle_swap_BigDecimal: Scalars['mantle_swap_BigDecimal']; - mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; - mantle_swap_Block_height: mantle_swap_Block_height; - mantle_swap_Bytes: Scalars['mantle_swap_Bytes']; - mantle_swap_Int8: Scalars['mantle_swap_Int8']; - mantle_swap_LpAccount: mantle_swap_LpAccount; - mantle_swap_LpAccountBalance: mantle_swap_LpAccountBalance; - mantle_swap_LpAccountBalance_filter: mantle_swap_LpAccountBalance_filter; - mantle_swap_LpAccount_filter: mantle_swap_LpAccount_filter; - mantle_swap_LpToken: mantle_swap_LpToken; - mantle_swap_LpTokenEvent: ResolversParentTypes['mantle_swap_LpTransferEvent']; - mantle_swap_LpTokenEvent_filter: mantle_swap_LpTokenEvent_filter; - mantle_swap_LpToken_filter: mantle_swap_LpToken_filter; - mantle_swap_LpTransferEvent: mantle_swap_LpTransferEvent; - mantle_swap_LpTransferEvent_filter: mantle_swap_LpTransferEvent_filter; - mantle_swap_PooledToken: mantle_swap_PooledToken; - mantle_swap_PooledToken_filter: mantle_swap_PooledToken_filter; - mantle_swap_StableSwap: mantle_swap_StableSwap; - mantle_swap_StableSwapAddLiquidityEvent: mantle_swap_StableSwapAddLiquidityEvent; - mantle_swap_StableSwapAddLiquidityEvent_filter: mantle_swap_StableSwapAddLiquidityEvent_filter; - mantle_swap_StableSwapEvent: ResolversParentTypes['mantle_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mantle_swap_StableSwapRemoveLiquidityEvent']; - mantle_swap_StableSwapEvent_filter: mantle_swap_StableSwapEvent_filter; - mantle_swap_StableSwapExchange: mantle_swap_StableSwapExchange; - mantle_swap_StableSwapExchange_filter: mantle_swap_StableSwapExchange_filter; - mantle_swap_StableSwapRemoveLiquidityEvent: mantle_swap_StableSwapRemoveLiquidityEvent; - mantle_swap_StableSwapRemoveLiquidityEvent_filter: mantle_swap_StableSwapRemoveLiquidityEvent_filter; - mantle_swap_StableSwap_filter: mantle_swap_StableSwap_filter; - mantle_swap_SwapDailyVolume: mantle_swap_SwapDailyVolume; - mantle_swap_SwapDailyVolume_filter: mantle_swap_SwapDailyVolume_filter; - mantle_swap_SwapHourlyVolume: mantle_swap_SwapHourlyVolume; - mantle_swap_SwapHourlyVolume_filter: mantle_swap_SwapHourlyVolume_filter; - mantle_swap_SwapTradeVolume: ResolversParentTypes['mantle_swap_SwapDailyVolume'] | ResolversParentTypes['mantle_swap_SwapHourlyVolume'] | ResolversParentTypes['mantle_swap_SwapWeeklyVolume']; - mantle_swap_SwapTradeVolume_filter: mantle_swap_SwapTradeVolume_filter; - mantle_swap_SwapWeeklyVolume: mantle_swap_SwapWeeklyVolume; - mantle_swap_SwapWeeklyVolume_filter: mantle_swap_SwapWeeklyVolume_filter; - mantle_swap_SystemInfo: mantle_swap_SystemInfo; - mantle_swap_SystemInfo_filter: mantle_swap_SystemInfo_filter; - mantle_swap__Block_: mantle_swap__Block_; - mantle_swap__Meta_: mantle_swap__Meta_; - mode_swap_BigDecimal: Scalars['mode_swap_BigDecimal']; - mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; - mode_swap_Block_height: mode_swap_Block_height; - mode_swap_Bytes: Scalars['mode_swap_Bytes']; - mode_swap_Int8: Scalars['mode_swap_Int8']; - mode_swap_LpAccount: mode_swap_LpAccount; - mode_swap_LpAccountBalance: mode_swap_LpAccountBalance; - mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; - mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; - mode_swap_LpToken: mode_swap_LpToken; - mode_swap_LpTokenEvent: ResolversParentTypes['mode_swap_LpTransferEvent']; - mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; - mode_swap_LpToken_filter: mode_swap_LpToken_filter; - mode_swap_LpTransferEvent: mode_swap_LpTransferEvent; - mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; - mode_swap_PooledToken: mode_swap_PooledToken; - mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; - mode_swap_StableSwap: mode_swap_StableSwap; - mode_swap_StableSwapAddLiquidityEvent: mode_swap_StableSwapAddLiquidityEvent; - mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; - mode_swap_StableSwapEvent: ResolversParentTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mode_swap_StableSwapRemoveLiquidityEvent']; - mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; - mode_swap_StableSwapExchange: mode_swap_StableSwapExchange; - mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; - mode_swap_StableSwapRemoveLiquidityEvent: mode_swap_StableSwapRemoveLiquidityEvent; - mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; - mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; - mode_swap_SwapDailyVolume: mode_swap_SwapDailyVolume; - mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; - mode_swap_SwapHourlyVolume: mode_swap_SwapHourlyVolume; - mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; - mode_swap_SwapTradeVolume: ResolversParentTypes['mode_swap_SwapDailyVolume'] | ResolversParentTypes['mode_swap_SwapHourlyVolume'] | ResolversParentTypes['mode_swap_SwapWeeklyVolume']; - mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; - mode_swap_SwapWeeklyVolume: mode_swap_SwapWeeklyVolume; - mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; - mode_swap_SystemInfo: mode_swap_SystemInfo; - mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; - mode_swap__Block_: mode_swap__Block_; - mode_swap__Meta_: mode_swap__Meta_; - metis_swap_BigDecimal: Scalars['metis_swap_BigDecimal']; - metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; - metis_swap_Block_height: metis_swap_Block_height; - metis_swap_Bytes: Scalars['metis_swap_Bytes']; - metis_swap_Int8: Scalars['metis_swap_Int8']; - metis_swap_LpAccount: metis_swap_LpAccount; - metis_swap_LpAccountBalance: metis_swap_LpAccountBalance; - metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; - metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; - metis_swap_LpToken: metis_swap_LpToken; - metis_swap_LpTokenEvent: ResolversParentTypes['metis_swap_LpTransferEvent']; - metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; - metis_swap_LpToken_filter: metis_swap_LpToken_filter; - metis_swap_LpTransferEvent: metis_swap_LpTransferEvent; - metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; - metis_swap_PooledToken: metis_swap_PooledToken; - metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; - metis_swap_StableSwap: metis_swap_StableSwap; - metis_swap_StableSwapAddLiquidityEvent: metis_swap_StableSwapAddLiquidityEvent; - metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; - metis_swap_StableSwapEvent: ResolversParentTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['metis_swap_StableSwapRemoveLiquidityEvent']; - metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; - metis_swap_StableSwapExchange: metis_swap_StableSwapExchange; - metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; - metis_swap_StableSwapRemoveLiquidityEvent: metis_swap_StableSwapRemoveLiquidityEvent; - metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; - metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; - metis_swap_SwapDailyVolume: metis_swap_SwapDailyVolume; - metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; - metis_swap_SwapHourlyVolume: metis_swap_SwapHourlyVolume; - metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; - metis_swap_SwapTradeVolume: ResolversParentTypes['metis_swap_SwapDailyVolume'] | ResolversParentTypes['metis_swap_SwapHourlyVolume'] | ResolversParentTypes['metis_swap_SwapWeeklyVolume']; - metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; - metis_swap_SwapWeeklyVolume: metis_swap_SwapWeeklyVolume; - metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; - metis_swap_SystemInfo: metis_swap_SystemInfo; - metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; - metis_swap__Block_: metis_swap__Block_; - metis_swap__Meta_: metis_swap__Meta_; - zksync_swap_BigDecimal: Scalars['zksync_swap_BigDecimal']; - zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; - zksync_swap_Block_height: zksync_swap_Block_height; - zksync_swap_Bytes: Scalars['zksync_swap_Bytes']; - zksync_swap_Int8: Scalars['zksync_swap_Int8']; - zksync_swap_LpAccount: zksync_swap_LpAccount; - zksync_swap_LpAccountBalance: zksync_swap_LpAccountBalance; - zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; - zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; - zksync_swap_LpToken: zksync_swap_LpToken; - zksync_swap_LpTokenEvent: ResolversParentTypes['zksync_swap_LpTransferEvent']; - zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; - zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; - zksync_swap_LpTransferEvent: zksync_swap_LpTransferEvent; - zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; - zksync_swap_PooledToken: zksync_swap_PooledToken; - zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; - zksync_swap_StableSwap: zksync_swap_StableSwap; - zksync_swap_StableSwapAddLiquidityEvent: zksync_swap_StableSwapAddLiquidityEvent; - zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; - zksync_swap_StableSwapEvent: ResolversParentTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; - zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; - zksync_swap_StableSwapExchange: zksync_swap_StableSwapExchange; - zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; - zksync_swap_StableSwapRemoveLiquidityEvent: zksync_swap_StableSwapRemoveLiquidityEvent; - zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; - zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; - zksync_swap_SwapDailyVolume: zksync_swap_SwapDailyVolume; - zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; - zksync_swap_SwapHourlyVolume: zksync_swap_SwapHourlyVolume; - zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; - zksync_swap_SwapTradeVolume: ResolversParentTypes['zksync_swap_SwapDailyVolume'] | ResolversParentTypes['zksync_swap_SwapHourlyVolume'] | ResolversParentTypes['zksync_swap_SwapWeeklyVolume']; - zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; - zksync_swap_SwapWeeklyVolume: zksync_swap_SwapWeeklyVolume; - zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; - zksync_swap_SystemInfo: zksync_swap_SystemInfo; - zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; - zksync_swap__Block_: zksync_swap__Block_; - zksync_swap__Meta_: zksync_swap__Meta_; - arbitrumsepolia_swap_BigDecimal: Scalars['arbitrumsepolia_swap_BigDecimal']; - arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; - arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; - arbitrumsepolia_swap_Bytes: Scalars['arbitrumsepolia_swap_Bytes']; - arbitrumsepolia_swap_Int8: Scalars['arbitrumsepolia_swap_Int8']; - arbitrumsepolia_swap_LpAccount: arbitrumsepolia_swap_LpAccount; - arbitrumsepolia_swap_LpAccountBalance: arbitrumsepolia_swap_LpAccountBalance; - arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; - arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; - arbitrumsepolia_swap_LpToken: arbitrumsepolia_swap_LpToken; - arbitrumsepolia_swap_LpTokenEvent: ResolversParentTypes['arbitrumsepolia_swap_LpTransferEvent']; - arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; - arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; - arbitrumsepolia_swap_LpTransferEvent: arbitrumsepolia_swap_LpTransferEvent; - arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; - arbitrumsepolia_swap_PooledToken: arbitrumsepolia_swap_PooledToken; - arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; - arbitrumsepolia_swap_StableSwap: arbitrumsepolia_swap_StableSwap; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent: arbitrumsepolia_swap_StableSwapAddLiquidityEvent; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwapEvent: ResolversParentTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; - arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; - arbitrumsepolia_swap_StableSwapExchange: arbitrumsepolia_swap_StableSwapExchange; - arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; - arbitrumsepolia_swap_SwapDailyVolume: arbitrumsepolia_swap_SwapDailyVolume; - arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; - arbitrumsepolia_swap_SwapHourlyVolume: arbitrumsepolia_swap_SwapHourlyVolume; - arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; - arbitrumsepolia_swap_SwapTradeVolume: ResolversParentTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; - arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; - arbitrumsepolia_swap_SwapWeeklyVolume: arbitrumsepolia_swap_SwapWeeklyVolume; - arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; - arbitrumsepolia_swap_SystemInfo: arbitrumsepolia_swap_SystemInfo; - arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; - arbitrumsepolia_swap__Block_: arbitrumsepolia_swap__Block_; - arbitrumsepolia_swap__Meta_: arbitrumsepolia_swap__Meta_; - sepolia_swap_BigDecimal: Scalars['sepolia_swap_BigDecimal']; - sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; - sepolia_swap_Block_height: sepolia_swap_Block_height; - sepolia_swap_Bytes: Scalars['sepolia_swap_Bytes']; - sepolia_swap_Int8: Scalars['sepolia_swap_Int8']; - sepolia_swap_LpAccount: sepolia_swap_LpAccount; - sepolia_swap_LpAccountBalance: sepolia_swap_LpAccountBalance; - sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; - sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; - sepolia_swap_LpToken: sepolia_swap_LpToken; - sepolia_swap_LpTokenEvent: ResolversParentTypes['sepolia_swap_LpTransferEvent']; - sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; - sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; - sepolia_swap_LpTransferEvent: sepolia_swap_LpTransferEvent; - sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; - sepolia_swap_PooledToken: sepolia_swap_PooledToken; - sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; - sepolia_swap_StableSwap: sepolia_swap_StableSwap; - sepolia_swap_StableSwapAddLiquidityEvent: sepolia_swap_StableSwapAddLiquidityEvent; - sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; - sepolia_swap_StableSwapEvent: ResolversParentTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; - sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; - sepolia_swap_StableSwapExchange: sepolia_swap_StableSwapExchange; - sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; - sepolia_swap_StableSwapRemoveLiquidityEvent: sepolia_swap_StableSwapRemoveLiquidityEvent; - sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; - sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; - sepolia_swap_SwapDailyVolume: sepolia_swap_SwapDailyVolume; - sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; - sepolia_swap_SwapHourlyVolume: sepolia_swap_SwapHourlyVolume; - sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; - sepolia_swap_SwapTradeVolume: ResolversParentTypes['sepolia_swap_SwapDailyVolume'] | ResolversParentTypes['sepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['sepolia_swap_SwapWeeklyVolume']; - sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; - sepolia_swap_SwapWeeklyVolume: sepolia_swap_SwapWeeklyVolume; - sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; - sepolia_swap_SystemInfo: sepolia_swap_SystemInfo; - sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; - sepolia_swap__Block_: sepolia_swap__Block_; - sepolia_swap__Meta_: sepolia_swap__Meta_; - xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: Scalars['xdai_swap_Bytes']; - xdai_swap_Int8: Scalars['xdai_swap_Int8']; - xdai_swap_LpAccount: xdai_swap_LpAccount; - xdai_swap_LpAccountBalance: xdai_swap_LpAccountBalance; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpToken: xdai_swap_LpToken; - xdai_swap_LpTokenEvent: ResolversParentTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpTransferEvent: xdai_swap_LpTransferEvent; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_PooledToken: xdai_swap_PooledToken; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_StableSwap: xdai_swap_StableSwap; - xdai_swap_StableSwapAddLiquidityEvent: xdai_swap_StableSwapAddLiquidityEvent; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapEvent: ResolversParentTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapExchange: xdai_swap_StableSwapExchange; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapRemoveLiquidityEvent: xdai_swap_StableSwapRemoveLiquidityEvent; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_SwapDailyVolume: xdai_swap_SwapDailyVolume; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapHourlyVolume: xdai_swap_SwapHourlyVolume; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapTradeVolume: ResolversParentTypes['xdai_swap_SwapDailyVolume'] | ResolversParentTypes['xdai_swap_SwapHourlyVolume'] | ResolversParentTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapWeeklyVolume: xdai_swap_SwapWeeklyVolume; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SystemInfo: xdai_swap_SystemInfo; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap__Block_: xdai_swap__Block_; - xdai_swap__Meta_: xdai_swap__Meta_; - linea_AggregateRoot: linea_AggregateRoot; - linea_AggregateRootProposed: linea_AggregateRootProposed; - linea_AggregateRootProposed_filter: linea_AggregateRootProposed_filter; - linea_AggregateRoot_filter: linea_AggregateRoot_filter; - linea_Asset: linea_Asset; - linea_AssetBalance: linea_AssetBalance; - linea_AssetBalance_filter: linea_AssetBalance_filter; - linea_AssetStatus: linea_AssetStatus; - linea_AssetStatus_filter: linea_AssetStatus_filter; - linea_Asset_filter: linea_Asset_filter; - linea_BigDecimal: Scalars['linea_BigDecimal']; - linea_BlockChangedFilter: linea_BlockChangedFilter; - linea_Block_height: linea_Block_height; - linea_Bytes: Scalars['linea_Bytes']; - linea_ConnectorMeta: linea_ConnectorMeta; - linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; - linea_DestinationTransfer: linea_DestinationTransfer; - linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; - linea_OptimisticRootFinalized: linea_OptimisticRootFinalized; - linea_OptimisticRootFinalized_filter: linea_OptimisticRootFinalized_filter; - linea_OriginMessage: linea_OriginMessage; - linea_OriginMessage_filter: linea_OriginMessage_filter; - linea_OriginTransfer: linea_OriginTransfer; - linea_OriginTransfer_filter: linea_OriginTransfer_filter; - linea_Relayer: linea_Relayer; - linea_RelayerFee: linea_RelayerFee; - linea_RelayerFee_filter: linea_RelayerFee_filter; - linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; - linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; - linea_Relayer_filter: linea_Relayer_filter; - linea_RootCount: linea_RootCount; - linea_RootCount_filter: linea_RootCount_filter; - linea_RootMessageSent: linea_RootMessageSent; - linea_RootMessageSent_filter: linea_RootMessageSent_filter; - linea_Router: linea_Router; - linea_RouterDailyTVL: linea_RouterDailyTVL; - linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; - linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; - linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; - linea_Router_filter: linea_Router_filter; - linea_Sequencer: linea_Sequencer; - linea_Sequencer_filter: linea_Sequencer_filter; - linea_Setting: linea_Setting; - linea_Setting_filter: linea_Setting_filter; - linea_SlippageUpdate: linea_SlippageUpdate; - linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; - linea_SnapshotRoot: linea_SnapshotRoot; - linea_SnapshotRoot_filter: linea_SnapshotRoot_filter; - linea_SpokeConnectorMode: linea_SpokeConnectorMode; - linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; - linea__Block_: linea__Block_; - linea__Meta_: linea__Meta_; - 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_; - 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_; - 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_; - 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_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_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_; - 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_; - 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_; - 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_; - base_swap_BigDecimal: Scalars['base_swap_BigDecimal']; - base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; - base_swap_Block_height: base_swap_Block_height; - base_swap_Bytes: Scalars['base_swap_Bytes']; - base_swap_Int8: Scalars['base_swap_Int8']; - base_swap_LpAccount: base_swap_LpAccount; - base_swap_LpAccountBalance: base_swap_LpAccountBalance; - base_swap_LpAccountBalance_filter: base_swap_LpAccountBalance_filter; - base_swap_LpAccount_filter: base_swap_LpAccount_filter; - base_swap_LpToken: base_swap_LpToken; - base_swap_LpTokenEvent: ResolversParentTypes['base_swap_LpTransferEvent']; - base_swap_LpTokenEvent_filter: base_swap_LpTokenEvent_filter; - base_swap_LpToken_filter: base_swap_LpToken_filter; - base_swap_LpTransferEvent: base_swap_LpTransferEvent; - base_swap_LpTransferEvent_filter: base_swap_LpTransferEvent_filter; - base_swap_PooledToken: base_swap_PooledToken; - base_swap_PooledToken_filter: base_swap_PooledToken_filter; - base_swap_StableSwap: base_swap_StableSwap; - base_swap_StableSwapAddLiquidityEvent: base_swap_StableSwapAddLiquidityEvent; - base_swap_StableSwapAddLiquidityEvent_filter: base_swap_StableSwapAddLiquidityEvent_filter; - base_swap_StableSwapEvent: ResolversParentTypes['base_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['base_swap_StableSwapRemoveLiquidityEvent']; - base_swap_StableSwapEvent_filter: base_swap_StableSwapEvent_filter; - base_swap_StableSwapExchange: base_swap_StableSwapExchange; - base_swap_StableSwapExchange_filter: base_swap_StableSwapExchange_filter; - base_swap_StableSwapRemoveLiquidityEvent: base_swap_StableSwapRemoveLiquidityEvent; - base_swap_StableSwapRemoveLiquidityEvent_filter: base_swap_StableSwapRemoveLiquidityEvent_filter; - base_swap_StableSwap_filter: base_swap_StableSwap_filter; - base_swap_SwapDailyVolume: base_swap_SwapDailyVolume; - base_swap_SwapDailyVolume_filter: base_swap_SwapDailyVolume_filter; - base_swap_SwapHourlyVolume: base_swap_SwapHourlyVolume; - base_swap_SwapHourlyVolume_filter: base_swap_SwapHourlyVolume_filter; - base_swap_SwapTradeVolume: ResolversParentTypes['base_swap_SwapDailyVolume'] | ResolversParentTypes['base_swap_SwapHourlyVolume'] | ResolversParentTypes['base_swap_SwapWeeklyVolume']; - base_swap_SwapTradeVolume_filter: base_swap_SwapTradeVolume_filter; - base_swap_SwapWeeklyVolume: base_swap_SwapWeeklyVolume; - base_swap_SwapWeeklyVolume_filter: base_swap_SwapWeeklyVolume_filter; - base_swap_SystemInfo: base_swap_SystemInfo; - base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; - base_swap__Block_: base_swap__Block_; - base_swap__Meta_: base_swap__Meta_; - 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_; - optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; - optimism_swap_Int8: Scalars['optimism_swap_Int8']; - optimism_swap_LpAccount: optimism_swap_LpAccount; - optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpToken: optimism_swap_LpToken; - optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_PooledToken: optimism_swap_PooledToken; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_StableSwap: optimism_swap_StableSwap; - optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SystemInfo: optimism_swap_SystemInfo; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap__Block_: optimism_swap__Block_; - optimism_swap__Meta_: optimism_swap__Meta_; - arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; - arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; - arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; - arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; - arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; - arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap__Block_: arbitrumone_swap__Block_; - arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; - xlayer_swap_BigDecimal: Scalars['xlayer_swap_BigDecimal']; - xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; - xlayer_swap_Block_height: xlayer_swap_Block_height; - xlayer_swap_Bytes: Scalars['xlayer_swap_Bytes']; - xlayer_swap_Int8: Scalars['xlayer_swap_Int8']; - xlayer_swap_LpAccount: xlayer_swap_LpAccount; - xlayer_swap_LpAccountBalance: xlayer_swap_LpAccountBalance; - xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; - xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; - xlayer_swap_LpToken: xlayer_swap_LpToken; - xlayer_swap_LpTokenEvent: ResolversParentTypes['xlayer_swap_LpTransferEvent']; - xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; - xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; - xlayer_swap_LpTransferEvent: xlayer_swap_LpTransferEvent; - xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; - xlayer_swap_PooledToken: xlayer_swap_PooledToken; - xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; - xlayer_swap_StableSwap: xlayer_swap_StableSwap; - xlayer_swap_StableSwapAddLiquidityEvent: xlayer_swap_StableSwapAddLiquidityEvent; - xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; - xlayer_swap_StableSwapEvent: ResolversParentTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; - xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; - xlayer_swap_StableSwapExchange: xlayer_swap_StableSwapExchange; - xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; - xlayer_swap_StableSwapRemoveLiquidityEvent: xlayer_swap_StableSwapRemoveLiquidityEvent; - xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; - xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; - xlayer_swap_SwapDailyVolume: xlayer_swap_SwapDailyVolume; - xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; - xlayer_swap_SwapHourlyVolume: xlayer_swap_SwapHourlyVolume; - xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; - xlayer_swap_SwapTradeVolume: ResolversParentTypes['xlayer_swap_SwapDailyVolume'] | ResolversParentTypes['xlayer_swap_SwapHourlyVolume'] | ResolversParentTypes['xlayer_swap_SwapWeeklyVolume']; - xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; - xlayer_swap_SwapWeeklyVolume: xlayer_swap_SwapWeeklyVolume; - xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; - xlayer_swap_SystemInfo: xlayer_swap_SystemInfo; - xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; - xlayer_swap__Block_: xlayer_swap__Block_; - xlayer_swap__Meta_: xlayer_swap__Meta_; - arbitrumsepolia_AggregateRoot: arbitrumsepolia_AggregateRoot; - arbitrumsepolia_AggregateRootProposed: arbitrumsepolia_AggregateRootProposed; - arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; - arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; - arbitrumsepolia_Asset: arbitrumsepolia_Asset; - arbitrumsepolia_AssetBalance: arbitrumsepolia_AssetBalance; - arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; - arbitrumsepolia_AssetStatus: arbitrumsepolia_AssetStatus; - arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; - arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; - arbitrumsepolia_BigDecimal: Scalars['arbitrumsepolia_BigDecimal']; - arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; - arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; - arbitrumsepolia_Bytes: Scalars['arbitrumsepolia_Bytes']; - arbitrumsepolia_ConnectorMeta: arbitrumsepolia_ConnectorMeta; - arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; - arbitrumsepolia_DestinationTransfer: arbitrumsepolia_DestinationTransfer; - arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; - arbitrumsepolia_Int8: Scalars['arbitrumsepolia_Int8']; - arbitrumsepolia_OptimisticRootFinalized: arbitrumsepolia_OptimisticRootFinalized; - arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; - arbitrumsepolia_OriginMessage: arbitrumsepolia_OriginMessage; - arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; - arbitrumsepolia_OriginTransfer: arbitrumsepolia_OriginTransfer; - arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; - arbitrumsepolia_Relayer: arbitrumsepolia_Relayer; - arbitrumsepolia_RelayerFee: arbitrumsepolia_RelayerFee; - arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; - arbitrumsepolia_RelayerFeesIncrease: arbitrumsepolia_RelayerFeesIncrease; - arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; - arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; - arbitrumsepolia_RootCount: arbitrumsepolia_RootCount; - arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; - arbitrumsepolia_RootMessageSent: arbitrumsepolia_RootMessageSent; - arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; - arbitrumsepolia_Router: arbitrumsepolia_Router; - arbitrumsepolia_RouterDailyTVL: arbitrumsepolia_RouterDailyTVL; - arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; - arbitrumsepolia_RouterLiquidityEvent: arbitrumsepolia_RouterLiquidityEvent; - arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; - arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; - arbitrumsepolia_Sequencer: arbitrumsepolia_Sequencer; - arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; - arbitrumsepolia_Setting: arbitrumsepolia_Setting; - arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; - arbitrumsepolia_SlippageUpdate: arbitrumsepolia_SlippageUpdate; - arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; - arbitrumsepolia_SnapshotRoot: arbitrumsepolia_SnapshotRoot; - arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; - arbitrumsepolia_SpokeConnectorMode: arbitrumsepolia_SpokeConnectorMode; - arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; - arbitrumsepolia__Block_: arbitrumsepolia__Block_; - arbitrumsepolia__Meta_: arbitrumsepolia__Meta_; - zksync_AggregateRoot: zksync_AggregateRoot; - zksync_AggregateRootProposed: zksync_AggregateRootProposed; - zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; - zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; - zksync_Asset: zksync_Asset; - zksync_AssetBalance: zksync_AssetBalance; - zksync_AssetBalance_filter: zksync_AssetBalance_filter; - zksync_AssetStatus: zksync_AssetStatus; - zksync_AssetStatus_filter: zksync_AssetStatus_filter; - zksync_Asset_filter: zksync_Asset_filter; - zksync_BigDecimal: Scalars['zksync_BigDecimal']; - zksync_BlockChangedFilter: zksync_BlockChangedFilter; - zksync_Block_height: zksync_Block_height; - zksync_Bytes: Scalars['zksync_Bytes']; - zksync_ConnectorMeta: zksync_ConnectorMeta; - zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; - zksync_DestinationTransfer: zksync_DestinationTransfer; - zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; - zksync_Int8: Scalars['zksync_Int8']; - zksync_OptimisticRootFinalized: zksync_OptimisticRootFinalized; - zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; - zksync_OriginMessage: zksync_OriginMessage; - zksync_OriginMessage_filter: zksync_OriginMessage_filter; - zksync_OriginTransfer: zksync_OriginTransfer; - zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; - zksync_Relayer: zksync_Relayer; - zksync_RelayerFee: zksync_RelayerFee; - zksync_RelayerFee_filter: zksync_RelayerFee_filter; - zksync_RelayerFeesIncrease: zksync_RelayerFeesIncrease; - zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; - zksync_Relayer_filter: zksync_Relayer_filter; - zksync_RootCount: zksync_RootCount; - zksync_RootCount_filter: zksync_RootCount_filter; - zksync_RootMessageSent: zksync_RootMessageSent; - zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; - zksync_Router: zksync_Router; - zksync_RouterDailyTVL: zksync_RouterDailyTVL; - zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; - zksync_RouterLiquidityEvent: zksync_RouterLiquidityEvent; - zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; - zksync_Router_filter: zksync_Router_filter; - zksync_Sequencer: zksync_Sequencer; - zksync_Sequencer_filter: zksync_Sequencer_filter; - zksync_Setting: zksync_Setting; - zksync_Setting_filter: zksync_Setting_filter; - zksync_SlippageUpdate: zksync_SlippageUpdate; - zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; - zksync_SnapshotRoot: zksync_SnapshotRoot; - zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; - zksync_SpokeConnectorMode: zksync_SpokeConnectorMode; - zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; - zksync__Block_: zksync__Block_; - zksync__Meta_: zksync__Meta_; - avalanche_AggregateRoot: avalanche_AggregateRoot; - avalanche_AggregateRootProposed: avalanche_AggregateRootProposed; - avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; - avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; - avalanche_Asset: avalanche_Asset; - avalanche_AssetBalance: avalanche_AssetBalance; - avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; - avalanche_AssetStatus: avalanche_AssetStatus; - avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; - avalanche_Asset_filter: avalanche_Asset_filter; - avalanche_BigDecimal: Scalars['avalanche_BigDecimal']; - avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; - avalanche_Block_height: avalanche_Block_height; - avalanche_Bytes: Scalars['avalanche_Bytes']; - avalanche_ConnectorMeta: avalanche_ConnectorMeta; - avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; - avalanche_DestinationTransfer: avalanche_DestinationTransfer; - avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; - avalanche_Int8: Scalars['avalanche_Int8']; - avalanche_OptimisticRootFinalized: avalanche_OptimisticRootFinalized; - avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; - avalanche_OriginMessage: avalanche_OriginMessage; - avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; - avalanche_OriginTransfer: avalanche_OriginTransfer; - avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; - avalanche_Relayer: avalanche_Relayer; - avalanche_RelayerFee: avalanche_RelayerFee; - avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; - avalanche_RelayerFeesIncrease: avalanche_RelayerFeesIncrease; - avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; - avalanche_Relayer_filter: avalanche_Relayer_filter; - avalanche_RootCount: avalanche_RootCount; - avalanche_RootCount_filter: avalanche_RootCount_filter; - avalanche_RootMessageSent: avalanche_RootMessageSent; - avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; - avalanche_Router: avalanche_Router; - avalanche_RouterDailyTVL: avalanche_RouterDailyTVL; - avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; - avalanche_RouterLiquidityEvent: avalanche_RouterLiquidityEvent; - avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; - avalanche_Router_filter: avalanche_Router_filter; - avalanche_Sequencer: avalanche_Sequencer; - avalanche_Sequencer_filter: avalanche_Sequencer_filter; - avalanche_Setting: avalanche_Setting; - avalanche_Setting_filter: avalanche_Setting_filter; - avalanche_SlippageUpdate: avalanche_SlippageUpdate; - avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; - avalanche_SnapshotRoot: avalanche_SnapshotRoot; - avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; - avalanche_SpokeConnectorMode: avalanche_SpokeConnectorMode; - avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; - avalanche__Block_: avalanche__Block_; - avalanche__Meta_: avalanche__Meta_; - 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; - 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_; - 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_; - 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_; - mode_AggregateRoot: mode_AggregateRoot; - mode_AggregateRootProposed: mode_AggregateRootProposed; - mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; - mode_AggregateRoot_filter: mode_AggregateRoot_filter; - mode_Asset: mode_Asset; - mode_AssetBalance: mode_AssetBalance; - mode_AssetBalance_filter: mode_AssetBalance_filter; - mode_AssetStatus: mode_AssetStatus; - mode_AssetStatus_filter: mode_AssetStatus_filter; - mode_Asset_filter: mode_Asset_filter; - mode_BigDecimal: Scalars['mode_BigDecimal']; - mode_BlockChangedFilter: mode_BlockChangedFilter; - mode_Block_height: mode_Block_height; - mode_Bytes: Scalars['mode_Bytes']; - mode_ConnectorMeta: mode_ConnectorMeta; - mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; - mode_DestinationTransfer: mode_DestinationTransfer; - mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; - mode_Int8: Scalars['mode_Int8']; - mode_OptimisticRootFinalized: mode_OptimisticRootFinalized; - mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; - mode_OriginMessage: mode_OriginMessage; - mode_OriginMessage_filter: mode_OriginMessage_filter; - mode_OriginTransfer: mode_OriginTransfer; - mode_OriginTransfer_filter: mode_OriginTransfer_filter; - mode_Relayer: mode_Relayer; - mode_RelayerFee: mode_RelayerFee; - mode_RelayerFee_filter: mode_RelayerFee_filter; - mode_RelayerFeesIncrease: mode_RelayerFeesIncrease; - mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; - mode_Relayer_filter: mode_Relayer_filter; - mode_RootCount: mode_RootCount; - mode_RootCount_filter: mode_RootCount_filter; - mode_RootMessageSent: mode_RootMessageSent; - mode_RootMessageSent_filter: mode_RootMessageSent_filter; - mode_Router: mode_Router; - mode_RouterDailyTVL: mode_RouterDailyTVL; - mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; - mode_RouterLiquidityEvent: mode_RouterLiquidityEvent; - mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; - mode_Router_filter: mode_Router_filter; - mode_Sequencer: mode_Sequencer; - mode_Sequencer_filter: mode_Sequencer_filter; - mode_Setting: mode_Setting; - mode_Setting_filter: mode_Setting_filter; - mode_SlippageUpdate: mode_SlippageUpdate; - mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; - mode_SnapshotRoot: mode_SnapshotRoot; - mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; - mode_SpokeConnectorMode: mode_SpokeConnectorMode; - mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; - mode__Block_: mode__Block_; - mode__Meta_: mode__Meta_; - xlayer_AggregateRoot: xlayer_AggregateRoot; - xlayer_AggregateRootProposed: xlayer_AggregateRootProposed; - xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; - xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; - xlayer_Asset: xlayer_Asset; - xlayer_AssetBalance: xlayer_AssetBalance; - xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; - xlayer_AssetStatus: xlayer_AssetStatus; - xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; - xlayer_Asset_filter: xlayer_Asset_filter; - xlayer_BigDecimal: Scalars['xlayer_BigDecimal']; - xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; - xlayer_Block_height: xlayer_Block_height; - xlayer_Bytes: Scalars['xlayer_Bytes']; - xlayer_ConnectorMeta: xlayer_ConnectorMeta; - xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; - xlayer_DestinationTransfer: xlayer_DestinationTransfer; - xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; - xlayer_Int8: Scalars['xlayer_Int8']; - xlayer_OptimisticRootFinalized: xlayer_OptimisticRootFinalized; - xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; - xlayer_OriginMessage: xlayer_OriginMessage; - xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; - xlayer_OriginTransfer: xlayer_OriginTransfer; - xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; - xlayer_Relayer: xlayer_Relayer; - xlayer_RelayerFee: xlayer_RelayerFee; - xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; - xlayer_RelayerFeesIncrease: xlayer_RelayerFeesIncrease; - xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; - xlayer_Relayer_filter: xlayer_Relayer_filter; - xlayer_RootCount: xlayer_RootCount; - xlayer_RootCount_filter: xlayer_RootCount_filter; - xlayer_RootMessageSent: xlayer_RootMessageSent; - xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; - xlayer_Router: xlayer_Router; - xlayer_RouterDailyTVL: xlayer_RouterDailyTVL; - xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; - xlayer_RouterLiquidityEvent: xlayer_RouterLiquidityEvent; - xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; - xlayer_Router_filter: xlayer_Router_filter; - xlayer_Sequencer: xlayer_Sequencer; - xlayer_Sequencer_filter: xlayer_Sequencer_filter; - xlayer_Setting: xlayer_Setting; - xlayer_Setting_filter: xlayer_Setting_filter; - xlayer_SlippageUpdate: xlayer_SlippageUpdate; - xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; - xlayer_SnapshotRoot: xlayer_SnapshotRoot; - xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; - xlayer_SpokeConnectorMode: xlayer_SpokeConnectorMode; - xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; - xlayer__Block_: xlayer__Block_; - xlayer__Meta_: xlayer__Meta_; - bnb_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_; -}>; - -export type entityDirectiveArgs = { }; - -export type entityDirectiveResolver = DirectiveResolverFn; - -export type subgraphIdDirectiveArgs = { - id: Scalars['String']; -}; - -export type subgraphIdDirectiveResolver = DirectiveResolverFn; - -export type derivedFromDirectiveArgs = { - field: Scalars['String']; -}; - -export type derivedFromDirectiveResolver = DirectiveResolverFn; - -export type QueryResolvers = ResolversObject<{ - optimismsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; - optimismsepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_router?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia__meta?: Resolver, ParentType, ContextType, Partial>; - 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_transaction?: Resolver, ParentType, ContextType, RequireFields>; - xdai_transactions?: Resolver, ParentType, ContextType, RequireFields>; - xdai_user?: Resolver, ParentType, ContextType, RequireFields>; - xdai_users?: Resolver, ParentType, ContextType, RequireFields>; - xdai__meta?: Resolver, ParentType, ContextType, Partial>; - sepolia_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_xlayerConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_xlayerConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - sepolia__meta?: Resolver, ParentType, ContextType, Partial>; - mantle_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap__meta?: Resolver, ParentType, ContextType, Partial>; - mode_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap__meta?: Resolver, ParentType, ContextType, Partial>; - metis_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap__meta?: Resolver, ParentType, ContextType, Partial>; - zksync_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; - sepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - linea_asset?: Resolver, ParentType, ContextType, RequireFields>; - linea_assets?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - linea_router?: Resolver, ParentType, ContextType, RequireFields>; - linea_routers?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_setting?: Resolver, ParentType, ContextType, RequireFields>; - linea_settings?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - linea_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - linea_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - linea_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - linea_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - linea__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - 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>; - 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>; - 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_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_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap__meta?: Resolver, ParentType, ContextType, Partial>; + +export type Querymode_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymode__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymetis_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymetis_routerLiquidityEventArgs = { + id: Scalars['ID']; + 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 Subscription = { + optimismsepolia_asset?: Maybe; + optimismsepolia_assets: Array; + optimismsepolia_assetStatus?: Maybe; + optimismsepolia_assetStatuses: Array; + optimismsepolia_assetBalance?: Maybe; + optimismsepolia_assetBalances: Array; + optimismsepolia_router?: Maybe; + optimismsepolia_routers: Array; + optimismsepolia_routerDailyTVL?: Maybe; + optimismsepolia_routerDailyTVLs: Array; + optimismsepolia_routerLiquidityEvent?: Maybe; + optimismsepolia_routerLiquidityEvents: Array; + optimismsepolia_setting?: Maybe; + optimismsepolia_settings: Array; + optimismsepolia_relayer?: Maybe; + optimismsepolia_relayers: Array; + optimismsepolia_sequencer?: Maybe; + optimismsepolia_sequencers: Array; + optimismsepolia_relayerFee?: Maybe; + optimismsepolia_relayerFees: Array; + optimismsepolia_originTransfer?: Maybe; + optimismsepolia_originTransfers: Array; + optimismsepolia_destinationTransfer?: Maybe; + optimismsepolia_destinationTransfers: Array; + optimismsepolia_originMessage?: Maybe; + optimismsepolia_originMessages: Array; + optimismsepolia_aggregateRoot?: Maybe; + optimismsepolia_aggregateRoots: Array; + optimismsepolia_connectorMeta?: Maybe; + optimismsepolia_connectorMetas: Array; + optimismsepolia_rootCount?: Maybe; + optimismsepolia_rootCounts: Array; + optimismsepolia_rootMessageSent?: Maybe; + optimismsepolia_rootMessageSents: Array; + optimismsepolia_relayerFeesIncrease?: Maybe; + optimismsepolia_relayerFeesIncreases: Array; + optimismsepolia_slippageUpdate?: Maybe; + optimismsepolia_slippageUpdates: Array; + optimismsepolia_snapshotRoot?: Maybe; + optimismsepolia_snapshotRoots: Array; + optimismsepolia_spokeConnectorMode?: Maybe; + optimismsepolia_spokeConnectorModes: Array; + optimismsepolia_aggregateRootProposed?: Maybe; + optimismsepolia_aggregateRootProposeds: Array; + optimismsepolia_optimisticRootFinalized?: Maybe; + optimismsepolia_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + optimismsepolia__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; + optimismsepolia_swap_systemInfo?: Maybe; + optimismsepolia_swap_systemInfos: Array; + optimismsepolia_swap_pooledToken?: Maybe; + optimismsepolia_swap_pooledTokens: Array; + optimismsepolia_swap_stableSwap?: Maybe; + optimismsepolia_swap_stableSwaps: Array; + optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; + optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + optimismsepolia_swap_stableSwapExchange?: Maybe; + optimismsepolia_swap_stableSwapExchanges: Array; + optimismsepolia_swap_swapDailyVolume?: Maybe; + optimismsepolia_swap_swapDailyVolumes: Array; + optimismsepolia_swap_swapHourlyVolume?: Maybe; + optimismsepolia_swap_swapHourlyVolumes: Array; + optimismsepolia_swap_swapWeeklyVolume?: Maybe; + optimismsepolia_swap_swapWeeklyVolumes: Array; + optimismsepolia_swap_lpAccount?: Maybe; + optimismsepolia_swap_lpAccounts: Array; + optimismsepolia_swap_lpAccountBalance?: Maybe; + optimismsepolia_swap_lpAccountBalances: Array; + optimismsepolia_swap_lpToken?: Maybe; + optimismsepolia_swap_lpTokens: Array; + optimismsepolia_swap_lpTransferEvent?: Maybe; + optimismsepolia_swap_lpTransferEvents: Array; + optimismsepolia_swap_stableSwapEvent?: Maybe; + optimismsepolia_swap_stableSwapEvents: Array; + optimismsepolia_swap_swapTradeVolume?: Maybe; + optimismsepolia_swap_swapTradeVolumes: Array; + optimismsepolia_swap_lpTokenEvent?: Maybe; + optimismsepolia_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismsepolia_swap__meta?: Maybe; + 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; + xdai_assetBalance?: Maybe; + xdai_assetBalances: Array; + xdai_router?: Maybe; + xdai_routers: Array; + xdai_transaction?: Maybe; + xdai_transactions: Array; + xdai_user?: Maybe; + xdai_users: Array; + /** Access to subgraph metadata */ + xdai__meta?: Maybe; + mode_swap_systemInfo?: Maybe; + mode_swap_systemInfos: Array; + mode_swap_pooledToken?: Maybe; + mode_swap_pooledTokens: Array; + mode_swap_stableSwap?: Maybe; + mode_swap_stableSwaps: Array; + mode_swap_stableSwapAddLiquidityEvent?: Maybe; + mode_swap_stableSwapAddLiquidityEvents: Array; + mode_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mode_swap_stableSwapRemoveLiquidityEvents: Array; + mode_swap_stableSwapExchange?: Maybe; + mode_swap_stableSwapExchanges: Array; + mode_swap_swapDailyVolume?: Maybe; + mode_swap_swapDailyVolumes: Array; + mode_swap_swapHourlyVolume?: Maybe; + mode_swap_swapHourlyVolumes: Array; + mode_swap_swapWeeklyVolume?: Maybe; + mode_swap_swapWeeklyVolumes: Array; + mode_swap_lpAccount?: Maybe; + mode_swap_lpAccounts: Array; + mode_swap_lpAccountBalance?: Maybe; + mode_swap_lpAccountBalances: Array; + mode_swap_lpToken?: Maybe; + mode_swap_lpTokens: Array; + mode_swap_lpTransferEvent?: Maybe; + mode_swap_lpTransferEvents: Array; + mode_swap_stableSwapEvent?: Maybe; + mode_swap_stableSwapEvents: Array; + mode_swap_swapTradeVolume?: Maybe; + mode_swap_swapTradeVolumes: Array; + mode_swap_lpTokenEvent?: Maybe; + mode_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mode_swap__meta?: Maybe; + 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; + 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; + zksync_swap_systemInfo?: Maybe; + zksync_swap_systemInfos: Array; + zksync_swap_pooledToken?: Maybe; + zksync_swap_pooledTokens: Array; + zksync_swap_stableSwap?: Maybe; + zksync_swap_stableSwaps: Array; + zksync_swap_stableSwapAddLiquidityEvent?: Maybe; + zksync_swap_stableSwapAddLiquidityEvents: Array; + zksync_swap_stableSwapRemoveLiquidityEvent?: Maybe; + zksync_swap_stableSwapRemoveLiquidityEvents: Array; + zksync_swap_stableSwapExchange?: Maybe; + zksync_swap_stableSwapExchanges: Array; + zksync_swap_swapDailyVolume?: Maybe; + zksync_swap_swapDailyVolumes: Array; + zksync_swap_swapHourlyVolume?: Maybe; + zksync_swap_swapHourlyVolumes: Array; + zksync_swap_swapWeeklyVolume?: Maybe; + zksync_swap_swapWeeklyVolumes: Array; + zksync_swap_lpAccount?: Maybe; + zksync_swap_lpAccounts: Array; + zksync_swap_lpAccountBalance?: Maybe; + zksync_swap_lpAccountBalances: Array; + zksync_swap_lpToken?: Maybe; + zksync_swap_lpTokens: Array; + zksync_swap_lpTransferEvent?: Maybe; + zksync_swap_lpTransferEvents: Array; + zksync_swap_stableSwapEvent?: Maybe; + zksync_swap_stableSwapEvents: Array; + zksync_swap_swapTradeVolume?: Maybe; + zksync_swap_swapTradeVolumes: Array; + zksync_swap_lpTokenEvent?: Maybe; + zksync_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + zksync_swap__meta?: Maybe; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + linea_swap__meta?: Maybe; + 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; + sepolia_swap_systemInfo?: Maybe; + sepolia_swap_systemInfos: Array; + sepolia_swap_pooledToken?: Maybe; + sepolia_swap_pooledTokens: Array; + sepolia_swap_stableSwap?: Maybe; + sepolia_swap_stableSwaps: Array; + sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + sepolia_swap_stableSwapAddLiquidityEvents: Array; + sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + sepolia_swap_stableSwapRemoveLiquidityEvents: Array; + sepolia_swap_stableSwapExchange?: Maybe; + sepolia_swap_stableSwapExchanges: Array; + sepolia_swap_swapDailyVolume?: Maybe; + sepolia_swap_swapDailyVolumes: Array; + sepolia_swap_swapHourlyVolume?: Maybe; + sepolia_swap_swapHourlyVolumes: Array; + sepolia_swap_swapWeeklyVolume?: Maybe; + sepolia_swap_swapWeeklyVolumes: Array; + sepolia_swap_lpAccount?: Maybe; + sepolia_swap_lpAccounts: Array; + sepolia_swap_lpAccountBalance?: Maybe; + sepolia_swap_lpAccountBalances: Array; + sepolia_swap_lpToken?: Maybe; + sepolia_swap_lpTokens: Array; + sepolia_swap_lpTransferEvent?: Maybe; + sepolia_swap_lpTransferEvents: Array; + sepolia_swap_stableSwapEvent?: Maybe; + sepolia_swap_stableSwapEvents: Array; + sepolia_swap_swapTradeVolume?: Maybe; + sepolia_swap_swapTradeVolumes: Array; + sepolia_swap_lpTokenEvent?: Maybe; + sepolia_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + sepolia_swap__meta?: Maybe; + 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; + 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; + sepolia_rootAggregated?: Maybe; + sepolia_rootAggregateds: Array; + sepolia_rootPropagated?: Maybe; + sepolia_rootPropagateds: Array; + sepolia_aggregatedMessageRoot?: Maybe; + sepolia_aggregatedMessageRoots: Array; + sepolia_rootManagerMeta?: Maybe; + sepolia_rootManagerMetas: Array; + sepolia_rootManagerMode?: Maybe; + sepolia_rootManagerModes: Array; + sepolia_optimisticRootProposed?: Maybe; + sepolia_optimisticRootProposeds: Array; + sepolia_hubOptimisticRootFinalized?: Maybe; + sepolia_hubOptimisticRootFinalizeds: Array; + sepolia_optimisticRootPropagated?: Maybe; + sepolia_optimisticRootPropagateds: Array; + sepolia_polygonConnectorMeta?: Maybe; + sepolia_polygonConnectorMetas: Array; + sepolia_optimismConnectorMeta?: Maybe; + sepolia_optimismConnectorMetas: Array; + sepolia_bnbConnectorMeta?: Maybe; + sepolia_bnbConnectorMetas: Array; + sepolia_arbitrumConnectorMeta?: Maybe; + sepolia_arbitrumConnectorMetas: Array; + sepolia_gnosisConnectorMeta?: Maybe; + sepolia_gnosisConnectorMetas: Array; + sepolia_lineaConnectorMeta?: Maybe; + sepolia_lineaConnectorMetas: Array; + sepolia_metisConnectorMeta?: Maybe; + sepolia_metisConnectorMetas: Array; + sepolia_mantleConnectorMeta?: Maybe; + sepolia_mantleConnectorMetas: Array; + sepolia_avalancheConnectorMeta?: Maybe; + sepolia_avalancheConnectorMetas: Array; + sepolia_baseConnectorMeta?: Maybe; + sepolia_baseConnectorMetas: Array; + sepolia_polygonZkConnectorMeta?: Maybe; + sepolia_polygonZkConnectorMetas: Array; + sepolia_x1ConnectorMeta?: Maybe; + sepolia_x1ConnectorMetas: Array; + sepolia_zkSyncConnectorMeta?: Maybe; + sepolia_zkSyncConnectorMetas: Array; + sepolia_modeConnectorMeta?: Maybe; + sepolia_modeConnectorMetas: Array; + sepolia_scrollConnectorMeta?: Maybe; + sepolia_scrollConnectorMetas: Array; + sepolia_rootMessageProcessed?: Maybe; + sepolia_rootMessageProcesseds: Array; + sepolia_aggregateRootSavedSlow?: Maybe; + sepolia_aggregateRootSavedSlows: Array; + sepolia_hubDomain?: Maybe; + sepolia_hubDomains: Array; + /** Access to subgraph metadata */ + sepolia__meta?: Maybe; + arbitrumsepolia_swap_systemInfo?: Maybe; + arbitrumsepolia_swap_systemInfos: Array; + arbitrumsepolia_swap_pooledToken?: Maybe; + arbitrumsepolia_swap_pooledTokens: Array; + arbitrumsepolia_swap_stableSwap?: Maybe; + arbitrumsepolia_swap_stableSwaps: Array; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapExchange?: Maybe; + arbitrumsepolia_swap_stableSwapExchanges: Array; + arbitrumsepolia_swap_swapDailyVolume?: Maybe; + arbitrumsepolia_swap_swapDailyVolumes: Array; + arbitrumsepolia_swap_swapHourlyVolume?: Maybe; + arbitrumsepolia_swap_swapHourlyVolumes: Array; + arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; + arbitrumsepolia_swap_swapWeeklyVolumes: Array; + arbitrumsepolia_swap_lpAccount?: Maybe; + arbitrumsepolia_swap_lpAccounts: Array; + arbitrumsepolia_swap_lpAccountBalance?: Maybe; + arbitrumsepolia_swap_lpAccountBalances: Array; + arbitrumsepolia_swap_lpToken?: Maybe; + arbitrumsepolia_swap_lpTokens: Array; + arbitrumsepolia_swap_lpTransferEvent?: Maybe; + arbitrumsepolia_swap_lpTransferEvents: Array; + arbitrumsepolia_swap_stableSwapEvent?: Maybe; + arbitrumsepolia_swap_stableSwapEvents: Array; + arbitrumsepolia_swap_swapTradeVolume?: Maybe; + arbitrumsepolia_swap_swapTradeVolumes: Array; + arbitrumsepolia_swap_lpTokenEvent?: Maybe; + arbitrumsepolia_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + arbitrumsepolia_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; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; + optimism_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; + 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; + 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; + 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; + polygonzkevm_asset?: Maybe; + polygonzkevm_assets: Array; + polygonzkevm_assetStatus?: Maybe; + polygonzkevm_assetStatuses: Array; + polygonzkevm_assetBalance?: Maybe; + polygonzkevm_assetBalances: Array; + polygonzkevm_router?: Maybe; + polygonzkevm_routers: Array; + polygonzkevm_routerDailyTVL?: Maybe; + polygonzkevm_routerDailyTVLs: Array; + polygonzkevm_routerLiquidityEvent?: Maybe; + polygonzkevm_routerLiquidityEvents: Array; + polygonzkevm_setting?: Maybe; + polygonzkevm_settings: Array; + polygonzkevm_relayer?: Maybe; + polygonzkevm_relayers: Array; + polygonzkevm_sequencer?: Maybe; + polygonzkevm_sequencers: Array; + polygonzkevm_relayerFee?: Maybe; + polygonzkevm_relayerFees: Array; + polygonzkevm_originTransfer?: Maybe; + polygonzkevm_originTransfers: Array; + polygonzkevm_destinationTransfer?: Maybe; + polygonzkevm_destinationTransfers: Array; + polygonzkevm_originMessage?: Maybe; + polygonzkevm_originMessages: Array; + polygonzkevm_aggregateRoot?: Maybe; + polygonzkevm_aggregateRoots: Array; + polygonzkevm_connectorMeta?: Maybe; + polygonzkevm_connectorMetas: Array; + polygonzkevm_rootCount?: Maybe; + polygonzkevm_rootCounts: Array; + polygonzkevm_rootMessageSent?: Maybe; + polygonzkevm_rootMessageSents: Array; + polygonzkevm_relayerFeesIncrease?: Maybe; + polygonzkevm_relayerFeesIncreases: Array; + polygonzkevm_slippageUpdate?: Maybe; + polygonzkevm_slippageUpdates: Array; + polygonzkevm_snapshotRoot?: Maybe; + polygonzkevm_snapshotRoots: Array; + polygonzkevm_spokeConnectorMode?: Maybe; + polygonzkevm_spokeConnectorModes: Array; + polygonzkevm_aggregateRootProposed?: Maybe; + polygonzkevm_aggregateRootProposeds: Array; + polygonzkevm_optimisticRootFinalized?: Maybe; + polygonzkevm_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + polygonzkevm__meta?: Maybe; + linea_asset?: Maybe; + linea_assets: Array; + linea_assetStatus?: Maybe; + linea_assetStatuses: Array; + linea_assetBalance?: Maybe; + linea_assetBalances: Array; + linea_router?: Maybe; + linea_routers: Array; + linea_routerDailyTVL?: Maybe; + linea_routerDailyTVLs: Array; + linea_routerLiquidityEvent?: Maybe; + linea_routerLiquidityEvents: Array; + linea_setting?: Maybe; + linea_settings: Array; + linea_relayer?: Maybe; + linea_relayers: Array; + linea_sequencer?: Maybe; + linea_sequencers: Array; + linea_relayerFee?: Maybe; + linea_relayerFees: Array; + linea_originTransfer?: Maybe; + linea_originTransfers: Array; + linea_destinationTransfer?: Maybe; + linea_destinationTransfers: Array; + linea_originMessage?: Maybe; + linea_originMessages: Array; + linea_aggregateRoot?: Maybe; + linea_aggregateRoots: Array; + linea_connectorMeta?: Maybe; + linea_connectorMetas: Array; + linea_rootCount?: Maybe; + linea_rootCounts: Array; + linea_rootMessageSent?: Maybe; + linea_rootMessageSents: Array; + linea_relayerFeesIncrease?: Maybe; + linea_relayerFeesIncreases: Array; + linea_slippageUpdate?: Maybe; + linea_slippageUpdates: Array; + linea_snapshotRoot?: Maybe; + linea_snapshotRoots: Array; + linea_spokeConnectorMode?: Maybe; + linea_spokeConnectorModes: Array; + linea_aggregateRootProposed?: Maybe; + linea_aggregateRootProposeds: Array; + linea_optimisticRootFinalized?: Maybe; + linea_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + linea__meta?: Maybe; + xlayer_swap_systemInfo?: Maybe; + xlayer_swap_systemInfos: Array; + xlayer_swap_pooledToken?: Maybe; + xlayer_swap_pooledTokens: Array; + xlayer_swap_stableSwap?: Maybe; + xlayer_swap_stableSwaps: Array; + xlayer_swap_stableSwapAddLiquidityEvent?: Maybe; + xlayer_swap_stableSwapAddLiquidityEvents: Array; + xlayer_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xlayer_swap_stableSwapRemoveLiquidityEvents: Array; + xlayer_swap_stableSwapExchange?: Maybe; + xlayer_swap_stableSwapExchanges: Array; + xlayer_swap_swapDailyVolume?: Maybe; + xlayer_swap_swapDailyVolumes: Array; + xlayer_swap_swapHourlyVolume?: Maybe; + xlayer_swap_swapHourlyVolumes: Array; + xlayer_swap_swapWeeklyVolume?: Maybe; + xlayer_swap_swapWeeklyVolumes: Array; + xlayer_swap_lpAccount?: Maybe; + xlayer_swap_lpAccounts: Array; + xlayer_swap_lpAccountBalance?: Maybe; + xlayer_swap_lpAccountBalances: Array; + xlayer_swap_lpToken?: Maybe; + xlayer_swap_lpTokens: Array; + xlayer_swap_lpTransferEvent?: Maybe; + xlayer_swap_lpTransferEvents: Array; + xlayer_swap_stableSwapEvent?: Maybe; + xlayer_swap_stableSwapEvents: Array; + xlayer_swap_swapTradeVolume?: Maybe; + xlayer_swap_swapTradeVolumes: Array; + xlayer_swap_lpTokenEvent?: Maybe; + xlayer_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + xlayer_swap__meta?: Maybe; + 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; + arbitrumsepolia_asset?: Maybe; + arbitrumsepolia_assets: Array; + arbitrumsepolia_assetStatus?: Maybe; + arbitrumsepolia_assetStatuses: Array; + arbitrumsepolia_assetBalance?: Maybe; + arbitrumsepolia_assetBalances: Array; + arbitrumsepolia_router?: Maybe; + arbitrumsepolia_routers: Array; + arbitrumsepolia_routerDailyTVL?: Maybe; + arbitrumsepolia_routerDailyTVLs: Array; + arbitrumsepolia_routerLiquidityEvent?: Maybe; + arbitrumsepolia_routerLiquidityEvents: Array; + arbitrumsepolia_setting?: Maybe; + arbitrumsepolia_settings: Array; + arbitrumsepolia_relayer?: Maybe; + arbitrumsepolia_relayers: Array; + arbitrumsepolia_sequencer?: Maybe; + arbitrumsepolia_sequencers: Array; + arbitrumsepolia_relayerFee?: Maybe; + arbitrumsepolia_relayerFees: Array; + arbitrumsepolia_originTransfer?: Maybe; + arbitrumsepolia_originTransfers: Array; + arbitrumsepolia_destinationTransfer?: Maybe; + arbitrumsepolia_destinationTransfers: Array; + arbitrumsepolia_originMessage?: Maybe; + arbitrumsepolia_originMessages: Array; + arbitrumsepolia_aggregateRoot?: Maybe; + arbitrumsepolia_aggregateRoots: Array; + arbitrumsepolia_connectorMeta?: Maybe; + arbitrumsepolia_connectorMetas: Array; + arbitrumsepolia_rootCount?: Maybe; + arbitrumsepolia_rootCounts: Array; + arbitrumsepolia_rootMessageSent?: Maybe; + arbitrumsepolia_rootMessageSents: Array; + arbitrumsepolia_relayerFeesIncrease?: Maybe; + arbitrumsepolia_relayerFeesIncreases: Array; + arbitrumsepolia_slippageUpdate?: Maybe; + arbitrumsepolia_slippageUpdates: Array; + arbitrumsepolia_snapshotRoot?: Maybe; + arbitrumsepolia_snapshotRoots: Array; + arbitrumsepolia_spokeConnectorMode?: Maybe; + arbitrumsepolia_spokeConnectorModes: Array; + arbitrumsepolia_aggregateRootProposed?: Maybe; + arbitrumsepolia_aggregateRootProposeds: Array; + arbitrumsepolia_optimisticRootFinalized?: Maybe; + arbitrumsepolia_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + arbitrumsepolia__meta?: Maybe; + sepolia_asset?: Maybe; + sepolia_assets: Array; + sepolia_assetStatus?: Maybe; + sepolia_assetStatuses: Array; + sepolia_assetBalance?: Maybe; + sepolia_assetBalances: Array; + sepolia_router?: Maybe; + sepolia_routers: Array; + sepolia_routerDailyTVL?: Maybe; + sepolia_routerDailyTVLs: Array; + sepolia_routerLiquidityEvent?: Maybe; + sepolia_routerLiquidityEvents: Array; + sepolia_setting?: Maybe; + sepolia_settings: Array; + sepolia_relayer?: Maybe; + sepolia_relayers: Array; + sepolia_sequencer?: Maybe; + sepolia_sequencers: Array; + sepolia_relayerFee?: Maybe; + sepolia_relayerFees: Array; + sepolia_originTransfer?: Maybe; + sepolia_originTransfers: Array; + sepolia_destinationTransfer?: Maybe; + sepolia_destinationTransfers: Array; + sepolia_originMessage?: Maybe; + sepolia_originMessages: Array; + sepolia_aggregateRoot?: Maybe; + sepolia_aggregateRoots: Array; + sepolia_connectorMeta?: Maybe; + sepolia_connectorMetas: Array; + sepolia_rootCount?: Maybe; + sepolia_rootCounts: Array; + sepolia_rootMessageSent?: Maybe; + sepolia_rootMessageSents: Array; + sepolia_relayerFeesIncrease?: Maybe; + sepolia_relayerFeesIncreases: Array; + sepolia_slippageUpdate?: Maybe; + sepolia_slippageUpdates: Array; + sepolia_snapshotRoot?: Maybe; + sepolia_snapshotRoots: Array; + sepolia_spokeConnectorMode?: Maybe; + sepolia_spokeConnectorModes: Array; + sepolia_aggregateRootProposed?: Maybe; + sepolia_aggregateRootProposeds: Array; + sepolia_optimisticRootFinalized?: Maybe; + sepolia_optimisticRootFinalizeds: Array; + 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; + 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; + zksync_asset?: Maybe; + zksync_assets: Array; + zksync_assetStatus?: Maybe; + zksync_assetStatuses: Array; + zksync_assetBalance?: Maybe; + zksync_assetBalances: Array; + zksync_router?: Maybe; + zksync_routers: Array; + zksync_routerDailyTVL?: Maybe; + zksync_routerDailyTVLs: Array; + zksync_routerLiquidityEvent?: Maybe; + zksync_routerLiquidityEvents: Array; + zksync_setting?: Maybe; + zksync_settings: Array; + zksync_relayer?: Maybe; + zksync_relayers: Array; + zksync_sequencer?: Maybe; + zksync_sequencers: Array; + zksync_relayerFee?: Maybe; + zksync_relayerFees: Array; + zksync_originTransfer?: Maybe; + zksync_originTransfers: Array; + zksync_destinationTransfer?: Maybe; + zksync_destinationTransfers: Array; + zksync_originMessage?: Maybe; + zksync_originMessages: Array; + zksync_aggregateRoot?: Maybe; + zksync_aggregateRoots: Array; + zksync_connectorMeta?: Maybe; + zksync_connectorMetas: Array; + zksync_rootCount?: Maybe; + zksync_rootCounts: Array; + zksync_rootMessageSent?: Maybe; + zksync_rootMessageSents: Array; + zksync_relayerFeesIncrease?: Maybe; + zksync_relayerFeesIncreases: Array; + zksync_slippageUpdate?: Maybe; + zksync_slippageUpdates: Array; + zksync_snapshotRoot?: Maybe; + zksync_snapshotRoots: Array; + zksync_spokeConnectorMode?: Maybe; + zksync_spokeConnectorModes: Array; + zksync_aggregateRootProposed?: Maybe; + zksync_aggregateRootProposeds: Array; + zksync_optimisticRootFinalized?: Maybe; + zksync_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + zksync__meta?: Maybe; + 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; + mainnet_asset?: Maybe; + mainnet_assets: Array; + mainnet_assetStatus?: Maybe; + mainnet_assetStatuses: Array; + mainnet_assetBalance?: Maybe; + mainnet_assetBalances: Array; + mainnet_router?: Maybe; + mainnet_routers: Array; + mainnet_routerDailyTVL?: Maybe; + mainnet_routerDailyTVLs: Array; + mainnet_routerLiquidityEvent?: Maybe; + mainnet_routerLiquidityEvents: Array; + mainnet_setting?: Maybe; + mainnet_settings: Array; + mainnet_relayer?: Maybe; + mainnet_relayers: Array; + mainnet_sequencer?: Maybe; + mainnet_sequencers: Array; + mainnet_relayerFee?: Maybe; + mainnet_relayerFees: Array; + mainnet_originTransfer?: Maybe; + mainnet_originTransfers: Array; + mainnet_destinationTransfer?: Maybe; + mainnet_destinationTransfers: Array; + mainnet_originMessage?: Maybe; + mainnet_originMessages: Array; + mainnet_aggregateRoot?: Maybe; + mainnet_aggregateRoots: Array; + mainnet_connectorMeta?: Maybe; + mainnet_connectorMetas: Array; + mainnet_rootCount?: Maybe; + mainnet_rootCounts: Array; + mainnet_rootMessageSent?: Maybe; + mainnet_rootMessageSents: Array; + mainnet_relayerFeesIncrease?: Maybe; + mainnet_relayerFeesIncreases: Array; + mainnet_slippageUpdate?: Maybe; + mainnet_slippageUpdates: Array; + mainnet_snapshotRoot?: Maybe; + mainnet_snapshotRoots: Array; + mainnet_spokeConnectorMode?: Maybe; + mainnet_spokeConnectorModes: Array; + mainnet_aggregateRootProposed?: Maybe; + mainnet_aggregateRootProposeds: Array; + mainnet_optimisticRootFinalized?: Maybe; + mainnet_optimisticRootFinalizeds: Array; + avalanche_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; + xlayer_asset?: Maybe; + xlayer_assets: Array; + xlayer_assetStatus?: Maybe; + xlayer_assetStatuses: Array; + xlayer_assetBalance?: Maybe; + xlayer_assetBalances: Array; + xlayer_router?: Maybe; + xlayer_routers: Array; + xlayer_routerDailyTVL?: Maybe; + xlayer_routerDailyTVLs: Array; + xlayer_routerLiquidityEvent?: Maybe; + xlayer_routerLiquidityEvents: Array; + xlayer_setting?: Maybe; + xlayer_settings: Array; + xlayer_relayer?: Maybe; + xlayer_relayers: Array; + xlayer_sequencer?: Maybe; + xlayer_sequencers: Array; + xlayer_relayerFee?: Maybe; + xlayer_relayerFees: Array; + xlayer_originTransfer?: Maybe; + xlayer_originTransfers: Array; + xlayer_destinationTransfer?: Maybe; + xlayer_destinationTransfers: Array; + xlayer_originMessage?: Maybe; + xlayer_originMessages: Array; + xlayer_aggregateRoot?: Maybe; + xlayer_aggregateRoots: Array; + xlayer_connectorMeta?: Maybe; + xlayer_connectorMetas: Array; + xlayer_rootCount?: Maybe; + xlayer_rootCounts: Array; + xlayer_rootMessageSent?: Maybe; + xlayer_rootMessageSents: Array; + xlayer_relayerFeesIncrease?: Maybe; + xlayer_relayerFeesIncreases: Array; + xlayer_slippageUpdate?: Maybe; + xlayer_slippageUpdates: Array; + xlayer_snapshotRoot?: Maybe; + xlayer_snapshotRoots: Array; + xlayer_spokeConnectorMode?: Maybe; + xlayer_spokeConnectorModes: Array; + xlayer_aggregateRootProposed?: Maybe; + xlayer_aggregateRootProposeds: Array; + xlayer_optimisticRootFinalized?: Maybe; + xlayer_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + xlayer__meta?: Maybe; + mode_asset?: Maybe; + mode_assets: Array; + mode_assetStatus?: Maybe; + mode_assetStatuses: Array; + mode_assetBalance?: Maybe; + mode_assetBalances: Array; + mode_router?: Maybe; + mode_routers: Array; + mode_routerDailyTVL?: Maybe; + mode_routerDailyTVLs: Array; + mode_routerLiquidityEvent?: Maybe; + mode_routerLiquidityEvents: Array; + mode_setting?: Maybe; + mode_settings: Array; + mode_relayer?: Maybe; + mode_relayers: Array; + mode_sequencer?: Maybe; + mode_sequencers: Array; + mode_relayerFee?: Maybe; + mode_relayerFees: Array; + mode_originTransfer?: Maybe; + mode_originTransfers: Array; + mode_destinationTransfer?: Maybe; + mode_destinationTransfers: Array; + mode_originMessage?: Maybe; + mode_originMessages: Array; + mode_aggregateRoot?: Maybe; + mode_aggregateRoots: Array; + mode_connectorMeta?: Maybe; + mode_connectorMetas: Array; + mode_rootCount?: Maybe; + mode_rootCounts: Array; + mode_rootMessageSent?: Maybe; + mode_rootMessageSents: Array; + mode_relayerFeesIncrease?: Maybe; + mode_relayerFeesIncreases: Array; + mode_slippageUpdate?: Maybe; + mode_slippageUpdates: Array; + mode_snapshotRoot?: Maybe; + mode_snapshotRoots: Array; + mode_spokeConnectorMode?: Maybe; + mode_spokeConnectorModes: Array; + mode_aggregateRootProposed?: Maybe; + mode_aggregateRootProposeds: Array; + mode_optimisticRootFinalized?: Maybe; + mode_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + mode__meta?: Maybe; + 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; +}; + + +export type Subscriptionoptimismsepolia_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismsepolia_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbase_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_transactionArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_transactionsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_userArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_usersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmode_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmetis_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmantle_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionzksync_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbase_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionsepolia_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootManagerModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootManagerModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimisticRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimisticRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimisticRootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_lineaConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_lineaConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_metisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_metisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_mantleConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_mantleConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_avalancheConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_avalancheConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_baseConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_baseConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_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; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_hubDomainArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_hubDomainsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionsepolia_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootManagerModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootManagerModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_hubOptimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_hubOptimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_arbitrumConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_lineaConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_lineaConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_metisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_metisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_mantleConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_mantleConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_avalancheConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_avalancheConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_baseConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_baseConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_polygonZkConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_polygonZkConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_x1ConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_x1ConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_scrollConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_scrollConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootSavedSlowArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootSavedSlowsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_hubDomainArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_hubDomainsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumsepolia_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionavalanche_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygonzkevm_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxlayer_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxdai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumsepolia_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionsepolia_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygonzkevm_swap_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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 Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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 Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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 Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionzksync_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmantle_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxlayer_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionxlayer__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmode_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmode__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmetis_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +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']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmetis__metaArgs = { + block?: InputMaybe; +}; + +export type optimismsepolia_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['optimismsepolia_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type optimismsepolia_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['optimismsepolia_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type optimismsepolia_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 optimismsepolia_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type optimismsepolia_Aggregation_interval = + | 'hour' + | 'day'; + +export type optimismsepolia_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type optimismsepolia_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type optimismsepolia_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 optimismsepolia_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type optimismsepolia_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type optimismsepolia_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 optimismsepolia_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type optimismsepolia_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimismsepolia_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimismsepolia_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type optimismsepolia_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 optimismsepolia_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + 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 optimismsepolia_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 optimismsepolia_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['optimismsepolia_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type optimismsepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type optimismsepolia_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type optimismsepolia_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 optimismsepolia_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 optimismsepolia_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type optimismsepolia_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type optimismsepolia_RelayerFee = { + id: Scalars['ID']; + transfer: optimismsepolia_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['optimismsepolia_Bytes']; +}; + +export type optimismsepolia_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 optimismsepolia_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type optimismsepolia_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: optimismsepolia_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['optimismsepolia_Bytes']; + transactionHash: Scalars['optimismsepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimismsepolia_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type optimismsepolia_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_RootCount_orderBy = + | 'id' + | 'count'; + +export type optimismsepolia_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type optimismsepolia_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type optimismsepolia_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_RouterDailyTVL = { + id: Scalars['ID']; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type optimismsepolia_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 optimismsepolia_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type optimismsepolia_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['optimismsepolia_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismsepolia_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type optimismsepolia_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type optimismsepolia_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['optimismsepolia_Bytes']; +}; + +export type optimismsepolia_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 optimismsepolia_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type optimismsepolia_SlippageUpdate = { + id: Scalars['ID']; + transfer: optimismsepolia_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['optimismsepolia_Bytes']; + transactionHash: Scalars['optimismsepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimismsepolia_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismsepolia_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 optimismsepolia_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['optimismsepolia_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimismsepolia_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 optimismsepolia_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type optimismsepolia_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type optimismsepolia_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismsepolia_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type optimismsepolia_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type optimismsepolia__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type optimismsepolia__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: optimismsepolia__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type _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 polygon_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['polygon_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['polygon_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type polygon_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 polygon_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type polygon_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type polygon_Aggregation_interval = + | 'hour' + | 'day'; + +export type polygon_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type polygon_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: polygon_Router; + asset: polygon_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type polygon_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type polygon_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type polygon_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type polygon_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + 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 polygon_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type polygon_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type polygon_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type polygon_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type polygon_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type polygon_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type polygon_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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 polygon_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['polygon_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type polygon_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 polygon_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type polygon_OrderDirection = + | 'asc' + | 'desc'; + +export type polygon_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type polygon_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type polygon_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type polygon_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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 polygon_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type polygon_RelayerFee = { + id: Scalars['ID']; + transfer: polygon_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['polygon_Bytes']; +}; + +export type polygon_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type polygon_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: polygon_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygon_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type polygon_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type polygon_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RootCount_orderBy = + | 'id' + | 'count'; + +export type polygon_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type polygon_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygon_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type polygon_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_RouterDailyTVL = { + id: Scalars['ID']; + router: polygon_Router; + asset: polygon_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type polygon_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type polygon_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: polygon_Router; + asset: polygon_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['polygon_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type polygon_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 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'; + +export type polygon_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type polygon_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type polygon_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type polygon_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['polygon_Bytes']; +}; + +export type polygon_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type polygon_SlippageUpdate = { + id: Scalars['ID']; + transfer: polygon_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygon_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['polygon_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type polygon_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type polygon_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type polygon_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type polygon__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type polygon__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: polygon__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type optimismsepolia_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type optimismsepolia_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimismsepolia_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimismsepolia_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['optimismsepolia_swap_Bytes']; + balances: Array; +}; + + +export type optimismsepolia_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_swap_LpAccountBalance = { + id: Scalars['ID']; + account: optimismsepolia_swap_LpAccount; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type optimismsepolia_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 optimismsepolia_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type optimismsepolia_swap_LpAccount_filter = { + 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 optimismsepolia_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type optimismsepolia_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['optimismsepolia_swap_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['optimismsepolia_swap_BigDecimal']; + events: Array; +}; + + +export type optimismsepolia_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_swap_LpTokenEvent = { + id: Scalars['ID']; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_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 optimismsepolia_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimismsepolia_swap_LpToken_filter = { + 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 optimismsepolia_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type optimismsepolia_swap_LpTransferEvent = optimismsepolia_swap_LpTokenEvent & { + id: Scalars['ID']; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; + from: Scalars['optimismsepolia_swap_Bytes']; + to: Scalars['optimismsepolia_swap_Bytes']; + fromBalance: Scalars['optimismsepolia_swap_BigDecimal']; + toBalance: Scalars['optimismsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 optimismsepolia_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 optimismsepolia_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type optimismsepolia_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['optimismsepolia_swap_Bytes']; +}; + +export type optimismsepolia_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 optimismsepolia_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type optimismsepolia_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['optimismsepolia_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type optimismsepolia_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismsepolia_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismsepolia_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismsepolia_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismsepolia_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_swap_StableSwapAddLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + provider: Scalars['optimismsepolia_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 optimismsepolia_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 optimismsepolia_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_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 optimismsepolia_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimismsepolia_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + buyer: Scalars['optimismsepolia_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_StableSwapRemoveLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + provider: Scalars['optimismsepolia_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_SwapDailyVolume = optimismsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; +}; + +export type optimismsepolia_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismsepolia_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimismsepolia_swap_SwapHourlyVolume = optimismsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; +}; + +export type optimismsepolia_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 optimismsepolia_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimismsepolia_swap_SwapTradeVolume = { + stableSwap: optimismsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; +}; + +export type optimismsepolia_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismsepolia_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimismsepolia_swap_SwapWeeklyVolume = optimismsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; +}; + +export type optimismsepolia_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismsepolia_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimismsepolia_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type optimismsepolia_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 optimismsepolia_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type optimismsepolia_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type optimismsepolia_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: optimismsepolia_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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_Aggregation_interval = + | 'hour' + | 'day'; + +export type base_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type base_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type base_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type base_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['base_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type base_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type base_OrderDirection = + | 'asc' + | 'desc'; + +export type base_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type base_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 base_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type base_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 base_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 base_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +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']; +}; + +export type base_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 base_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type base_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: base_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type base_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 base_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type base_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 base_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type base_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_RootCount_orderBy = + | 'id' + | 'count'; + +export type base_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 base_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 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>; + 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_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type base_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type base_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 base_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type base_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type base__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** 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 xdai_Aggregation_interval = + | 'hour' + | 'day'; + +export type xdai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: xdai_Router; + assetId: Scalars['xdai_Bytes']; +}; + +export type xdai_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + assetId?: InputMaybe; + assetId_not?: InputMaybe; + assetId_gt?: InputMaybe; + assetId_lt?: InputMaybe; + assetId_gte?: InputMaybe; + assetId_lte?: InputMaybe; + assetId_in?: InputMaybe>; + assetId_not_in?: InputMaybe>; + assetId_contains?: InputMaybe; + assetId_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'router' + | 'router__id' + | 'assetId'; + +export type xdai_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type xdai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +/** Defines the order direction, either ascending or descending */ +export type xdai_OrderDirection = + | 'asc' + | 'desc'; + +export type xdai_Router = { + id: Scalars['ID']; + assetBalances: Array; + transactions: Array; +}; + + +export type xdai_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_RoutertransactionsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + transactions_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_Router_orderBy = + | 'id' + | 'assetBalances' + | 'transactions'; + +export type xdai_Transaction = { + id: Scalars['ID']; + status: xdai_TransactionStatus; + chainId: Scalars['BigInt']; + preparedTimestamp: Scalars['BigInt']; + receivingChainTxManagerAddress: Scalars['xdai_Bytes']; + user: xdai_User; + router: xdai_Router; + initiator: Scalars['xdai_Bytes']; + sendingAssetId: Scalars['xdai_Bytes']; + receivingAssetId: Scalars['xdai_Bytes']; + sendingChainFallback: Scalars['xdai_Bytes']; + callTo: Scalars['xdai_Bytes']; + receivingAddress: Scalars['xdai_Bytes']; + callDataHash: Scalars['xdai_Bytes']; + transactionId: Scalars['xdai_Bytes']; + sendingChainId: Scalars['BigInt']; + receivingChainId: Scalars['BigInt']; + amount: Scalars['BigInt']; + expiry: Scalars['BigInt']; + preparedBlockNumber: Scalars['BigInt']; + encryptedCallData: Scalars['String']; + prepareCaller?: Maybe; + bidSignature: Scalars['xdai_Bytes']; + encodedBid: Scalars['String']; + prepareTransactionHash: Scalars['xdai_Bytes']; + prepareMeta?: Maybe; + relayerFee?: Maybe; + signature?: Maybe; + callData?: Maybe; + externalCallSuccess?: Maybe; + externalCallIsContract?: Maybe; + externalCallReturnData?: Maybe; + fulfillCaller?: Maybe; + fulfillTransactionHash?: Maybe; + fulfillMeta?: Maybe; + fulfillTimestamp?: Maybe; + cancelCaller?: Maybe; + cancelTransactionHash?: Maybe; + cancelMeta?: Maybe; + cancelTimestamp?: Maybe; +}; + +export type xdai_TransactionStatus = + | 'Prepared' + | 'Fulfilled' + | 'Cancelled'; + +export type xdai_Transaction_filter = { + 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>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + preparedTimestamp?: InputMaybe; + preparedTimestamp_not?: InputMaybe; + preparedTimestamp_gt?: InputMaybe; + preparedTimestamp_lt?: InputMaybe; + preparedTimestamp_gte?: InputMaybe; + preparedTimestamp_lte?: InputMaybe; + preparedTimestamp_in?: InputMaybe>; + preparedTimestamp_not_in?: InputMaybe>; + receivingChainTxManagerAddress?: InputMaybe; + receivingChainTxManagerAddress_not?: InputMaybe; + receivingChainTxManagerAddress_gt?: InputMaybe; + receivingChainTxManagerAddress_lt?: InputMaybe; + receivingChainTxManagerAddress_gte?: InputMaybe; + receivingChainTxManagerAddress_lte?: InputMaybe; + receivingChainTxManagerAddress_in?: InputMaybe>; + receivingChainTxManagerAddress_not_in?: InputMaybe>; + receivingChainTxManagerAddress_contains?: InputMaybe; + receivingChainTxManagerAddress_not_contains?: InputMaybe; + user?: InputMaybe; + user_not?: InputMaybe; + user_gt?: InputMaybe; + user_lt?: InputMaybe; + user_gte?: InputMaybe; + user_lte?: InputMaybe; + user_in?: InputMaybe>; + user_not_in?: InputMaybe>; + user_contains?: InputMaybe; + user_contains_nocase?: InputMaybe; + user_not_contains?: InputMaybe; + user_not_contains_nocase?: InputMaybe; + user_starts_with?: InputMaybe; + user_starts_with_nocase?: InputMaybe; + user_not_starts_with?: InputMaybe; + user_not_starts_with_nocase?: InputMaybe; + user_ends_with?: InputMaybe; + user_ends_with_nocase?: InputMaybe; + user_not_ends_with?: InputMaybe; + user_not_ends_with_nocase?: InputMaybe; + user_?: InputMaybe; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + initiator?: InputMaybe; + initiator_not?: InputMaybe; + initiator_gt?: InputMaybe; + initiator_lt?: InputMaybe; + initiator_gte?: InputMaybe; + initiator_lte?: InputMaybe; + initiator_in?: InputMaybe>; + initiator_not_in?: InputMaybe>; + initiator_contains?: InputMaybe; + initiator_not_contains?: InputMaybe; + sendingAssetId?: InputMaybe; + sendingAssetId_not?: InputMaybe; + sendingAssetId_gt?: InputMaybe; + sendingAssetId_lt?: InputMaybe; + sendingAssetId_gte?: InputMaybe; + sendingAssetId_lte?: InputMaybe; + sendingAssetId_in?: InputMaybe>; + sendingAssetId_not_in?: InputMaybe>; + sendingAssetId_contains?: InputMaybe; + sendingAssetId_not_contains?: InputMaybe; + receivingAssetId?: InputMaybe; + receivingAssetId_not?: InputMaybe; + receivingAssetId_gt?: InputMaybe; + receivingAssetId_lt?: InputMaybe; + receivingAssetId_gte?: InputMaybe; + receivingAssetId_lte?: InputMaybe; + receivingAssetId_in?: InputMaybe>; + receivingAssetId_not_in?: InputMaybe>; + receivingAssetId_contains?: InputMaybe; + receivingAssetId_not_contains?: InputMaybe; + sendingChainFallback?: InputMaybe; + sendingChainFallback_not?: InputMaybe; + sendingChainFallback_gt?: InputMaybe; + sendingChainFallback_lt?: InputMaybe; + sendingChainFallback_gte?: InputMaybe; + sendingChainFallback_lte?: InputMaybe; + sendingChainFallback_in?: InputMaybe>; + sendingChainFallback_not_in?: InputMaybe>; + sendingChainFallback_contains?: InputMaybe; + sendingChainFallback_not_contains?: InputMaybe; + callTo?: InputMaybe; + callTo_not?: InputMaybe; + callTo_gt?: InputMaybe; + callTo_lt?: InputMaybe; + callTo_gte?: InputMaybe; + callTo_lte?: InputMaybe; + callTo_in?: InputMaybe>; + callTo_not_in?: InputMaybe>; + callTo_contains?: InputMaybe; + callTo_not_contains?: InputMaybe; + receivingAddress?: InputMaybe; + receivingAddress_not?: InputMaybe; + receivingAddress_gt?: InputMaybe; + receivingAddress_lt?: InputMaybe; + receivingAddress_gte?: InputMaybe; + receivingAddress_lte?: InputMaybe; + receivingAddress_in?: InputMaybe>; + receivingAddress_not_in?: InputMaybe>; + receivingAddress_contains?: InputMaybe; + receivingAddress_not_contains?: InputMaybe; + callDataHash?: InputMaybe; + callDataHash_not?: InputMaybe; + callDataHash_gt?: InputMaybe; + callDataHash_lt?: InputMaybe; + callDataHash_gte?: InputMaybe; + callDataHash_lte?: InputMaybe; + callDataHash_in?: InputMaybe>; + callDataHash_not_in?: InputMaybe>; + callDataHash_contains?: InputMaybe; + callDataHash_not_contains?: InputMaybe; + transactionId?: InputMaybe; + transactionId_not?: InputMaybe; + transactionId_gt?: InputMaybe; + transactionId_lt?: InputMaybe; + transactionId_gte?: InputMaybe; + transactionId_lte?: InputMaybe; + transactionId_in?: InputMaybe>; + transactionId_not_in?: InputMaybe>; + transactionId_contains?: InputMaybe; + transactionId_not_contains?: InputMaybe; + sendingChainId?: InputMaybe; + sendingChainId_not?: InputMaybe; + sendingChainId_gt?: InputMaybe; + sendingChainId_lt?: InputMaybe; + sendingChainId_gte?: InputMaybe; + sendingChainId_lte?: InputMaybe; + sendingChainId_in?: InputMaybe>; + sendingChainId_not_in?: InputMaybe>; + receivingChainId?: InputMaybe; + receivingChainId_not?: InputMaybe; + receivingChainId_gt?: InputMaybe; + receivingChainId_lt?: InputMaybe; + receivingChainId_gte?: InputMaybe; + receivingChainId_lte?: InputMaybe; + receivingChainId_in?: InputMaybe>; + receivingChainId_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>; + expiry?: InputMaybe; + expiry_not?: InputMaybe; + expiry_gt?: InputMaybe; + expiry_lt?: InputMaybe; + expiry_gte?: InputMaybe; + expiry_lte?: InputMaybe; + expiry_in?: InputMaybe>; + expiry_not_in?: InputMaybe>; + preparedBlockNumber?: InputMaybe; + preparedBlockNumber_not?: InputMaybe; + preparedBlockNumber_gt?: InputMaybe; + preparedBlockNumber_lt?: InputMaybe; + preparedBlockNumber_gte?: InputMaybe; + preparedBlockNumber_lte?: InputMaybe; + preparedBlockNumber_in?: InputMaybe>; + preparedBlockNumber_not_in?: InputMaybe>; + encryptedCallData?: InputMaybe; + encryptedCallData_not?: InputMaybe; + encryptedCallData_gt?: InputMaybe; + encryptedCallData_lt?: InputMaybe; + encryptedCallData_gte?: InputMaybe; + encryptedCallData_lte?: InputMaybe; + encryptedCallData_in?: InputMaybe>; + encryptedCallData_not_in?: InputMaybe>; + encryptedCallData_contains?: InputMaybe; + encryptedCallData_contains_nocase?: InputMaybe; + encryptedCallData_not_contains?: InputMaybe; + encryptedCallData_not_contains_nocase?: InputMaybe; + encryptedCallData_starts_with?: InputMaybe; + encryptedCallData_starts_with_nocase?: InputMaybe; + encryptedCallData_not_starts_with?: InputMaybe; + encryptedCallData_not_starts_with_nocase?: InputMaybe; + encryptedCallData_ends_with?: InputMaybe; + encryptedCallData_ends_with_nocase?: InputMaybe; + encryptedCallData_not_ends_with?: InputMaybe; + encryptedCallData_not_ends_with_nocase?: InputMaybe; + prepareCaller?: InputMaybe; + prepareCaller_not?: InputMaybe; + prepareCaller_gt?: InputMaybe; + prepareCaller_lt?: InputMaybe; + prepareCaller_gte?: InputMaybe; + prepareCaller_lte?: InputMaybe; + prepareCaller_in?: InputMaybe>; + prepareCaller_not_in?: InputMaybe>; + prepareCaller_contains?: InputMaybe; + prepareCaller_not_contains?: InputMaybe; + bidSignature?: InputMaybe; + bidSignature_not?: InputMaybe; + bidSignature_gt?: InputMaybe; + bidSignature_lt?: InputMaybe; + bidSignature_gte?: InputMaybe; + bidSignature_lte?: InputMaybe; + bidSignature_in?: InputMaybe>; + bidSignature_not_in?: InputMaybe>; + bidSignature_contains?: InputMaybe; + bidSignature_not_contains?: InputMaybe; + encodedBid?: InputMaybe; + encodedBid_not?: InputMaybe; + encodedBid_gt?: InputMaybe; + encodedBid_lt?: InputMaybe; + encodedBid_gte?: InputMaybe; + encodedBid_lte?: InputMaybe; + encodedBid_in?: InputMaybe>; + encodedBid_not_in?: InputMaybe>; + encodedBid_contains?: InputMaybe; + encodedBid_contains_nocase?: InputMaybe; + encodedBid_not_contains?: InputMaybe; + encodedBid_not_contains_nocase?: InputMaybe; + encodedBid_starts_with?: InputMaybe; + encodedBid_starts_with_nocase?: InputMaybe; + encodedBid_not_starts_with?: InputMaybe; + encodedBid_not_starts_with_nocase?: InputMaybe; + encodedBid_ends_with?: InputMaybe; + encodedBid_ends_with_nocase?: InputMaybe; + encodedBid_not_ends_with?: InputMaybe; + encodedBid_not_ends_with_nocase?: InputMaybe; + prepareTransactionHash?: InputMaybe; + prepareTransactionHash_not?: InputMaybe; + prepareTransactionHash_gt?: InputMaybe; + prepareTransactionHash_lt?: InputMaybe; + prepareTransactionHash_gte?: InputMaybe; + prepareTransactionHash_lte?: InputMaybe; + prepareTransactionHash_in?: InputMaybe>; + prepareTransactionHash_not_in?: InputMaybe>; + prepareTransactionHash_contains?: InputMaybe; + prepareTransactionHash_not_contains?: InputMaybe; + prepareMeta?: InputMaybe; + prepareMeta_not?: InputMaybe; + prepareMeta_gt?: InputMaybe; + prepareMeta_lt?: InputMaybe; + prepareMeta_gte?: InputMaybe; + prepareMeta_lte?: InputMaybe; + prepareMeta_in?: InputMaybe>; + prepareMeta_not_in?: InputMaybe>; + prepareMeta_contains?: InputMaybe; + prepareMeta_not_contains?: 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>; + signature?: InputMaybe; + signature_not?: InputMaybe; + signature_gt?: InputMaybe; + signature_lt?: InputMaybe; + signature_gte?: InputMaybe; + signature_lte?: InputMaybe; + signature_in?: InputMaybe>; + signature_not_in?: InputMaybe>; + signature_contains?: InputMaybe; + signature_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_contains_nocase?: InputMaybe; + callData_not_contains?: InputMaybe; + callData_not_contains_nocase?: InputMaybe; + callData_starts_with?: InputMaybe; + callData_starts_with_nocase?: InputMaybe; + callData_not_starts_with?: InputMaybe; + callData_not_starts_with_nocase?: InputMaybe; + callData_ends_with?: InputMaybe; + callData_ends_with_nocase?: InputMaybe; + callData_not_ends_with?: InputMaybe; + callData_not_ends_with_nocase?: InputMaybe; + externalCallSuccess?: InputMaybe; + externalCallSuccess_not?: InputMaybe; + externalCallSuccess_in?: InputMaybe>; + externalCallSuccess_not_in?: InputMaybe>; + externalCallIsContract?: InputMaybe; + externalCallIsContract_not?: InputMaybe; + externalCallIsContract_in?: InputMaybe>; + externalCallIsContract_not_in?: InputMaybe>; + externalCallReturnData?: InputMaybe; + externalCallReturnData_not?: InputMaybe; + externalCallReturnData_gt?: InputMaybe; + externalCallReturnData_lt?: InputMaybe; + externalCallReturnData_gte?: InputMaybe; + externalCallReturnData_lte?: InputMaybe; + externalCallReturnData_in?: InputMaybe>; + externalCallReturnData_not_in?: InputMaybe>; + externalCallReturnData_contains?: InputMaybe; + externalCallReturnData_not_contains?: InputMaybe; + fulfillCaller?: InputMaybe; + fulfillCaller_not?: InputMaybe; + fulfillCaller_gt?: InputMaybe; + fulfillCaller_lt?: InputMaybe; + fulfillCaller_gte?: InputMaybe; + fulfillCaller_lte?: InputMaybe; + fulfillCaller_in?: InputMaybe>; + fulfillCaller_not_in?: InputMaybe>; + fulfillCaller_contains?: InputMaybe; + fulfillCaller_not_contains?: InputMaybe; + fulfillTransactionHash?: InputMaybe; + fulfillTransactionHash_not?: InputMaybe; + fulfillTransactionHash_gt?: InputMaybe; + fulfillTransactionHash_lt?: InputMaybe; + fulfillTransactionHash_gte?: InputMaybe; + fulfillTransactionHash_lte?: InputMaybe; + fulfillTransactionHash_in?: InputMaybe>; + fulfillTransactionHash_not_in?: InputMaybe>; + fulfillTransactionHash_contains?: InputMaybe; + fulfillTransactionHash_not_contains?: InputMaybe; + fulfillMeta?: InputMaybe; + fulfillMeta_not?: InputMaybe; + fulfillMeta_gt?: InputMaybe; + fulfillMeta_lt?: InputMaybe; + fulfillMeta_gte?: InputMaybe; + fulfillMeta_lte?: InputMaybe; + fulfillMeta_in?: InputMaybe>; + fulfillMeta_not_in?: InputMaybe>; + fulfillMeta_contains?: InputMaybe; + fulfillMeta_not_contains?: InputMaybe; + fulfillTimestamp?: InputMaybe; + fulfillTimestamp_not?: InputMaybe; + fulfillTimestamp_gt?: InputMaybe; + fulfillTimestamp_lt?: InputMaybe; + fulfillTimestamp_gte?: InputMaybe; + fulfillTimestamp_lte?: InputMaybe; + fulfillTimestamp_in?: InputMaybe>; + fulfillTimestamp_not_in?: InputMaybe>; + cancelCaller?: InputMaybe; + cancelCaller_not?: InputMaybe; + cancelCaller_gt?: InputMaybe; + cancelCaller_lt?: InputMaybe; + cancelCaller_gte?: InputMaybe; + cancelCaller_lte?: InputMaybe; + cancelCaller_in?: InputMaybe>; + cancelCaller_not_in?: InputMaybe>; + cancelCaller_contains?: InputMaybe; + cancelCaller_not_contains?: InputMaybe; + cancelTransactionHash?: InputMaybe; + cancelTransactionHash_not?: InputMaybe; + cancelTransactionHash_gt?: InputMaybe; + cancelTransactionHash_lt?: InputMaybe; + cancelTransactionHash_gte?: InputMaybe; + cancelTransactionHash_lte?: InputMaybe; + cancelTransactionHash_in?: InputMaybe>; + cancelTransactionHash_not_in?: InputMaybe>; + cancelTransactionHash_contains?: InputMaybe; + cancelTransactionHash_not_contains?: InputMaybe; + cancelMeta?: InputMaybe; + cancelMeta_not?: InputMaybe; + cancelMeta_gt?: InputMaybe; + cancelMeta_lt?: InputMaybe; + cancelMeta_gte?: InputMaybe; + cancelMeta_lte?: InputMaybe; + cancelMeta_in?: InputMaybe>; + cancelMeta_not_in?: InputMaybe>; + cancelMeta_contains?: InputMaybe; + cancelMeta_not_contains?: InputMaybe; + cancelTimestamp?: InputMaybe; + cancelTimestamp_not?: InputMaybe; + cancelTimestamp_gt?: InputMaybe; + cancelTimestamp_lt?: InputMaybe; + cancelTimestamp_gte?: InputMaybe; + cancelTimestamp_lte?: InputMaybe; + cancelTimestamp_in?: InputMaybe>; + cancelTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_Transaction_orderBy = + | 'id' + | 'status' + | 'chainId' + | 'preparedTimestamp' + | 'receivingChainTxManagerAddress' + | 'user' + | 'user__id' + | 'router' + | 'router__id' + | 'initiator' + | 'sendingAssetId' + | 'receivingAssetId' + | 'sendingChainFallback' + | 'callTo' + | 'receivingAddress' + | 'callDataHash' + | 'transactionId' + | 'sendingChainId' + | 'receivingChainId' + | 'amount' + | 'expiry' + | 'preparedBlockNumber' + | 'encryptedCallData' + | 'prepareCaller' + | 'bidSignature' + | 'encodedBid' + | 'prepareTransactionHash' + | 'prepareMeta' + | 'relayerFee' + | 'signature' + | 'callData' + | 'externalCallSuccess' + | 'externalCallIsContract' + | 'externalCallReturnData' + | 'fulfillCaller' + | 'fulfillTransactionHash' + | 'fulfillMeta' + | 'fulfillTimestamp' + | 'cancelCaller' + | 'cancelTransactionHash' + | 'cancelMeta' + | 'cancelTimestamp'; + +export type xdai_User = { + id: Scalars['ID']; + transactions: Array; +}; + + +export type xdai_UsertransactionsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_User_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transactions_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_User_orderBy = + | 'id' + | 'transactions'; + +export type xdai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type xdai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: xdai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mode_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type mode_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mode_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mode_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['mode_swap_Bytes']; + balances: Array; +}; + + +export type mode_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_swap_LpAccountBalance = { + id: Scalars['ID']; + account: mode_swap_LpAccount; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type mode_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type mode_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type mode_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['mode_swap_Bytes']; + stableSwap: mode_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['mode_swap_BigDecimal']; + events: Array; +}; + + +export type mode_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_swap_LpTokenEvent = { + id: Scalars['ID']; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 mode_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type mode_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 mode_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type mode_swap_LpTransferEvent = mode_swap_LpTokenEvent & { + id: Scalars['ID']; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + from: Scalars['mode_swap_Bytes']; + to: Scalars['mode_swap_Bytes']; + fromBalance: Scalars['mode_swap_BigDecimal']; + toBalance: Scalars['mode_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_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 mode_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type mode_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type mode_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['mode_swap_Bytes']; +}; + +export type mode_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 mode_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type mode_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['mode_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type mode_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mode_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mode_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mode_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mode_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_swap_StableSwapAddLiquidityEvent = mode_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + provider: Scalars['mode_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_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 mode_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 mode_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_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 mode_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 mode_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + buyer: Scalars['mode_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_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 mode_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 mode_swap_StableSwapRemoveLiquidityEvent = mode_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + provider: Scalars['mode_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_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 mode_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 mode_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 mode_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type mode_swap_SwapDailyVolume = mode_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; +}; + +export type mode_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mode_swap_SwapHourlyVolume = mode_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; +}; + +export type mode_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mode_swap_SwapTradeVolume = { + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; +}; + +export type mode_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mode_swap_SwapWeeklyVolume = mode_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; +}; + +export type mode_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mode_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type mode_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type mode_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type mode_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mode_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type metis_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type metis_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type metis_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type metis_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['metis_swap_Bytes']; + balances: Array; +}; + + +export type metis_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +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 metis_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 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'; + +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 metis_swap_LpAccount_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; +}; + + +export type metis_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_swap_LpTokenEvent = { + 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']; +}; + +export type metis_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 metis_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type metis_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 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'; + +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; + 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 metis_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type metis_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type metis_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['metis_swap_Bytes']; +}; + +export type metis_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type metis_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type metis_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['metis_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type metis_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type metis_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type metis_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type metis_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +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; + 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 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'; + +export type metis_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type metis_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 metis_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 metis_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + buyer: Scalars['metis_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type metis_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 metis_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 metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + provider: Scalars['metis_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type metis_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 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'; + +export type metis_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 metis_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 metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; +}; + +export type metis_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 metis_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; +}; + +export type metis_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type metis_swap_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 metis_swap_SwapTradeVolume = { + stableSwap: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; +}; + +export type metis_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type metis_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; +}; + +export type metis_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 metis_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type metis_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type metis_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 metis_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type metis_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type metis_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: metis_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mantle_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type mantle_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mantle_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mantle_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['mantle_swap_Bytes']; + balances: Array; +}; + + +export type mantle_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_LpAccountBalance = { + id: Scalars['ID']; + account: mantle_swap_LpAccount; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type mantle_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type mantle_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type mantle_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['mantle_swap_Bytes']; + stableSwap: mantle_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['mantle_swap_BigDecimal']; + events: Array; +}; + + +export type mantle_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_LpTokenEvent = { + id: Scalars['ID']; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type mantle_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { + id: Scalars['ID']; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; + from: Scalars['mantle_swap_Bytes']; + to: Scalars['mantle_swap_Bytes']; + fromBalance: Scalars['mantle_swap_BigDecimal']; + toBalance: Scalars['mantle_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type mantle_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type mantle_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['mantle_swap_Bytes']; +}; + +export type mantle_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 mantle_swap_PooledToken_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; +}; + +export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + provider: Scalars['mantle_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 mantle_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | '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 = { + 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 mantle_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type mantle_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + buyer: Scalars['mantle_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_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 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'; + +export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + provider: Scalars['mantle_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 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; + id_lt?: InputMaybe; + id_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 mantle_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 mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; +}; + +export type mantle_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; +}; + +export type mantle_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 hash of the parent block */ + parentHash?: 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 zksync_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type zksync_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type zksync_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type zksync_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['zksync_swap_Bytes']; + balances: Array; +}; + + +export type zksync_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_swap_LpAccountBalance = { + id: Scalars['ID']; + account: zksync_swap_LpAccount; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type zksync_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 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type zksync_swap_LpAccount_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; +}; + +export type zksync_swap_LpTokenEvent = { + id: Scalars['ID']; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type zksync_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 zksync_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type zksync_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 zksync_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 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; + 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 zksync_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 zksync_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type zksync_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['zksync_swap_Bytes']; +}; + +export type zksync_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 zksync_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type zksync_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['zksync_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type zksync_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type zksync_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type zksync_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type zksync_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type zksync_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: zksync_swap_StableSwap; + provider: Scalars['zksync_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type zksync_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 zksync_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 zksync_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: zksync_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type zksync_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 zksync_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 zksync_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: zksync_swap_StableSwap; + buyer: Scalars['zksync_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type zksync_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 zksync_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 zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { + 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']; +}; + +export type zksync_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 zksync_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 zksync_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 zksync_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 zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: zksync_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; +}; + +export type zksync_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 zksync_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +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; + 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 zksync_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 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']; + stableSwap: zksync_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; +}; + +export type zksync_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 zksync_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 zksync_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type zksync_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 zksync_swap_SystemInfo_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 hash of the parent block */ + parentHash?: 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 linea_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type linea_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['linea_swap_Bytes']; + balances: Array; +}; + + +export type linea_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance = { + id: Scalars['ID']; + account: linea_swap_LpAccount; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type linea_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'token' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type linea_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type linea_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['linea_swap_Bytes']; + stableSwap: linea_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['linea_swap_BigDecimal']; + events: Array; +}; + + +export type linea_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpTokenEvent = { + id: Scalars['ID']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + 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; +}; + +export type linea_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type linea_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { + id: Scalars['ID']; + 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 linea_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_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; +}; + +export type linea_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type linea_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['linea_swap_Bytes']; +}; + +export type linea_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + 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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type linea_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['linea_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type linea_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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_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; +}; + +export type linea_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type linea_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_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_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type linea_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + buyer: Scalars['linea_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_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_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { + id: Scalars['ID']; + 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']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_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_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; +}; + +export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type linea_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_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +export type linea_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; +}; + +export type linea_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'timestamp' + | 'volume'; + +export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +export type linea_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; +}; + +export type linea_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'timestamp' + | 'volume'; + +export type linea_swap_SwapTradeVolume = { + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +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; + 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; +}; + +export type linea_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'timestamp' + | 'volume'; + +export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +export type linea_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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; +}; + +export type linea_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'timestamp' + | 'volume'; + +export type linea_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type linea_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; +}; + +export type linea_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type linea_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type linea_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: linea_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type base_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type base_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type base_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type base_swap_LpAccount = { + id: Scalars['ID']; + 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 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; +}; + +export type base_swap_LpTokenEvent = { + id: Scalars['ID']; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type base_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 base_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type base_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 base_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { + id: Scalars['ID']; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + from: Scalars['base_swap_Bytes']; + to: Scalars['base_swap_Bytes']; + fromBalance: Scalars['base_swap_BigDecimal']; + toBalance: Scalars['base_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type base_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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_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 base_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type base_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['base_swap_Bytes']; +}; + +export type base_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 base_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type base_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['base_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type base_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type base_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type base_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type base_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type base_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: base_swap_StableSwap; + provider: Scalars['base_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type base_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + 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_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 base_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: base_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type base_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 base_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 base_swap_StableSwapExchange = { + 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']; +}; + +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 = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_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 base_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; +}; + +export type base_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; +}; + +export type base_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 base_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type base_swap_SwapTradeVolume = { + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; +}; + +export type base_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; +}; + +export type base_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type base_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type base_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type base_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 base_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type base_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type base_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: base_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type sepolia_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type sepolia_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type sepolia_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type sepolia_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['sepolia_swap_Bytes']; + balances: Array; +}; + + +export type sepolia_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type sepolia_swap_LpAccountBalance = { + id: Scalars['ID']; + account: sepolia_swap_LpAccount; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type sepolia_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type sepolia_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type sepolia_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['sepolia_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['sepolia_swap_BigDecimal']; + events: Array; +}; + + +export type sepolia_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type sepolia_swap_LpTokenEvent = { + id: Scalars['ID']; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['sepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type sepolia_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type sepolia_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type sepolia_swap_LpTransferEvent = sepolia_swap_LpTokenEvent & { + id: Scalars['ID']; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; + from: Scalars['sepolia_swap_Bytes']; + to: Scalars['sepolia_swap_Bytes']; + fromBalance: Scalars['sepolia_swap_BigDecimal']; + toBalance: Scalars['sepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['sepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type sepolia_swap_LpTransferEvent_filter = { + 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 sepolia_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 sepolia_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type sepolia_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['sepolia_swap_Bytes']; +}; + +export type sepolia_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 sepolia_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type sepolia_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['sepolia_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type sepolia_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type sepolia_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type sepolia_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type sepolia_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type sepolia_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type sepolia_swap_StableSwapAddLiquidityEvent = sepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: sepolia_swap_StableSwap; + provider: Scalars['sepolia_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['sepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_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 sepolia_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: sepolia_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['sepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_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 sepolia_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: sepolia_swap_StableSwap; + buyer: Scalars['sepolia_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['sepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_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 sepolia_swap_StableSwapRemoveLiquidityEvent = sepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: sepolia_swap_StableSwap; + provider: Scalars['sepolia_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['sepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_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 sepolia_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 sepolia_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 sepolia_swap_SwapDailyVolume = sepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: sepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['sepolia_swap_BigDecimal']; +}; + +export type sepolia_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 sepolia_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 sepolia_swap_SwapHourlyVolume = sepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: sepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['sepolia_swap_BigDecimal']; +}; + +export type sepolia_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 sepolia_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 sepolia_swap_SwapTradeVolume = { + stableSwap: sepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['sepolia_swap_BigDecimal']; +}; + +export type sepolia_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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 sepolia_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type sepolia_swap_SwapWeeklyVolume = sepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: sepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['sepolia_swap_BigDecimal']; +}; + +export type sepolia_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 sepolia_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 sepolia_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type sepolia_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type sepolia_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: sepolia_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mainnet_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; +}; + +export type mainnet_AggregateRootSavedSlow_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type mainnet_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type mainnet_AggregatedMessageRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AggregatedMessageRoot_orderBy = + | 'id' + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; + +export type mainnet_Aggregation_interval = + | 'hour' + | 'day'; + +export type mainnet_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_ArbitrumConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_ArbitrumConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_AvalancheConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_AvalancheConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AvalancheConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_BaseConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_BaseConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_BaseConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_BnbConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_BnbConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; +}; + +export type mainnet_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type mainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_HubOptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + 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 mainnet_HubOptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | '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_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_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 mainnet_OptimisticRootPropagated_orderBy = + | 'id' + | 'aggregateRoot' + | 'domainsHash' + | 'timestamp' + | 'blockNumber'; + +export type mainnet_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['mainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_OptimisticRootProposed_filter = { + 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 mainnet_OptimisticRootProposed_orderBy = + | 'id' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type mainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type mainnet_PolygonConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_PolygonConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_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; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_PolygonZkConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + index: Scalars['BigInt']; +}; + +export type mainnet_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; + +export type mainnet_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type mainnet_RootManagerMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; + +export type mainnet_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type mainnet_RootManagerMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type mainnet_RootMessageProcessed = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type mainnet_RootMessageProcessed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mainnet_RootPropagated = { + id: Scalars['ID']; + aggregate: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_RootPropagated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_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_RootPropagated_orderBy = + | 'id' + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; + +export type mainnet_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_ZkSyncConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type mainnet__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mainnet__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type optimism_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type optimism_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimism_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimism_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['optimism_swap_Bytes']; + balances: Array; +}; + + +export type optimism_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_LpAccountBalance = { + id: Scalars['ID']; + account: optimism_swap_LpAccount; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type optimism_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type optimism_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type optimism_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['optimism_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['optimism_swap_BigDecimal']; + events: Array; +}; + + +export type optimism_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_LpTokenEvent = { + id: Scalars['ID']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimism_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { + id: Scalars['ID']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + from: Scalars['optimism_swap_Bytes']; + to: Scalars['optimism_swap_Bytes']; + fromBalance: Scalars['optimism_swap_BigDecimal']; + toBalance: Scalars['optimism_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type optimism_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type optimism_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['optimism_swap_Bytes']; +}; + +export type optimism_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type optimism_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['optimism_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type optimism_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimism_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimism_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimism_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + buyer: Scalars['optimism_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimism_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type optimism_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SwapTradeVolume = { + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimism_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimism_swap_BigDecimal']; +}; + +export type optimism_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type optimism_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type optimism_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type optimism_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: 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 sepolia_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['sepolia_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; +}; + +export type sepolia_AggregateRootSavedSlow_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type sepolia_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['sepolia_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type sepolia_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 sepolia_AggregatedMessageRoot_orderBy = + | 'id' + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; + +export type sepolia_Aggregation_interval = + | 'hour' + | 'day'; + +export type sepolia_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_ArbitrumConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_ArbitrumConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_AvalancheConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_AvalancheConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_BaseConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_BaseConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_BaseConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type sepolia_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type sepolia_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_BnbConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_BnbConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; +}; + +export type sepolia_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type sepolia_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type sepolia_HubOptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + 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 sepolia_HubOptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +export type sepolia_LineaConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_LineaConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_LineaConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_MantleConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_MantleConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_MetisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_MetisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_ModeConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_ModeConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_OptimismConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_OptimisticRootPropagated = { + id: Scalars['ID']; + aggregateRoot: Scalars['sepolia_Bytes']; + domainsHash: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type sepolia_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 sepolia_OptimisticRootPropagated_orderBy = + | 'id' + | 'aggregateRoot' + | 'domainsHash' + | 'timestamp' + | 'blockNumber'; + +export type sepolia_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['sepolia_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type sepolia_OptimisticRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + 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 sepolia_OptimisticRootProposed_orderBy = + | 'id' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type sepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type sepolia_PolygonConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_PolygonConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_PolygonZkConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_PolygonZkConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_PolygonZkConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['sepolia_Bytes']; + index: Scalars['BigInt']; +}; + +export type sepolia_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; + +export type sepolia_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type sepolia_RootManagerMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; + +export type sepolia_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type sepolia_RootManagerMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type sepolia_RootMessageProcessed = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type sepolia_RootMessageProcessed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type sepolia_RootPropagated = { + id: Scalars['ID']; + aggregate: Scalars['sepolia_Bytes']; + domainsHash: Scalars['sepolia_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type sepolia_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 sepolia_RootPropagated_orderBy = + | 'id' + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; + +export type sepolia_ScrollConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_ScrollConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_ScrollConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_X1ConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_X1ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_X1ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_ZkSyncConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type sepolia_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type sepolia__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: sepolia__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type arbitrumsepolia_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type arbitrumsepolia_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type arbitrumsepolia_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumsepolia_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['arbitrumsepolia_swap_Bytes']; + balances: Array; +}; + + +export type arbitrumsepolia_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_swap_LpAccountBalance = { + id: Scalars['ID']; + account: arbitrumsepolia_swap_LpAccount; + token: arbitrumsepolia_swap_LpToken; + amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type arbitrumsepolia_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 arbitrumsepolia_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type arbitrumsepolia_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['arbitrumsepolia_swap_Bytes']; + stableSwap: arbitrumsepolia_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['arbitrumsepolia_swap_BigDecimal']; + events: Array; +}; + + +export type arbitrumsepolia_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_swap_LpTokenEvent = { + id: Scalars['ID']; + token: arbitrumsepolia_swap_LpToken; + amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumsepolia_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 arbitrumsepolia_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type arbitrumsepolia_swap_LpTransferEvent = arbitrumsepolia_swap_LpTokenEvent & { + id: Scalars['ID']; + token: arbitrumsepolia_swap_LpToken; + amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + from: Scalars['arbitrumsepolia_swap_Bytes']; + to: Scalars['arbitrumsepolia_swap_Bytes']; + fromBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; + toBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 arbitrumsepolia_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type arbitrumsepolia_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumsepolia_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['arbitrumsepolia_swap_Bytes']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type arbitrumsepolia_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['arbitrumsepolia_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type arbitrumsepolia_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumsepolia_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumsepolia_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumsepolia_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumsepolia_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + provider: Scalars['arbitrumsepolia_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 arbitrumsepolia_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 arbitrumsepolia_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + buyer: Scalars['arbitrumsepolia_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + provider: Scalars['arbitrumsepolia_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapDailyVolume = arbitrumsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapHourlyVolume = arbitrumsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; +}; + +export type arbitrumsepolia_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapTradeVolume = { + stableSwap: arbitrumsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; +}; + +export type arbitrumsepolia_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumsepolia_swap_SwapWeeklyVolume = arbitrumsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type arbitrumsepolia_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type arbitrumsepolia_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumsepolia_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumsepolia_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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']; + address: Scalars['polygon_swap_Bytes']; + balances: Array; +}; + + +export type polygon_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_LpAccountBalance = { + id: Scalars['ID']; + account: polygon_swap_LpAccount; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type polygon_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type polygon_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type polygon_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['polygon_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['polygon_swap_BigDecimal']; + events: Array; +}; + + +export type polygon_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_LpTokenEvent = { + id: Scalars['ID']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type polygon_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { + id: Scalars['ID']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + from: Scalars['polygon_swap_Bytes']; + to: Scalars['polygon_swap_Bytes']; + fromBalance: Scalars['polygon_swap_BigDecimal']; + toBalance: Scalars['polygon_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type polygon_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type polygon_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['polygon_swap_Bytes']; +}; + +export type polygon_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type polygon_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['polygon_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type polygon_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type polygon_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type polygon_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + buyer: Scalars['polygon_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type polygon_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type polygon_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type polygon_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type polygon_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type polygon_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: polygon_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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 = { + id: Scalars['ID']; + address: Scalars['bnb_swap_Bytes']; + balances: Array; +}; + + +export type bnb_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_LpAccountBalance = { + id: Scalars['ID']; + account: bnb_swap_LpAccount; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type bnb_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type bnb_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type bnb_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['bnb_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['bnb_swap_BigDecimal']; + events: Array; +}; + + +export type bnb_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_LpTokenEvent = { + id: Scalars['ID']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type bnb_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { + id: Scalars['ID']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + from: Scalars['bnb_swap_Bytes']; + to: Scalars['bnb_swap_Bytes']; + fromBalance: Scalars['bnb_swap_BigDecimal']; + toBalance: Scalars['bnb_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type bnb_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type bnb_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['bnb_swap_Bytes']; +}; + +export type bnb_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type bnb_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['bnb_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type bnb_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type bnb_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type bnb_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + buyer: Scalars['bnb_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type bnb_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; +}; + +export type bnb_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; +}; + +export type bnb_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type bnb_swap_SwapTradeVolume = { + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; +}; + +export type bnb_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; +}; + +export type bnb_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type bnb_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type bnb_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type bnb_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type bnb_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: bnb_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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_Aggregation_interval = + | 'hour' + | 'day'; + +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 hash of the parent block */ + parentHash?: 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 arbitrumone_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['arbitrumone_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumone_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['arbitrumone_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type arbitrumone_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 arbitrumone_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type arbitrumone_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type arbitrumone_Aggregation_interval = + | 'hour' + | 'day'; + +export type arbitrumone_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type arbitrumone_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type arbitrumone_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type arbitrumone_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type arbitrumone_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type arbitrumone_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + 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 arbitrumone_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type arbitrumone_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type arbitrumone_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumone_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type arbitrumone_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type arbitrumone_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type arbitrumone_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['arbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type arbitrumone_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 arbitrumone_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type arbitrumone_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumone_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type arbitrumone_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type arbitrumone_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type arbitrumone_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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 arbitrumone_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type arbitrumone_RelayerFee = { + id: Scalars['ID']; + transfer: arbitrumone_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['arbitrumone_Bytes']; +}; + +export type arbitrumone_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type arbitrumone_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: arbitrumone_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumone_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type arbitrumone_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type arbitrumone_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type arbitrumone_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RootCount_orderBy = + | 'id' + | 'count'; + +export type arbitrumone_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type arbitrumone_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type arbitrumone_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type arbitrumone_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_RouterDailyTVL = { + id: Scalars['ID']; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type arbitrumone_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type arbitrumone_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumone_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumone_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 arbitrumone_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type arbitrumone_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type arbitrumone_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type arbitrumone_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type arbitrumone_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['arbitrumone_Bytes']; +}; + +export type arbitrumone_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type arbitrumone_SlippageUpdate = { + id: Scalars['ID']; + transfer: arbitrumone_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumone_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type arbitrumone_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['arbitrumone_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumone_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 arbitrumone_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type arbitrumone_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type arbitrumone_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 arbitrumone_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type arbitrumone_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type arbitrumone__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumone__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumone__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type avalanche_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type avalanche_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type avalanche_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type avalanche_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['avalanche_swap_Bytes']; + balances: Array; +}; + + +export type avalanche_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_swap_LpAccountBalance = { + id: Scalars['ID']; + account: avalanche_swap_LpAccount; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type avalanche_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 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'; + +export type avalanche_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 avalanche_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type avalanche_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['avalanche_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['avalanche_swap_BigDecimal']; + events: Array; +}; + + +export type avalanche_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_swap_LpTokenEvent = { + id: Scalars['ID']; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type avalanche_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 avalanche_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type avalanche_swap_LpTransferEvent = avalanche_swap_LpTokenEvent & { + id: Scalars['ID']; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; + from: Scalars['avalanche_swap_Bytes']; + to: Scalars['avalanche_swap_Bytes']; + fromBalance: Scalars['avalanche_swap_BigDecimal']; + toBalance: Scalars['avalanche_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 avalanche_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 avalanche_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type avalanche_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['avalanche_swap_Bytes']; +}; + +export type avalanche_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 avalanche_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type avalanche_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['avalanche_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type avalanche_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type avalanche_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type avalanche_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type avalanche_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type avalanche_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_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 avalanche_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: avalanche_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_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 avalanche_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: avalanche_swap_StableSwap; + buyer: Scalars['avalanche_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['avalanche_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_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 avalanche_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 avalanche_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 avalanche_swap_SwapDailyVolume = avalanche_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: avalanche_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['avalanche_swap_BigDecimal']; +}; + +export type avalanche_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 avalanche_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 avalanche_swap_SwapHourlyVolume = avalanche_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: avalanche_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['avalanche_swap_BigDecimal']; +}; + +export type avalanche_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 avalanche_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 avalanche_swap_SwapTradeVolume = { + stableSwap: avalanche_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['avalanche_swap_BigDecimal']; +}; + +export type avalanche_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type avalanche_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type avalanche_swap_SwapWeeklyVolume = avalanche_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: avalanche_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['avalanche_swap_BigDecimal']; +}; + +export type avalanche_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 avalanche_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 avalanche_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type avalanche_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type avalanche_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: avalanche_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { + id: Scalars['ID']; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + from: Scalars['arbitrumone_swap_Bytes']; + to: Scalars['arbitrumone_swap_Bytes']; + fromBalance: Scalars['arbitrumone_swap_BigDecimal']; + toBalance: Scalars['arbitrumone_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type arbitrumone_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumone_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['arbitrumone_swap_Bytes']; +}; + +export type arbitrumone_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type arbitrumone_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['arbitrumone_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type arbitrumone_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + buyer: Scalars['arbitrumone_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SwapTradeVolume = { + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumone_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type arbitrumone_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type arbitrumone_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumone_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumone_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type polygonzkevm_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['polygonzkevm_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type polygonzkevm_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type polygonzkevm_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 polygonzkevm_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type polygonzkevm_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 polygonzkevm_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type polygonzkevm_Aggregation_interval = + | 'hour' + | 'day'; + +export type polygonzkevm_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_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type polygonzkevm_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_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_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type polygonzkevm_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 polygonzkevm_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type polygonzkevm_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_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type polygonzkevm_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type polygonzkevm_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type polygonzkevm_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type polygonzkevm_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 polygonzkevm_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type polygonzkevm_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_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygonzkevm_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 polygonzkevm_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_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type polygonzkevm_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 polygonzkevm_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type polygonzkevm_OrderDirection = + | 'asc' + | 'desc'; + +export type polygonzkevm_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type polygonzkevm_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_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type polygonzkevm_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_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type polygonzkevm_RelayerFee = { + id: Scalars['ID']; + transfer: polygonzkevm_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['polygonzkevm_Bytes']; +}; + +export type polygonzkevm_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_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_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: polygonzkevm_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type polygonzkevm_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type polygonzkevm_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_RootCount_orderBy = + | 'id' + | 'count'; + +export type polygonzkevm_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_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_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygonzkevm_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type polygonzkevm_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygonzkevm_RouterDailyTVL = { + id: Scalars['ID']; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type polygonzkevm_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_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_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['polygonzkevm_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygonzkevm_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type polygonzkevm_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type polygonzkevm_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 polygonzkevm_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type polygonzkevm_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['polygonzkevm_Bytes']; +}; + +export type polygonzkevm_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_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type polygonzkevm_SlippageUpdate = { + id: Scalars['ID']; + transfer: polygonzkevm_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['polygonzkevm_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygonzkevm_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 polygonzkevm_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type polygonzkevm_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type polygonzkevm_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 polygonzkevm_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type polygonzkevm_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type polygonzkevm__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type polygonzkevm__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: polygonzkevm__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type linea_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['linea_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type linea_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['linea_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type linea_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type linea_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 linea_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type linea_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type linea_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: linea_Router; + asset: linea_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type linea_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'asset' + | 'feesEarned'; + +export type linea_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type linea_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type linea_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status'; + +export type linea_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type linea_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type linea_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type linea_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 linea_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type linea_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['linea_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type linea_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type linea_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type linea_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount'; + +export type linea_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 linea_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'transactingAsset' + | 'message' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type linea_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type linea_RelayerFee = { + id: Scalars['ID']; + transfer: linea_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['linea_Bytes']; +}; + +export type linea_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'fee' + | 'asset'; + +export type linea_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: linea_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type linea_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type linea_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type linea_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type linea_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_RootCount_orderBy = + | 'id' + | 'count'; + +export type linea_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type linea_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type linea_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type linea_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_RouterDailyTVL = { + id: Scalars['ID']; + router: linea_Router; + asset: linea_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type linea_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'asset' + | 'timestamp' + | 'balance'; + +export type linea_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: linea_Router; + asset: linea_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['linea_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type linea_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'asset' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type linea_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 linea_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type linea_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type linea_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type linea_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['linea_Bytes']; +}; + +export type linea_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type linea_SlippageUpdate = { + id: Scalars['ID']; + transfer: linea_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type linea_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 linea_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type linea_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['linea_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type linea_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type linea_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type linea_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type linea_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type linea__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type linea__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: linea__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type xlayer_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type xlayer_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type xlayer_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['xlayer_swap_Bytes']; + balances: Array; +}; + + +export type xlayer_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xlayer_swap_LpAccountBalance = { + id: Scalars['ID']; + account: xlayer_swap_LpAccount; + token: xlayer_swap_LpToken; + amount: Scalars['xlayer_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type xlayer_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 xlayer_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type xlayer_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 xlayer_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type xlayer_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['xlayer_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['xlayer_swap_BigDecimal']; + events: Array; +}; + + +export type xlayer_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xlayer_swap_LpTokenEvent = { + id: Scalars['ID']; + token: xlayer_swap_LpToken; + amount: Scalars['xlayer_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xlayer_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xlayer_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 xlayer_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type xlayer_swap_LpTransferEvent = xlayer_swap_LpTokenEvent & { + id: Scalars['ID']; + token: xlayer_swap_LpToken; + amount: Scalars['xlayer_swap_BigDecimal']; + from: Scalars['xlayer_swap_Bytes']; + to: Scalars['xlayer_swap_Bytes']; + fromBalance: Scalars['xlayer_swap_BigDecimal']; + toBalance: Scalars['xlayer_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xlayer_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type xlayer_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type xlayer_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['xlayer_swap_Bytes']; +}; + +export type xlayer_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 xlayer_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type xlayer_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['xlayer_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type xlayer_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xlayer_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xlayer_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xlayer_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xlayer_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xlayer_swap_StableSwapAddLiquidityEvent = xlayer_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: xlayer_swap_StableSwap; + provider: Scalars['xlayer_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xlayer_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xlayer_swap_StableSwapAddLiquidityEvent_filter = { + 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 xlayer_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xlayer_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: xlayer_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xlayer_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xlayer_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: xlayer_swap_StableSwap; + buyer: Scalars['xlayer_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xlayer_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xlayer_swap_StableSwapRemoveLiquidityEvent = xlayer_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: xlayer_swap_StableSwap; + provider: Scalars['xlayer_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xlayer_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xlayer_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 xlayer_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type xlayer_swap_SwapDailyVolume = xlayer_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xlayer_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xlayer_swap_BigDecimal']; +}; + +export type xlayer_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 xlayer_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xlayer_swap_SwapHourlyVolume = xlayer_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xlayer_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xlayer_swap_BigDecimal']; +}; + +export type xlayer_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 xlayer_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xlayer_swap_SwapTradeVolume = { + stableSwap: xlayer_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xlayer_swap_BigDecimal']; +}; + +export type xlayer_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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 xlayer_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xlayer_swap_SwapWeeklyVolume = xlayer_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xlayer_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xlayer_swap_BigDecimal']; +}; + +export type xlayer_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 xlayer_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xlayer_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type xlayer_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type xlayer_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: xlayer_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type xdai_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type xdai_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type xdai_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type xdai_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['xdai_swap_Bytes']; + balances: Array; +}; + + +export type xdai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_LpAccountBalance = { + id: Scalars['ID']; + account: xdai_swap_LpAccount; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type xdai_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type xdai_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type xdai_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['xdai_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['xdai_swap_BigDecimal']; + events: Array; +}; + + +export type xdai_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_LpTokenEvent = { + id: Scalars['ID']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xdai_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { + id: Scalars['ID']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + from: Scalars['xdai_swap_Bytes']; + to: Scalars['xdai_swap_Bytes']; + fromBalance: Scalars['xdai_swap_BigDecimal']; + toBalance: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type xdai_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type xdai_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['xdai_swap_Bytes']; +}; + +export type xdai_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type xdai_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['xdai_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type xdai_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xdai_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_StableSwapEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xdai_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + buyer: Scalars['xdai_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_StableSwapExchange_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type xdai_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SwapDailyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SwapHourlyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SwapTradeVolume = { + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type xdai_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type xdai_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type xdai_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: xdai_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type arbitrumsepolia_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['arbitrumsepolia_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumsepolia_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['arbitrumsepolia_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type arbitrumsepolia_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 arbitrumsepolia_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type arbitrumsepolia_Aggregation_interval = + | 'hour' + | 'day'; + +export type arbitrumsepolia_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type arbitrumsepolia_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type arbitrumsepolia_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type arbitrumsepolia_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type arbitrumsepolia_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type arbitrumsepolia_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 arbitrumsepolia_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type arbitrumsepolia_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type arbitrumsepolia_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumsepolia_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type arbitrumsepolia_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type arbitrumsepolia_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['arbitrumsepolia_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type arbitrumsepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumsepolia_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type arbitrumsepolia_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type arbitrumsepolia_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 arbitrumsepolia_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 arbitrumsepolia_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type arbitrumsepolia_RelayerFee = { + id: Scalars['ID']; + transfer: arbitrumsepolia_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['arbitrumsepolia_Bytes']; +}; + +export type arbitrumsepolia_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 arbitrumsepolia_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type arbitrumsepolia_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: arbitrumsepolia_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['arbitrumsepolia_Bytes']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type arbitrumsepolia_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_RootCount_orderBy = + | 'id' + | 'count'; + +export type arbitrumsepolia_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type arbitrumsepolia_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type arbitrumsepolia_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type arbitrumsepolia_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_RouterDailyTVL = { + id: Scalars['ID']; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type arbitrumsepolia_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 arbitrumsepolia_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type arbitrumsepolia_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type arbitrumsepolia_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type arbitrumsepolia_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['arbitrumsepolia_Bytes']; +}; + +export type arbitrumsepolia_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 arbitrumsepolia_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type arbitrumsepolia_SlippageUpdate = { + id: Scalars['ID']; + transfer: arbitrumsepolia_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['arbitrumsepolia_Bytes']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumsepolia_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['arbitrumsepolia_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type arbitrumsepolia_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type arbitrumsepolia_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type arbitrumsepolia_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type arbitrumsepolia__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumsepolia__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumsepolia__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type sepolia_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['sepolia_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type sepolia_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['sepolia_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type sepolia_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 sepolia_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type sepolia_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 sepolia_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type sepolia_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type sepolia_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: sepolia_Router; + asset: sepolia_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type sepolia_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type sepolia_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 sepolia_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type sepolia_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 sepolia_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type sepolia_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type sepolia_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 sepolia_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_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 sepolia_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type sepolia_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 sepolia_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 sepolia_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type sepolia_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 sepolia_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +export type sepolia_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type sepolia_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 sepolia_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type sepolia_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 sepolia_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type sepolia_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 sepolia_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 sepolia_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type sepolia_RelayerFee = { + id: Scalars['ID']; + transfer: sepolia_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_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 sepolia_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: sepolia_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['sepolia_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_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 sepolia_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 sepolia_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type sepolia_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type sepolia_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 sepolia_RootCount_orderBy = + | 'id' + | 'count'; + +export type sepolia_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 sepolia_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 sepolia_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type sepolia_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type sepolia_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type sepolia_RouterDailyTVL = { + id: Scalars['ID']; + router: sepolia_Router; + asset: sepolia_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_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 sepolia_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: sepolia_Router; + asset: sepolia_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['sepolia_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type sepolia_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type sepolia_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 sepolia_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 sepolia_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 sepolia_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type sepolia_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type sepolia_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 sepolia_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type sepolia_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type sepolia_SlippageUpdate = { + id: Scalars['ID']; + transfer: sepolia_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['sepolia_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_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 sepolia_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['sepolia_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type sepolia_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type sepolia_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 sepolia_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type sepolia_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type bnb_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['bnb_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['bnb_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type bnb_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 bnb_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type bnb_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type bnb_Aggregation_interval = + | 'hour' + | 'day'; + +export type bnb_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type bnb_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: bnb_Router; + asset: bnb_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type bnb_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type bnb_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type bnb_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type bnb_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + 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 bnb_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type bnb_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type bnb_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type bnb_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type bnb_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type bnb_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type bnb_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['bnb_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type bnb_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 bnb_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type bnb_OrderDirection = + | 'asc' + | 'desc'; + +export type bnb_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type bnb_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type bnb_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type bnb_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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 bnb_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type bnb_RelayerFee = { + id: Scalars['ID']; + transfer: bnb_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['bnb_Bytes']; +}; + +export type bnb_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type bnb_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: bnb_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type bnb_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type bnb_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type bnb_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RootCount_orderBy = + | 'id' + | 'count'; + +export type bnb_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type bnb_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type bnb_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type bnb_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_RouterDailyTVL = { + id: Scalars['ID']; + router: bnb_Router; + asset: bnb_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type bnb_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type bnb_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: bnb_Router; + asset: bnb_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['bnb_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type bnb_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type bnb_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type bnb_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type bnb_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type bnb_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; +}; + +export type bnb_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type bnb_SlippageUpdate = { + id: Scalars['ID']; + transfer: bnb_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type bnb_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['bnb_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + 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 bnb_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type bnb_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type bnb_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type bnb_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type bnb__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type bnb__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: bnb__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type polygonzkevm_swap_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['polygonzkevm_swap_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type polygonzkevm_swap_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type polygonzkevm_swap_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 polygonzkevm_swap_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type polygonzkevm_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type polygonzkevm_swap_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_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_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_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']; + status?: Maybe; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_AssetStatus_orderBy = + | 'id' + | '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_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; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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 polygonzkevm_swap_ConnectorMeta_orderBy = + | 'id' + | '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_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 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; + 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 polygonzkevm_swap_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** 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; + 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_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 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'; + +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_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']; + transfer: polygonzkevm_swap_OriginTransfer; + increase?: Maybe; + 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 polygonzkevm_swap_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 polygonzkevm_swap_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 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_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']; + type?: Maybe; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygonzkevm_swap_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type polygonzkevm_swap_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 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'; + +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']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type polygonzkevm_swap_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 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; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_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_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 polygonzkevm_swap_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['polygonzkevm_swap_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type polygonzkevm_swap_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type polygonzkevm_swap_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 polygonzkevm_swap_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type polygonzkevm_swap_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +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 hash of the parent block */ + parentHash?: 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 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_Aggregation_interval = + | 'hour' + | 'day'; + +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; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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 zksync_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type zksync_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 zksync_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_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 zksync_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 zksync_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['zksync_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type zksync_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 zksync_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type zksync_OrderDirection = + | 'asc' + | 'desc'; + +export type zksync_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type zksync_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 zksync_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type zksync_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 zksync_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_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 zksync_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 zksync_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type zksync_RelayerFee = { + id: Scalars['ID']; + transfer: zksync_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['zksync_Bytes']; +}; + +export type zksync_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 zksync_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 zksync_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: zksync_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['zksync_Bytes']; + transactionHash: Scalars['zksync_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type zksync_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 zksync_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 zksync_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 zksync_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type zksync_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type zksync_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 zksync_RootCount_orderBy = + | 'id' + | 'count'; + +export type zksync_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type zksync_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 zksync_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type zksync_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type zksync_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_RouterDailyTVL = { + id: Scalars['ID']; + router: zksync_Router; + asset: zksync_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type zksync_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 zksync_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 zksync_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: zksync_Router; + asset: zksync_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['zksync_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type zksync_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type zksync_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 zksync_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 zksync_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type zksync_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type zksync_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type zksync_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_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type zksync_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['zksync_Bytes']; +}; + +export type zksync_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_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type zksync_SlippageUpdate = { + id: Scalars['ID']; + transfer: zksync_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['zksync_Bytes']; + transactionHash: Scalars['zksync_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type zksync_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 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' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type zksync_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['zksync_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type zksync_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 zksync_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type zksync_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type zksync_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 zksync_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type zksync_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type zksync__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type zksync__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: zksync__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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 mantle_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 mantle_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +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 mantle_Aggregation_interval = + | 'hour' + | 'day'; + +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 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 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 = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type mantle_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 mantle_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type mantle_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 mantle_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type mantle_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mantle_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mantle_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type mantle_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 mantle_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mantle_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 mantle_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_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 mantle_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 mantle_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['mantle_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mantle_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 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; + 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 mantle_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 mantle_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type mantle_RelayerFee = { + id: Scalars['ID']; + transfer: mantle_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['mantle_Bytes']; +}; + +export type mantle_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 mantle_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 mantle_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: mantle_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['mantle_Bytes']; + transactionHash: Scalars['mantle_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mantle_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 mantle_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mantle_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 mantle_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type mantle_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type mantle_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 mantle_RootCount_orderBy = + | 'id' + | 'count'; + +export type mantle_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type mantle_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mantle_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type mantle_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_RouterDailyTVL = { + id: Scalars['ID']; + router: mantle_Router; + asset: mantle_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type mantle_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type mantle_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: mantle_Router; + asset: mantle_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['mantle_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type mantle_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type mantle_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type mantle_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type mantle_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type mantle_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['mantle_Bytes']; +}; + +export type mantle_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type mantle_SlippageUpdate = { + id: Scalars['ID']; + transfer: mantle_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['mantle_Bytes']; + transactionHash: Scalars['mantle_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mantle_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mantle_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['mantle_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mantle_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + 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 mantle_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type mantle_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type mantle_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 mantle_SpokeConnectorMode_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 hash of the parent block */ + parentHash?: 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 mainnet_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['mainnet_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type mainnet_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_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 mainnet_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type mainnet_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type mainnet_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type mainnet_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: mainnet_Router; + asset: mainnet_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type mainnet_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type mainnet_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type mainnet_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type mainnet_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + 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 mainnet_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type mainnet_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type mainnet_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type mainnet_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mainnet_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type mainnet_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_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 mainnet_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +export type mainnet_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type mainnet_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type mainnet_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type mainnet_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mainnet_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__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; +}; + +export type mainnet_RelayerFee = { + id: Scalars['ID']; + transfer: mainnet_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['mainnet_Bytes']; +}; + +export type mainnet_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type mainnet_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: mainnet_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mainnet_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mainnet_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type mainnet_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type mainnet_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootCount_orderBy = + | 'id' + | 'count'; + +export type mainnet_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type mainnet_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mainnet_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type mainnet_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mainnet_RouterDailyTVL = { + id: Scalars['ID']; + router: mainnet_Router; + asset: mainnet_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type mainnet_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type mainnet_RouterLiquidityEvent = { + 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']; +}; + +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 = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + 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 mainnet_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type mainnet_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +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>>; +}; + +export type mainnet_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type mainnet_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type avalanche_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['avalanche_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type avalanche_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['avalanche_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type avalanche_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 avalanche_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type avalanche_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 avalanche_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type avalanche_Aggregation_interval = + | 'hour' + | 'day'; + +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 avalanche_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: avalanche_Router; + asset: avalanche_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_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 avalanche_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type avalanche_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 avalanche_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type avalanche_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 avalanche_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type avalanche_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type avalanche_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type avalanche_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type avalanche_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 avalanche_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type avalanche_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 avalanche_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type avalanche_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 avalanche_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 avalanche_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['avalanche_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type avalanche_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 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; + 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 avalanche_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 avalanche_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type avalanche_RelayerFee = { + id: Scalars['ID']; + transfer: avalanche_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['avalanche_Bytes']; +}; + +export type avalanche_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 avalanche_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type avalanche_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: avalanche_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['avalanche_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_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 avalanche_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 avalanche_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type avalanche_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type avalanche_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 avalanche_RootCount_orderBy = + | 'id' + | 'count'; + +export type avalanche_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 avalanche_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 avalanche_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +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']; + balance: Scalars['BigInt']; +}; + +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; + 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 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' + | 'balance'; + +export type avalanche_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: avalanche_Router; + asset: avalanche_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['avalanche_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type avalanche_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type avalanche_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 avalanche_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 avalanche_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 avalanche_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type avalanche_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +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 avalanche_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type avalanche_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['avalanche_Bytes']; +}; + +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 avalanche_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type avalanche_SlippageUpdate = { + id: Scalars['ID']; + 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 avalanche_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 avalanche_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 avalanche_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['avalanche_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type avalanche_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 avalanche_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type avalanche_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type avalanche_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 avalanche_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type avalanche__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: avalanche__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type xlayer_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['xlayer_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type xlayer_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['xlayer_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type xlayer_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 xlayer_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type xlayer_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 xlayer_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type xlayer_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type xlayer_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: xlayer_Router; + asset: xlayer_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type xlayer_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type xlayer_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 xlayer_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type xlayer_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 xlayer_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type xlayer_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type xlayer_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type xlayer_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type xlayer_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 xlayer_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type xlayer_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 xlayer_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xlayer_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 xlayer_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 xlayer_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['xlayer_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type xlayer_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 xlayer_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type xlayer_OrderDirection = + | 'asc' + | 'desc'; + +export type xlayer_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type xlayer_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 xlayer_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type xlayer_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 xlayer_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xlayer_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 xlayer_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 xlayer_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type xlayer_RelayerFee = { + id: Scalars['ID']; + transfer: xlayer_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['xlayer_Bytes']; +}; + +export type xlayer_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 xlayer_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type xlayer_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: xlayer_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['xlayer_Bytes']; + transactionHash: Scalars['xlayer_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_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 xlayer_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 xlayer_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type xlayer_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type xlayer_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 xlayer_RootCount_orderBy = + | 'id' + | 'count'; + +export type xlayer_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 xlayer_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 xlayer_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type xlayer_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type xlayer_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xlayer_RouterDailyTVL = { + id: Scalars['ID']; + router: xlayer_Router; + asset: xlayer_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type xlayer_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: xlayer_Router; + asset: xlayer_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['xlayer_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xlayer_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type xlayer_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 xlayer_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 xlayer_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 xlayer_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type xlayer_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type xlayer_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 xlayer_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type xlayer_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['xlayer_Bytes']; +}; + +export type xlayer_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 xlayer_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type xlayer_SlippageUpdate = { + id: Scalars['ID']; + transfer: xlayer_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['xlayer_Bytes']; + transactionHash: Scalars['xlayer_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_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 xlayer_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['xlayer_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type xlayer_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 xlayer_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type xlayer_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type xlayer_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 xlayer_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type xlayer_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type xlayer__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type xlayer__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: xlayer__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mode_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['mode_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type mode_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['mode_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mode_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 mode_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type mode_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 mode_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type mode_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type mode_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: mode_Router; + asset: mode_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type mode_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 mode_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 mode_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type mode_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 mode_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type mode_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 mode_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type mode_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mode_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mode_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type mode_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 mode_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mode_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 mode_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 mode_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 mode_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['mode_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mode_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 mode_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type mode_OrderDirection = + | 'asc' + | 'desc'; + +export type mode_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type mode_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type mode_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 mode_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + 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 mode_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 mode_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type mode_RelayerFee = { + id: Scalars['ID']; + transfer: mode_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['mode_Bytes']; +}; + +export type mode_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 mode_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 mode_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: mode_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mode_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 mode_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 mode_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 mode_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type mode_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type mode_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 mode_RootCount_orderBy = + | 'id' + | 'count'; + +export type mode_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 mode_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 mode_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mode_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type mode_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_RouterDailyTVL = { + id: Scalars['ID']; + router: mode_Router; + asset: mode_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type mode_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 mode_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type mode_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: mode_Router; + asset: mode_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['mode_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type mode_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + 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 mode_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 mode_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type mode_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type mode_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 mode_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type mode_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['mode_Bytes']; +}; + +export type mode_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 mode_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type mode_SlippageUpdate = { + id: Scalars['ID']; + transfer: mode_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mode_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 mode_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mode_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['mode_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mode_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 mode_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type mode_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type mode_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 mode_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type mode_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type mode__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type mode__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mode__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type 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 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<{}>; + optimismsepolia_AggregateRoot: ResolverTypeWrapper; + optimismsepolia_AggregateRootProposed: ResolverTypeWrapper; + optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; + optimismsepolia_AggregateRootProposed_orderBy: optimismsepolia_AggregateRootProposed_orderBy; + optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; + optimismsepolia_AggregateRoot_orderBy: optimismsepolia_AggregateRoot_orderBy; + optimismsepolia_Aggregation_interval: optimismsepolia_Aggregation_interval; + optimismsepolia_Asset: ResolverTypeWrapper; + optimismsepolia_AssetBalance: ResolverTypeWrapper; + optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; + optimismsepolia_AssetBalance_orderBy: optimismsepolia_AssetBalance_orderBy; + optimismsepolia_AssetStatus: ResolverTypeWrapper; + optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; + optimismsepolia_AssetStatus_orderBy: optimismsepolia_AssetStatus_orderBy; + optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; + optimismsepolia_Asset_orderBy: optimismsepolia_Asset_orderBy; + optimismsepolia_BigDecimal: ResolverTypeWrapper; + BigInt: ResolverTypeWrapper; + optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; + optimismsepolia_Block_height: optimismsepolia_Block_height; + Boolean: ResolverTypeWrapper; + optimismsepolia_Bytes: ResolverTypeWrapper; + optimismsepolia_ConnectorMeta: ResolverTypeWrapper; + optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; + optimismsepolia_ConnectorMeta_orderBy: optimismsepolia_ConnectorMeta_orderBy; + optimismsepolia_DestinationTransfer: ResolverTypeWrapper; + optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; + optimismsepolia_DestinationTransfer_orderBy: optimismsepolia_DestinationTransfer_orderBy; + Float: ResolverTypeWrapper; + ID: ResolverTypeWrapper; + Int: ResolverTypeWrapper; + optimismsepolia_Int8: ResolverTypeWrapper; + optimismsepolia_OptimisticRootFinalized: ResolverTypeWrapper; + optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; + optimismsepolia_OptimisticRootFinalized_orderBy: optimismsepolia_OptimisticRootFinalized_orderBy; + optimismsepolia_OrderDirection: optimismsepolia_OrderDirection; + optimismsepolia_OriginMessage: ResolverTypeWrapper; + optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; + optimismsepolia_OriginMessage_orderBy: optimismsepolia_OriginMessage_orderBy; + optimismsepolia_OriginTransfer: ResolverTypeWrapper; + optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; + optimismsepolia_OriginTransfer_orderBy: optimismsepolia_OriginTransfer_orderBy; + optimismsepolia_Relayer: ResolverTypeWrapper; + optimismsepolia_RelayerFee: ResolverTypeWrapper; + optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; + optimismsepolia_RelayerFee_orderBy: optimismsepolia_RelayerFee_orderBy; + optimismsepolia_RelayerFeesIncrease: ResolverTypeWrapper; + optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; + optimismsepolia_RelayerFeesIncrease_orderBy: optimismsepolia_RelayerFeesIncrease_orderBy; + optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; + optimismsepolia_Relayer_orderBy: optimismsepolia_Relayer_orderBy; + optimismsepolia_RootCount: ResolverTypeWrapper; + optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; + optimismsepolia_RootCount_orderBy: optimismsepolia_RootCount_orderBy; + optimismsepolia_RootMessageSent: ResolverTypeWrapper; + optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; + optimismsepolia_RootMessageSent_orderBy: optimismsepolia_RootMessageSent_orderBy; + optimismsepolia_Router: ResolverTypeWrapper; + optimismsepolia_RouterDailyTVL: ResolverTypeWrapper; + optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; + optimismsepolia_RouterDailyTVL_orderBy: optimismsepolia_RouterDailyTVL_orderBy; + optimismsepolia_RouterLiquidityEvent: ResolverTypeWrapper; + optimismsepolia_RouterLiquidityEventType: optimismsepolia_RouterLiquidityEventType; + optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; + optimismsepolia_RouterLiquidityEvent_orderBy: optimismsepolia_RouterLiquidityEvent_orderBy; + optimismsepolia_Router_filter: optimismsepolia_Router_filter; + optimismsepolia_Router_orderBy: optimismsepolia_Router_orderBy; + optimismsepolia_Sequencer: ResolverTypeWrapper; + optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; + optimismsepolia_Sequencer_orderBy: optimismsepolia_Sequencer_orderBy; + optimismsepolia_Setting: ResolverTypeWrapper; + optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; + optimismsepolia_Setting_orderBy: optimismsepolia_Setting_orderBy; + optimismsepolia_SlippageUpdate: ResolverTypeWrapper; + optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; + optimismsepolia_SlippageUpdate_orderBy: optimismsepolia_SlippageUpdate_orderBy; + optimismsepolia_SnapshotRoot: ResolverTypeWrapper; + optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; + optimismsepolia_SnapshotRoot_orderBy: optimismsepolia_SnapshotRoot_orderBy; + optimismsepolia_SpokeConnectorMode: ResolverTypeWrapper; + optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; + optimismsepolia_SpokeConnectorMode_orderBy: optimismsepolia_SpokeConnectorMode_orderBy; + String: ResolverTypeWrapper; + Timestamp: ResolverTypeWrapper; + optimismsepolia_TransferStatus: optimismsepolia_TransferStatus; + optimismsepolia__Block_: ResolverTypeWrapper; + optimismsepolia__Meta_: ResolverTypeWrapper; + _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; + polygon_AggregateRoot: ResolverTypeWrapper; + polygon_AggregateRootProposed: ResolverTypeWrapper; + polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; + polygon_AggregateRootProposed_orderBy: polygon_AggregateRootProposed_orderBy; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; + polygon_Aggregation_interval: polygon_Aggregation_interval; + polygon_Asset: ResolverTypeWrapper; + polygon_AssetBalance: ResolverTypeWrapper; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; + polygon_AssetStatus: ResolverTypeWrapper; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; + polygon_Asset_filter: polygon_Asset_filter; + polygon_Asset_orderBy: polygon_Asset_orderBy; + polygon_BigDecimal: ResolverTypeWrapper; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: ResolverTypeWrapper; + polygon_ConnectorMeta: ResolverTypeWrapper; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; + polygon_DestinationTransfer: ResolverTypeWrapper; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; + polygon_Int8: ResolverTypeWrapper; + polygon_OptimisticRootFinalized: ResolverTypeWrapper; + polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; + polygon_OptimisticRootFinalized_orderBy: polygon_OptimisticRootFinalized_orderBy; + polygon_OrderDirection: polygon_OrderDirection; + polygon_OriginMessage: ResolverTypeWrapper; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; + polygon_OriginTransfer: ResolverTypeWrapper; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; + polygon_Relayer: ResolverTypeWrapper; + polygon_RelayerFee: ResolverTypeWrapper; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; + polygon_RelayerFeesIncrease: ResolverTypeWrapper; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_Relayer_orderBy: polygon_Relayer_orderBy; + polygon_RootCount: ResolverTypeWrapper; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootCount_orderBy: polygon_RootCount_orderBy; + polygon_RootMessageSent: ResolverTypeWrapper; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; + polygon_Router: ResolverTypeWrapper; + polygon_RouterDailyTVL: ResolverTypeWrapper; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; + polygon_RouterLiquidityEvent: ResolverTypeWrapper; + polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; + polygon_Router_filter: polygon_Router_filter; + polygon_Router_orderBy: polygon_Router_orderBy; + polygon_Sequencer: ResolverTypeWrapper; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; + polygon_Setting: ResolverTypeWrapper; + polygon_Setting_filter: polygon_Setting_filter; + polygon_Setting_orderBy: polygon_Setting_orderBy; + polygon_SlippageUpdate: ResolverTypeWrapper; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; + polygon_SnapshotRoot: ResolverTypeWrapper; + polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; + polygon_SnapshotRoot_orderBy: polygon_SnapshotRoot_orderBy; + polygon_SpokeConnectorMode: ResolverTypeWrapper; + polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; + polygon_SpokeConnectorMode_orderBy: polygon_SpokeConnectorMode_orderBy; + polygon_TransferStatus: polygon_TransferStatus; + polygon__Block_: ResolverTypeWrapper; + polygon__Meta_: ResolverTypeWrapper; + optimismsepolia_swap_Aggregation_interval: optimismsepolia_swap_Aggregation_interval; + optimismsepolia_swap_BigDecimal: ResolverTypeWrapper; + optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; + optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; + optimismsepolia_swap_Bytes: ResolverTypeWrapper; + optimismsepolia_swap_Int8: ResolverTypeWrapper; + optimismsepolia_swap_LpAccount: ResolverTypeWrapper; + optimismsepolia_swap_LpAccountBalance: ResolverTypeWrapper; + optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; + optimismsepolia_swap_LpAccountBalance_orderBy: optimismsepolia_swap_LpAccountBalance_orderBy; + optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; + optimismsepolia_swap_LpAccount_orderBy: optimismsepolia_swap_LpAccount_orderBy; + optimismsepolia_swap_LpToken: ResolverTypeWrapper; + optimismsepolia_swap_LpTokenEvent: ResolversTypes['optimismsepolia_swap_LpTransferEvent']; + optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; + optimismsepolia_swap_LpTokenEvent_orderBy: optimismsepolia_swap_LpTokenEvent_orderBy; + optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; + optimismsepolia_swap_LpToken_orderBy: optimismsepolia_swap_LpToken_orderBy; + optimismsepolia_swap_LpTransferEvent: ResolverTypeWrapper; + optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; + optimismsepolia_swap_LpTransferEvent_orderBy: optimismsepolia_swap_LpTransferEvent_orderBy; + optimismsepolia_swap_OrderDirection: optimismsepolia_swap_OrderDirection; + optimismsepolia_swap_PooledToken: ResolverTypeWrapper; + optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; + optimismsepolia_swap_PooledToken_orderBy: optimismsepolia_swap_PooledToken_orderBy; + optimismsepolia_swap_StableSwap: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; + optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy; + optimismsepolia_swap_StableSwapEvent: ResolversTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; + optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; + optimismsepolia_swap_StableSwapEvent_orderBy: optimismsepolia_swap_StableSwapEvent_orderBy; + optimismsepolia_swap_StableSwapExchange: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; + optimismsepolia_swap_StableSwapExchange_orderBy: optimismsepolia_swap_StableSwapExchange_orderBy; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; + optimismsepolia_swap_StableSwap_orderBy: optimismsepolia_swap_StableSwap_orderBy; + optimismsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; + optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; + optimismsepolia_swap_SwapDailyVolume_orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy; + optimismsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; + optimismsepolia_swap_SwapHourlyVolume_orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy; + optimismsepolia_swap_SwapTradeVolume: ResolversTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversTypes['optimismsepolia_swap_SwapWeeklyVolume']; + optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; + optimismsepolia_swap_SwapTradeVolume_orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy; + optimismsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; + optimismsepolia_swap_SwapWeeklyVolume_orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy; + optimismsepolia_swap_SystemInfo: ResolverTypeWrapper; + optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; + optimismsepolia_swap_SystemInfo_orderBy: optimismsepolia_swap_SystemInfo_orderBy; + optimismsepolia_swap__Block_: ResolverTypeWrapper; + optimismsepolia_swap__Meta_: ResolverTypeWrapper; + 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; + xdai_Aggregation_interval: xdai_Aggregation_interval; + xdai_AssetBalance: ResolverTypeWrapper; + xdai_AssetBalance_filter: xdai_AssetBalance_filter; + xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; + xdai_BigDecimal: ResolverTypeWrapper; + xdai_BlockChangedFilter: xdai_BlockChangedFilter; + xdai_Block_height: xdai_Block_height; + xdai_Bytes: ResolverTypeWrapper; + xdai_Int8: ResolverTypeWrapper; + xdai_OrderDirection: xdai_OrderDirection; + xdai_Router: ResolverTypeWrapper; + xdai_Router_filter: xdai_Router_filter; + xdai_Router_orderBy: xdai_Router_orderBy; + xdai_Transaction: ResolverTypeWrapper; + xdai_TransactionStatus: xdai_TransactionStatus; + xdai_Transaction_filter: xdai_Transaction_filter; + xdai_Transaction_orderBy: xdai_Transaction_orderBy; + xdai_User: ResolverTypeWrapper; + xdai_User_filter: xdai_User_filter; + xdai_User_orderBy: xdai_User_orderBy; + xdai__Block_: ResolverTypeWrapper; + xdai__Meta_: ResolverTypeWrapper; + mode_swap_Aggregation_interval: mode_swap_Aggregation_interval; + mode_swap_BigDecimal: ResolverTypeWrapper; + mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; + mode_swap_Block_height: mode_swap_Block_height; + mode_swap_Bytes: ResolverTypeWrapper; + mode_swap_Int8: ResolverTypeWrapper; + mode_swap_LpAccount: ResolverTypeWrapper; + mode_swap_LpAccountBalance: ResolverTypeWrapper; + mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; + mode_swap_LpAccountBalance_orderBy: mode_swap_LpAccountBalance_orderBy; + mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; + mode_swap_LpAccount_orderBy: mode_swap_LpAccount_orderBy; + mode_swap_LpToken: ResolverTypeWrapper; + mode_swap_LpTokenEvent: ResolversTypes['mode_swap_LpTransferEvent']; + mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; + mode_swap_LpTokenEvent_orderBy: mode_swap_LpTokenEvent_orderBy; + mode_swap_LpToken_filter: mode_swap_LpToken_filter; + mode_swap_LpToken_orderBy: mode_swap_LpToken_orderBy; + mode_swap_LpTransferEvent: ResolverTypeWrapper; + mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; + mode_swap_LpTransferEvent_orderBy: mode_swap_LpTransferEvent_orderBy; + mode_swap_OrderDirection: mode_swap_OrderDirection; + mode_swap_PooledToken: ResolverTypeWrapper; + mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; + mode_swap_PooledToken_orderBy: mode_swap_PooledToken_orderBy; + mode_swap_StableSwap: ResolverTypeWrapper; + mode_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; + mode_swap_StableSwapAddLiquidityEvent_orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy; + mode_swap_StableSwapEvent: ResolversTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mode_swap_StableSwapRemoveLiquidityEvent']; + mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; + mode_swap_StableSwapEvent_orderBy: mode_swap_StableSwapEvent_orderBy; + mode_swap_StableSwapExchange: ResolverTypeWrapper; + mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; + mode_swap_StableSwapExchange_orderBy: mode_swap_StableSwapExchange_orderBy; + mode_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; + mode_swap_StableSwapRemoveLiquidityEvent_orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy; + mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; + mode_swap_StableSwap_orderBy: mode_swap_StableSwap_orderBy; + mode_swap_SwapDailyVolume: ResolverTypeWrapper; + mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; + mode_swap_SwapDailyVolume_orderBy: mode_swap_SwapDailyVolume_orderBy; + mode_swap_SwapHourlyVolume: ResolverTypeWrapper; + mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; + mode_swap_SwapHourlyVolume_orderBy: mode_swap_SwapHourlyVolume_orderBy; + mode_swap_SwapTradeVolume: ResolversTypes['mode_swap_SwapDailyVolume'] | ResolversTypes['mode_swap_SwapHourlyVolume'] | ResolversTypes['mode_swap_SwapWeeklyVolume']; + mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; + mode_swap_SwapTradeVolume_orderBy: mode_swap_SwapTradeVolume_orderBy; + mode_swap_SwapWeeklyVolume: ResolverTypeWrapper; + mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; + mode_swap_SwapWeeklyVolume_orderBy: mode_swap_SwapWeeklyVolume_orderBy; + mode_swap_SystemInfo: ResolverTypeWrapper; + mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; + mode_swap_SystemInfo_orderBy: mode_swap_SystemInfo_orderBy; + mode_swap__Block_: ResolverTypeWrapper; + mode_swap__Meta_: ResolverTypeWrapper; + metis_swap_Aggregation_interval: metis_swap_Aggregation_interval; + metis_swap_BigDecimal: ResolverTypeWrapper; + metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; + metis_swap_Block_height: metis_swap_Block_height; + metis_swap_Bytes: ResolverTypeWrapper; + metis_swap_Int8: ResolverTypeWrapper; + metis_swap_LpAccount: ResolverTypeWrapper; + metis_swap_LpAccountBalance: ResolverTypeWrapper; + metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; + metis_swap_LpAccountBalance_orderBy: metis_swap_LpAccountBalance_orderBy; + metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; + metis_swap_LpAccount_orderBy: metis_swap_LpAccount_orderBy; + metis_swap_LpToken: ResolverTypeWrapper; + metis_swap_LpTokenEvent: ResolversTypes['metis_swap_LpTransferEvent']; + metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; + metis_swap_LpTokenEvent_orderBy: metis_swap_LpTokenEvent_orderBy; + metis_swap_LpToken_filter: metis_swap_LpToken_filter; + metis_swap_LpToken_orderBy: metis_swap_LpToken_orderBy; + metis_swap_LpTransferEvent: ResolverTypeWrapper; + metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; + metis_swap_LpTransferEvent_orderBy: metis_swap_LpTransferEvent_orderBy; + metis_swap_OrderDirection: metis_swap_OrderDirection; + metis_swap_PooledToken: ResolverTypeWrapper; + metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; + metis_swap_PooledToken_orderBy: metis_swap_PooledToken_orderBy; + metis_swap_StableSwap: ResolverTypeWrapper; + metis_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; + metis_swap_StableSwapAddLiquidityEvent_orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy; + metis_swap_StableSwapEvent: ResolversTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['metis_swap_StableSwapRemoveLiquidityEvent']; + metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; + metis_swap_StableSwapEvent_orderBy: metis_swap_StableSwapEvent_orderBy; + metis_swap_StableSwapExchange: ResolverTypeWrapper; + metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; + metis_swap_StableSwapExchange_orderBy: metis_swap_StableSwapExchange_orderBy; + metis_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; + metis_swap_StableSwapRemoveLiquidityEvent_orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy; + metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; + metis_swap_StableSwap_orderBy: metis_swap_StableSwap_orderBy; + metis_swap_SwapDailyVolume: ResolverTypeWrapper; + metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; + metis_swap_SwapDailyVolume_orderBy: metis_swap_SwapDailyVolume_orderBy; + metis_swap_SwapHourlyVolume: ResolverTypeWrapper; + metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; + metis_swap_SwapHourlyVolume_orderBy: metis_swap_SwapHourlyVolume_orderBy; + metis_swap_SwapTradeVolume: ResolversTypes['metis_swap_SwapDailyVolume'] | ResolversTypes['metis_swap_SwapHourlyVolume'] | ResolversTypes['metis_swap_SwapWeeklyVolume']; + metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; + metis_swap_SwapTradeVolume_orderBy: metis_swap_SwapTradeVolume_orderBy; + metis_swap_SwapWeeklyVolume: ResolverTypeWrapper; + metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; + metis_swap_SwapWeeklyVolume_orderBy: metis_swap_SwapWeeklyVolume_orderBy; + metis_swap_SystemInfo: ResolverTypeWrapper; + metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; + metis_swap_SystemInfo_orderBy: metis_swap_SystemInfo_orderBy; + metis_swap__Block_: ResolverTypeWrapper; + metis_swap__Meta_: ResolverTypeWrapper; + mantle_swap_Aggregation_interval: mantle_swap_Aggregation_interval; + mantle_swap_BigDecimal: ResolverTypeWrapper; + mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; + mantle_swap_Block_height: mantle_swap_Block_height; + mantle_swap_Bytes: ResolverTypeWrapper; + mantle_swap_Int8: ResolverTypeWrapper; + mantle_swap_LpAccount: ResolverTypeWrapper; + mantle_swap_LpAccountBalance: ResolverTypeWrapper; + mantle_swap_LpAccountBalance_filter: mantle_swap_LpAccountBalance_filter; + mantle_swap_LpAccountBalance_orderBy: mantle_swap_LpAccountBalance_orderBy; + mantle_swap_LpAccount_filter: mantle_swap_LpAccount_filter; + mantle_swap_LpAccount_orderBy: mantle_swap_LpAccount_orderBy; + mantle_swap_LpToken: ResolverTypeWrapper; + mantle_swap_LpTokenEvent: ResolversTypes['mantle_swap_LpTransferEvent']; + mantle_swap_LpTokenEvent_filter: mantle_swap_LpTokenEvent_filter; + mantle_swap_LpTokenEvent_orderBy: mantle_swap_LpTokenEvent_orderBy; + mantle_swap_LpToken_filter: mantle_swap_LpToken_filter; + mantle_swap_LpToken_orderBy: mantle_swap_LpToken_orderBy; + mantle_swap_LpTransferEvent: ResolverTypeWrapper; + mantle_swap_LpTransferEvent_filter: mantle_swap_LpTransferEvent_filter; + mantle_swap_LpTransferEvent_orderBy: mantle_swap_LpTransferEvent_orderBy; + mantle_swap_OrderDirection: mantle_swap_OrderDirection; + mantle_swap_PooledToken: ResolverTypeWrapper; + mantle_swap_PooledToken_filter: mantle_swap_PooledToken_filter; + mantle_swap_PooledToken_orderBy: mantle_swap_PooledToken_orderBy; + mantle_swap_StableSwap: ResolverTypeWrapper; + mantle_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + mantle_swap_StableSwapAddLiquidityEvent_filter: mantle_swap_StableSwapAddLiquidityEvent_filter; + mantle_swap_StableSwapAddLiquidityEvent_orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy; + mantle_swap_StableSwapEvent: ResolversTypes['mantle_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mantle_swap_StableSwapRemoveLiquidityEvent']; + mantle_swap_StableSwapEvent_filter: mantle_swap_StableSwapEvent_filter; + mantle_swap_StableSwapEvent_orderBy: mantle_swap_StableSwapEvent_orderBy; + mantle_swap_StableSwapExchange: ResolverTypeWrapper; + mantle_swap_StableSwapExchange_filter: mantle_swap_StableSwapExchange_filter; + mantle_swap_StableSwapExchange_orderBy: mantle_swap_StableSwapExchange_orderBy; + mantle_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + mantle_swap_StableSwapRemoveLiquidityEvent_filter: mantle_swap_StableSwapRemoveLiquidityEvent_filter; + mantle_swap_StableSwapRemoveLiquidityEvent_orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy; + mantle_swap_StableSwap_filter: mantle_swap_StableSwap_filter; + mantle_swap_StableSwap_orderBy: mantle_swap_StableSwap_orderBy; + mantle_swap_SwapDailyVolume: ResolverTypeWrapper; + mantle_swap_SwapDailyVolume_filter: mantle_swap_SwapDailyVolume_filter; + mantle_swap_SwapDailyVolume_orderBy: mantle_swap_SwapDailyVolume_orderBy; + mantle_swap_SwapHourlyVolume: ResolverTypeWrapper; + mantle_swap_SwapHourlyVolume_filter: mantle_swap_SwapHourlyVolume_filter; + mantle_swap_SwapHourlyVolume_orderBy: mantle_swap_SwapHourlyVolume_orderBy; + mantle_swap_SwapTradeVolume: ResolversTypes['mantle_swap_SwapDailyVolume'] | ResolversTypes['mantle_swap_SwapHourlyVolume'] | ResolversTypes['mantle_swap_SwapWeeklyVolume']; + mantle_swap_SwapTradeVolume_filter: mantle_swap_SwapTradeVolume_filter; + mantle_swap_SwapTradeVolume_orderBy: mantle_swap_SwapTradeVolume_orderBy; + mantle_swap_SwapWeeklyVolume: ResolverTypeWrapper; + mantle_swap_SwapWeeklyVolume_filter: mantle_swap_SwapWeeklyVolume_filter; + mantle_swap_SwapWeeklyVolume_orderBy: mantle_swap_SwapWeeklyVolume_orderBy; + mantle_swap_SystemInfo: ResolverTypeWrapper; + mantle_swap_SystemInfo_filter: mantle_swap_SystemInfo_filter; + mantle_swap_SystemInfo_orderBy: mantle_swap_SystemInfo_orderBy; + mantle_swap__Block_: ResolverTypeWrapper; + mantle_swap__Meta_: ResolverTypeWrapper; + 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; + 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; + 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; + sepolia_swap_Aggregation_interval: sepolia_swap_Aggregation_interval; + sepolia_swap_BigDecimal: ResolverTypeWrapper; + sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; + sepolia_swap_Block_height: sepolia_swap_Block_height; + sepolia_swap_Bytes: ResolverTypeWrapper; + sepolia_swap_Int8: ResolverTypeWrapper; + sepolia_swap_LpAccount: ResolverTypeWrapper; + sepolia_swap_LpAccountBalance: ResolverTypeWrapper; + sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; + sepolia_swap_LpAccountBalance_orderBy: sepolia_swap_LpAccountBalance_orderBy; + sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; + sepolia_swap_LpAccount_orderBy: sepolia_swap_LpAccount_orderBy; + sepolia_swap_LpToken: ResolverTypeWrapper; + sepolia_swap_LpTokenEvent: ResolversTypes['sepolia_swap_LpTransferEvent']; + sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; + sepolia_swap_LpTokenEvent_orderBy: sepolia_swap_LpTokenEvent_orderBy; + sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; + sepolia_swap_LpToken_orderBy: sepolia_swap_LpToken_orderBy; + sepolia_swap_LpTransferEvent: ResolverTypeWrapper; + sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; + sepolia_swap_LpTransferEvent_orderBy: sepolia_swap_LpTransferEvent_orderBy; + sepolia_swap_OrderDirection: sepolia_swap_OrderDirection; + sepolia_swap_PooledToken: ResolverTypeWrapper; + sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; + sepolia_swap_PooledToken_orderBy: sepolia_swap_PooledToken_orderBy; + sepolia_swap_StableSwap: ResolverTypeWrapper; + sepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; + sepolia_swap_StableSwapAddLiquidityEvent_orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy; + sepolia_swap_StableSwapEvent: ResolversTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; + sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; + sepolia_swap_StableSwapEvent_orderBy: sepolia_swap_StableSwapEvent_orderBy; + sepolia_swap_StableSwapExchange: ResolverTypeWrapper; + sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; + sepolia_swap_StableSwapExchange_orderBy: sepolia_swap_StableSwapExchange_orderBy; + sepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; + sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; + sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; + sepolia_swap_StableSwap_orderBy: sepolia_swap_StableSwap_orderBy; + sepolia_swap_SwapDailyVolume: ResolverTypeWrapper; + sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; + sepolia_swap_SwapDailyVolume_orderBy: sepolia_swap_SwapDailyVolume_orderBy; + sepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; + sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; + sepolia_swap_SwapHourlyVolume_orderBy: sepolia_swap_SwapHourlyVolume_orderBy; + sepolia_swap_SwapTradeVolume: ResolversTypes['sepolia_swap_SwapDailyVolume'] | ResolversTypes['sepolia_swap_SwapHourlyVolume'] | ResolversTypes['sepolia_swap_SwapWeeklyVolume']; + sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; + sepolia_swap_SwapTradeVolume_orderBy: sepolia_swap_SwapTradeVolume_orderBy; + sepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; + sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; + sepolia_swap_SwapWeeklyVolume_orderBy: sepolia_swap_SwapWeeklyVolume_orderBy; + sepolia_swap_SystemInfo: ResolverTypeWrapper; + sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; + sepolia_swap_SystemInfo_orderBy: sepolia_swap_SystemInfo_orderBy; + sepolia_swap__Block_: ResolverTypeWrapper; + sepolia_swap__Meta_: ResolverTypeWrapper; + mainnet_AggregateRootSavedSlow: ResolverTypeWrapper; + mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; + mainnet_AggregateRootSavedSlow_orderBy: mainnet_AggregateRootSavedSlow_orderBy; + mainnet_AggregatedMessageRoot: ResolverTypeWrapper; + mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; + mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; + mainnet_Aggregation_interval: mainnet_Aggregation_interval; + mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; + mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; + mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; + mainnet_AvalancheConnectorMeta: ResolverTypeWrapper; + mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; + mainnet_AvalancheConnectorMeta_orderBy: mainnet_AvalancheConnectorMeta_orderBy; + mainnet_BaseConnectorMeta: ResolverTypeWrapper; + mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; + mainnet_BaseConnectorMeta_orderBy: mainnet_BaseConnectorMeta_orderBy; + mainnet_BigDecimal: ResolverTypeWrapper; + mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; + mainnet_Block_height: mainnet_Block_height; + mainnet_BnbConnectorMeta: ResolverTypeWrapper; + mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; + mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; + mainnet_Bytes: ResolverTypeWrapper; + mainnet_GnosisConnectorMeta: ResolverTypeWrapper; + mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; + mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; + mainnet_HubDomain: ResolverTypeWrapper; + mainnet_HubDomain_filter: mainnet_HubDomain_filter; + mainnet_HubDomain_orderBy: mainnet_HubDomain_orderBy; + mainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; + mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; + mainnet_HubOptimisticRootFinalized_orderBy: mainnet_HubOptimisticRootFinalized_orderBy; + mainnet_Int8: ResolverTypeWrapper; + mainnet_LineaConnectorMeta: ResolverTypeWrapper; + mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; + mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; + mainnet_MantleConnectorMeta: ResolverTypeWrapper; + mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; + mainnet_MantleConnectorMeta_orderBy: mainnet_MantleConnectorMeta_orderBy; + mainnet_MetisConnectorMeta: ResolverTypeWrapper; + mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; + mainnet_MetisConnectorMeta_orderBy: mainnet_MetisConnectorMeta_orderBy; + mainnet_ModeConnectorMeta: ResolverTypeWrapper; + mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; + mainnet_ModeConnectorMeta_orderBy: mainnet_ModeConnectorMeta_orderBy; + mainnet_OptimismConnectorMeta: ResolverTypeWrapper; + mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; + mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; + mainnet_OptimisticRootPropagated: ResolverTypeWrapper; + mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; + mainnet_OptimisticRootPropagated_orderBy: mainnet_OptimisticRootPropagated_orderBy; + mainnet_OptimisticRootProposed: ResolverTypeWrapper; + mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; + mainnet_OptimisticRootProposed_orderBy: mainnet_OptimisticRootProposed_orderBy; + mainnet_OrderDirection: mainnet_OrderDirection; + mainnet_PolygonConnectorMeta: ResolverTypeWrapper; + mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; + mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; + mainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; + mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; + mainnet_PolygonZkConnectorMeta_orderBy: mainnet_PolygonZkConnectorMeta_orderBy; + mainnet_RootAggregated: ResolverTypeWrapper; + mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; + mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; + mainnet_RootManagerMeta: ResolverTypeWrapper; + mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; + mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; + mainnet_RootManagerMode: ResolverTypeWrapper; + mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; + mainnet_RootManagerMode_orderBy: mainnet_RootManagerMode_orderBy; + mainnet_RootMessageProcessed: ResolverTypeWrapper; + mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; + mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; + mainnet_RootPropagated: ResolverTypeWrapper; + mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; + mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; + mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; + mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; + mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; + mainnet__Block_: ResolverTypeWrapper; + mainnet__Meta_: ResolverTypeWrapper; + 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; + sepolia_AggregateRootSavedSlow: ResolverTypeWrapper; + sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; + sepolia_AggregateRootSavedSlow_orderBy: sepolia_AggregateRootSavedSlow_orderBy; + sepolia_AggregatedMessageRoot: ResolverTypeWrapper; + sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; + sepolia_AggregatedMessageRoot_orderBy: sepolia_AggregatedMessageRoot_orderBy; + sepolia_Aggregation_interval: sepolia_Aggregation_interval; + sepolia_ArbitrumConnectorMeta: ResolverTypeWrapper; + sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; + sepolia_ArbitrumConnectorMeta_orderBy: sepolia_ArbitrumConnectorMeta_orderBy; + sepolia_AvalancheConnectorMeta: ResolverTypeWrapper; + sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; + sepolia_AvalancheConnectorMeta_orderBy: sepolia_AvalancheConnectorMeta_orderBy; + sepolia_BaseConnectorMeta: ResolverTypeWrapper; + sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; + sepolia_BaseConnectorMeta_orderBy: sepolia_BaseConnectorMeta_orderBy; + sepolia_BigDecimal: ResolverTypeWrapper; + sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; + sepolia_Block_height: sepolia_Block_height; + sepolia_BnbConnectorMeta: ResolverTypeWrapper; + sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; + sepolia_BnbConnectorMeta_orderBy: sepolia_BnbConnectorMeta_orderBy; + sepolia_Bytes: ResolverTypeWrapper; + sepolia_GnosisConnectorMeta: ResolverTypeWrapper; + sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; + sepolia_GnosisConnectorMeta_orderBy: sepolia_GnosisConnectorMeta_orderBy; + sepolia_HubDomain: ResolverTypeWrapper; + sepolia_HubDomain_filter: sepolia_HubDomain_filter; + sepolia_HubDomain_orderBy: sepolia_HubDomain_orderBy; + sepolia_HubOptimisticRootFinalized: ResolverTypeWrapper; + sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; + sepolia_HubOptimisticRootFinalized_orderBy: sepolia_HubOptimisticRootFinalized_orderBy; + sepolia_Int8: ResolverTypeWrapper; + sepolia_LineaConnectorMeta: ResolverTypeWrapper; + sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; + sepolia_LineaConnectorMeta_orderBy: sepolia_LineaConnectorMeta_orderBy; + sepolia_MantleConnectorMeta: ResolverTypeWrapper; + sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; + sepolia_MantleConnectorMeta_orderBy: sepolia_MantleConnectorMeta_orderBy; + sepolia_MetisConnectorMeta: ResolverTypeWrapper; + sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; + sepolia_MetisConnectorMeta_orderBy: sepolia_MetisConnectorMeta_orderBy; + sepolia_ModeConnectorMeta: ResolverTypeWrapper; + sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; + sepolia_ModeConnectorMeta_orderBy: sepolia_ModeConnectorMeta_orderBy; + sepolia_OptimismConnectorMeta: ResolverTypeWrapper; + sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; + sepolia_OptimismConnectorMeta_orderBy: sepolia_OptimismConnectorMeta_orderBy; + sepolia_OptimisticRootPropagated: ResolverTypeWrapper; + sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; + sepolia_OptimisticRootPropagated_orderBy: sepolia_OptimisticRootPropagated_orderBy; + sepolia_OptimisticRootProposed: ResolverTypeWrapper; + sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; + sepolia_OptimisticRootProposed_orderBy: sepolia_OptimisticRootProposed_orderBy; + sepolia_OrderDirection: sepolia_OrderDirection; + sepolia_PolygonConnectorMeta: ResolverTypeWrapper; + sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; + sepolia_PolygonConnectorMeta_orderBy: sepolia_PolygonConnectorMeta_orderBy; + sepolia_PolygonZkConnectorMeta: ResolverTypeWrapper; + sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; + sepolia_PolygonZkConnectorMeta_orderBy: sepolia_PolygonZkConnectorMeta_orderBy; + sepolia_RootAggregated: ResolverTypeWrapper; + sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; + sepolia_RootAggregated_orderBy: sepolia_RootAggregated_orderBy; + sepolia_RootManagerMeta: ResolverTypeWrapper; + sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; + sepolia_RootManagerMeta_orderBy: sepolia_RootManagerMeta_orderBy; + sepolia_RootManagerMode: ResolverTypeWrapper; + sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; + sepolia_RootManagerMode_orderBy: sepolia_RootManagerMode_orderBy; + sepolia_RootMessageProcessed: ResolverTypeWrapper; + sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; + sepolia_RootMessageProcessed_orderBy: sepolia_RootMessageProcessed_orderBy; + sepolia_RootPropagated: ResolverTypeWrapper; + sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; + sepolia_RootPropagated_orderBy: sepolia_RootPropagated_orderBy; + sepolia_ScrollConnectorMeta: ResolverTypeWrapper; + sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; + sepolia_ScrollConnectorMeta_orderBy: sepolia_ScrollConnectorMeta_orderBy; + sepolia_X1ConnectorMeta: ResolverTypeWrapper; + sepolia_X1ConnectorMeta_filter: sepolia_X1ConnectorMeta_filter; + sepolia_X1ConnectorMeta_orderBy: sepolia_X1ConnectorMeta_orderBy; + sepolia_ZkSyncConnectorMeta: ResolverTypeWrapper; + sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; + sepolia_ZkSyncConnectorMeta_orderBy: sepolia_ZkSyncConnectorMeta_orderBy; + sepolia__Block_: ResolverTypeWrapper; + sepolia__Meta_: ResolverTypeWrapper; + arbitrumsepolia_swap_Aggregation_interval: arbitrumsepolia_swap_Aggregation_interval; + arbitrumsepolia_swap_BigDecimal: ResolverTypeWrapper; + arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; + arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; + arbitrumsepolia_swap_Bytes: ResolverTypeWrapper; + arbitrumsepolia_swap_Int8: ResolverTypeWrapper; + arbitrumsepolia_swap_LpAccount: ResolverTypeWrapper; + arbitrumsepolia_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; + arbitrumsepolia_swap_LpAccountBalance_orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy; + arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; + arbitrumsepolia_swap_LpAccount_orderBy: arbitrumsepolia_swap_LpAccount_orderBy; + arbitrumsepolia_swap_LpToken: ResolverTypeWrapper; + arbitrumsepolia_swap_LpTokenEvent: ResolversTypes['arbitrumsepolia_swap_LpTransferEvent']; + arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; + arbitrumsepolia_swap_LpTokenEvent_orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy; + arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; + arbitrumsepolia_swap_LpToken_orderBy: arbitrumsepolia_swap_LpToken_orderBy; + arbitrumsepolia_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; + arbitrumsepolia_swap_LpTransferEvent_orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy; + arbitrumsepolia_swap_OrderDirection: arbitrumsepolia_swap_OrderDirection; + arbitrumsepolia_swap_PooledToken: ResolverTypeWrapper; + arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; + arbitrumsepolia_swap_PooledToken_orderBy: arbitrumsepolia_swap_PooledToken_orderBy; + arbitrumsepolia_swap_StableSwap: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumsepolia_swap_StableSwapEvent: ResolversTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; + arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; + arbitrumsepolia_swap_StableSwapEvent_orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy; + arbitrumsepolia_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; + arbitrumsepolia_swap_StableSwapExchange_orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; + arbitrumsepolia_swap_StableSwap_orderBy: arbitrumsepolia_swap_StableSwap_orderBy; + arbitrumsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; + arbitrumsepolia_swap_SwapDailyVolume_orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy; + arbitrumsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; + arbitrumsepolia_swap_SwapHourlyVolume_orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy; + arbitrumsepolia_swap_SwapTradeVolume: ResolversTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; + arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; + arbitrumsepolia_swap_SwapTradeVolume_orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy; + arbitrumsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; + arbitrumsepolia_swap_SwapWeeklyVolume_orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy; + arbitrumsepolia_swap_SystemInfo: ResolverTypeWrapper; + arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; + arbitrumsepolia_swap_SystemInfo_orderBy: arbitrumsepolia_swap_SystemInfo_orderBy; + arbitrumsepolia_swap__Block_: ResolverTypeWrapper; + arbitrumsepolia_swap__Meta_: ResolverTypeWrapper; + 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; + bnb_swap_Aggregation_interval: bnb_swap_Aggregation_interval; + bnb_swap_BigDecimal: ResolverTypeWrapper; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: ResolverTypeWrapper; + bnb_swap_Int8: ResolverTypeWrapper; + bnb_swap_LpAccount: ResolverTypeWrapper; + bnb_swap_LpAccountBalance: ResolverTypeWrapper; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; + bnb_swap_LpToken: ResolverTypeWrapper; + bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; + bnb_swap_LpTransferEvent: ResolverTypeWrapper; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; + bnb_swap_OrderDirection: bnb_swap_OrderDirection; + bnb_swap_PooledToken: ResolverTypeWrapper; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; + bnb_swap_StableSwap: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; + bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; + bnb_swap_StableSwapExchange: ResolverTypeWrapper; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; + bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; + bnb_swap_SwapDailyVolume: ResolverTypeWrapper; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; + bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; + bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; + bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; + bnb_swap_SystemInfo: ResolverTypeWrapper; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; + bnb_swap__Block_: ResolverTypeWrapper; + bnb_swap__Meta_: ResolverTypeWrapper; + optimism_AggregateRoot: ResolverTypeWrapper; + optimism_AggregateRootProposed: ResolverTypeWrapper; + optimism_AggregateRootProposed_filter: optimism_AggregateRootProposed_filter; + optimism_AggregateRootProposed_orderBy: optimism_AggregateRootProposed_orderBy; + optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; + optimism_AggregateRoot_orderBy: optimism_AggregateRoot_orderBy; + optimism_Aggregation_interval: optimism_Aggregation_interval; + optimism_Asset: ResolverTypeWrapper; + optimism_AssetBalance: ResolverTypeWrapper; + optimism_AssetBalance_filter: optimism_AssetBalance_filter; + optimism_AssetBalance_orderBy: optimism_AssetBalance_orderBy; + optimism_AssetStatus: ResolverTypeWrapper; + optimism_AssetStatus_filter: optimism_AssetStatus_filter; + optimism_AssetStatus_orderBy: optimism_AssetStatus_orderBy; + optimism_Asset_filter: optimism_Asset_filter; + optimism_Asset_orderBy: optimism_Asset_orderBy; + optimism_BigDecimal: ResolverTypeWrapper; + optimism_BlockChangedFilter: optimism_BlockChangedFilter; + optimism_Block_height: optimism_Block_height; + optimism_Bytes: ResolverTypeWrapper; + optimism_ConnectorMeta: ResolverTypeWrapper; + optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; + optimism_ConnectorMeta_orderBy: optimism_ConnectorMeta_orderBy; + optimism_DestinationTransfer: ResolverTypeWrapper; + optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; + optimism_DestinationTransfer_orderBy: optimism_DestinationTransfer_orderBy; + optimism_Int8: ResolverTypeWrapper; + optimism_OptimisticRootFinalized: ResolverTypeWrapper; + optimism_OptimisticRootFinalized_filter: optimism_OptimisticRootFinalized_filter; + optimism_OptimisticRootFinalized_orderBy: optimism_OptimisticRootFinalized_orderBy; + optimism_OrderDirection: optimism_OrderDirection; + optimism_OriginMessage: ResolverTypeWrapper; + optimism_OriginMessage_filter: optimism_OriginMessage_filter; + optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; + optimism_OriginTransfer: ResolverTypeWrapper; + optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; + optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; + optimism_Relayer: ResolverTypeWrapper; + optimism_RelayerFee: ResolverTypeWrapper; + optimism_RelayerFee_filter: optimism_RelayerFee_filter; + optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; + optimism_RelayerFeesIncrease: ResolverTypeWrapper; + optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; + optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; + optimism_Relayer_filter: optimism_Relayer_filter; + optimism_Relayer_orderBy: optimism_Relayer_orderBy; + optimism_RootCount: ResolverTypeWrapper; + optimism_RootCount_filter: optimism_RootCount_filter; + optimism_RootCount_orderBy: optimism_RootCount_orderBy; + optimism_RootMessageSent: ResolverTypeWrapper; + optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; + optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; + optimism_Router: ResolverTypeWrapper; + optimism_RouterDailyTVL: ResolverTypeWrapper; + optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; + optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; + optimism_RouterLiquidityEvent: ResolverTypeWrapper; + optimism_RouterLiquidityEventType: optimism_RouterLiquidityEventType; + optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; + optimism_RouterLiquidityEvent_orderBy: optimism_RouterLiquidityEvent_orderBy; + optimism_Router_filter: optimism_Router_filter; + optimism_Router_orderBy: optimism_Router_orderBy; + optimism_Sequencer: ResolverTypeWrapper; + optimism_Sequencer_filter: optimism_Sequencer_filter; + optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; + optimism_Setting: ResolverTypeWrapper; + optimism_Setting_filter: optimism_Setting_filter; + optimism_Setting_orderBy: optimism_Setting_orderBy; + optimism_SlippageUpdate: ResolverTypeWrapper; + optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; + optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; + optimism_SnapshotRoot: ResolverTypeWrapper; + optimism_SnapshotRoot_filter: optimism_SnapshotRoot_filter; + optimism_SnapshotRoot_orderBy: optimism_SnapshotRoot_orderBy; + optimism_SpokeConnectorMode: ResolverTypeWrapper; + optimism_SpokeConnectorMode_filter: optimism_SpokeConnectorMode_filter; + optimism_SpokeConnectorMode_orderBy: optimism_SpokeConnectorMode_orderBy; + optimism_TransferStatus: optimism_TransferStatus; + optimism__Block_: ResolverTypeWrapper; + optimism__Meta_: ResolverTypeWrapper; + arbitrumone_AggregateRoot: ResolverTypeWrapper; + arbitrumone_AggregateRootProposed: ResolverTypeWrapper; + arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; + arbitrumone_AggregateRootProposed_orderBy: arbitrumone_AggregateRootProposed_orderBy; + arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; + arbitrumone_AggregateRoot_orderBy: arbitrumone_AggregateRoot_orderBy; + arbitrumone_Aggregation_interval: arbitrumone_Aggregation_interval; + arbitrumone_Asset: ResolverTypeWrapper; + arbitrumone_AssetBalance: ResolverTypeWrapper; + arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; + arbitrumone_AssetBalance_orderBy: arbitrumone_AssetBalance_orderBy; + arbitrumone_AssetStatus: ResolverTypeWrapper; + arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; + arbitrumone_AssetStatus_orderBy: arbitrumone_AssetStatus_orderBy; + arbitrumone_Asset_filter: arbitrumone_Asset_filter; + arbitrumone_Asset_orderBy: arbitrumone_Asset_orderBy; + arbitrumone_BigDecimal: ResolverTypeWrapper; + arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; + arbitrumone_Block_height: arbitrumone_Block_height; + arbitrumone_Bytes: ResolverTypeWrapper; + arbitrumone_ConnectorMeta: ResolverTypeWrapper; + arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; + arbitrumone_ConnectorMeta_orderBy: arbitrumone_ConnectorMeta_orderBy; + arbitrumone_DestinationTransfer: ResolverTypeWrapper; + arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; + arbitrumone_DestinationTransfer_orderBy: arbitrumone_DestinationTransfer_orderBy; + arbitrumone_Int8: ResolverTypeWrapper; + arbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; + arbitrumone_OptimisticRootFinalized_filter: arbitrumone_OptimisticRootFinalized_filter; + arbitrumone_OptimisticRootFinalized_orderBy: arbitrumone_OptimisticRootFinalized_orderBy; + arbitrumone_OrderDirection: arbitrumone_OrderDirection; + arbitrumone_OriginMessage: ResolverTypeWrapper; + arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; + arbitrumone_OriginMessage_orderBy: arbitrumone_OriginMessage_orderBy; + arbitrumone_OriginTransfer: ResolverTypeWrapper; + arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; + arbitrumone_OriginTransfer_orderBy: arbitrumone_OriginTransfer_orderBy; + arbitrumone_Relayer: ResolverTypeWrapper; + arbitrumone_RelayerFee: ResolverTypeWrapper; + arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; + arbitrumone_RelayerFee_orderBy: arbitrumone_RelayerFee_orderBy; + arbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; + arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; + arbitrumone_RelayerFeesIncrease_orderBy: arbitrumone_RelayerFeesIncrease_orderBy; + arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; + arbitrumone_Relayer_orderBy: arbitrumone_Relayer_orderBy; + arbitrumone_RootCount: ResolverTypeWrapper; + arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; + arbitrumone_RootCount_orderBy: arbitrumone_RootCount_orderBy; + arbitrumone_RootMessageSent: ResolverTypeWrapper; + arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; + arbitrumone_RootMessageSent_orderBy: arbitrumone_RootMessageSent_orderBy; + arbitrumone_Router: ResolverTypeWrapper; + arbitrumone_RouterDailyTVL: ResolverTypeWrapper; + arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; + arbitrumone_RouterDailyTVL_orderBy: arbitrumone_RouterDailyTVL_orderBy; + arbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; + arbitrumone_RouterLiquidityEventType: arbitrumone_RouterLiquidityEventType; + arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; + arbitrumone_RouterLiquidityEvent_orderBy: arbitrumone_RouterLiquidityEvent_orderBy; + arbitrumone_Router_filter: arbitrumone_Router_filter; + arbitrumone_Router_orderBy: arbitrumone_Router_orderBy; + arbitrumone_Sequencer: ResolverTypeWrapper; + arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; + arbitrumone_Sequencer_orderBy: arbitrumone_Sequencer_orderBy; + arbitrumone_Setting: ResolverTypeWrapper; + arbitrumone_Setting_filter: arbitrumone_Setting_filter; + arbitrumone_Setting_orderBy: arbitrumone_Setting_orderBy; + arbitrumone_SlippageUpdate: ResolverTypeWrapper; + arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; + arbitrumone_SlippageUpdate_orderBy: arbitrumone_SlippageUpdate_orderBy; + arbitrumone_SnapshotRoot: ResolverTypeWrapper; + arbitrumone_SnapshotRoot_filter: arbitrumone_SnapshotRoot_filter; + arbitrumone_SnapshotRoot_orderBy: arbitrumone_SnapshotRoot_orderBy; + arbitrumone_SpokeConnectorMode: ResolverTypeWrapper; + arbitrumone_SpokeConnectorMode_filter: arbitrumone_SpokeConnectorMode_filter; + arbitrumone_SpokeConnectorMode_orderBy: arbitrumone_SpokeConnectorMode_orderBy; + arbitrumone_TransferStatus: arbitrumone_TransferStatus; + arbitrumone__Block_: ResolverTypeWrapper; + arbitrumone__Meta_: ResolverTypeWrapper; + 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; + 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; + 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; + linea_AggregateRoot: ResolverTypeWrapper; + linea_AggregateRootProposed: ResolverTypeWrapper; + linea_AggregateRootProposed_filter: linea_AggregateRootProposed_filter; + linea_AggregateRootProposed_orderBy: linea_AggregateRootProposed_orderBy; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_AggregateRoot_orderBy: linea_AggregateRoot_orderBy; + linea_Asset: ResolverTypeWrapper; + linea_AssetBalance: ResolverTypeWrapper; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetBalance_orderBy: linea_AssetBalance_orderBy; + linea_AssetStatus: ResolverTypeWrapper; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_AssetStatus_orderBy: linea_AssetStatus_orderBy; + linea_Asset_filter: linea_Asset_filter; + linea_Asset_orderBy: linea_Asset_orderBy; + linea_BigDecimal: ResolverTypeWrapper; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: ResolverTypeWrapper; + linea_ConnectorMeta: ResolverTypeWrapper; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_ConnectorMeta_orderBy: linea_ConnectorMeta_orderBy; + linea_DestinationTransfer: ResolverTypeWrapper; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_DestinationTransfer_orderBy: linea_DestinationTransfer_orderBy; + linea_OptimisticRootFinalized: ResolverTypeWrapper; + linea_OptimisticRootFinalized_filter: linea_OptimisticRootFinalized_filter; + linea_OptimisticRootFinalized_orderBy: linea_OptimisticRootFinalized_orderBy; + linea_OrderDirection: linea_OrderDirection; + linea_OriginMessage: ResolverTypeWrapper; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginMessage_orderBy: linea_OriginMessage_orderBy; + linea_OriginTransfer: ResolverTypeWrapper; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_OriginTransfer_orderBy: linea_OriginTransfer_orderBy; + linea_Relayer: ResolverTypeWrapper; + linea_RelayerFee: ResolverTypeWrapper; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFee_orderBy: linea_RelayerFee_orderBy; + linea_RelayerFeesIncrease: ResolverTypeWrapper; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_RelayerFeesIncrease_orderBy: linea_RelayerFeesIncrease_orderBy; + linea_Relayer_filter: linea_Relayer_filter; + linea_Relayer_orderBy: linea_Relayer_orderBy; + linea_RootCount: ResolverTypeWrapper; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootCount_orderBy: linea_RootCount_orderBy; + linea_RootMessageSent: ResolverTypeWrapper; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_RootMessageSent_orderBy: linea_RootMessageSent_orderBy; + linea_Router: ResolverTypeWrapper; + linea_RouterDailyTVL: ResolverTypeWrapper; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterDailyTVL_orderBy: linea_RouterDailyTVL_orderBy; + linea_RouterLiquidityEvent: ResolverTypeWrapper; + linea_RouterLiquidityEventType: linea_RouterLiquidityEventType; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_RouterLiquidityEvent_orderBy: linea_RouterLiquidityEvent_orderBy; + linea_Router_filter: linea_Router_filter; + linea_Router_orderBy: linea_Router_orderBy; + linea_Sequencer: ResolverTypeWrapper; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Sequencer_orderBy: linea_Sequencer_orderBy; + linea_Setting: ResolverTypeWrapper; + linea_Setting_filter: linea_Setting_filter; + linea_Setting_orderBy: linea_Setting_orderBy; + linea_SlippageUpdate: ResolverTypeWrapper; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea_SlippageUpdate_orderBy: linea_SlippageUpdate_orderBy; + linea_SnapshotRoot: ResolverTypeWrapper; + linea_SnapshotRoot_filter: linea_SnapshotRoot_filter; + linea_SnapshotRoot_orderBy: linea_SnapshotRoot_orderBy; + linea_SpokeConnectorMode: ResolverTypeWrapper; + linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; + linea_SpokeConnectorMode_orderBy: linea_SpokeConnectorMode_orderBy; + linea_TransferStatus: linea_TransferStatus; + linea__Block_: ResolverTypeWrapper; + linea__Meta_: ResolverTypeWrapper; + xlayer_swap_BigDecimal: ResolverTypeWrapper; + xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; + xlayer_swap_Block_height: xlayer_swap_Block_height; + xlayer_swap_Bytes: ResolverTypeWrapper; + xlayer_swap_Int8: ResolverTypeWrapper; + xlayer_swap_LpAccount: ResolverTypeWrapper; + xlayer_swap_LpAccountBalance: ResolverTypeWrapper; + xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; + xlayer_swap_LpAccountBalance_orderBy: xlayer_swap_LpAccountBalance_orderBy; + xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; + xlayer_swap_LpAccount_orderBy: xlayer_swap_LpAccount_orderBy; + xlayer_swap_LpToken: ResolverTypeWrapper; + xlayer_swap_LpTokenEvent: ResolversTypes['xlayer_swap_LpTransferEvent']; + xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; + xlayer_swap_LpTokenEvent_orderBy: xlayer_swap_LpTokenEvent_orderBy; + xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; + xlayer_swap_LpToken_orderBy: xlayer_swap_LpToken_orderBy; + xlayer_swap_LpTransferEvent: ResolverTypeWrapper; + xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; + xlayer_swap_LpTransferEvent_orderBy: xlayer_swap_LpTransferEvent_orderBy; + xlayer_swap_OrderDirection: xlayer_swap_OrderDirection; + xlayer_swap_PooledToken: ResolverTypeWrapper; + xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; + xlayer_swap_PooledToken_orderBy: xlayer_swap_PooledToken_orderBy; + xlayer_swap_StableSwap: ResolverTypeWrapper; + xlayer_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; + xlayer_swap_StableSwapAddLiquidityEvent_orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy; + xlayer_swap_StableSwapEvent: ResolversTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; + xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; + xlayer_swap_StableSwapEvent_orderBy: xlayer_swap_StableSwapEvent_orderBy; + xlayer_swap_StableSwapExchange: ResolverTypeWrapper; + xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; + xlayer_swap_StableSwapExchange_orderBy: xlayer_swap_StableSwapExchange_orderBy; + xlayer_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; + xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy; + xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; + xlayer_swap_StableSwap_orderBy: xlayer_swap_StableSwap_orderBy; + xlayer_swap_SwapDailyVolume: ResolverTypeWrapper; + xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; + xlayer_swap_SwapDailyVolume_orderBy: xlayer_swap_SwapDailyVolume_orderBy; + xlayer_swap_SwapHourlyVolume: ResolverTypeWrapper; + xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; + xlayer_swap_SwapHourlyVolume_orderBy: xlayer_swap_SwapHourlyVolume_orderBy; + xlayer_swap_SwapTradeVolume: ResolversTypes['xlayer_swap_SwapDailyVolume'] | ResolversTypes['xlayer_swap_SwapHourlyVolume'] | ResolversTypes['xlayer_swap_SwapWeeklyVolume']; + xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; + xlayer_swap_SwapTradeVolume_orderBy: xlayer_swap_SwapTradeVolume_orderBy; + xlayer_swap_SwapWeeklyVolume: ResolverTypeWrapper; + xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; + xlayer_swap_SwapWeeklyVolume_orderBy: xlayer_swap_SwapWeeklyVolume_orderBy; + xlayer_swap_SystemInfo: ResolverTypeWrapper; + xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; + xlayer_swap_SystemInfo_orderBy: xlayer_swap_SystemInfo_orderBy; + xlayer_swap__Block_: ResolverTypeWrapper; + xlayer_swap__Meta_: ResolverTypeWrapper; + 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; + arbitrumsepolia_AggregateRoot: ResolverTypeWrapper; + arbitrumsepolia_AggregateRootProposed: ResolverTypeWrapper; + arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; + arbitrumsepolia_AggregateRootProposed_orderBy: arbitrumsepolia_AggregateRootProposed_orderBy; + arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; + arbitrumsepolia_AggregateRoot_orderBy: arbitrumsepolia_AggregateRoot_orderBy; + arbitrumsepolia_Aggregation_interval: arbitrumsepolia_Aggregation_interval; + arbitrumsepolia_Asset: ResolverTypeWrapper; + arbitrumsepolia_AssetBalance: ResolverTypeWrapper; + arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; + arbitrumsepolia_AssetBalance_orderBy: arbitrumsepolia_AssetBalance_orderBy; + arbitrumsepolia_AssetStatus: ResolverTypeWrapper; + arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; + arbitrumsepolia_AssetStatus_orderBy: arbitrumsepolia_AssetStatus_orderBy; + arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; + arbitrumsepolia_Asset_orderBy: arbitrumsepolia_Asset_orderBy; + arbitrumsepolia_BigDecimal: ResolverTypeWrapper; + arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; + arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; + arbitrumsepolia_Bytes: ResolverTypeWrapper; + arbitrumsepolia_ConnectorMeta: ResolverTypeWrapper; + arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; + arbitrumsepolia_ConnectorMeta_orderBy: arbitrumsepolia_ConnectorMeta_orderBy; + arbitrumsepolia_DestinationTransfer: ResolverTypeWrapper; + arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; + arbitrumsepolia_DestinationTransfer_orderBy: arbitrumsepolia_DestinationTransfer_orderBy; + arbitrumsepolia_Int8: ResolverTypeWrapper; + arbitrumsepolia_OptimisticRootFinalized: ResolverTypeWrapper; + arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; + arbitrumsepolia_OptimisticRootFinalized_orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy; + arbitrumsepolia_OrderDirection: arbitrumsepolia_OrderDirection; + arbitrumsepolia_OriginMessage: ResolverTypeWrapper; + arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; + arbitrumsepolia_OriginMessage_orderBy: arbitrumsepolia_OriginMessage_orderBy; + arbitrumsepolia_OriginTransfer: ResolverTypeWrapper; + arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; + arbitrumsepolia_OriginTransfer_orderBy: arbitrumsepolia_OriginTransfer_orderBy; + arbitrumsepolia_Relayer: ResolverTypeWrapper; + arbitrumsepolia_RelayerFee: ResolverTypeWrapper; + arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; + arbitrumsepolia_RelayerFee_orderBy: arbitrumsepolia_RelayerFee_orderBy; + arbitrumsepolia_RelayerFeesIncrease: ResolverTypeWrapper; + arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; + arbitrumsepolia_RelayerFeesIncrease_orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy; + arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; + arbitrumsepolia_Relayer_orderBy: arbitrumsepolia_Relayer_orderBy; + arbitrumsepolia_RootCount: ResolverTypeWrapper; + arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; + arbitrumsepolia_RootCount_orderBy: arbitrumsepolia_RootCount_orderBy; + arbitrumsepolia_RootMessageSent: ResolverTypeWrapper; + arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; + arbitrumsepolia_RootMessageSent_orderBy: arbitrumsepolia_RootMessageSent_orderBy; + arbitrumsepolia_Router: ResolverTypeWrapper; + arbitrumsepolia_RouterDailyTVL: ResolverTypeWrapper; + arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; + arbitrumsepolia_RouterDailyTVL_orderBy: arbitrumsepolia_RouterDailyTVL_orderBy; + arbitrumsepolia_RouterLiquidityEvent: ResolverTypeWrapper; + arbitrumsepolia_RouterLiquidityEventType: arbitrumsepolia_RouterLiquidityEventType; + arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; + arbitrumsepolia_RouterLiquidityEvent_orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy; + arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; + arbitrumsepolia_Router_orderBy: arbitrumsepolia_Router_orderBy; + arbitrumsepolia_Sequencer: ResolverTypeWrapper; + arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; + arbitrumsepolia_Sequencer_orderBy: arbitrumsepolia_Sequencer_orderBy; + arbitrumsepolia_Setting: ResolverTypeWrapper; + arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; + arbitrumsepolia_Setting_orderBy: arbitrumsepolia_Setting_orderBy; + arbitrumsepolia_SlippageUpdate: ResolverTypeWrapper; + arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; + arbitrumsepolia_SlippageUpdate_orderBy: arbitrumsepolia_SlippageUpdate_orderBy; + arbitrumsepolia_SnapshotRoot: ResolverTypeWrapper; + arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; + arbitrumsepolia_SnapshotRoot_orderBy: arbitrumsepolia_SnapshotRoot_orderBy; + arbitrumsepolia_SpokeConnectorMode: ResolverTypeWrapper; + arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; + arbitrumsepolia_SpokeConnectorMode_orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy; + arbitrumsepolia_TransferStatus: arbitrumsepolia_TransferStatus; + arbitrumsepolia__Block_: ResolverTypeWrapper; + arbitrumsepolia__Meta_: ResolverTypeWrapper; + sepolia_AggregateRoot: ResolverTypeWrapper; + sepolia_AggregateRootProposed: ResolverTypeWrapper; + sepolia_AggregateRootProposed_filter: sepolia_AggregateRootProposed_filter; + sepolia_AggregateRootProposed_orderBy: sepolia_AggregateRootProposed_orderBy; + sepolia_AggregateRoot_filter: sepolia_AggregateRoot_filter; + sepolia_AggregateRoot_orderBy: sepolia_AggregateRoot_orderBy; + sepolia_Asset: ResolverTypeWrapper; + sepolia_AssetBalance: ResolverTypeWrapper; + sepolia_AssetBalance_filter: sepolia_AssetBalance_filter; + sepolia_AssetBalance_orderBy: sepolia_AssetBalance_orderBy; + sepolia_AssetStatus: ResolverTypeWrapper; + sepolia_AssetStatus_filter: sepolia_AssetStatus_filter; + sepolia_AssetStatus_orderBy: sepolia_AssetStatus_orderBy; + sepolia_Asset_filter: sepolia_Asset_filter; + sepolia_Asset_orderBy: sepolia_Asset_orderBy; + sepolia_ConnectorMeta: ResolverTypeWrapper; + sepolia_ConnectorMeta_filter: sepolia_ConnectorMeta_filter; + sepolia_ConnectorMeta_orderBy: sepolia_ConnectorMeta_orderBy; + sepolia_DestinationTransfer: ResolverTypeWrapper; + sepolia_DestinationTransfer_filter: sepolia_DestinationTransfer_filter; + sepolia_DestinationTransfer_orderBy: sepolia_DestinationTransfer_orderBy; + sepolia_OptimisticRootFinalized: ResolverTypeWrapper; + sepolia_OptimisticRootFinalized_filter: sepolia_OptimisticRootFinalized_filter; + sepolia_OptimisticRootFinalized_orderBy: sepolia_OptimisticRootFinalized_orderBy; + sepolia_OriginMessage: ResolverTypeWrapper; + sepolia_OriginMessage_filter: sepolia_OriginMessage_filter; + sepolia_OriginMessage_orderBy: sepolia_OriginMessage_orderBy; + sepolia_OriginTransfer: ResolverTypeWrapper; + sepolia_OriginTransfer_filter: sepolia_OriginTransfer_filter; + sepolia_OriginTransfer_orderBy: sepolia_OriginTransfer_orderBy; + sepolia_Relayer: ResolverTypeWrapper; + sepolia_RelayerFee: ResolverTypeWrapper; + sepolia_RelayerFee_filter: sepolia_RelayerFee_filter; + sepolia_RelayerFee_orderBy: sepolia_RelayerFee_orderBy; + sepolia_RelayerFeesIncrease: ResolverTypeWrapper; + sepolia_RelayerFeesIncrease_filter: sepolia_RelayerFeesIncrease_filter; + sepolia_RelayerFeesIncrease_orderBy: sepolia_RelayerFeesIncrease_orderBy; + sepolia_Relayer_filter: sepolia_Relayer_filter; + sepolia_Relayer_orderBy: sepolia_Relayer_orderBy; + sepolia_RootCount: ResolverTypeWrapper; + sepolia_RootCount_filter: sepolia_RootCount_filter; + sepolia_RootCount_orderBy: sepolia_RootCount_orderBy; + sepolia_RootMessageSent: ResolverTypeWrapper; + sepolia_RootMessageSent_filter: sepolia_RootMessageSent_filter; + sepolia_RootMessageSent_orderBy: sepolia_RootMessageSent_orderBy; + sepolia_Router: ResolverTypeWrapper; + sepolia_RouterDailyTVL: ResolverTypeWrapper; + sepolia_RouterDailyTVL_filter: sepolia_RouterDailyTVL_filter; + sepolia_RouterDailyTVL_orderBy: sepolia_RouterDailyTVL_orderBy; + sepolia_RouterLiquidityEvent: ResolverTypeWrapper; + sepolia_RouterLiquidityEventType: sepolia_RouterLiquidityEventType; + sepolia_RouterLiquidityEvent_filter: sepolia_RouterLiquidityEvent_filter; + sepolia_RouterLiquidityEvent_orderBy: sepolia_RouterLiquidityEvent_orderBy; + sepolia_Router_filter: sepolia_Router_filter; + sepolia_Router_orderBy: sepolia_Router_orderBy; + sepolia_Sequencer: ResolverTypeWrapper; + sepolia_Sequencer_filter: sepolia_Sequencer_filter; + sepolia_Sequencer_orderBy: sepolia_Sequencer_orderBy; + sepolia_Setting: ResolverTypeWrapper; + sepolia_Setting_filter: sepolia_Setting_filter; + sepolia_Setting_orderBy: sepolia_Setting_orderBy; + sepolia_SlippageUpdate: ResolverTypeWrapper; + sepolia_SlippageUpdate_filter: sepolia_SlippageUpdate_filter; + sepolia_SlippageUpdate_orderBy: sepolia_SlippageUpdate_orderBy; + sepolia_SnapshotRoot: ResolverTypeWrapper; + sepolia_SnapshotRoot_filter: sepolia_SnapshotRoot_filter; + sepolia_SnapshotRoot_orderBy: sepolia_SnapshotRoot_orderBy; + sepolia_SpokeConnectorMode: ResolverTypeWrapper; + sepolia_SpokeConnectorMode_filter: sepolia_SpokeConnectorMode_filter; + sepolia_SpokeConnectorMode_orderBy: sepolia_SpokeConnectorMode_orderBy; + sepolia_TransferStatus: sepolia_TransferStatus; + 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; + polygonzkevm_swap_AggregateRoot: ResolverTypeWrapper; + polygonzkevm_swap_AggregateRootProposed: ResolverTypeWrapper; + polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; + polygonzkevm_swap_AggregateRootProposed_orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy; + polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; + polygonzkevm_swap_AggregateRoot_orderBy: polygonzkevm_swap_AggregateRoot_orderBy; + polygonzkevm_swap_Aggregation_interval: polygonzkevm_swap_Aggregation_interval; + polygonzkevm_swap_Asset: ResolverTypeWrapper; + polygonzkevm_swap_AssetBalance: ResolverTypeWrapper; + polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; + polygonzkevm_swap_AssetBalance_orderBy: polygonzkevm_swap_AssetBalance_orderBy; + polygonzkevm_swap_AssetStatus: ResolverTypeWrapper; + polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; + polygonzkevm_swap_AssetStatus_orderBy: polygonzkevm_swap_AssetStatus_orderBy; + polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; + polygonzkevm_swap_Asset_orderBy: polygonzkevm_swap_Asset_orderBy; + polygonzkevm_swap_BigDecimal: ResolverTypeWrapper; + polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; + polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; + polygonzkevm_swap_Bytes: ResolverTypeWrapper; + polygonzkevm_swap_ConnectorMeta: ResolverTypeWrapper; + polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; + polygonzkevm_swap_ConnectorMeta_orderBy: polygonzkevm_swap_ConnectorMeta_orderBy; + polygonzkevm_swap_DestinationTransfer: ResolverTypeWrapper; + polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; + polygonzkevm_swap_DestinationTransfer_orderBy: polygonzkevm_swap_DestinationTransfer_orderBy; + polygonzkevm_swap_Int8: ResolverTypeWrapper; + polygonzkevm_swap_OptimisticRootFinalized: ResolverTypeWrapper; + polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; + polygonzkevm_swap_OptimisticRootFinalized_orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy; + polygonzkevm_swap_OrderDirection: polygonzkevm_swap_OrderDirection; + polygonzkevm_swap_OriginMessage: ResolverTypeWrapper; + polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; + polygonzkevm_swap_OriginMessage_orderBy: polygonzkevm_swap_OriginMessage_orderBy; + polygonzkevm_swap_OriginTransfer: ResolverTypeWrapper; + polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; + polygonzkevm_swap_OriginTransfer_orderBy: polygonzkevm_swap_OriginTransfer_orderBy; + polygonzkevm_swap_Relayer: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFee: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; + polygonzkevm_swap_RelayerFee_orderBy: polygonzkevm_swap_RelayerFee_orderBy; + polygonzkevm_swap_RelayerFeesIncrease: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; + polygonzkevm_swap_RelayerFeesIncrease_orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy; + polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; + polygonzkevm_swap_Relayer_orderBy: polygonzkevm_swap_Relayer_orderBy; + polygonzkevm_swap_RootCount: ResolverTypeWrapper; + polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; + polygonzkevm_swap_RootCount_orderBy: polygonzkevm_swap_RootCount_orderBy; + polygonzkevm_swap_RootMessageSent: ResolverTypeWrapper; + polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; + polygonzkevm_swap_RootMessageSent_orderBy: polygonzkevm_swap_RootMessageSent_orderBy; + polygonzkevm_swap_Router: ResolverTypeWrapper; + polygonzkevm_swap_RouterDailyTVL: ResolverTypeWrapper; + polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; + polygonzkevm_swap_RouterDailyTVL_orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy; + polygonzkevm_swap_RouterLiquidityEvent: ResolverTypeWrapper; + polygonzkevm_swap_RouterLiquidityEventType: polygonzkevm_swap_RouterLiquidityEventType; + polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; + polygonzkevm_swap_RouterLiquidityEvent_orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy; + polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; + polygonzkevm_swap_Router_orderBy: polygonzkevm_swap_Router_orderBy; + polygonzkevm_swap_Sequencer: ResolverTypeWrapper; + polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; + polygonzkevm_swap_Sequencer_orderBy: polygonzkevm_swap_Sequencer_orderBy; + polygonzkevm_swap_Setting: ResolverTypeWrapper; + polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; + polygonzkevm_swap_Setting_orderBy: polygonzkevm_swap_Setting_orderBy; + polygonzkevm_swap_SlippageUpdate: ResolverTypeWrapper; + polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; + polygonzkevm_swap_SlippageUpdate_orderBy: polygonzkevm_swap_SlippageUpdate_orderBy; + polygonzkevm_swap_SnapshotRoot: ResolverTypeWrapper; + polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; + polygonzkevm_swap_SnapshotRoot_orderBy: polygonzkevm_swap_SnapshotRoot_orderBy; + polygonzkevm_swap_SpokeConnectorMode: ResolverTypeWrapper; + polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; + polygonzkevm_swap_SpokeConnectorMode_orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy; + polygonzkevm_swap_TransferStatus: polygonzkevm_swap_TransferStatus; + polygonzkevm_swap__Block_: ResolverTypeWrapper; + polygonzkevm_swap__Meta_: ResolverTypeWrapper; + zksync_AggregateRoot: ResolverTypeWrapper; + zksync_AggregateRootProposed: ResolverTypeWrapper; + zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; + zksync_AggregateRootProposed_orderBy: zksync_AggregateRootProposed_orderBy; + zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; + zksync_AggregateRoot_orderBy: zksync_AggregateRoot_orderBy; + zksync_Aggregation_interval: zksync_Aggregation_interval; + zksync_Asset: ResolverTypeWrapper; + zksync_AssetBalance: ResolverTypeWrapper; + zksync_AssetBalance_filter: zksync_AssetBalance_filter; + zksync_AssetBalance_orderBy: zksync_AssetBalance_orderBy; + zksync_AssetStatus: ResolverTypeWrapper; + zksync_AssetStatus_filter: zksync_AssetStatus_filter; + zksync_AssetStatus_orderBy: zksync_AssetStatus_orderBy; + zksync_Asset_filter: zksync_Asset_filter; + zksync_Asset_orderBy: zksync_Asset_orderBy; + zksync_BigDecimal: ResolverTypeWrapper; + zksync_BlockChangedFilter: zksync_BlockChangedFilter; + zksync_Block_height: zksync_Block_height; + zksync_Bytes: ResolverTypeWrapper; + zksync_ConnectorMeta: ResolverTypeWrapper; + zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; + zksync_ConnectorMeta_orderBy: zksync_ConnectorMeta_orderBy; + zksync_DestinationTransfer: ResolverTypeWrapper; + zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; + zksync_DestinationTransfer_orderBy: zksync_DestinationTransfer_orderBy; + zksync_Int8: ResolverTypeWrapper; + zksync_OptimisticRootFinalized: ResolverTypeWrapper; + zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; + zksync_OptimisticRootFinalized_orderBy: zksync_OptimisticRootFinalized_orderBy; + zksync_OrderDirection: zksync_OrderDirection; + zksync_OriginMessage: ResolverTypeWrapper; + zksync_OriginMessage_filter: zksync_OriginMessage_filter; + zksync_OriginMessage_orderBy: zksync_OriginMessage_orderBy; + zksync_OriginTransfer: ResolverTypeWrapper; + zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; + zksync_OriginTransfer_orderBy: zksync_OriginTransfer_orderBy; + zksync_Relayer: ResolverTypeWrapper; + zksync_RelayerFee: ResolverTypeWrapper; + zksync_RelayerFee_filter: zksync_RelayerFee_filter; + zksync_RelayerFee_orderBy: zksync_RelayerFee_orderBy; + zksync_RelayerFeesIncrease: ResolverTypeWrapper; + zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; + zksync_RelayerFeesIncrease_orderBy: zksync_RelayerFeesIncrease_orderBy; + zksync_Relayer_filter: zksync_Relayer_filter; + zksync_Relayer_orderBy: zksync_Relayer_orderBy; + zksync_RootCount: ResolverTypeWrapper; + zksync_RootCount_filter: zksync_RootCount_filter; + zksync_RootCount_orderBy: zksync_RootCount_orderBy; + zksync_RootMessageSent: ResolverTypeWrapper; + zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; + zksync_RootMessageSent_orderBy: zksync_RootMessageSent_orderBy; + zksync_Router: ResolverTypeWrapper; + zksync_RouterDailyTVL: ResolverTypeWrapper; + zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; + zksync_RouterDailyTVL_orderBy: zksync_RouterDailyTVL_orderBy; + zksync_RouterLiquidityEvent: ResolverTypeWrapper; + zksync_RouterLiquidityEventType: zksync_RouterLiquidityEventType; + zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; + zksync_RouterLiquidityEvent_orderBy: zksync_RouterLiquidityEvent_orderBy; + zksync_Router_filter: zksync_Router_filter; + zksync_Router_orderBy: zksync_Router_orderBy; + zksync_Sequencer: ResolverTypeWrapper; + zksync_Sequencer_filter: zksync_Sequencer_filter; + zksync_Sequencer_orderBy: zksync_Sequencer_orderBy; + zksync_Setting: ResolverTypeWrapper; + zksync_Setting_filter: zksync_Setting_filter; + zksync_Setting_orderBy: zksync_Setting_orderBy; + zksync_SlippageUpdate: ResolverTypeWrapper; + zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; + zksync_SlippageUpdate_orderBy: zksync_SlippageUpdate_orderBy; + zksync_SnapshotRoot: ResolverTypeWrapper; + zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; + zksync_SnapshotRoot_orderBy: zksync_SnapshotRoot_orderBy; + zksync_SpokeConnectorMode: ResolverTypeWrapper; + zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; + zksync_SpokeConnectorMode_orderBy: zksync_SpokeConnectorMode_orderBy; + zksync_TransferStatus: zksync_TransferStatus; + zksync__Block_: ResolverTypeWrapper; + zksync__Meta_: ResolverTypeWrapper; + mantle_AggregateRoot: ResolverTypeWrapper; + mantle_AggregateRootProposed: ResolverTypeWrapper; + mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; + mantle_AggregateRootProposed_orderBy: mantle_AggregateRootProposed_orderBy; + mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; + mantle_AggregateRoot_orderBy: mantle_AggregateRoot_orderBy; + mantle_Aggregation_interval: mantle_Aggregation_interval; + mantle_Asset: ResolverTypeWrapper; + mantle_AssetBalance: ResolverTypeWrapper; + mantle_AssetBalance_filter: mantle_AssetBalance_filter; + mantle_AssetBalance_orderBy: mantle_AssetBalance_orderBy; + mantle_AssetStatus: ResolverTypeWrapper; + mantle_AssetStatus_filter: mantle_AssetStatus_filter; + mantle_AssetStatus_orderBy: mantle_AssetStatus_orderBy; + mantle_Asset_filter: mantle_Asset_filter; + mantle_Asset_orderBy: mantle_Asset_orderBy; + mantle_BigDecimal: ResolverTypeWrapper; + mantle_BlockChangedFilter: mantle_BlockChangedFilter; + mantle_Block_height: mantle_Block_height; + mantle_Bytes: ResolverTypeWrapper; + mantle_ConnectorMeta: ResolverTypeWrapper; + mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; + mantle_ConnectorMeta_orderBy: mantle_ConnectorMeta_orderBy; + mantle_DestinationTransfer: ResolverTypeWrapper; + mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; + mantle_DestinationTransfer_orderBy: mantle_DestinationTransfer_orderBy; + mantle_Int8: ResolverTypeWrapper; + mantle_OptimisticRootFinalized: ResolverTypeWrapper; + mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; + mantle_OptimisticRootFinalized_orderBy: mantle_OptimisticRootFinalized_orderBy; + mantle_OrderDirection: mantle_OrderDirection; + mantle_OriginMessage: ResolverTypeWrapper; + mantle_OriginMessage_filter: mantle_OriginMessage_filter; + mantle_OriginMessage_orderBy: mantle_OriginMessage_orderBy; + mantle_OriginTransfer: ResolverTypeWrapper; + mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; + mantle_OriginTransfer_orderBy: mantle_OriginTransfer_orderBy; + mantle_Relayer: ResolverTypeWrapper; + mantle_RelayerFee: ResolverTypeWrapper; + mantle_RelayerFee_filter: mantle_RelayerFee_filter; + mantle_RelayerFee_orderBy: mantle_RelayerFee_orderBy; + mantle_RelayerFeesIncrease: ResolverTypeWrapper; + mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; + mantle_RelayerFeesIncrease_orderBy: mantle_RelayerFeesIncrease_orderBy; + mantle_Relayer_filter: mantle_Relayer_filter; + mantle_Relayer_orderBy: mantle_Relayer_orderBy; + mantle_RootCount: ResolverTypeWrapper; + mantle_RootCount_filter: mantle_RootCount_filter; + mantle_RootCount_orderBy: mantle_RootCount_orderBy; + mantle_RootMessageSent: ResolverTypeWrapper; + mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; + mantle_RootMessageSent_orderBy: mantle_RootMessageSent_orderBy; + mantle_Router: ResolverTypeWrapper; + mantle_RouterDailyTVL: ResolverTypeWrapper; + mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; + mantle_RouterDailyTVL_orderBy: mantle_RouterDailyTVL_orderBy; + mantle_RouterLiquidityEvent: ResolverTypeWrapper; + mantle_RouterLiquidityEventType: mantle_RouterLiquidityEventType; + mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; + mantle_RouterLiquidityEvent_orderBy: mantle_RouterLiquidityEvent_orderBy; + mantle_Router_filter: mantle_Router_filter; + mantle_Router_orderBy: mantle_Router_orderBy; + mantle_Sequencer: ResolverTypeWrapper; + mantle_Sequencer_filter: mantle_Sequencer_filter; + mantle_Sequencer_orderBy: mantle_Sequencer_orderBy; + mantle_Setting: ResolverTypeWrapper; + mantle_Setting_filter: mantle_Setting_filter; + mantle_Setting_orderBy: mantle_Setting_orderBy; + mantle_SlippageUpdate: ResolverTypeWrapper; + mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; + mantle_SlippageUpdate_orderBy: mantle_SlippageUpdate_orderBy; + mantle_SnapshotRoot: ResolverTypeWrapper; + mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; + mantle_SnapshotRoot_orderBy: mantle_SnapshotRoot_orderBy; + mantle_SpokeConnectorMode: ResolverTypeWrapper; + mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; + mantle_SpokeConnectorMode_orderBy: mantle_SpokeConnectorMode_orderBy; + mantle_TransferStatus: mantle_TransferStatus; + mantle__Block_: ResolverTypeWrapper; + mantle__Meta_: ResolverTypeWrapper; + 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; + 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; + xlayer_AggregateRoot: ResolverTypeWrapper; + xlayer_AggregateRootProposed: ResolverTypeWrapper; + xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; + xlayer_AggregateRootProposed_orderBy: xlayer_AggregateRootProposed_orderBy; + xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; + xlayer_AggregateRoot_orderBy: xlayer_AggregateRoot_orderBy; + xlayer_Asset: ResolverTypeWrapper; + xlayer_AssetBalance: ResolverTypeWrapper; + xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; + xlayer_AssetBalance_orderBy: xlayer_AssetBalance_orderBy; + xlayer_AssetStatus: ResolverTypeWrapper; + xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; + xlayer_AssetStatus_orderBy: xlayer_AssetStatus_orderBy; + xlayer_Asset_filter: xlayer_Asset_filter; + xlayer_Asset_orderBy: xlayer_Asset_orderBy; + xlayer_BigDecimal: ResolverTypeWrapper; + xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; + xlayer_Block_height: xlayer_Block_height; + xlayer_Bytes: ResolverTypeWrapper; + xlayer_ConnectorMeta: ResolverTypeWrapper; + xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; + xlayer_ConnectorMeta_orderBy: xlayer_ConnectorMeta_orderBy; + xlayer_DestinationTransfer: ResolverTypeWrapper; + xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; + xlayer_DestinationTransfer_orderBy: xlayer_DestinationTransfer_orderBy; + xlayer_Int8: ResolverTypeWrapper; + xlayer_OptimisticRootFinalized: ResolverTypeWrapper; + xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; + xlayer_OptimisticRootFinalized_orderBy: xlayer_OptimisticRootFinalized_orderBy; + xlayer_OrderDirection: xlayer_OrderDirection; + xlayer_OriginMessage: ResolverTypeWrapper; + xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; + xlayer_OriginMessage_orderBy: xlayer_OriginMessage_orderBy; + xlayer_OriginTransfer: ResolverTypeWrapper; + xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; + xlayer_OriginTransfer_orderBy: xlayer_OriginTransfer_orderBy; + xlayer_Relayer: ResolverTypeWrapper; + xlayer_RelayerFee: ResolverTypeWrapper; + xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; + xlayer_RelayerFee_orderBy: xlayer_RelayerFee_orderBy; + xlayer_RelayerFeesIncrease: ResolverTypeWrapper; + xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; + xlayer_RelayerFeesIncrease_orderBy: xlayer_RelayerFeesIncrease_orderBy; + xlayer_Relayer_filter: xlayer_Relayer_filter; + xlayer_Relayer_orderBy: xlayer_Relayer_orderBy; + xlayer_RootCount: ResolverTypeWrapper; + xlayer_RootCount_filter: xlayer_RootCount_filter; + xlayer_RootCount_orderBy: xlayer_RootCount_orderBy; + xlayer_RootMessageSent: ResolverTypeWrapper; + xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; + xlayer_RootMessageSent_orderBy: xlayer_RootMessageSent_orderBy; + xlayer_Router: ResolverTypeWrapper; + xlayer_RouterDailyTVL: ResolverTypeWrapper; + xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; + xlayer_RouterDailyTVL_orderBy: xlayer_RouterDailyTVL_orderBy; + xlayer_RouterLiquidityEvent: ResolverTypeWrapper; + xlayer_RouterLiquidityEventType: xlayer_RouterLiquidityEventType; + xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; + xlayer_RouterLiquidityEvent_orderBy: xlayer_RouterLiquidityEvent_orderBy; + xlayer_Router_filter: xlayer_Router_filter; + xlayer_Router_orderBy: xlayer_Router_orderBy; + xlayer_Sequencer: ResolverTypeWrapper; + xlayer_Sequencer_filter: xlayer_Sequencer_filter; + xlayer_Sequencer_orderBy: xlayer_Sequencer_orderBy; + xlayer_Setting: ResolverTypeWrapper; + xlayer_Setting_filter: xlayer_Setting_filter; + xlayer_Setting_orderBy: xlayer_Setting_orderBy; + xlayer_SlippageUpdate: ResolverTypeWrapper; + xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; + xlayer_SlippageUpdate_orderBy: xlayer_SlippageUpdate_orderBy; + xlayer_SnapshotRoot: ResolverTypeWrapper; + xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; + xlayer_SnapshotRoot_orderBy: xlayer_SnapshotRoot_orderBy; + xlayer_SpokeConnectorMode: ResolverTypeWrapper; + xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; + xlayer_SpokeConnectorMode_orderBy: xlayer_SpokeConnectorMode_orderBy; + xlayer_TransferStatus: xlayer_TransferStatus; + xlayer__Block_: ResolverTypeWrapper; + xlayer__Meta_: ResolverTypeWrapper; + mode_AggregateRoot: ResolverTypeWrapper; + mode_AggregateRootProposed: ResolverTypeWrapper; + mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; + mode_AggregateRootProposed_orderBy: mode_AggregateRootProposed_orderBy; + mode_AggregateRoot_filter: mode_AggregateRoot_filter; + mode_AggregateRoot_orderBy: mode_AggregateRoot_orderBy; + mode_Asset: ResolverTypeWrapper; + mode_AssetBalance: ResolverTypeWrapper; + mode_AssetBalance_filter: mode_AssetBalance_filter; + mode_AssetBalance_orderBy: mode_AssetBalance_orderBy; + mode_AssetStatus: ResolverTypeWrapper; + mode_AssetStatus_filter: mode_AssetStatus_filter; + mode_AssetStatus_orderBy: mode_AssetStatus_orderBy; + mode_Asset_filter: mode_Asset_filter; + mode_Asset_orderBy: mode_Asset_orderBy; + mode_BigDecimal: ResolverTypeWrapper; + mode_BlockChangedFilter: mode_BlockChangedFilter; + mode_Block_height: mode_Block_height; + mode_Bytes: ResolverTypeWrapper; + mode_ConnectorMeta: ResolverTypeWrapper; + mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; + mode_ConnectorMeta_orderBy: mode_ConnectorMeta_orderBy; + mode_DestinationTransfer: ResolverTypeWrapper; + mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; + mode_DestinationTransfer_orderBy: mode_DestinationTransfer_orderBy; + mode_Int8: ResolverTypeWrapper; + mode_OptimisticRootFinalized: ResolverTypeWrapper; + mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; + mode_OptimisticRootFinalized_orderBy: mode_OptimisticRootFinalized_orderBy; + mode_OrderDirection: mode_OrderDirection; + mode_OriginMessage: ResolverTypeWrapper; + mode_OriginMessage_filter: mode_OriginMessage_filter; + mode_OriginMessage_orderBy: mode_OriginMessage_orderBy; + mode_OriginTransfer: ResolverTypeWrapper; + mode_OriginTransfer_filter: mode_OriginTransfer_filter; + mode_OriginTransfer_orderBy: mode_OriginTransfer_orderBy; + mode_Relayer: ResolverTypeWrapper; + mode_RelayerFee: ResolverTypeWrapper; + mode_RelayerFee_filter: mode_RelayerFee_filter; + mode_RelayerFee_orderBy: mode_RelayerFee_orderBy; + mode_RelayerFeesIncrease: ResolverTypeWrapper; + mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; + mode_RelayerFeesIncrease_orderBy: mode_RelayerFeesIncrease_orderBy; + mode_Relayer_filter: mode_Relayer_filter; + mode_Relayer_orderBy: mode_Relayer_orderBy; + mode_RootCount: ResolverTypeWrapper; + mode_RootCount_filter: mode_RootCount_filter; + mode_RootCount_orderBy: mode_RootCount_orderBy; + mode_RootMessageSent: ResolverTypeWrapper; + mode_RootMessageSent_filter: mode_RootMessageSent_filter; + mode_RootMessageSent_orderBy: mode_RootMessageSent_orderBy; + mode_Router: ResolverTypeWrapper; + mode_RouterDailyTVL: ResolverTypeWrapper; + mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; + mode_RouterDailyTVL_orderBy: mode_RouterDailyTVL_orderBy; + mode_RouterLiquidityEvent: ResolverTypeWrapper; + mode_RouterLiquidityEventType: mode_RouterLiquidityEventType; + mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; + mode_RouterLiquidityEvent_orderBy: mode_RouterLiquidityEvent_orderBy; + mode_Router_filter: mode_Router_filter; + mode_Router_orderBy: mode_Router_orderBy; + mode_Sequencer: ResolverTypeWrapper; + mode_Sequencer_filter: mode_Sequencer_filter; + mode_Sequencer_orderBy: mode_Sequencer_orderBy; + mode_Setting: ResolverTypeWrapper; + mode_Setting_filter: mode_Setting_filter; + mode_Setting_orderBy: mode_Setting_orderBy; + mode_SlippageUpdate: ResolverTypeWrapper; + mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; + mode_SlippageUpdate_orderBy: mode_SlippageUpdate_orderBy; + mode_SnapshotRoot: ResolverTypeWrapper; + mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; + mode_SnapshotRoot_orderBy: mode_SnapshotRoot_orderBy; + mode_SpokeConnectorMode: ResolverTypeWrapper; + mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; + mode_SpokeConnectorMode_orderBy: mode_SpokeConnectorMode_orderBy; + mode_TransferStatus: mode_TransferStatus; + mode__Block_: ResolverTypeWrapper; + mode__Meta_: ResolverTypeWrapper; + 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; +}>; + +/** Mapping between all available schema types and the resolvers parents */ +export type ResolversParentTypes = ResolversObject<{ + Query: {}; + Subscription: {}; + optimismsepolia_AggregateRoot: optimismsepolia_AggregateRoot; + optimismsepolia_AggregateRootProposed: optimismsepolia_AggregateRootProposed; + optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; + optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; + optimismsepolia_Asset: optimismsepolia_Asset; + optimismsepolia_AssetBalance: optimismsepolia_AssetBalance; + optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; + optimismsepolia_AssetStatus: optimismsepolia_AssetStatus; + optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; + optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; + optimismsepolia_BigDecimal: Scalars['optimismsepolia_BigDecimal']; + BigInt: Scalars['BigInt']; + optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; + optimismsepolia_Block_height: optimismsepolia_Block_height; + Boolean: Scalars['Boolean']; + optimismsepolia_Bytes: Scalars['optimismsepolia_Bytes']; + optimismsepolia_ConnectorMeta: optimismsepolia_ConnectorMeta; + optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; + optimismsepolia_DestinationTransfer: optimismsepolia_DestinationTransfer; + optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; + Float: Scalars['Float']; + ID: Scalars['ID']; + Int: Scalars['Int']; + optimismsepolia_Int8: Scalars['optimismsepolia_Int8']; + optimismsepolia_OptimisticRootFinalized: optimismsepolia_OptimisticRootFinalized; + optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; + optimismsepolia_OriginMessage: optimismsepolia_OriginMessage; + optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; + optimismsepolia_OriginTransfer: optimismsepolia_OriginTransfer; + optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; + optimismsepolia_Relayer: optimismsepolia_Relayer; + optimismsepolia_RelayerFee: optimismsepolia_RelayerFee; + optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; + optimismsepolia_RelayerFeesIncrease: optimismsepolia_RelayerFeesIncrease; + optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; + optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; + optimismsepolia_RootCount: optimismsepolia_RootCount; + optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; + optimismsepolia_RootMessageSent: optimismsepolia_RootMessageSent; + optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; + optimismsepolia_Router: optimismsepolia_Router; + optimismsepolia_RouterDailyTVL: optimismsepolia_RouterDailyTVL; + optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; + optimismsepolia_RouterLiquidityEvent: optimismsepolia_RouterLiquidityEvent; + optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; + optimismsepolia_Router_filter: optimismsepolia_Router_filter; + optimismsepolia_Sequencer: optimismsepolia_Sequencer; + optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; + optimismsepolia_Setting: optimismsepolia_Setting; + optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; + optimismsepolia_SlippageUpdate: optimismsepolia_SlippageUpdate; + optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; + optimismsepolia_SnapshotRoot: optimismsepolia_SnapshotRoot; + optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; + optimismsepolia_SpokeConnectorMode: optimismsepolia_SpokeConnectorMode; + optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; + String: Scalars['String']; + Timestamp: Scalars['Timestamp']; + optimismsepolia__Block_: optimismsepolia__Block_; + optimismsepolia__Meta_: optimismsepolia__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_; + optimismsepolia_swap_BigDecimal: Scalars['optimismsepolia_swap_BigDecimal']; + optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; + optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; + optimismsepolia_swap_Bytes: Scalars['optimismsepolia_swap_Bytes']; + optimismsepolia_swap_Int8: Scalars['optimismsepolia_swap_Int8']; + optimismsepolia_swap_LpAccount: optimismsepolia_swap_LpAccount; + optimismsepolia_swap_LpAccountBalance: optimismsepolia_swap_LpAccountBalance; + optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; + optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; + optimismsepolia_swap_LpToken: optimismsepolia_swap_LpToken; + optimismsepolia_swap_LpTokenEvent: ResolversParentTypes['optimismsepolia_swap_LpTransferEvent']; + optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; + optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; + optimismsepolia_swap_LpTransferEvent: optimismsepolia_swap_LpTransferEvent; + optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; + optimismsepolia_swap_PooledToken: optimismsepolia_swap_PooledToken; + optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; + optimismsepolia_swap_StableSwap: optimismsepolia_swap_StableSwap; + optimismsepolia_swap_StableSwapAddLiquidityEvent: optimismsepolia_swap_StableSwapAddLiquidityEvent; + optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; + optimismsepolia_swap_StableSwapEvent: ResolversParentTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; + optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; + optimismsepolia_swap_StableSwapExchange: optimismsepolia_swap_StableSwapExchange; + optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent: optimismsepolia_swap_StableSwapRemoveLiquidityEvent; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; + optimismsepolia_swap_SwapDailyVolume: optimismsepolia_swap_SwapDailyVolume; + optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; + optimismsepolia_swap_SwapHourlyVolume: optimismsepolia_swap_SwapHourlyVolume; + optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; + optimismsepolia_swap_SwapTradeVolume: ResolversParentTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapWeeklyVolume']; + optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; + optimismsepolia_swap_SwapWeeklyVolume: optimismsepolia_swap_SwapWeeklyVolume; + optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; + optimismsepolia_swap_SystemInfo: optimismsepolia_swap_SystemInfo; + optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; + optimismsepolia_swap__Block_: optimismsepolia_swap__Block_; + optimismsepolia_swap__Meta_: optimismsepolia_swap__Meta_; + 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_; + xdai_AssetBalance: xdai_AssetBalance; + xdai_AssetBalance_filter: xdai_AssetBalance_filter; + xdai_BigDecimal: Scalars['xdai_BigDecimal']; + xdai_BlockChangedFilter: xdai_BlockChangedFilter; + xdai_Block_height: xdai_Block_height; + xdai_Bytes: Scalars['xdai_Bytes']; + xdai_Int8: Scalars['xdai_Int8']; + xdai_Router: xdai_Router; + xdai_Router_filter: xdai_Router_filter; + xdai_Transaction: xdai_Transaction; + xdai_Transaction_filter: xdai_Transaction_filter; + xdai_User: xdai_User; + xdai_User_filter: xdai_User_filter; + xdai__Block_: xdai__Block_; + xdai__Meta_: xdai__Meta_; + mode_swap_BigDecimal: Scalars['mode_swap_BigDecimal']; + mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; + mode_swap_Block_height: mode_swap_Block_height; + mode_swap_Bytes: Scalars['mode_swap_Bytes']; + mode_swap_Int8: Scalars['mode_swap_Int8']; + mode_swap_LpAccount: mode_swap_LpAccount; + mode_swap_LpAccountBalance: mode_swap_LpAccountBalance; + mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; + mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; + mode_swap_LpToken: mode_swap_LpToken; + mode_swap_LpTokenEvent: ResolversParentTypes['mode_swap_LpTransferEvent']; + mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; + mode_swap_LpToken_filter: mode_swap_LpToken_filter; + mode_swap_LpTransferEvent: mode_swap_LpTransferEvent; + mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; + mode_swap_PooledToken: mode_swap_PooledToken; + mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; + mode_swap_StableSwap: mode_swap_StableSwap; + mode_swap_StableSwapAddLiquidityEvent: mode_swap_StableSwapAddLiquidityEvent; + mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; + mode_swap_StableSwapEvent: ResolversParentTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mode_swap_StableSwapRemoveLiquidityEvent']; + mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; + mode_swap_StableSwapExchange: mode_swap_StableSwapExchange; + mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; + mode_swap_StableSwapRemoveLiquidityEvent: mode_swap_StableSwapRemoveLiquidityEvent; + mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; + mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; + mode_swap_SwapDailyVolume: mode_swap_SwapDailyVolume; + mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; + mode_swap_SwapHourlyVolume: mode_swap_SwapHourlyVolume; + mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; + mode_swap_SwapTradeVolume: ResolversParentTypes['mode_swap_SwapDailyVolume'] | ResolversParentTypes['mode_swap_SwapHourlyVolume'] | ResolversParentTypes['mode_swap_SwapWeeklyVolume']; + mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; + mode_swap_SwapWeeklyVolume: mode_swap_SwapWeeklyVolume; + mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; + mode_swap_SystemInfo: mode_swap_SystemInfo; + mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; + mode_swap__Block_: mode_swap__Block_; + mode_swap__Meta_: mode_swap__Meta_; + 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_; + 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_; + zksync_swap_BigDecimal: Scalars['zksync_swap_BigDecimal']; + zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; + zksync_swap_Block_height: zksync_swap_Block_height; + zksync_swap_Bytes: Scalars['zksync_swap_Bytes']; + zksync_swap_Int8: Scalars['zksync_swap_Int8']; + zksync_swap_LpAccount: zksync_swap_LpAccount; + zksync_swap_LpAccountBalance: zksync_swap_LpAccountBalance; + zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; + zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; + zksync_swap_LpToken: zksync_swap_LpToken; + zksync_swap_LpTokenEvent: ResolversParentTypes['zksync_swap_LpTransferEvent']; + zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; + zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; + zksync_swap_LpTransferEvent: zksync_swap_LpTransferEvent; + zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; + zksync_swap_PooledToken: zksync_swap_PooledToken; + zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; + zksync_swap_StableSwap: zksync_swap_StableSwap; + zksync_swap_StableSwapAddLiquidityEvent: zksync_swap_StableSwapAddLiquidityEvent; + zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; + zksync_swap_StableSwapEvent: ResolversParentTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; + zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; + zksync_swap_StableSwapExchange: zksync_swap_StableSwapExchange; + zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; + zksync_swap_StableSwapRemoveLiquidityEvent: zksync_swap_StableSwapRemoveLiquidityEvent; + zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; + zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; + zksync_swap_SwapDailyVolume: zksync_swap_SwapDailyVolume; + zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; + zksync_swap_SwapHourlyVolume: zksync_swap_SwapHourlyVolume; + zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; + zksync_swap_SwapTradeVolume: ResolversParentTypes['zksync_swap_SwapDailyVolume'] | ResolversParentTypes['zksync_swap_SwapHourlyVolume'] | ResolversParentTypes['zksync_swap_SwapWeeklyVolume']; + zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; + zksync_swap_SwapWeeklyVolume: zksync_swap_SwapWeeklyVolume; + zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; + zksync_swap_SystemInfo: zksync_swap_SystemInfo; + zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; + zksync_swap__Block_: zksync_swap__Block_; + zksync_swap__Meta_: zksync_swap__Meta_; + linea_swap_BigDecimal: Scalars['linea_swap_BigDecimal']; + linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; + linea_swap_Block_height: linea_swap_Block_height; + linea_swap_Bytes: Scalars['linea_swap_Bytes']; + linea_swap_LpAccount: linea_swap_LpAccount; + linea_swap_LpAccountBalance: linea_swap_LpAccountBalance; + linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; + linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; + linea_swap_LpToken: linea_swap_LpToken; + linea_swap_LpTokenEvent: ResolversParentTypes['linea_swap_LpTransferEvent']; + linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; + linea_swap_LpToken_filter: linea_swap_LpToken_filter; + linea_swap_LpTransferEvent: linea_swap_LpTransferEvent; + linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; + linea_swap_PooledToken: linea_swap_PooledToken; + linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; + linea_swap_StableSwap: linea_swap_StableSwap; + linea_swap_StableSwapAddLiquidityEvent: linea_swap_StableSwapAddLiquidityEvent; + linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; + linea_swap_StableSwapEvent: ResolversParentTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['linea_swap_StableSwapRemoveLiquidityEvent']; + linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; + linea_swap_StableSwapExchange: linea_swap_StableSwapExchange; + linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; + linea_swap_StableSwapRemoveLiquidityEvent: linea_swap_StableSwapRemoveLiquidityEvent; + linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; + linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; + linea_swap_SwapDailyVolume: linea_swap_SwapDailyVolume; + linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; + linea_swap_SwapHourlyVolume: linea_swap_SwapHourlyVolume; + linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; + linea_swap_SwapTradeVolume: ResolversParentTypes['linea_swap_SwapDailyVolume'] | ResolversParentTypes['linea_swap_SwapHourlyVolume'] | ResolversParentTypes['linea_swap_SwapWeeklyVolume']; + linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; + linea_swap_SwapWeeklyVolume: linea_swap_SwapWeeklyVolume; + linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; + linea_swap_SystemInfo: linea_swap_SystemInfo; + linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; + linea_swap__Block_: linea_swap__Block_; + linea_swap__Meta_: linea_swap__Meta_; + base_swap_BigDecimal: Scalars['base_swap_BigDecimal']; + base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; + base_swap_Block_height: base_swap_Block_height; + base_swap_Bytes: Scalars['base_swap_Bytes']; + base_swap_Int8: Scalars['base_swap_Int8']; + base_swap_LpAccount: base_swap_LpAccount; + base_swap_LpAccountBalance: base_swap_LpAccountBalance; + base_swap_LpAccountBalance_filter: base_swap_LpAccountBalance_filter; + base_swap_LpAccount_filter: base_swap_LpAccount_filter; + base_swap_LpToken: base_swap_LpToken; + base_swap_LpTokenEvent: ResolversParentTypes['base_swap_LpTransferEvent']; + base_swap_LpTokenEvent_filter: base_swap_LpTokenEvent_filter; + base_swap_LpToken_filter: base_swap_LpToken_filter; + base_swap_LpTransferEvent: base_swap_LpTransferEvent; + base_swap_LpTransferEvent_filter: base_swap_LpTransferEvent_filter; + base_swap_PooledToken: base_swap_PooledToken; + base_swap_PooledToken_filter: base_swap_PooledToken_filter; + base_swap_StableSwap: base_swap_StableSwap; + base_swap_StableSwapAddLiquidityEvent: base_swap_StableSwapAddLiquidityEvent; + base_swap_StableSwapAddLiquidityEvent_filter: base_swap_StableSwapAddLiquidityEvent_filter; + base_swap_StableSwapEvent: ResolversParentTypes['base_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['base_swap_StableSwapRemoveLiquidityEvent']; + base_swap_StableSwapEvent_filter: base_swap_StableSwapEvent_filter; + base_swap_StableSwapExchange: base_swap_StableSwapExchange; + base_swap_StableSwapExchange_filter: base_swap_StableSwapExchange_filter; + base_swap_StableSwapRemoveLiquidityEvent: base_swap_StableSwapRemoveLiquidityEvent; + base_swap_StableSwapRemoveLiquidityEvent_filter: base_swap_StableSwapRemoveLiquidityEvent_filter; + base_swap_StableSwap_filter: base_swap_StableSwap_filter; + base_swap_SwapDailyVolume: base_swap_SwapDailyVolume; + base_swap_SwapDailyVolume_filter: base_swap_SwapDailyVolume_filter; + base_swap_SwapHourlyVolume: base_swap_SwapHourlyVolume; + base_swap_SwapHourlyVolume_filter: base_swap_SwapHourlyVolume_filter; + base_swap_SwapTradeVolume: ResolversParentTypes['base_swap_SwapDailyVolume'] | ResolversParentTypes['base_swap_SwapHourlyVolume'] | ResolversParentTypes['base_swap_SwapWeeklyVolume']; + base_swap_SwapTradeVolume_filter: base_swap_SwapTradeVolume_filter; + base_swap_SwapWeeklyVolume: base_swap_SwapWeeklyVolume; + base_swap_SwapWeeklyVolume_filter: base_swap_SwapWeeklyVolume_filter; + base_swap_SystemInfo: base_swap_SystemInfo; + base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; + base_swap__Block_: base_swap__Block_; + base_swap__Meta_: base_swap__Meta_; + sepolia_swap_BigDecimal: Scalars['sepolia_swap_BigDecimal']; + sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; + sepolia_swap_Block_height: sepolia_swap_Block_height; + sepolia_swap_Bytes: Scalars['sepolia_swap_Bytes']; + sepolia_swap_Int8: Scalars['sepolia_swap_Int8']; + sepolia_swap_LpAccount: sepolia_swap_LpAccount; + sepolia_swap_LpAccountBalance: sepolia_swap_LpAccountBalance; + sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; + sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; + sepolia_swap_LpToken: sepolia_swap_LpToken; + sepolia_swap_LpTokenEvent: ResolversParentTypes['sepolia_swap_LpTransferEvent']; + sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; + sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; + sepolia_swap_LpTransferEvent: sepolia_swap_LpTransferEvent; + sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; + sepolia_swap_PooledToken: sepolia_swap_PooledToken; + sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; + sepolia_swap_StableSwap: sepolia_swap_StableSwap; + sepolia_swap_StableSwapAddLiquidityEvent: sepolia_swap_StableSwapAddLiquidityEvent; + sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; + sepolia_swap_StableSwapEvent: ResolversParentTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; + sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; + sepolia_swap_StableSwapExchange: sepolia_swap_StableSwapExchange; + sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; + sepolia_swap_StableSwapRemoveLiquidityEvent: sepolia_swap_StableSwapRemoveLiquidityEvent; + sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; + sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; + sepolia_swap_SwapDailyVolume: sepolia_swap_SwapDailyVolume; + sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; + sepolia_swap_SwapHourlyVolume: sepolia_swap_SwapHourlyVolume; + sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; + sepolia_swap_SwapTradeVolume: ResolversParentTypes['sepolia_swap_SwapDailyVolume'] | ResolversParentTypes['sepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['sepolia_swap_SwapWeeklyVolume']; + sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; + sepolia_swap_SwapWeeklyVolume: sepolia_swap_SwapWeeklyVolume; + sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; + sepolia_swap_SystemInfo: sepolia_swap_SystemInfo; + sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; + sepolia_swap__Block_: sepolia_swap__Block_; + sepolia_swap__Meta_: sepolia_swap__Meta_; + 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_; + 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_; + sepolia_AggregateRootSavedSlow: sepolia_AggregateRootSavedSlow; + sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; + sepolia_AggregatedMessageRoot: sepolia_AggregatedMessageRoot; + sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; + sepolia_ArbitrumConnectorMeta: sepolia_ArbitrumConnectorMeta; + sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; + sepolia_AvalancheConnectorMeta: sepolia_AvalancheConnectorMeta; + sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; + sepolia_BaseConnectorMeta: sepolia_BaseConnectorMeta; + sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; + sepolia_BigDecimal: Scalars['sepolia_BigDecimal']; + sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; + sepolia_Block_height: sepolia_Block_height; + sepolia_BnbConnectorMeta: sepolia_BnbConnectorMeta; + sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; + sepolia_Bytes: Scalars['sepolia_Bytes']; + sepolia_GnosisConnectorMeta: sepolia_GnosisConnectorMeta; + sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; + sepolia_HubDomain: sepolia_HubDomain; + sepolia_HubDomain_filter: sepolia_HubDomain_filter; + sepolia_HubOptimisticRootFinalized: sepolia_HubOptimisticRootFinalized; + sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; + sepolia_Int8: Scalars['sepolia_Int8']; + sepolia_LineaConnectorMeta: sepolia_LineaConnectorMeta; + sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; + sepolia_MantleConnectorMeta: sepolia_MantleConnectorMeta; + sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; + sepolia_MetisConnectorMeta: sepolia_MetisConnectorMeta; + sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; + sepolia_ModeConnectorMeta: sepolia_ModeConnectorMeta; + sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; + sepolia_OptimismConnectorMeta: sepolia_OptimismConnectorMeta; + sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; + sepolia_OptimisticRootPropagated: sepolia_OptimisticRootPropagated; + sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; + sepolia_OptimisticRootProposed: sepolia_OptimisticRootProposed; + sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; + sepolia_PolygonConnectorMeta: sepolia_PolygonConnectorMeta; + sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; + sepolia_PolygonZkConnectorMeta: sepolia_PolygonZkConnectorMeta; + sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; + sepolia_RootAggregated: sepolia_RootAggregated; + sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; + sepolia_RootManagerMeta: sepolia_RootManagerMeta; + sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; + sepolia_RootManagerMode: sepolia_RootManagerMode; + sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; + sepolia_RootMessageProcessed: sepolia_RootMessageProcessed; + sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; + sepolia_RootPropagated: sepolia_RootPropagated; + sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; + sepolia_ScrollConnectorMeta: sepolia_ScrollConnectorMeta; + sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; + sepolia_X1ConnectorMeta: sepolia_X1ConnectorMeta; + sepolia_X1ConnectorMeta_filter: sepolia_X1ConnectorMeta_filter; + sepolia_ZkSyncConnectorMeta: sepolia_ZkSyncConnectorMeta; + sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; + sepolia__Block_: sepolia__Block_; + sepolia__Meta_: sepolia__Meta_; + arbitrumsepolia_swap_BigDecimal: Scalars['arbitrumsepolia_swap_BigDecimal']; + arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; + arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; + arbitrumsepolia_swap_Bytes: Scalars['arbitrumsepolia_swap_Bytes']; + arbitrumsepolia_swap_Int8: Scalars['arbitrumsepolia_swap_Int8']; + arbitrumsepolia_swap_LpAccount: arbitrumsepolia_swap_LpAccount; + arbitrumsepolia_swap_LpAccountBalance: arbitrumsepolia_swap_LpAccountBalance; + arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; + arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; + arbitrumsepolia_swap_LpToken: arbitrumsepolia_swap_LpToken; + arbitrumsepolia_swap_LpTokenEvent: ResolversParentTypes['arbitrumsepolia_swap_LpTransferEvent']; + arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; + arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; + arbitrumsepolia_swap_LpTransferEvent: arbitrumsepolia_swap_LpTransferEvent; + arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; + arbitrumsepolia_swap_PooledToken: arbitrumsepolia_swap_PooledToken; + arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; + arbitrumsepolia_swap_StableSwap: arbitrumsepolia_swap_StableSwap; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent: arbitrumsepolia_swap_StableSwapAddLiquidityEvent; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwapEvent: ResolversParentTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; + arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; + arbitrumsepolia_swap_StableSwapExchange: arbitrumsepolia_swap_StableSwapExchange; + arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; + arbitrumsepolia_swap_SwapDailyVolume: arbitrumsepolia_swap_SwapDailyVolume; + arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; + arbitrumsepolia_swap_SwapHourlyVolume: arbitrumsepolia_swap_SwapHourlyVolume; + arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; + arbitrumsepolia_swap_SwapTradeVolume: ResolversParentTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; + arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; + arbitrumsepolia_swap_SwapWeeklyVolume: arbitrumsepolia_swap_SwapWeeklyVolume; + arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; + arbitrumsepolia_swap_SystemInfo: arbitrumsepolia_swap_SystemInfo; + arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; + arbitrumsepolia_swap__Block_: arbitrumsepolia_swap__Block_; + arbitrumsepolia_swap__Meta_: arbitrumsepolia_swap__Meta_; + 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_; + bnb_swap_BigDecimal: Scalars['bnb_swap_BigDecimal']; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: Scalars['bnb_swap_Bytes']; + bnb_swap_Int8: Scalars['bnb_swap_Int8']; + bnb_swap_LpAccount: bnb_swap_LpAccount; + bnb_swap_LpAccountBalance: bnb_swap_LpAccountBalance; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpToken: bnb_swap_LpToken; + bnb_swap_LpTokenEvent: ResolversParentTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpTransferEvent: bnb_swap_LpTransferEvent; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_PooledToken: bnb_swap_PooledToken; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_StableSwap: bnb_swap_StableSwap; + bnb_swap_StableSwapAddLiquidityEvent: bnb_swap_StableSwapAddLiquidityEvent; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapEvent: ResolversParentTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapExchange: bnb_swap_StableSwapExchange; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapRemoveLiquidityEvent: bnb_swap_StableSwapRemoveLiquidityEvent; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_SwapDailyVolume: bnb_swap_SwapDailyVolume; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapHourlyVolume: bnb_swap_SwapHourlyVolume; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapTradeVolume: ResolversParentTypes['bnb_swap_SwapDailyVolume'] | ResolversParentTypes['bnb_swap_SwapHourlyVolume'] | ResolversParentTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapWeeklyVolume: bnb_swap_SwapWeeklyVolume; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SystemInfo: bnb_swap_SystemInfo; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap__Block_: bnb_swap__Block_; + bnb_swap__Meta_: bnb_swap__Meta_; + optimism_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_; + 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_; + 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_; + 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_; + 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_; + linea_AggregateRoot: linea_AggregateRoot; + linea_AggregateRootProposed: linea_AggregateRootProposed; + linea_AggregateRootProposed_filter: linea_AggregateRootProposed_filter; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_Asset: linea_Asset; + linea_AssetBalance: linea_AssetBalance; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetStatus: linea_AssetStatus; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_Asset_filter: linea_Asset_filter; + linea_BigDecimal: Scalars['linea_BigDecimal']; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: Scalars['linea_Bytes']; + linea_ConnectorMeta: linea_ConnectorMeta; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_DestinationTransfer: linea_DestinationTransfer; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_OptimisticRootFinalized: linea_OptimisticRootFinalized; + linea_OptimisticRootFinalized_filter: linea_OptimisticRootFinalized_filter; + linea_OriginMessage: linea_OriginMessage; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginTransfer: linea_OriginTransfer; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_Relayer: linea_Relayer; + linea_RelayerFee: linea_RelayerFee; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_Relayer_filter: linea_Relayer_filter; + linea_RootCount: linea_RootCount; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootMessageSent: linea_RootMessageSent; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_Router: linea_Router; + linea_RouterDailyTVL: linea_RouterDailyTVL; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_Router_filter: linea_Router_filter; + linea_Sequencer: linea_Sequencer; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Setting: linea_Setting; + linea_Setting_filter: linea_Setting_filter; + linea_SlippageUpdate: linea_SlippageUpdate; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea_SnapshotRoot: linea_SnapshotRoot; + linea_SnapshotRoot_filter: linea_SnapshotRoot_filter; + linea_SpokeConnectorMode: linea_SpokeConnectorMode; + linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; + linea__Block_: linea__Block_; + linea__Meta_: linea__Meta_; + xlayer_swap_BigDecimal: Scalars['xlayer_swap_BigDecimal']; + xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; + xlayer_swap_Block_height: xlayer_swap_Block_height; + xlayer_swap_Bytes: Scalars['xlayer_swap_Bytes']; + xlayer_swap_Int8: Scalars['xlayer_swap_Int8']; + xlayer_swap_LpAccount: xlayer_swap_LpAccount; + xlayer_swap_LpAccountBalance: xlayer_swap_LpAccountBalance; + xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; + xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; + xlayer_swap_LpToken: xlayer_swap_LpToken; + xlayer_swap_LpTokenEvent: ResolversParentTypes['xlayer_swap_LpTransferEvent']; + xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; + xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; + xlayer_swap_LpTransferEvent: xlayer_swap_LpTransferEvent; + xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; + xlayer_swap_PooledToken: xlayer_swap_PooledToken; + xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; + xlayer_swap_StableSwap: xlayer_swap_StableSwap; + xlayer_swap_StableSwapAddLiquidityEvent: xlayer_swap_StableSwapAddLiquidityEvent; + xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; + xlayer_swap_StableSwapEvent: ResolversParentTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; + xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; + xlayer_swap_StableSwapExchange: xlayer_swap_StableSwapExchange; + xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; + xlayer_swap_StableSwapRemoveLiquidityEvent: xlayer_swap_StableSwapRemoveLiquidityEvent; + xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; + xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; + xlayer_swap_SwapDailyVolume: xlayer_swap_SwapDailyVolume; + xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; + xlayer_swap_SwapHourlyVolume: xlayer_swap_SwapHourlyVolume; + xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; + xlayer_swap_SwapTradeVolume: ResolversParentTypes['xlayer_swap_SwapDailyVolume'] | ResolversParentTypes['xlayer_swap_SwapHourlyVolume'] | ResolversParentTypes['xlayer_swap_SwapWeeklyVolume']; + xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; + xlayer_swap_SwapWeeklyVolume: xlayer_swap_SwapWeeklyVolume; + xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; + xlayer_swap_SystemInfo: xlayer_swap_SystemInfo; + xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; + xlayer_swap__Block_: xlayer_swap__Block_; + xlayer_swap__Meta_: xlayer_swap__Meta_; + xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; + xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; + xdai_swap_Block_height: xdai_swap_Block_height; + xdai_swap_Bytes: Scalars['xdai_swap_Bytes']; + xdai_swap_Int8: Scalars['xdai_swap_Int8']; + xdai_swap_LpAccount: xdai_swap_LpAccount; + xdai_swap_LpAccountBalance: xdai_swap_LpAccountBalance; + xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; + xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; + xdai_swap_LpToken: xdai_swap_LpToken; + xdai_swap_LpTokenEvent: ResolversParentTypes['xdai_swap_LpTransferEvent']; + xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; + xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; + xdai_swap_LpTransferEvent: xdai_swap_LpTransferEvent; + xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; + xdai_swap_PooledToken: xdai_swap_PooledToken; + xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; + xdai_swap_StableSwap: xdai_swap_StableSwap; + xdai_swap_StableSwapAddLiquidityEvent: xdai_swap_StableSwapAddLiquidityEvent; + xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; + xdai_swap_StableSwapEvent: ResolversParentTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; + xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; + xdai_swap_StableSwapExchange: xdai_swap_StableSwapExchange; + xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; + xdai_swap_StableSwapRemoveLiquidityEvent: xdai_swap_StableSwapRemoveLiquidityEvent; + xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; + xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; + xdai_swap_SwapDailyVolume: xdai_swap_SwapDailyVolume; + xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; + xdai_swap_SwapHourlyVolume: xdai_swap_SwapHourlyVolume; + xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; + xdai_swap_SwapTradeVolume: ResolversParentTypes['xdai_swap_SwapDailyVolume'] | ResolversParentTypes['xdai_swap_SwapHourlyVolume'] | ResolversParentTypes['xdai_swap_SwapWeeklyVolume']; + xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; + xdai_swap_SwapWeeklyVolume: xdai_swap_SwapWeeklyVolume; + xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; + xdai_swap_SystemInfo: xdai_swap_SystemInfo; + xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; + xdai_swap__Block_: xdai_swap__Block_; + xdai_swap__Meta_: xdai_swap__Meta_; + arbitrumsepolia_AggregateRoot: arbitrumsepolia_AggregateRoot; + arbitrumsepolia_AggregateRootProposed: arbitrumsepolia_AggregateRootProposed; + arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; + arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; + arbitrumsepolia_Asset: arbitrumsepolia_Asset; + arbitrumsepolia_AssetBalance: arbitrumsepolia_AssetBalance; + arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; + arbitrumsepolia_AssetStatus: arbitrumsepolia_AssetStatus; + arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; + arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; + arbitrumsepolia_BigDecimal: Scalars['arbitrumsepolia_BigDecimal']; + arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; + arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; + arbitrumsepolia_Bytes: Scalars['arbitrumsepolia_Bytes']; + arbitrumsepolia_ConnectorMeta: arbitrumsepolia_ConnectorMeta; + arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; + arbitrumsepolia_DestinationTransfer: arbitrumsepolia_DestinationTransfer; + arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; + arbitrumsepolia_Int8: Scalars['arbitrumsepolia_Int8']; + arbitrumsepolia_OptimisticRootFinalized: arbitrumsepolia_OptimisticRootFinalized; + arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; + arbitrumsepolia_OriginMessage: arbitrumsepolia_OriginMessage; + arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; + arbitrumsepolia_OriginTransfer: arbitrumsepolia_OriginTransfer; + arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; + arbitrumsepolia_Relayer: arbitrumsepolia_Relayer; + arbitrumsepolia_RelayerFee: arbitrumsepolia_RelayerFee; + arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; + arbitrumsepolia_RelayerFeesIncrease: arbitrumsepolia_RelayerFeesIncrease; + arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; + arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; + arbitrumsepolia_RootCount: arbitrumsepolia_RootCount; + arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; + arbitrumsepolia_RootMessageSent: arbitrumsepolia_RootMessageSent; + arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; + arbitrumsepolia_Router: arbitrumsepolia_Router; + arbitrumsepolia_RouterDailyTVL: arbitrumsepolia_RouterDailyTVL; + arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; + arbitrumsepolia_RouterLiquidityEvent: arbitrumsepolia_RouterLiquidityEvent; + arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; + arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; + arbitrumsepolia_Sequencer: arbitrumsepolia_Sequencer; + arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; + arbitrumsepolia_Setting: arbitrumsepolia_Setting; + arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; + arbitrumsepolia_SlippageUpdate: arbitrumsepolia_SlippageUpdate; + arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; + arbitrumsepolia_SnapshotRoot: arbitrumsepolia_SnapshotRoot; + arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; + arbitrumsepolia_SpokeConnectorMode: arbitrumsepolia_SpokeConnectorMode; + arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; + arbitrumsepolia__Block_: arbitrumsepolia__Block_; + arbitrumsepolia__Meta_: arbitrumsepolia__Meta_; + sepolia_AggregateRoot: sepolia_AggregateRoot; + sepolia_AggregateRootProposed: sepolia_AggregateRootProposed; + sepolia_AggregateRootProposed_filter: sepolia_AggregateRootProposed_filter; + sepolia_AggregateRoot_filter: sepolia_AggregateRoot_filter; + sepolia_Asset: sepolia_Asset; + sepolia_AssetBalance: sepolia_AssetBalance; + sepolia_AssetBalance_filter: sepolia_AssetBalance_filter; + sepolia_AssetStatus: sepolia_AssetStatus; + sepolia_AssetStatus_filter: sepolia_AssetStatus_filter; + sepolia_Asset_filter: sepolia_Asset_filter; + sepolia_ConnectorMeta: sepolia_ConnectorMeta; + sepolia_ConnectorMeta_filter: sepolia_ConnectorMeta_filter; + sepolia_DestinationTransfer: sepolia_DestinationTransfer; + sepolia_DestinationTransfer_filter: sepolia_DestinationTransfer_filter; + sepolia_OptimisticRootFinalized: sepolia_OptimisticRootFinalized; + sepolia_OptimisticRootFinalized_filter: sepolia_OptimisticRootFinalized_filter; + sepolia_OriginMessage: sepolia_OriginMessage; + sepolia_OriginMessage_filter: sepolia_OriginMessage_filter; + sepolia_OriginTransfer: sepolia_OriginTransfer; + sepolia_OriginTransfer_filter: sepolia_OriginTransfer_filter; + sepolia_Relayer: sepolia_Relayer; + sepolia_RelayerFee: sepolia_RelayerFee; + sepolia_RelayerFee_filter: sepolia_RelayerFee_filter; + sepolia_RelayerFeesIncrease: sepolia_RelayerFeesIncrease; + sepolia_RelayerFeesIncrease_filter: sepolia_RelayerFeesIncrease_filter; + sepolia_Relayer_filter: sepolia_Relayer_filter; + sepolia_RootCount: sepolia_RootCount; + sepolia_RootCount_filter: sepolia_RootCount_filter; + sepolia_RootMessageSent: sepolia_RootMessageSent; + sepolia_RootMessageSent_filter: sepolia_RootMessageSent_filter; + sepolia_Router: sepolia_Router; + sepolia_RouterDailyTVL: sepolia_RouterDailyTVL; + sepolia_RouterDailyTVL_filter: sepolia_RouterDailyTVL_filter; + sepolia_RouterLiquidityEvent: sepolia_RouterLiquidityEvent; + sepolia_RouterLiquidityEvent_filter: sepolia_RouterLiquidityEvent_filter; + sepolia_Router_filter: sepolia_Router_filter; + sepolia_Sequencer: sepolia_Sequencer; + sepolia_Sequencer_filter: sepolia_Sequencer_filter; + sepolia_Setting: sepolia_Setting; + sepolia_Setting_filter: sepolia_Setting_filter; + sepolia_SlippageUpdate: sepolia_SlippageUpdate; + sepolia_SlippageUpdate_filter: sepolia_SlippageUpdate_filter; + sepolia_SnapshotRoot: sepolia_SnapshotRoot; + sepolia_SnapshotRoot_filter: sepolia_SnapshotRoot_filter; + sepolia_SpokeConnectorMode: sepolia_SpokeConnectorMode; + sepolia_SpokeConnectorMode_filter: sepolia_SpokeConnectorMode_filter; + 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_; + 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_; + zksync_AggregateRoot: zksync_AggregateRoot; + zksync_AggregateRootProposed: zksync_AggregateRootProposed; + zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; + zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; + zksync_Asset: zksync_Asset; + zksync_AssetBalance: zksync_AssetBalance; + zksync_AssetBalance_filter: zksync_AssetBalance_filter; + zksync_AssetStatus: zksync_AssetStatus; + zksync_AssetStatus_filter: zksync_AssetStatus_filter; + zksync_Asset_filter: zksync_Asset_filter; + zksync_BigDecimal: Scalars['zksync_BigDecimal']; + zksync_BlockChangedFilter: zksync_BlockChangedFilter; + zksync_Block_height: zksync_Block_height; + zksync_Bytes: Scalars['zksync_Bytes']; + zksync_ConnectorMeta: zksync_ConnectorMeta; + zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; + zksync_DestinationTransfer: zksync_DestinationTransfer; + zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; + zksync_Int8: Scalars['zksync_Int8']; + zksync_OptimisticRootFinalized: zksync_OptimisticRootFinalized; + zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; + zksync_OriginMessage: zksync_OriginMessage; + zksync_OriginMessage_filter: zksync_OriginMessage_filter; + zksync_OriginTransfer: zksync_OriginTransfer; + zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; + zksync_Relayer: zksync_Relayer; + zksync_RelayerFee: zksync_RelayerFee; + zksync_RelayerFee_filter: zksync_RelayerFee_filter; + zksync_RelayerFeesIncrease: zksync_RelayerFeesIncrease; + zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; + zksync_Relayer_filter: zksync_Relayer_filter; + zksync_RootCount: zksync_RootCount; + zksync_RootCount_filter: zksync_RootCount_filter; + zksync_RootMessageSent: zksync_RootMessageSent; + zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; + zksync_Router: zksync_Router; + zksync_RouterDailyTVL: zksync_RouterDailyTVL; + zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; + zksync_RouterLiquidityEvent: zksync_RouterLiquidityEvent; + zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; + zksync_Router_filter: zksync_Router_filter; + zksync_Sequencer: zksync_Sequencer; + zksync_Sequencer_filter: zksync_Sequencer_filter; + zksync_Setting: zksync_Setting; + zksync_Setting_filter: zksync_Setting_filter; + zksync_SlippageUpdate: zksync_SlippageUpdate; + zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; + zksync_SnapshotRoot: zksync_SnapshotRoot; + zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; + zksync_SpokeConnectorMode: zksync_SpokeConnectorMode; + zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; + zksync__Block_: zksync__Block_; + zksync__Meta_: zksync__Meta_; + mantle_AggregateRoot: mantle_AggregateRoot; + mantle_AggregateRootProposed: mantle_AggregateRootProposed; + mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; + mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; + mantle_Asset: mantle_Asset; + mantle_AssetBalance: mantle_AssetBalance; + mantle_AssetBalance_filter: mantle_AssetBalance_filter; + mantle_AssetStatus: mantle_AssetStatus; + mantle_AssetStatus_filter: mantle_AssetStatus_filter; + mantle_Asset_filter: mantle_Asset_filter; + mantle_BigDecimal: Scalars['mantle_BigDecimal']; + mantle_BlockChangedFilter: mantle_BlockChangedFilter; + mantle_Block_height: mantle_Block_height; + mantle_Bytes: Scalars['mantle_Bytes']; + mantle_ConnectorMeta: mantle_ConnectorMeta; + mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; + mantle_DestinationTransfer: mantle_DestinationTransfer; + mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; + mantle_Int8: Scalars['mantle_Int8']; + mantle_OptimisticRootFinalized: mantle_OptimisticRootFinalized; + mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; + mantle_OriginMessage: mantle_OriginMessage; + mantle_OriginMessage_filter: mantle_OriginMessage_filter; + mantle_OriginTransfer: mantle_OriginTransfer; + mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; + mantle_Relayer: mantle_Relayer; + mantle_RelayerFee: mantle_RelayerFee; + mantle_RelayerFee_filter: mantle_RelayerFee_filter; + mantle_RelayerFeesIncrease: mantle_RelayerFeesIncrease; + mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; + mantle_Relayer_filter: mantle_Relayer_filter; + mantle_RootCount: mantle_RootCount; + mantle_RootCount_filter: mantle_RootCount_filter; + mantle_RootMessageSent: mantle_RootMessageSent; + mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; + mantle_Router: mantle_Router; + mantle_RouterDailyTVL: mantle_RouterDailyTVL; + mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; + mantle_RouterLiquidityEvent: mantle_RouterLiquidityEvent; + mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; + mantle_Router_filter: mantle_Router_filter; + mantle_Sequencer: mantle_Sequencer; + mantle_Sequencer_filter: mantle_Sequencer_filter; + mantle_Setting: mantle_Setting; + mantle_Setting_filter: mantle_Setting_filter; + mantle_SlippageUpdate: mantle_SlippageUpdate; + mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; + mantle_SnapshotRoot: mantle_SnapshotRoot; + mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; + mantle_SpokeConnectorMode: mantle_SpokeConnectorMode; + mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; + mantle__Block_: mantle__Block_; + mantle__Meta_: mantle__Meta_; + 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; + 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_; + xlayer_AggregateRoot: xlayer_AggregateRoot; + xlayer_AggregateRootProposed: xlayer_AggregateRootProposed; + xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; + xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; + xlayer_Asset: xlayer_Asset; + xlayer_AssetBalance: xlayer_AssetBalance; + xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; + xlayer_AssetStatus: xlayer_AssetStatus; + xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; + xlayer_Asset_filter: xlayer_Asset_filter; + xlayer_BigDecimal: Scalars['xlayer_BigDecimal']; + xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; + xlayer_Block_height: xlayer_Block_height; + xlayer_Bytes: Scalars['xlayer_Bytes']; + xlayer_ConnectorMeta: xlayer_ConnectorMeta; + xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; + xlayer_DestinationTransfer: xlayer_DestinationTransfer; + xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; + xlayer_Int8: Scalars['xlayer_Int8']; + xlayer_OptimisticRootFinalized: xlayer_OptimisticRootFinalized; + xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; + xlayer_OriginMessage: xlayer_OriginMessage; + xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; + xlayer_OriginTransfer: xlayer_OriginTransfer; + xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; + xlayer_Relayer: xlayer_Relayer; + xlayer_RelayerFee: xlayer_RelayerFee; + xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; + xlayer_RelayerFeesIncrease: xlayer_RelayerFeesIncrease; + xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; + xlayer_Relayer_filter: xlayer_Relayer_filter; + xlayer_RootCount: xlayer_RootCount; + xlayer_RootCount_filter: xlayer_RootCount_filter; + xlayer_RootMessageSent: xlayer_RootMessageSent; + xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; + xlayer_Router: xlayer_Router; + xlayer_RouterDailyTVL: xlayer_RouterDailyTVL; + xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; + xlayer_RouterLiquidityEvent: xlayer_RouterLiquidityEvent; + xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; + xlayer_Router_filter: xlayer_Router_filter; + xlayer_Sequencer: xlayer_Sequencer; + xlayer_Sequencer_filter: xlayer_Sequencer_filter; + xlayer_Setting: xlayer_Setting; + xlayer_Setting_filter: xlayer_Setting_filter; + xlayer_SlippageUpdate: xlayer_SlippageUpdate; + xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; + xlayer_SnapshotRoot: xlayer_SnapshotRoot; + xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; + xlayer_SpokeConnectorMode: xlayer_SpokeConnectorMode; + xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; + xlayer__Block_: xlayer__Block_; + xlayer__Meta_: xlayer__Meta_; + mode_AggregateRoot: mode_AggregateRoot; + mode_AggregateRootProposed: mode_AggregateRootProposed; + mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; + mode_AggregateRoot_filter: mode_AggregateRoot_filter; + mode_Asset: mode_Asset; + mode_AssetBalance: mode_AssetBalance; + mode_AssetBalance_filter: mode_AssetBalance_filter; + mode_AssetStatus: mode_AssetStatus; + mode_AssetStatus_filter: mode_AssetStatus_filter; + mode_Asset_filter: mode_Asset_filter; + mode_BigDecimal: Scalars['mode_BigDecimal']; + mode_BlockChangedFilter: mode_BlockChangedFilter; + mode_Block_height: mode_Block_height; + mode_Bytes: Scalars['mode_Bytes']; + mode_ConnectorMeta: mode_ConnectorMeta; + mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; + mode_DestinationTransfer: mode_DestinationTransfer; + mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; + mode_Int8: Scalars['mode_Int8']; + mode_OptimisticRootFinalized: mode_OptimisticRootFinalized; + mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; + mode_OriginMessage: mode_OriginMessage; + mode_OriginMessage_filter: mode_OriginMessage_filter; + mode_OriginTransfer: mode_OriginTransfer; + mode_OriginTransfer_filter: mode_OriginTransfer_filter; + mode_Relayer: mode_Relayer; + mode_RelayerFee: mode_RelayerFee; + mode_RelayerFee_filter: mode_RelayerFee_filter; + mode_RelayerFeesIncrease: mode_RelayerFeesIncrease; + mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; + mode_Relayer_filter: mode_Relayer_filter; + mode_RootCount: mode_RootCount; + mode_RootCount_filter: mode_RootCount_filter; + mode_RootMessageSent: mode_RootMessageSent; + mode_RootMessageSent_filter: mode_RootMessageSent_filter; + mode_Router: mode_Router; + mode_RouterDailyTVL: mode_RouterDailyTVL; + mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; + mode_RouterLiquidityEvent: mode_RouterLiquidityEvent; + mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; + mode_Router_filter: mode_Router_filter; + mode_Sequencer: mode_Sequencer; + mode_Sequencer_filter: mode_Sequencer_filter; + mode_Setting: mode_Setting; + mode_Setting_filter: mode_Setting_filter; + mode_SlippageUpdate: mode_SlippageUpdate; + mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; + mode_SnapshotRoot: mode_SnapshotRoot; + mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; + mode_SpokeConnectorMode: mode_SpokeConnectorMode; + mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; + mode__Block_: mode__Block_; + mode__Meta_: mode__Meta_; + 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_; +}>; + +export type entityDirectiveArgs = { }; + +export type entityDirectiveResolver = DirectiveResolverFn; + +export type subgraphIdDirectiveArgs = { + id: Scalars['String']; +}; + +export type subgraphIdDirectiveResolver = DirectiveResolverFn; + +export type derivedFromDirectiveArgs = { + field: Scalars['String']; +}; + +export type derivedFromDirectiveResolver = DirectiveResolverFn; + +export type QueryResolvers = ResolversObject<{ + optimismsepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_router?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia__meta?: Resolver, ParentType, ContextType, Partial>; polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -114168,39 +117271,326 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; polygon_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; polygon__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>; + optimismsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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_transaction?: Resolver, ParentType, ContextType, RequireFields>; + xdai_transactions?: Resolver, ParentType, ContextType, RequireFields>; + xdai_user?: Resolver, ParentType, ContextType, RequireFields>; + xdai_users?: Resolver, ParentType, ContextType, RequireFields>; + xdai__meta?: Resolver, ParentType, ContextType, Partial>; + mode_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + 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>; + zksync_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap__meta?: Resolver, ParentType, ContextType, Partial>; + linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; + base_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap__meta?: Resolver, ParentType, ContextType, Partial>; + sepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; mainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; mainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; mainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; @@ -114246,90 +117636,10 @@ export type QueryResolvers, 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>; - base_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; + mainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + mainnet__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>; @@ -114363,6 +117673,285 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; + sepolia_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + sepolia__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; + bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_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>; + 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>; + 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>; arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -114396,6 +117985,100 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; + polygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; + linea_asset?: Resolver, ParentType, ContextType, RequireFields>; + linea_assets?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_router?: Resolver, ParentType, ContextType, RequireFields>; + linea_routers?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_setting?: Resolver, ParentType, ContextType, RequireFields>; + linea_settings?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + linea_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + linea_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + linea_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + linea_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + linea__meta?: Resolver, ParentType, ContextType, Partial>; xlayer_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; xlayer_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; xlayer_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -114429,6 +118112,39 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; xlayer_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; xlayer_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>; arbitrumsepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; arbitrumsepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; arbitrumsepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -114476,6 +118192,146 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; arbitrumsepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; arbitrumsepolia__meta?: Resolver, ParentType, ContextType, Partial>; + sepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_router?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + 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>; + 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>; zksync_asset?: Resolver, ParentType, ContextType, RequireFields>; zksync_assets?: Resolver, ParentType, ContextType, RequireFields>; zksync_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -114523,6 +118379,99 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; zksync_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; zksync__meta?: Resolver, ParentType, ContextType, Partial>; + mantle_asset?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assets?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mantle_router?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_setting?: Resolver, ParentType, ContextType, RequireFields>; + mantle_settings?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mantle_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mantle_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mantle_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mantle_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mantle_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mantle_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mantle_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mantle_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mantle__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; avalanche_asset?: Resolver, ParentType, ContextType, RequireFields>; avalanche_assets?: Resolver, ParentType, ContextType, RequireFields>; avalanche_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -114570,226 +118519,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; avalanche_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; avalanche__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>; - 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>; - 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>; - 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>; - mode_asset?: Resolver, ParentType, ContextType, RequireFields>; - mode_assets?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mode_router?: Resolver, ParentType, ContextType, RequireFields>; - mode_routers?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_setting?: Resolver, ParentType, ContextType, RequireFields>; - mode_settings?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mode_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mode_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mode_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mode_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mode_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mode_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mode_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mode_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mode_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mode_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mode_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mode_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mode_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - mode_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - mode_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - mode_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - mode__meta?: Resolver, ParentType, ContextType, Partial>; xlayer_asset?: Resolver, ParentType, ContextType, RequireFields>; xlayer_assets?: Resolver, ParentType, ContextType, RequireFields>; xlayer_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -114837,42 +118566,197 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; xlayer_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; xlayer__meta?: Resolver, ParentType, ContextType, Partial>; - bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; + mode_asset?: Resolver, ParentType, ContextType, RequireFields>; + mode_assets?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mode_router?: Resolver, ParentType, ContextType, RequireFields>; + mode_routers?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_setting?: Resolver, ParentType, ContextType, RequireFields>; + mode_settings?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mode_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mode_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mode_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mode_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mode_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mode_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mode_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mode_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mode_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mode_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mode_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mode_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mode_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mode_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mode_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mode_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mode__meta?: Resolver, ParentType, ContextType, Partial>; + 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>; }>; export type SubscriptionResolvers = ResolversObject<{ + optimismsepolia_asset?: SubscriptionResolver, "optimismsepolia_asset", ParentType, ContextType, RequireFields>; + optimismsepolia_assets?: SubscriptionResolver, "optimismsepolia_assets", ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatus?: SubscriptionResolver, "optimismsepolia_assetStatus", ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatuses?: SubscriptionResolver, "optimismsepolia_assetStatuses", ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalance?: SubscriptionResolver, "optimismsepolia_assetBalance", ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalances?: SubscriptionResolver, "optimismsepolia_assetBalances", ParentType, ContextType, RequireFields>; + optimismsepolia_router?: SubscriptionResolver, "optimismsepolia_router", ParentType, ContextType, RequireFields>; + optimismsepolia_routers?: SubscriptionResolver, "optimismsepolia_routers", ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVL?: SubscriptionResolver, "optimismsepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVLs?: SubscriptionResolver, "optimismsepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvent?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvents?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismsepolia_setting?: SubscriptionResolver, "optimismsepolia_setting", ParentType, ContextType, RequireFields>; + optimismsepolia_settings?: SubscriptionResolver, "optimismsepolia_settings", ParentType, ContextType, RequireFields>; + optimismsepolia_relayer?: SubscriptionResolver, "optimismsepolia_relayer", ParentType, ContextType, RequireFields>; + optimismsepolia_relayers?: SubscriptionResolver, "optimismsepolia_relayers", ParentType, ContextType, RequireFields>; + optimismsepolia_sequencer?: SubscriptionResolver, "optimismsepolia_sequencer", ParentType, ContextType, RequireFields>; + optimismsepolia_sequencers?: SubscriptionResolver, "optimismsepolia_sequencers", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFee?: SubscriptionResolver, "optimismsepolia_relayerFee", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFees?: SubscriptionResolver, "optimismsepolia_relayerFees", ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfer?: SubscriptionResolver, "optimismsepolia_originTransfer", ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfers?: SubscriptionResolver, "optimismsepolia_originTransfers", ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfer?: SubscriptionResolver, "optimismsepolia_destinationTransfer", ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfers?: SubscriptionResolver, "optimismsepolia_destinationTransfers", ParentType, ContextType, RequireFields>; + optimismsepolia_originMessage?: SubscriptionResolver, "optimismsepolia_originMessage", ParentType, ContextType, RequireFields>; + optimismsepolia_originMessages?: SubscriptionResolver, "optimismsepolia_originMessages", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoot?: SubscriptionResolver, "optimismsepolia_aggregateRoot", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoots?: SubscriptionResolver, "optimismsepolia_aggregateRoots", ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMeta?: SubscriptionResolver, "optimismsepolia_connectorMeta", ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMetas?: SubscriptionResolver, "optimismsepolia_connectorMetas", ParentType, ContextType, RequireFields>; + optimismsepolia_rootCount?: SubscriptionResolver, "optimismsepolia_rootCount", ParentType, ContextType, RequireFields>; + optimismsepolia_rootCounts?: SubscriptionResolver, "optimismsepolia_rootCounts", ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSent?: SubscriptionResolver, "optimismsepolia_rootMessageSent", ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSents?: SubscriptionResolver, "optimismsepolia_rootMessageSents", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncrease?: SubscriptionResolver, "optimismsepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncreases?: SubscriptionResolver, "optimismsepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdate?: SubscriptionResolver, "optimismsepolia_slippageUpdate", ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdates?: SubscriptionResolver, "optimismsepolia_slippageUpdates", ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoot?: SubscriptionResolver, "optimismsepolia_snapshotRoot", ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoots?: SubscriptionResolver, "optimismsepolia_snapshotRoots", ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorMode?: SubscriptionResolver, "optimismsepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorModes?: SubscriptionResolver, "optimismsepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposed?: SubscriptionResolver, "optimismsepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposeds?: SubscriptionResolver, "optimismsepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalized?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + optimismsepolia__meta?: SubscriptionResolver, "optimismsepolia__meta", ParentType, ContextType, Partial>; + 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>; optimismsepolia_swap_systemInfo?: SubscriptionResolver, "optimismsepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; optimismsepolia_swap_systemInfos?: SubscriptionResolver, "optimismsepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; optimismsepolia_swap_pooledToken?: SubscriptionResolver, "optimismsepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -114906,53 +118790,53 @@ export type SubscriptionResolvers, "optimismsepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; optimismsepolia_swap_lpTokenEvents?: SubscriptionResolver, "optimismsepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; optimismsepolia_swap__meta?: SubscriptionResolver, "optimismsepolia_swap__meta", ParentType, ContextType, Partial>; - optimismsepolia_asset?: SubscriptionResolver, "optimismsepolia_asset", ParentType, ContextType, RequireFields>; - optimismsepolia_assets?: SubscriptionResolver, "optimismsepolia_assets", ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatus?: SubscriptionResolver, "optimismsepolia_assetStatus", ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatuses?: SubscriptionResolver, "optimismsepolia_assetStatuses", ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalance?: SubscriptionResolver, "optimismsepolia_assetBalance", ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalances?: SubscriptionResolver, "optimismsepolia_assetBalances", ParentType, ContextType, RequireFields>; - optimismsepolia_router?: SubscriptionResolver, "optimismsepolia_router", ParentType, ContextType, RequireFields>; - optimismsepolia_routers?: SubscriptionResolver, "optimismsepolia_routers", ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVL?: SubscriptionResolver, "optimismsepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVLs?: SubscriptionResolver, "optimismsepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvent?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvents?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismsepolia_setting?: SubscriptionResolver, "optimismsepolia_setting", ParentType, ContextType, RequireFields>; - optimismsepolia_settings?: SubscriptionResolver, "optimismsepolia_settings", ParentType, ContextType, RequireFields>; - optimismsepolia_relayer?: SubscriptionResolver, "optimismsepolia_relayer", ParentType, ContextType, RequireFields>; - optimismsepolia_relayers?: SubscriptionResolver, "optimismsepolia_relayers", ParentType, ContextType, RequireFields>; - optimismsepolia_sequencer?: SubscriptionResolver, "optimismsepolia_sequencer", ParentType, ContextType, RequireFields>; - optimismsepolia_sequencers?: SubscriptionResolver, "optimismsepolia_sequencers", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFee?: SubscriptionResolver, "optimismsepolia_relayerFee", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFees?: SubscriptionResolver, "optimismsepolia_relayerFees", ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfer?: SubscriptionResolver, "optimismsepolia_originTransfer", ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfers?: SubscriptionResolver, "optimismsepolia_originTransfers", ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfer?: SubscriptionResolver, "optimismsepolia_destinationTransfer", ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfers?: SubscriptionResolver, "optimismsepolia_destinationTransfers", ParentType, ContextType, RequireFields>; - optimismsepolia_originMessage?: SubscriptionResolver, "optimismsepolia_originMessage", ParentType, ContextType, RequireFields>; - optimismsepolia_originMessages?: SubscriptionResolver, "optimismsepolia_originMessages", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoot?: SubscriptionResolver, "optimismsepolia_aggregateRoot", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoots?: SubscriptionResolver, "optimismsepolia_aggregateRoots", ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMeta?: SubscriptionResolver, "optimismsepolia_connectorMeta", ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMetas?: SubscriptionResolver, "optimismsepolia_connectorMetas", ParentType, ContextType, RequireFields>; - optimismsepolia_rootCount?: SubscriptionResolver, "optimismsepolia_rootCount", ParentType, ContextType, RequireFields>; - optimismsepolia_rootCounts?: SubscriptionResolver, "optimismsepolia_rootCounts", ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSent?: SubscriptionResolver, "optimismsepolia_rootMessageSent", ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSents?: SubscriptionResolver, "optimismsepolia_rootMessageSents", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncrease?: SubscriptionResolver, "optimismsepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncreases?: SubscriptionResolver, "optimismsepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdate?: SubscriptionResolver, "optimismsepolia_slippageUpdate", ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdates?: SubscriptionResolver, "optimismsepolia_slippageUpdates", ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoot?: SubscriptionResolver, "optimismsepolia_snapshotRoot", ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoots?: SubscriptionResolver, "optimismsepolia_snapshotRoots", ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorMode?: SubscriptionResolver, "optimismsepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorModes?: SubscriptionResolver, "optimismsepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposed?: SubscriptionResolver, "optimismsepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposeds?: SubscriptionResolver, "optimismsepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalized?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - optimismsepolia__meta?: SubscriptionResolver, "optimismsepolia__meta", ParentType, ContextType, Partial>; + 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>; xdai_assetBalance?: SubscriptionResolver, "xdai_assetBalance", ParentType, ContextType, RequireFields>; xdai_assetBalances?: SubscriptionResolver, "xdai_assetBalances", ParentType, ContextType, RequireFields>; xdai_router?: SubscriptionResolver, "xdai_router", ParentType, ContextType, RequireFields>; @@ -114962,92 +118846,6 @@ export type SubscriptionResolvers, "xdai_user", ParentType, ContextType, RequireFields>; xdai_users?: SubscriptionResolver, "xdai_users", ParentType, ContextType, RequireFields>; xdai__meta?: SubscriptionResolver, "xdai__meta", ParentType, ContextType, Partial>; - sepolia_rootAggregated?: SubscriptionResolver, "sepolia_rootAggregated", ParentType, ContextType, RequireFields>; - sepolia_rootAggregateds?: SubscriptionResolver, "sepolia_rootAggregateds", ParentType, ContextType, RequireFields>; - sepolia_rootPropagated?: SubscriptionResolver, "sepolia_rootPropagated", ParentType, ContextType, RequireFields>; - sepolia_rootPropagateds?: SubscriptionResolver, "sepolia_rootPropagateds", ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoot?: SubscriptionResolver, "sepolia_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoots?: SubscriptionResolver, "sepolia_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - sepolia_rootManagerMeta?: SubscriptionResolver, "sepolia_rootManagerMeta", ParentType, ContextType, RequireFields>; - sepolia_rootManagerMetas?: SubscriptionResolver, "sepolia_rootManagerMetas", ParentType, ContextType, RequireFields>; - sepolia_rootManagerMode?: SubscriptionResolver, "sepolia_rootManagerMode", ParentType, ContextType, RequireFields>; - sepolia_rootManagerModes?: SubscriptionResolver, "sepolia_rootManagerModes", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposed?: SubscriptionResolver, "sepolia_optimisticRootProposed", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposeds?: SubscriptionResolver, "sepolia_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalized?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalizeds?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagated?: SubscriptionResolver, "sepolia_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagateds?: SubscriptionResolver, "sepolia_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMeta?: SubscriptionResolver, "sepolia_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMetas?: SubscriptionResolver, "sepolia_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMeta?: SubscriptionResolver, "sepolia_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMetas?: SubscriptionResolver, "sepolia_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMeta?: SubscriptionResolver, "sepolia_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMetas?: SubscriptionResolver, "sepolia_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMeta?: SubscriptionResolver, "sepolia_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMetas?: SubscriptionResolver, "sepolia_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMeta?: SubscriptionResolver, "sepolia_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMetas?: SubscriptionResolver, "sepolia_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMeta?: SubscriptionResolver, "sepolia_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMetas?: SubscriptionResolver, "sepolia_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMeta?: SubscriptionResolver, "sepolia_metisConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMetas?: SubscriptionResolver, "sepolia_metisConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMeta?: SubscriptionResolver, "sepolia_mantleConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMetas?: SubscriptionResolver, "sepolia_mantleConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMeta?: SubscriptionResolver, "sepolia_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMetas?: SubscriptionResolver, "sepolia_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMeta?: SubscriptionResolver, "sepolia_baseConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMetas?: SubscriptionResolver, "sepolia_baseConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMeta?: SubscriptionResolver, "sepolia_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMetas?: SubscriptionResolver, "sepolia_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMeta?: SubscriptionResolver, "sepolia_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMetas?: SubscriptionResolver, "sepolia_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMeta?: SubscriptionResolver, "sepolia_modeConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMetas?: SubscriptionResolver, "sepolia_modeConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMeta?: SubscriptionResolver, "sepolia_scrollConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMetas?: SubscriptionResolver, "sepolia_scrollConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_xlayerConnectorMeta?: SubscriptionResolver, "sepolia_xlayerConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_xlayerConnectorMetas?: SubscriptionResolver, "sepolia_xlayerConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcessed?: SubscriptionResolver, "sepolia_rootMessageProcessed", ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcesseds?: SubscriptionResolver, "sepolia_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlow?: SubscriptionResolver, "sepolia_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlows?: SubscriptionResolver, "sepolia_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - sepolia_hubDomain?: SubscriptionResolver, "sepolia_hubDomain", ParentType, ContextType, RequireFields>; - sepolia_hubDomains?: SubscriptionResolver, "sepolia_hubDomains", ParentType, ContextType, RequireFields>; - sepolia__meta?: SubscriptionResolver, "sepolia__meta", ParentType, ContextType, Partial>; - mantle_swap_systemInfo?: SubscriptionResolver, "mantle_swap_systemInfo", ParentType, ContextType, RequireFields>; - mantle_swap_systemInfos?: SubscriptionResolver, "mantle_swap_systemInfos", ParentType, ContextType, RequireFields>; - mantle_swap_pooledToken?: SubscriptionResolver, "mantle_swap_pooledToken", ParentType, ContextType, RequireFields>; - mantle_swap_pooledTokens?: SubscriptionResolver, "mantle_swap_pooledTokens", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwap?: SubscriptionResolver, "mantle_swap_stableSwap", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwaps?: SubscriptionResolver, "mantle_swap_stableSwaps", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mantle_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mantle_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mantle_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mantle_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchange?: SubscriptionResolver, "mantle_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchanges?: SubscriptionResolver, "mantle_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolume?: SubscriptionResolver, "mantle_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolumes?: SubscriptionResolver, "mantle_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolume?: SubscriptionResolver, "mantle_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolumes?: SubscriptionResolver, "mantle_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolume?: SubscriptionResolver, "mantle_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolumes?: SubscriptionResolver, "mantle_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccount?: SubscriptionResolver, "mantle_swap_lpAccount", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccounts?: SubscriptionResolver, "mantle_swap_lpAccounts", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalance?: SubscriptionResolver, "mantle_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalances?: SubscriptionResolver, "mantle_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - mantle_swap_lpToken?: SubscriptionResolver, "mantle_swap_lpToken", ParentType, ContextType, RequireFields>; - mantle_swap_lpTokens?: SubscriptionResolver, "mantle_swap_lpTokens", ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvent?: SubscriptionResolver, "mantle_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvents?: SubscriptionResolver, "mantle_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvent?: SubscriptionResolver, "mantle_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvents?: SubscriptionResolver, "mantle_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolume?: SubscriptionResolver, "mantle_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolumes?: SubscriptionResolver, "mantle_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvent?: SubscriptionResolver, "mantle_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvents?: SubscriptionResolver, "mantle_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - mantle_swap__meta?: SubscriptionResolver, "mantle_swap__meta", ParentType, ContextType, Partial>; mode_swap_systemInfo?: SubscriptionResolver, "mode_swap_systemInfo", ParentType, ContextType, RequireFields>; mode_swap_systemInfos?: SubscriptionResolver, "mode_swap_systemInfos", ParentType, ContextType, RequireFields>; mode_swap_pooledToken?: SubscriptionResolver, "mode_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -115114,6 +118912,39 @@ export type SubscriptionResolvers, "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>; + 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>; 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>; @@ -115147,39 +118978,72 @@ export type SubscriptionResolvers, "zksync_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; zksync_swap_lpTokenEvents?: SubscriptionResolver, "zksync_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; zksync_swap__meta?: SubscriptionResolver, "zksync_swap__meta", ParentType, ContextType, Partial>; - arbitrumsepolia_swap_systemInfo?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_systemInfos?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledToken?: SubscriptionResolver, "arbitrumsepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledTokens?: SubscriptionResolver, "arbitrumsepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwap?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwaps?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccount?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccounts?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpToken?: SubscriptionResolver, "arbitrumsepolia_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokens?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap__meta?: SubscriptionResolver, "arbitrumsepolia_swap__meta", ParentType, ContextType, Partial>; + 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>; + base_swap_systemInfo?: SubscriptionResolver, "base_swap_systemInfo", ParentType, ContextType, RequireFields>; + base_swap_systemInfos?: SubscriptionResolver, "base_swap_systemInfos", ParentType, ContextType, RequireFields>; + base_swap_pooledToken?: SubscriptionResolver, "base_swap_pooledToken", ParentType, ContextType, RequireFields>; + base_swap_pooledTokens?: SubscriptionResolver, "base_swap_pooledTokens", ParentType, ContextType, RequireFields>; + base_swap_stableSwap?: SubscriptionResolver, "base_swap_stableSwap", ParentType, ContextType, RequireFields>; + base_swap_stableSwaps?: SubscriptionResolver, "base_swap_stableSwaps", ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchange?: SubscriptionResolver, "base_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchanges?: SubscriptionResolver, "base_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolume?: SubscriptionResolver, "base_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolumes?: SubscriptionResolver, "base_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolume?: SubscriptionResolver, "base_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolumes?: SubscriptionResolver, "base_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolume?: SubscriptionResolver, "base_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolumes?: SubscriptionResolver, "base_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + base_swap_lpAccount?: SubscriptionResolver, "base_swap_lpAccount", ParentType, ContextType, RequireFields>; + base_swap_lpAccounts?: SubscriptionResolver, "base_swap_lpAccounts", ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalance?: SubscriptionResolver, "base_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalances?: SubscriptionResolver, "base_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + base_swap_lpToken?: SubscriptionResolver, "base_swap_lpToken", ParentType, ContextType, RequireFields>; + base_swap_lpTokens?: SubscriptionResolver, "base_swap_lpTokens", ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvent?: SubscriptionResolver, "base_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvents?: SubscriptionResolver, "base_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvent?: SubscriptionResolver, "base_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvents?: SubscriptionResolver, "base_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolume?: SubscriptionResolver, "base_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolumes?: SubscriptionResolver, "base_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvent?: SubscriptionResolver, "base_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvents?: SubscriptionResolver, "base_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + base_swap__meta?: SubscriptionResolver, "base_swap__meta", ParentType, ContextType, Partial>; sepolia_swap_systemInfo?: SubscriptionResolver, "sepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; sepolia_swap_systemInfos?: SubscriptionResolver, "sepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; sepolia_swap_pooledToken?: SubscriptionResolver, "sepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -115213,86 +119077,240 @@ export type SubscriptionResolvers, "sepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; sepolia_swap_lpTokenEvents?: SubscriptionResolver, "sepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; sepolia_swap__meta?: SubscriptionResolver, "sepolia_swap__meta", ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; - linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; - linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; - linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; - linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; - linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; - linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; - linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; - linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; - linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; - linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; - linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; - linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; - linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; - linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; - linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; - linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; - linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; - linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; - linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; - linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; - linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; - linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; - linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; - linea_snapshotRoot?: SubscriptionResolver, "linea_snapshotRoot", ParentType, ContextType, RequireFields>; - linea_snapshotRoots?: SubscriptionResolver, "linea_snapshotRoots", ParentType, ContextType, RequireFields>; - linea_spokeConnectorMode?: SubscriptionResolver, "linea_spokeConnectorMode", ParentType, ContextType, RequireFields>; - linea_spokeConnectorModes?: SubscriptionResolver, "linea_spokeConnectorModes", ParentType, ContextType, RequireFields>; - linea_aggregateRootProposed?: SubscriptionResolver, "linea_aggregateRootProposed", ParentType, ContextType, RequireFields>; - linea_aggregateRootProposeds?: SubscriptionResolver, "linea_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalized?: SubscriptionResolver, "linea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalizeds?: SubscriptionResolver, "linea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; + 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>; + 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>; + sepolia_rootAggregated?: SubscriptionResolver, "sepolia_rootAggregated", ParentType, ContextType, RequireFields>; + sepolia_rootAggregateds?: SubscriptionResolver, "sepolia_rootAggregateds", ParentType, ContextType, RequireFields>; + sepolia_rootPropagated?: SubscriptionResolver, "sepolia_rootPropagated", ParentType, ContextType, RequireFields>; + sepolia_rootPropagateds?: SubscriptionResolver, "sepolia_rootPropagateds", ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoot?: SubscriptionResolver, "sepolia_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoots?: SubscriptionResolver, "sepolia_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + sepolia_rootManagerMeta?: SubscriptionResolver, "sepolia_rootManagerMeta", ParentType, ContextType, RequireFields>; + sepolia_rootManagerMetas?: SubscriptionResolver, "sepolia_rootManagerMetas", ParentType, ContextType, RequireFields>; + sepolia_rootManagerMode?: SubscriptionResolver, "sepolia_rootManagerMode", ParentType, ContextType, RequireFields>; + sepolia_rootManagerModes?: SubscriptionResolver, "sepolia_rootManagerModes", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposed?: SubscriptionResolver, "sepolia_optimisticRootProposed", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposeds?: SubscriptionResolver, "sepolia_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalized?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalizeds?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagated?: SubscriptionResolver, "sepolia_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagateds?: SubscriptionResolver, "sepolia_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMeta?: SubscriptionResolver, "sepolia_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMetas?: SubscriptionResolver, "sepolia_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMeta?: SubscriptionResolver, "sepolia_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMetas?: SubscriptionResolver, "sepolia_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMeta?: SubscriptionResolver, "sepolia_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMetas?: SubscriptionResolver, "sepolia_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMeta?: SubscriptionResolver, "sepolia_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMetas?: SubscriptionResolver, "sepolia_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMeta?: SubscriptionResolver, "sepolia_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMetas?: SubscriptionResolver, "sepolia_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMeta?: SubscriptionResolver, "sepolia_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMetas?: SubscriptionResolver, "sepolia_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMeta?: SubscriptionResolver, "sepolia_metisConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMetas?: SubscriptionResolver, "sepolia_metisConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMeta?: SubscriptionResolver, "sepolia_mantleConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMetas?: SubscriptionResolver, "sepolia_mantleConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMeta?: SubscriptionResolver, "sepolia_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMetas?: SubscriptionResolver, "sepolia_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMeta?: SubscriptionResolver, "sepolia_baseConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMetas?: SubscriptionResolver, "sepolia_baseConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMeta?: SubscriptionResolver, "sepolia_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMetas?: SubscriptionResolver, "sepolia_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMeta?: SubscriptionResolver, "sepolia_x1ConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMetas?: SubscriptionResolver, "sepolia_x1ConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMeta?: SubscriptionResolver, "sepolia_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMetas?: SubscriptionResolver, "sepolia_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMeta?: SubscriptionResolver, "sepolia_modeConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMetas?: SubscriptionResolver, "sepolia_modeConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMeta?: SubscriptionResolver, "sepolia_scrollConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMetas?: SubscriptionResolver, "sepolia_scrollConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcessed?: SubscriptionResolver, "sepolia_rootMessageProcessed", ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcesseds?: SubscriptionResolver, "sepolia_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlow?: SubscriptionResolver, "sepolia_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlows?: SubscriptionResolver, "sepolia_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + sepolia_hubDomain?: SubscriptionResolver, "sepolia_hubDomain", ParentType, ContextType, RequireFields>; + sepolia_hubDomains?: SubscriptionResolver, "sepolia_hubDomains", ParentType, ContextType, RequireFields>; + sepolia__meta?: SubscriptionResolver, "sepolia__meta", ParentType, ContextType, Partial>; + arbitrumsepolia_swap_systemInfo?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_systemInfos?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledToken?: SubscriptionResolver, "arbitrumsepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledTokens?: SubscriptionResolver, "arbitrumsepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwap?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwaps?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccount?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccounts?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpToken?: SubscriptionResolver, "arbitrumsepolia_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokens?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap__meta?: SubscriptionResolver, "arbitrumsepolia_swap__meta", ParentType, ContextType, Partial>; + 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>; + bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; optimism_asset?: SubscriptionResolver, "optimism_asset", ParentType, ContextType, RequireFields>; optimism_assets?: SubscriptionResolver, "optimism_assets", ParentType, ContextType, RequireFields>; optimism_assetStatus?: SubscriptionResolver, "optimism_assetStatus", ParentType, ContextType, RequireFields>; @@ -115340,100 +119358,6 @@ export type SubscriptionResolvers, "optimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; optimism_optimisticRootFinalizeds?: SubscriptionResolver, "optimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; optimism__meta?: SubscriptionResolver, "optimism__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>; - 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>; arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; @@ -115481,53 +119405,6 @@ export type SubscriptionResolvers, "arbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; arbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; arbitrumone__meta?: SubscriptionResolver, "arbitrumone__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_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>; @@ -115561,248 +119438,6 @@ export type SubscriptionResolvers, "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>; - 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>; - 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>; - 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>; - base_swap_systemInfo?: SubscriptionResolver, "base_swap_systemInfo", ParentType, ContextType, RequireFields>; - base_swap_systemInfos?: SubscriptionResolver, "base_swap_systemInfos", ParentType, ContextType, RequireFields>; - base_swap_pooledToken?: SubscriptionResolver, "base_swap_pooledToken", ParentType, ContextType, RequireFields>; - base_swap_pooledTokens?: SubscriptionResolver, "base_swap_pooledTokens", ParentType, ContextType, RequireFields>; - base_swap_stableSwap?: SubscriptionResolver, "base_swap_stableSwap", ParentType, ContextType, RequireFields>; - base_swap_stableSwaps?: SubscriptionResolver, "base_swap_stableSwaps", ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchange?: SubscriptionResolver, "base_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchanges?: SubscriptionResolver, "base_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolume?: SubscriptionResolver, "base_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolumes?: SubscriptionResolver, "base_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolume?: SubscriptionResolver, "base_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolumes?: SubscriptionResolver, "base_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolume?: SubscriptionResolver, "base_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolumes?: SubscriptionResolver, "base_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - base_swap_lpAccount?: SubscriptionResolver, "base_swap_lpAccount", ParentType, ContextType, RequireFields>; - base_swap_lpAccounts?: SubscriptionResolver, "base_swap_lpAccounts", ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalance?: SubscriptionResolver, "base_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalances?: SubscriptionResolver, "base_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - base_swap_lpToken?: SubscriptionResolver, "base_swap_lpToken", ParentType, ContextType, RequireFields>; - base_swap_lpTokens?: SubscriptionResolver, "base_swap_lpTokens", ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvent?: SubscriptionResolver, "base_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvents?: SubscriptionResolver, "base_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvent?: SubscriptionResolver, "base_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvents?: SubscriptionResolver, "base_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolume?: SubscriptionResolver, "base_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolumes?: SubscriptionResolver, "base_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvent?: SubscriptionResolver, "base_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvents?: SubscriptionResolver, "base_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - base_swap__meta?: SubscriptionResolver, "base_swap__meta", ParentType, ContextType, Partial>; - 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>; - optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; - optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; - optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; - optimism_swap_pooledTokens?: SubscriptionResolver, "optimism_swap_pooledTokens", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwap?: SubscriptionResolver, "optimism_swap_stableSwap", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwaps?: SubscriptionResolver, "optimism_swap_stableSwaps", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchange?: SubscriptionResolver, "optimism_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchanges?: SubscriptionResolver, "optimism_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolume?: SubscriptionResolver, "optimism_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolumes?: SubscriptionResolver, "optimism_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolume?: SubscriptionResolver, "optimism_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolumes?: SubscriptionResolver, "optimism_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolume?: SubscriptionResolver, "optimism_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimism_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccount?: SubscriptionResolver, "optimism_swap_lpAccount", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccounts?: SubscriptionResolver, "optimism_swap_lpAccounts", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalance?: SubscriptionResolver, "optimism_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalances?: SubscriptionResolver, "optimism_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - optimism_swap_lpToken?: SubscriptionResolver, "optimism_swap_lpToken", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokens?: SubscriptionResolver, "optimism_swap_lpTokens", ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvent?: SubscriptionResolver, "optimism_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvents?: SubscriptionResolver, "optimism_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvent?: SubscriptionResolver, "optimism_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvents?: SubscriptionResolver, "optimism_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolume?: SubscriptionResolver, "optimism_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolumes?: SubscriptionResolver, "optimism_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvent?: SubscriptionResolver, "optimism_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvents?: SubscriptionResolver, "optimism_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - optimism_swap__meta?: SubscriptionResolver, "optimism_swap__meta", ParentType, ContextType, Partial>; arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -115836,6 +119471,100 @@ export type SubscriptionResolvers, "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>; + 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>; + linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; + linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; + linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; + linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; + linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; + linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; + linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; + linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; + linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; + linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; + linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; + linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; + linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; + linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; + linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; + linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; + linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; + linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; + linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; + linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; + linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; + linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; + linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; + linea_snapshotRoot?: SubscriptionResolver, "linea_snapshotRoot", ParentType, ContextType, RequireFields>; + linea_snapshotRoots?: SubscriptionResolver, "linea_snapshotRoots", ParentType, ContextType, RequireFields>; + linea_spokeConnectorMode?: SubscriptionResolver, "linea_spokeConnectorMode", ParentType, ContextType, RequireFields>; + linea_spokeConnectorModes?: SubscriptionResolver, "linea_spokeConnectorModes", ParentType, ContextType, RequireFields>; + linea_aggregateRootProposed?: SubscriptionResolver, "linea_aggregateRootProposed", ParentType, ContextType, RequireFields>; + linea_aggregateRootProposeds?: SubscriptionResolver, "linea_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalized?: SubscriptionResolver, "linea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalizeds?: SubscriptionResolver, "linea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; xlayer_swap_systemInfo?: SubscriptionResolver, "xlayer_swap_systemInfo", ParentType, ContextType, RequireFields>; xlayer_swap_systemInfos?: SubscriptionResolver, "xlayer_swap_systemInfos", ParentType, ContextType, RequireFields>; xlayer_swap_pooledToken?: SubscriptionResolver, "xlayer_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -115869,6 +119598,39 @@ export type SubscriptionResolvers, "xlayer_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; xlayer_swap_lpTokenEvents?: SubscriptionResolver, "xlayer_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; xlayer_swap__meta?: SubscriptionResolver, "xlayer_swap__meta", ParentType, ContextType, Partial>; + 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>; arbitrumsepolia_asset?: SubscriptionResolver, "arbitrumsepolia_asset", ParentType, ContextType, RequireFields>; arbitrumsepolia_assets?: SubscriptionResolver, "arbitrumsepolia_assets", ParentType, ContextType, RequireFields>; arbitrumsepolia_assetStatus?: SubscriptionResolver, "arbitrumsepolia_assetStatus", ParentType, ContextType, RequireFields>; @@ -115916,6 +119678,146 @@ export type SubscriptionResolvers, "arbitrumsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; arbitrumsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; arbitrumsepolia__meta?: SubscriptionResolver, "arbitrumsepolia__meta", ParentType, ContextType, Partial>; + sepolia_asset?: SubscriptionResolver, "sepolia_asset", ParentType, ContextType, RequireFields>; + sepolia_assets?: SubscriptionResolver, "sepolia_assets", ParentType, ContextType, RequireFields>; + sepolia_assetStatus?: SubscriptionResolver, "sepolia_assetStatus", ParentType, ContextType, RequireFields>; + sepolia_assetStatuses?: SubscriptionResolver, "sepolia_assetStatuses", ParentType, ContextType, RequireFields>; + sepolia_assetBalance?: SubscriptionResolver, "sepolia_assetBalance", ParentType, ContextType, RequireFields>; + sepolia_assetBalances?: SubscriptionResolver, "sepolia_assetBalances", ParentType, ContextType, RequireFields>; + sepolia_router?: SubscriptionResolver, "sepolia_router", ParentType, ContextType, RequireFields>; + sepolia_routers?: SubscriptionResolver, "sepolia_routers", ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVL?: SubscriptionResolver, "sepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVLs?: SubscriptionResolver, "sepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvent?: SubscriptionResolver, "sepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvents?: SubscriptionResolver, "sepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + sepolia_setting?: SubscriptionResolver, "sepolia_setting", ParentType, ContextType, RequireFields>; + sepolia_settings?: SubscriptionResolver, "sepolia_settings", ParentType, ContextType, RequireFields>; + sepolia_relayer?: SubscriptionResolver, "sepolia_relayer", ParentType, ContextType, RequireFields>; + sepolia_relayers?: SubscriptionResolver, "sepolia_relayers", ParentType, ContextType, RequireFields>; + sepolia_sequencer?: SubscriptionResolver, "sepolia_sequencer", ParentType, ContextType, RequireFields>; + sepolia_sequencers?: SubscriptionResolver, "sepolia_sequencers", ParentType, ContextType, RequireFields>; + sepolia_relayerFee?: SubscriptionResolver, "sepolia_relayerFee", ParentType, ContextType, RequireFields>; + sepolia_relayerFees?: SubscriptionResolver, "sepolia_relayerFees", ParentType, ContextType, RequireFields>; + sepolia_originTransfer?: SubscriptionResolver, "sepolia_originTransfer", ParentType, ContextType, RequireFields>; + sepolia_originTransfers?: SubscriptionResolver, "sepolia_originTransfers", ParentType, ContextType, RequireFields>; + sepolia_destinationTransfer?: SubscriptionResolver, "sepolia_destinationTransfer", ParentType, ContextType, RequireFields>; + sepolia_destinationTransfers?: SubscriptionResolver, "sepolia_destinationTransfers", ParentType, ContextType, RequireFields>; + sepolia_originMessage?: SubscriptionResolver, "sepolia_originMessage", ParentType, ContextType, RequireFields>; + sepolia_originMessages?: SubscriptionResolver, "sepolia_originMessages", ParentType, ContextType, RequireFields>; + sepolia_aggregateRoot?: SubscriptionResolver, "sepolia_aggregateRoot", ParentType, ContextType, RequireFields>; + sepolia_aggregateRoots?: SubscriptionResolver, "sepolia_aggregateRoots", ParentType, ContextType, RequireFields>; + sepolia_connectorMeta?: SubscriptionResolver, "sepolia_connectorMeta", ParentType, ContextType, RequireFields>; + sepolia_connectorMetas?: SubscriptionResolver, "sepolia_connectorMetas", ParentType, ContextType, RequireFields>; + sepolia_rootCount?: SubscriptionResolver, "sepolia_rootCount", ParentType, ContextType, RequireFields>; + sepolia_rootCounts?: SubscriptionResolver, "sepolia_rootCounts", ParentType, ContextType, RequireFields>; + sepolia_rootMessageSent?: SubscriptionResolver, "sepolia_rootMessageSent", ParentType, ContextType, RequireFields>; + sepolia_rootMessageSents?: SubscriptionResolver, "sepolia_rootMessageSents", ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncrease?: SubscriptionResolver, "sepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncreases?: SubscriptionResolver, "sepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + sepolia_slippageUpdate?: SubscriptionResolver, "sepolia_slippageUpdate", ParentType, ContextType, RequireFields>; + sepolia_slippageUpdates?: SubscriptionResolver, "sepolia_slippageUpdates", ParentType, ContextType, RequireFields>; + sepolia_snapshotRoot?: SubscriptionResolver, "sepolia_snapshotRoot", ParentType, ContextType, RequireFields>; + sepolia_snapshotRoots?: SubscriptionResolver, "sepolia_snapshotRoots", ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorMode?: SubscriptionResolver, "sepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorModes?: SubscriptionResolver, "sepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposed?: SubscriptionResolver, "sepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposeds?: SubscriptionResolver, "sepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalized?: SubscriptionResolver, "sepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalizeds?: SubscriptionResolver, "sepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + 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>; + 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>; zksync_asset?: SubscriptionResolver, "zksync_asset", ParentType, ContextType, RequireFields>; zksync_assets?: SubscriptionResolver, "zksync_assets", ParentType, ContextType, RequireFields>; zksync_assetStatus?: SubscriptionResolver, "zksync_assetStatus", ParentType, ContextType, RequireFields>; @@ -115932,304 +119834,177 @@ export type SubscriptionResolvers, "zksync_settings", ParentType, ContextType, RequireFields>; zksync_relayer?: SubscriptionResolver, "zksync_relayer", ParentType, ContextType, RequireFields>; zksync_relayers?: SubscriptionResolver, "zksync_relayers", ParentType, ContextType, RequireFields>; - zksync_sequencer?: SubscriptionResolver, "zksync_sequencer", ParentType, ContextType, RequireFields>; - zksync_sequencers?: SubscriptionResolver, "zksync_sequencers", ParentType, ContextType, RequireFields>; - zksync_relayerFee?: SubscriptionResolver, "zksync_relayerFee", ParentType, ContextType, RequireFields>; - zksync_relayerFees?: SubscriptionResolver, "zksync_relayerFees", ParentType, ContextType, RequireFields>; - zksync_originTransfer?: SubscriptionResolver, "zksync_originTransfer", ParentType, ContextType, RequireFields>; - zksync_originTransfers?: SubscriptionResolver, "zksync_originTransfers", ParentType, ContextType, RequireFields>; - zksync_destinationTransfer?: SubscriptionResolver, "zksync_destinationTransfer", ParentType, ContextType, RequireFields>; - zksync_destinationTransfers?: SubscriptionResolver, "zksync_destinationTransfers", ParentType, ContextType, RequireFields>; - zksync_originMessage?: SubscriptionResolver, "zksync_originMessage", ParentType, ContextType, RequireFields>; - zksync_originMessages?: SubscriptionResolver, "zksync_originMessages", ParentType, ContextType, RequireFields>; - zksync_aggregateRoot?: SubscriptionResolver, "zksync_aggregateRoot", ParentType, ContextType, RequireFields>; - zksync_aggregateRoots?: SubscriptionResolver, "zksync_aggregateRoots", ParentType, ContextType, RequireFields>; - zksync_connectorMeta?: SubscriptionResolver, "zksync_connectorMeta", ParentType, ContextType, RequireFields>; - zksync_connectorMetas?: SubscriptionResolver, "zksync_connectorMetas", ParentType, ContextType, RequireFields>; - zksync_rootCount?: SubscriptionResolver, "zksync_rootCount", ParentType, ContextType, RequireFields>; - zksync_rootCounts?: SubscriptionResolver, "zksync_rootCounts", ParentType, ContextType, RequireFields>; - zksync_rootMessageSent?: SubscriptionResolver, "zksync_rootMessageSent", ParentType, ContextType, RequireFields>; - zksync_rootMessageSents?: SubscriptionResolver, "zksync_rootMessageSents", ParentType, ContextType, RequireFields>; - zksync_relayerFeesIncrease?: SubscriptionResolver, "zksync_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - zksync_relayerFeesIncreases?: SubscriptionResolver, "zksync_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - zksync_slippageUpdate?: SubscriptionResolver, "zksync_slippageUpdate", ParentType, ContextType, RequireFields>; - zksync_slippageUpdates?: SubscriptionResolver, "zksync_slippageUpdates", ParentType, ContextType, RequireFields>; - zksync_snapshotRoot?: SubscriptionResolver, "zksync_snapshotRoot", ParentType, ContextType, RequireFields>; - zksync_snapshotRoots?: SubscriptionResolver, "zksync_snapshotRoots", ParentType, ContextType, RequireFields>; - zksync_spokeConnectorMode?: SubscriptionResolver, "zksync_spokeConnectorMode", ParentType, ContextType, RequireFields>; - zksync_spokeConnectorModes?: SubscriptionResolver, "zksync_spokeConnectorModes", ParentType, ContextType, RequireFields>; - zksync_aggregateRootProposed?: SubscriptionResolver, "zksync_aggregateRootProposed", ParentType, ContextType, RequireFields>; - zksync_aggregateRootProposeds?: SubscriptionResolver, "zksync_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - zksync_optimisticRootFinalized?: SubscriptionResolver, "zksync_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - zksync_optimisticRootFinalizeds?: SubscriptionResolver, "zksync_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - zksync__meta?: SubscriptionResolver, "zksync__meta", ParentType, ContextType, Partial>; - avalanche_asset?: SubscriptionResolver, "avalanche_asset", ParentType, ContextType, RequireFields>; - avalanche_assets?: SubscriptionResolver, "avalanche_assets", ParentType, ContextType, RequireFields>; - avalanche_assetStatus?: SubscriptionResolver, "avalanche_assetStatus", ParentType, ContextType, RequireFields>; - avalanche_assetStatuses?: SubscriptionResolver, "avalanche_assetStatuses", ParentType, ContextType, RequireFields>; - avalanche_assetBalance?: SubscriptionResolver, "avalanche_assetBalance", ParentType, ContextType, RequireFields>; - avalanche_assetBalances?: SubscriptionResolver, "avalanche_assetBalances", ParentType, ContextType, RequireFields>; - avalanche_router?: SubscriptionResolver, "avalanche_router", ParentType, ContextType, RequireFields>; - avalanche_routers?: SubscriptionResolver, "avalanche_routers", ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVL?: SubscriptionResolver, "avalanche_routerDailyTVL", ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVLs?: SubscriptionResolver, "avalanche_routerDailyTVLs", ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvent?: SubscriptionResolver, "avalanche_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvents?: SubscriptionResolver, "avalanche_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - avalanche_setting?: SubscriptionResolver, "avalanche_setting", ParentType, ContextType, RequireFields>; - avalanche_settings?: SubscriptionResolver, "avalanche_settings", ParentType, ContextType, RequireFields>; - avalanche_relayer?: SubscriptionResolver, "avalanche_relayer", ParentType, ContextType, RequireFields>; - avalanche_relayers?: SubscriptionResolver, "avalanche_relayers", ParentType, ContextType, RequireFields>; - avalanche_sequencer?: SubscriptionResolver, "avalanche_sequencer", ParentType, ContextType, RequireFields>; - avalanche_sequencers?: SubscriptionResolver, "avalanche_sequencers", ParentType, ContextType, RequireFields>; - avalanche_relayerFee?: SubscriptionResolver, "avalanche_relayerFee", ParentType, ContextType, RequireFields>; - avalanche_relayerFees?: SubscriptionResolver, "avalanche_relayerFees", ParentType, ContextType, RequireFields>; - avalanche_originTransfer?: SubscriptionResolver, "avalanche_originTransfer", ParentType, ContextType, RequireFields>; - avalanche_originTransfers?: SubscriptionResolver, "avalanche_originTransfers", ParentType, ContextType, RequireFields>; - avalanche_destinationTransfer?: SubscriptionResolver, "avalanche_destinationTransfer", ParentType, ContextType, RequireFields>; - avalanche_destinationTransfers?: SubscriptionResolver, "avalanche_destinationTransfers", ParentType, ContextType, RequireFields>; - avalanche_originMessage?: SubscriptionResolver, "avalanche_originMessage", ParentType, ContextType, RequireFields>; - avalanche_originMessages?: SubscriptionResolver, "avalanche_originMessages", ParentType, ContextType, RequireFields>; - avalanche_aggregateRoot?: SubscriptionResolver, "avalanche_aggregateRoot", ParentType, ContextType, RequireFields>; - avalanche_aggregateRoots?: SubscriptionResolver, "avalanche_aggregateRoots", ParentType, ContextType, RequireFields>; - avalanche_connectorMeta?: SubscriptionResolver, "avalanche_connectorMeta", ParentType, ContextType, RequireFields>; - avalanche_connectorMetas?: SubscriptionResolver, "avalanche_connectorMetas", ParentType, ContextType, RequireFields>; - avalanche_rootCount?: SubscriptionResolver, "avalanche_rootCount", ParentType, ContextType, RequireFields>; - avalanche_rootCounts?: SubscriptionResolver, "avalanche_rootCounts", ParentType, ContextType, RequireFields>; - avalanche_rootMessageSent?: SubscriptionResolver, "avalanche_rootMessageSent", ParentType, ContextType, RequireFields>; - avalanche_rootMessageSents?: SubscriptionResolver, "avalanche_rootMessageSents", ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncrease?: SubscriptionResolver, "avalanche_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncreases?: SubscriptionResolver, "avalanche_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - avalanche_slippageUpdate?: SubscriptionResolver, "avalanche_slippageUpdate", ParentType, ContextType, RequireFields>; - avalanche_slippageUpdates?: SubscriptionResolver, "avalanche_slippageUpdates", ParentType, ContextType, RequireFields>; - avalanche_snapshotRoot?: SubscriptionResolver, "avalanche_snapshotRoot", ParentType, ContextType, RequireFields>; - avalanche_snapshotRoots?: SubscriptionResolver, "avalanche_snapshotRoots", ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorMode?: SubscriptionResolver, "avalanche_spokeConnectorMode", ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorModes?: SubscriptionResolver, "avalanche_spokeConnectorModes", ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposed?: SubscriptionResolver, "avalanche_aggregateRootProposed", ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposeds?: SubscriptionResolver, "avalanche_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalized?: SubscriptionResolver, "avalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalizeds?: SubscriptionResolver, "avalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - avalanche__meta?: SubscriptionResolver, "avalanche__meta", ParentType, ContextType, Partial>; - 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>; - 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>; - 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>; - 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>; - mode_asset?: SubscriptionResolver, "mode_asset", ParentType, ContextType, RequireFields>; - mode_assets?: SubscriptionResolver, "mode_assets", ParentType, ContextType, RequireFields>; - mode_assetStatus?: SubscriptionResolver, "mode_assetStatus", ParentType, ContextType, RequireFields>; - mode_assetStatuses?: SubscriptionResolver, "mode_assetStatuses", ParentType, ContextType, RequireFields>; - mode_assetBalance?: SubscriptionResolver, "mode_assetBalance", ParentType, ContextType, RequireFields>; - mode_assetBalances?: SubscriptionResolver, "mode_assetBalances", ParentType, ContextType, RequireFields>; - mode_router?: SubscriptionResolver, "mode_router", ParentType, ContextType, RequireFields>; - mode_routers?: SubscriptionResolver, "mode_routers", ParentType, ContextType, RequireFields>; - mode_routerDailyTVL?: SubscriptionResolver, "mode_routerDailyTVL", ParentType, ContextType, RequireFields>; - mode_routerDailyTVLs?: SubscriptionResolver, "mode_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvent?: SubscriptionResolver, "mode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvents?: SubscriptionResolver, "mode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mode_setting?: SubscriptionResolver, "mode_setting", ParentType, ContextType, RequireFields>; - mode_settings?: SubscriptionResolver, "mode_settings", ParentType, ContextType, RequireFields>; - mode_relayer?: SubscriptionResolver, "mode_relayer", ParentType, ContextType, RequireFields>; - mode_relayers?: SubscriptionResolver, "mode_relayers", ParentType, ContextType, RequireFields>; - mode_sequencer?: SubscriptionResolver, "mode_sequencer", ParentType, ContextType, RequireFields>; - mode_sequencers?: SubscriptionResolver, "mode_sequencers", ParentType, ContextType, RequireFields>; - mode_relayerFee?: SubscriptionResolver, "mode_relayerFee", ParentType, ContextType, RequireFields>; - mode_relayerFees?: SubscriptionResolver, "mode_relayerFees", ParentType, ContextType, RequireFields>; - mode_originTransfer?: SubscriptionResolver, "mode_originTransfer", ParentType, ContextType, RequireFields>; - mode_originTransfers?: SubscriptionResolver, "mode_originTransfers", ParentType, ContextType, RequireFields>; - mode_destinationTransfer?: SubscriptionResolver, "mode_destinationTransfer", ParentType, ContextType, RequireFields>; - mode_destinationTransfers?: SubscriptionResolver, "mode_destinationTransfers", ParentType, ContextType, RequireFields>; - mode_originMessage?: SubscriptionResolver, "mode_originMessage", ParentType, ContextType, RequireFields>; - mode_originMessages?: SubscriptionResolver, "mode_originMessages", ParentType, ContextType, RequireFields>; - mode_aggregateRoot?: SubscriptionResolver, "mode_aggregateRoot", ParentType, ContextType, RequireFields>; - mode_aggregateRoots?: SubscriptionResolver, "mode_aggregateRoots", ParentType, ContextType, RequireFields>; - mode_connectorMeta?: SubscriptionResolver, "mode_connectorMeta", ParentType, ContextType, RequireFields>; - mode_connectorMetas?: SubscriptionResolver, "mode_connectorMetas", ParentType, ContextType, RequireFields>; - mode_rootCount?: SubscriptionResolver, "mode_rootCount", ParentType, ContextType, RequireFields>; - mode_rootCounts?: SubscriptionResolver, "mode_rootCounts", ParentType, ContextType, RequireFields>; - mode_rootMessageSent?: SubscriptionResolver, "mode_rootMessageSent", ParentType, ContextType, RequireFields>; - mode_rootMessageSents?: SubscriptionResolver, "mode_rootMessageSents", ParentType, ContextType, RequireFields>; - mode_relayerFeesIncrease?: SubscriptionResolver, "mode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mode_relayerFeesIncreases?: SubscriptionResolver, "mode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mode_slippageUpdate?: SubscriptionResolver, "mode_slippageUpdate", ParentType, ContextType, RequireFields>; - mode_slippageUpdates?: SubscriptionResolver, "mode_slippageUpdates", ParentType, ContextType, RequireFields>; - mode_snapshotRoot?: SubscriptionResolver, "mode_snapshotRoot", ParentType, ContextType, RequireFields>; - mode_snapshotRoots?: SubscriptionResolver, "mode_snapshotRoots", ParentType, ContextType, RequireFields>; - mode_spokeConnectorMode?: SubscriptionResolver, "mode_spokeConnectorMode", ParentType, ContextType, RequireFields>; - mode_spokeConnectorModes?: SubscriptionResolver, "mode_spokeConnectorModes", ParentType, ContextType, RequireFields>; - mode_aggregateRootProposed?: SubscriptionResolver, "mode_aggregateRootProposed", ParentType, ContextType, RequireFields>; - mode_aggregateRootProposeds?: SubscriptionResolver, "mode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalized?: SubscriptionResolver, "mode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalizeds?: SubscriptionResolver, "mode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - mode__meta?: SubscriptionResolver, "mode__meta", ParentType, ContextType, Partial>; + zksync_sequencer?: SubscriptionResolver, "zksync_sequencer", ParentType, ContextType, RequireFields>; + zksync_sequencers?: SubscriptionResolver, "zksync_sequencers", ParentType, ContextType, RequireFields>; + zksync_relayerFee?: SubscriptionResolver, "zksync_relayerFee", ParentType, ContextType, RequireFields>; + zksync_relayerFees?: SubscriptionResolver, "zksync_relayerFees", ParentType, ContextType, RequireFields>; + zksync_originTransfer?: SubscriptionResolver, "zksync_originTransfer", ParentType, ContextType, RequireFields>; + zksync_originTransfers?: SubscriptionResolver, "zksync_originTransfers", ParentType, ContextType, RequireFields>; + zksync_destinationTransfer?: SubscriptionResolver, "zksync_destinationTransfer", ParentType, ContextType, RequireFields>; + zksync_destinationTransfers?: SubscriptionResolver, "zksync_destinationTransfers", ParentType, ContextType, RequireFields>; + zksync_originMessage?: SubscriptionResolver, "zksync_originMessage", ParentType, ContextType, RequireFields>; + zksync_originMessages?: SubscriptionResolver, "zksync_originMessages", ParentType, ContextType, RequireFields>; + zksync_aggregateRoot?: SubscriptionResolver, "zksync_aggregateRoot", ParentType, ContextType, RequireFields>; + zksync_aggregateRoots?: SubscriptionResolver, "zksync_aggregateRoots", ParentType, ContextType, RequireFields>; + zksync_connectorMeta?: SubscriptionResolver, "zksync_connectorMeta", ParentType, ContextType, RequireFields>; + zksync_connectorMetas?: SubscriptionResolver, "zksync_connectorMetas", ParentType, ContextType, RequireFields>; + zksync_rootCount?: SubscriptionResolver, "zksync_rootCount", ParentType, ContextType, RequireFields>; + zksync_rootCounts?: SubscriptionResolver, "zksync_rootCounts", ParentType, ContextType, RequireFields>; + zksync_rootMessageSent?: SubscriptionResolver, "zksync_rootMessageSent", ParentType, ContextType, RequireFields>; + zksync_rootMessageSents?: SubscriptionResolver, "zksync_rootMessageSents", ParentType, ContextType, RequireFields>; + zksync_relayerFeesIncrease?: SubscriptionResolver, "zksync_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + zksync_relayerFeesIncreases?: SubscriptionResolver, "zksync_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + zksync_slippageUpdate?: SubscriptionResolver, "zksync_slippageUpdate", ParentType, ContextType, RequireFields>; + zksync_slippageUpdates?: SubscriptionResolver, "zksync_slippageUpdates", ParentType, ContextType, RequireFields>; + zksync_snapshotRoot?: SubscriptionResolver, "zksync_snapshotRoot", ParentType, ContextType, RequireFields>; + zksync_snapshotRoots?: SubscriptionResolver, "zksync_snapshotRoots", ParentType, ContextType, RequireFields>; + zksync_spokeConnectorMode?: SubscriptionResolver, "zksync_spokeConnectorMode", ParentType, ContextType, RequireFields>; + zksync_spokeConnectorModes?: SubscriptionResolver, "zksync_spokeConnectorModes", ParentType, ContextType, RequireFields>; + zksync_aggregateRootProposed?: SubscriptionResolver, "zksync_aggregateRootProposed", ParentType, ContextType, RequireFields>; + zksync_aggregateRootProposeds?: SubscriptionResolver, "zksync_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + zksync_optimisticRootFinalized?: SubscriptionResolver, "zksync_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + zksync_optimisticRootFinalizeds?: SubscriptionResolver, "zksync_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + zksync__meta?: SubscriptionResolver, "zksync__meta", ParentType, ContextType, Partial>; + mantle_asset?: SubscriptionResolver, "mantle_asset", ParentType, ContextType, RequireFields>; + mantle_assets?: SubscriptionResolver, "mantle_assets", ParentType, ContextType, RequireFields>; + mantle_assetStatus?: SubscriptionResolver, "mantle_assetStatus", ParentType, ContextType, RequireFields>; + mantle_assetStatuses?: SubscriptionResolver, "mantle_assetStatuses", ParentType, ContextType, RequireFields>; + mantle_assetBalance?: SubscriptionResolver, "mantle_assetBalance", ParentType, ContextType, RequireFields>; + mantle_assetBalances?: SubscriptionResolver, "mantle_assetBalances", ParentType, ContextType, RequireFields>; + mantle_router?: SubscriptionResolver, "mantle_router", ParentType, ContextType, RequireFields>; + mantle_routers?: SubscriptionResolver, "mantle_routers", ParentType, ContextType, RequireFields>; + mantle_routerDailyTVL?: SubscriptionResolver, "mantle_routerDailyTVL", ParentType, ContextType, RequireFields>; + mantle_routerDailyTVLs?: SubscriptionResolver, "mantle_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvent?: SubscriptionResolver, "mantle_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvents?: SubscriptionResolver, "mantle_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mantle_setting?: SubscriptionResolver, "mantle_setting", ParentType, ContextType, RequireFields>; + mantle_settings?: SubscriptionResolver, "mantle_settings", ParentType, ContextType, RequireFields>; + mantle_relayer?: SubscriptionResolver, "mantle_relayer", ParentType, ContextType, RequireFields>; + mantle_relayers?: SubscriptionResolver, "mantle_relayers", ParentType, ContextType, RequireFields>; + mantle_sequencer?: SubscriptionResolver, "mantle_sequencer", ParentType, ContextType, RequireFields>; + mantle_sequencers?: SubscriptionResolver, "mantle_sequencers", ParentType, ContextType, RequireFields>; + mantle_relayerFee?: SubscriptionResolver, "mantle_relayerFee", ParentType, ContextType, RequireFields>; + mantle_relayerFees?: SubscriptionResolver, "mantle_relayerFees", ParentType, ContextType, RequireFields>; + mantle_originTransfer?: SubscriptionResolver, "mantle_originTransfer", ParentType, ContextType, RequireFields>; + mantle_originTransfers?: SubscriptionResolver, "mantle_originTransfers", ParentType, ContextType, RequireFields>; + mantle_destinationTransfer?: SubscriptionResolver, "mantle_destinationTransfer", ParentType, ContextType, RequireFields>; + mantle_destinationTransfers?: SubscriptionResolver, "mantle_destinationTransfers", ParentType, ContextType, RequireFields>; + mantle_originMessage?: SubscriptionResolver, "mantle_originMessage", ParentType, ContextType, RequireFields>; + mantle_originMessages?: SubscriptionResolver, "mantle_originMessages", ParentType, ContextType, RequireFields>; + mantle_aggregateRoot?: SubscriptionResolver, "mantle_aggregateRoot", ParentType, ContextType, RequireFields>; + mantle_aggregateRoots?: SubscriptionResolver, "mantle_aggregateRoots", ParentType, ContextType, RequireFields>; + mantle_connectorMeta?: SubscriptionResolver, "mantle_connectorMeta", ParentType, ContextType, RequireFields>; + mantle_connectorMetas?: SubscriptionResolver, "mantle_connectorMetas", ParentType, ContextType, RequireFields>; + mantle_rootCount?: SubscriptionResolver, "mantle_rootCount", ParentType, ContextType, RequireFields>; + mantle_rootCounts?: SubscriptionResolver, "mantle_rootCounts", ParentType, ContextType, RequireFields>; + mantle_rootMessageSent?: SubscriptionResolver, "mantle_rootMessageSent", ParentType, ContextType, RequireFields>; + mantle_rootMessageSents?: SubscriptionResolver, "mantle_rootMessageSents", ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncrease?: SubscriptionResolver, "mantle_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncreases?: SubscriptionResolver, "mantle_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mantle_slippageUpdate?: SubscriptionResolver, "mantle_slippageUpdate", ParentType, ContextType, RequireFields>; + mantle_slippageUpdates?: SubscriptionResolver, "mantle_slippageUpdates", ParentType, ContextType, RequireFields>; + mantle_snapshotRoot?: SubscriptionResolver, "mantle_snapshotRoot", ParentType, ContextType, RequireFields>; + mantle_snapshotRoots?: SubscriptionResolver, "mantle_snapshotRoots", ParentType, ContextType, RequireFields>; + mantle_spokeConnectorMode?: SubscriptionResolver, "mantle_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mantle_spokeConnectorModes?: SubscriptionResolver, "mantle_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposed?: SubscriptionResolver, "mantle_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposeds?: SubscriptionResolver, "mantle_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalized?: SubscriptionResolver, "mantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalizeds?: SubscriptionResolver, "mantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mantle__meta?: SubscriptionResolver, "mantle__meta", ParentType, ContextType, Partial>; + 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>; + 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>; xlayer_asset?: SubscriptionResolver, "xlayer_asset", ParentType, ContextType, RequireFields>; xlayer_assets?: SubscriptionResolver, "xlayer_assets", ParentType, ContextType, RequireFields>; xlayer_assetStatus?: SubscriptionResolver, "xlayer_assetStatus", ParentType, ContextType, RequireFields>; @@ -116277,264 +120052,100 @@ export type SubscriptionResolvers, "xlayer_optimisticRootFinalized", ParentType, ContextType, RequireFields>; xlayer_optimisticRootFinalizeds?: SubscriptionResolver, "xlayer_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; xlayer__meta?: SubscriptionResolver, "xlayer__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>; -}>; - -export interface optimismsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_swap_BigDecimal'; -} - -export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigInt'; -} - -export interface optimismsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_swap_Bytes'; -} - -export interface optimismsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_swap_Int8'; -} - -export type optimismsepolia_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismsepolia_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimismsepolia_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismsepolia_swap_StableSwapAddLiquidityEvent' | 'optimismsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimismsepolia_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismsepolia_swap_SwapDailyVolume' | 'optimismsepolia_swap_SwapHourlyVolume' | 'optimismsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type optimismsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface TimestampScalarConfig extends GraphQLScalarTypeConfig { - name: 'Timestamp'; -} - -export type optimismsepolia_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + mode_asset?: SubscriptionResolver, "mode_asset", ParentType, ContextType, RequireFields>; + mode_assets?: SubscriptionResolver, "mode_assets", ParentType, ContextType, RequireFields>; + mode_assetStatus?: SubscriptionResolver, "mode_assetStatus", ParentType, ContextType, RequireFields>; + mode_assetStatuses?: SubscriptionResolver, "mode_assetStatuses", ParentType, ContextType, RequireFields>; + mode_assetBalance?: SubscriptionResolver, "mode_assetBalance", ParentType, ContextType, RequireFields>; + mode_assetBalances?: SubscriptionResolver, "mode_assetBalances", ParentType, ContextType, RequireFields>; + mode_router?: SubscriptionResolver, "mode_router", ParentType, ContextType, RequireFields>; + mode_routers?: SubscriptionResolver, "mode_routers", ParentType, ContextType, RequireFields>; + mode_routerDailyTVL?: SubscriptionResolver, "mode_routerDailyTVL", ParentType, ContextType, RequireFields>; + mode_routerDailyTVLs?: SubscriptionResolver, "mode_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvent?: SubscriptionResolver, "mode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvents?: SubscriptionResolver, "mode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mode_setting?: SubscriptionResolver, "mode_setting", ParentType, ContextType, RequireFields>; + mode_settings?: SubscriptionResolver, "mode_settings", ParentType, ContextType, RequireFields>; + mode_relayer?: SubscriptionResolver, "mode_relayer", ParentType, ContextType, RequireFields>; + mode_relayers?: SubscriptionResolver, "mode_relayers", ParentType, ContextType, RequireFields>; + mode_sequencer?: SubscriptionResolver, "mode_sequencer", ParentType, ContextType, RequireFields>; + mode_sequencers?: SubscriptionResolver, "mode_sequencers", ParentType, ContextType, RequireFields>; + mode_relayerFee?: SubscriptionResolver, "mode_relayerFee", ParentType, ContextType, RequireFields>; + mode_relayerFees?: SubscriptionResolver, "mode_relayerFees", ParentType, ContextType, RequireFields>; + mode_originTransfer?: SubscriptionResolver, "mode_originTransfer", ParentType, ContextType, RequireFields>; + mode_originTransfers?: SubscriptionResolver, "mode_originTransfers", ParentType, ContextType, RequireFields>; + mode_destinationTransfer?: SubscriptionResolver, "mode_destinationTransfer", ParentType, ContextType, RequireFields>; + mode_destinationTransfers?: SubscriptionResolver, "mode_destinationTransfers", ParentType, ContextType, RequireFields>; + mode_originMessage?: SubscriptionResolver, "mode_originMessage", ParentType, ContextType, RequireFields>; + mode_originMessages?: SubscriptionResolver, "mode_originMessages", ParentType, ContextType, RequireFields>; + mode_aggregateRoot?: SubscriptionResolver, "mode_aggregateRoot", ParentType, ContextType, RequireFields>; + mode_aggregateRoots?: SubscriptionResolver, "mode_aggregateRoots", ParentType, ContextType, RequireFields>; + mode_connectorMeta?: SubscriptionResolver, "mode_connectorMeta", ParentType, ContextType, RequireFields>; + mode_connectorMetas?: SubscriptionResolver, "mode_connectorMetas", ParentType, ContextType, RequireFields>; + mode_rootCount?: SubscriptionResolver, "mode_rootCount", ParentType, ContextType, RequireFields>; + mode_rootCounts?: SubscriptionResolver, "mode_rootCounts", ParentType, ContextType, RequireFields>; + mode_rootMessageSent?: SubscriptionResolver, "mode_rootMessageSent", ParentType, ContextType, RequireFields>; + mode_rootMessageSents?: SubscriptionResolver, "mode_rootMessageSents", ParentType, ContextType, RequireFields>; + mode_relayerFeesIncrease?: SubscriptionResolver, "mode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mode_relayerFeesIncreases?: SubscriptionResolver, "mode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mode_slippageUpdate?: SubscriptionResolver, "mode_slippageUpdate", ParentType, ContextType, RequireFields>; + mode_slippageUpdates?: SubscriptionResolver, "mode_slippageUpdates", ParentType, ContextType, RequireFields>; + mode_snapshotRoot?: SubscriptionResolver, "mode_snapshotRoot", ParentType, ContextType, RequireFields>; + mode_snapshotRoots?: SubscriptionResolver, "mode_snapshotRoots", ParentType, ContextType, RequireFields>; + mode_spokeConnectorMode?: SubscriptionResolver, "mode_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mode_spokeConnectorModes?: SubscriptionResolver, "mode_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mode_aggregateRootProposed?: SubscriptionResolver, "mode_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mode_aggregateRootProposeds?: SubscriptionResolver, "mode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalized?: SubscriptionResolver, "mode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalizeds?: SubscriptionResolver, "mode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mode__meta?: SubscriptionResolver, "mode__meta", ParentType, ContextType, Partial>; + 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>; }>; export type optimismsepolia_AggregateRootResolvers = ResolversObject<{ @@ -116591,6 +120202,10 @@ export interface optimismsepolia_BigDecimalScalarConfig extends GraphQLScalarTyp name: 'optimismsepolia_BigDecimal'; } +export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { + name: 'BigInt'; +} + export interface optimismsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { name: 'optimismsepolia_Bytes'; } @@ -116837,6 +120452,10 @@ export type optimismsepolia_SpokeConnectorModeResolvers; }>; +export interface TimestampScalarConfig extends GraphQLScalarTypeConfig { + name: 'Timestamp'; +} + export type optimismsepolia__Block_Resolvers = ResolversObject<{ hash?: Resolver, ParentType, ContextType>; number?: Resolver; @@ -116852,584 +120471,940 @@ export type optimismsepolia__Meta_Resolvers; }>; -export type xdai_AssetBalanceResolvers = ResolversObject<{ +export type polygon_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_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 polygon_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; - router?: Resolver; - assetId?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_BigDecimal'; +export type polygon_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_BigDecimal'; } -export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Bytes'; +export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Bytes'; } -export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Int8'; +export type polygon_ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Int8'; } -export type xdai_RouterResolvers = ResolversObject<{ +export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - transactions?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_TransactionResolvers = ResolversObject<{ +export type polygon_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver; - chainId?: Resolver; - preparedTimestamp?: Resolver; - receivingChainTxManagerAddress?: Resolver; - user?: Resolver; - router?: Resolver; - initiator?: Resolver; - sendingAssetId?: Resolver; - receivingAssetId?: Resolver; - sendingChainFallback?: Resolver; - callTo?: Resolver; - receivingAddress?: Resolver; - callDataHash?: Resolver; - transactionId?: Resolver; - sendingChainId?: Resolver; - receivingChainId?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RootMessageSentResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; - expiry?: Resolver; - preparedBlockNumber?: Resolver; - encryptedCallData?: Resolver; - prepareCaller?: Resolver, ParentType, ContextType>; - bidSignature?: Resolver; - encodedBid?: Resolver; - prepareTransactionHash?: Resolver; - prepareMeta?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - signature?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - externalCallSuccess?: Resolver, ParentType, ContextType>; - externalCallIsContract?: Resolver, ParentType, ContextType>; - externalCallReturnData?: Resolver, ParentType, ContextType>; - fulfillCaller?: Resolver, ParentType, ContextType>; - fulfillTransactionHash?: Resolver, ParentType, ContextType>; - fulfillMeta?: Resolver, ParentType, ContextType>; - fulfillTimestamp?: Resolver, ParentType, ContextType>; - cancelCaller?: Resolver, ParentType, ContextType>; - cancelTransactionHash?: Resolver, ParentType, ContextType>; - cancelMeta?: Resolver, ParentType, ContextType>; - cancelTimestamp?: Resolver, ParentType, ContextType>; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_UserResolvers = ResolversObject<{ +export type polygon_SequencerResolvers = ResolversObject<{ id?: Resolver; - transactions?: Resolver, ParentType, ContextType, RequireFields>; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygon_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AggregateRootSavedSlowResolvers = ResolversObject<{ +export interface optimismsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_swap_BigDecimal'; +} + +export interface optimismsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_swap_Bytes'; +} + +export interface optimismsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_swap_Int8'; +} + +export type optimismsepolia_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AggregatedMessageRootResolvers = ResolversObject<{ +export type optimismsepolia_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: 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 sepolia_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AvalancheConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismsepolia_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type optimismsepolia_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_BaseConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface sepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_BigDecimal'; -} +export type optimismsepolia_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type sepolia_BnbConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_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 optimismsepolia_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismsepolia_swap_StableSwapAddLiquidityEvent' | 'optimismsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type optimismsepolia_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface sepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_Bytes'; -} - -export type sepolia_GnosisConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_swap_StableSwapRemoveLiquidityEventResolvers = 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 sepolia_HubDomainResolvers = ResolversObject<{ +export type optimismsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimismsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface sepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_Int8'; -} +export type optimismsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismsepolia_swap_SwapDailyVolume' | 'optimismsepolia_swap_SwapHourlyVolume' | 'optimismsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; -export type sepolia_LineaConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_MantleConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_MetisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; +export type optimismsepolia_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_ModeConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; +export type optimismsepolia_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_OptimismConnectorMetaResolvers = 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 sepolia_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type base_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_OptimisticRootProposedResolvers = ResolversObject<{ +export type base_AssetResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_PolygonConnectorMetaResolvers = ResolversObject<{ +export type base_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 sepolia_PolygonZkConnectorMetaResolvers = 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 type sepolia_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_BigDecimal'; +} -export type sepolia_RootManagerMetaResolvers = ResolversObject<{ +export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Bytes'; +} + +export type base_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RootManagerModeResolvers = ResolversObject<{ +export type base_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - mode?: 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 sepolia_RootMessageProcessedResolvers = ResolversObject<{ +export interface base_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Int8'; +} + +export type base_OptimisticRootFinalizedResolvers = 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>; + aggregateRoot?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RootPropagatedResolvers = ResolversObject<{ +export type base_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: 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 sepolia_ScrollConnectorMetaResolvers = 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 sepolia_XlayerConnectorMetaResolvers = 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 sepolia_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type base_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type base_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_BigDecimal'; -} - -export interface mantle_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_Bytes'; -} - -export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_Int8'; -} - -export type mantle_swap_LpAccountResolvers = ResolversObject<{ +export type base_RootCountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type base_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_LpTokenResolvers = ResolversObject<{ +export type base_RouterResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_LpTransferEvent', ParentType, ContextType>; +export type base_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_LpTransferEventResolvers = ResolversObject<{ +export type base_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_PooledTokenResolvers = ResolversObject<{ +export type base_SequencerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapResolvers = ResolversObject<{ +export type base_SettingResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type base_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_StableSwapAddLiquidityEvent' | 'mantle_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type base_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type base_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; +export type base__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type base__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type xdai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + amount?: Resolver; + router?: Resolver; + assetId?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_SwapDailyVolume' | 'mantle_swap_SwapHourlyVolume' | 'mantle_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_BigDecimal'; +} + +export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Bytes'; +} + +export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Int8'; +} + +export type xdai_RouterResolvers = ResolversObject<{ + id?: Resolver; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + transactions?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type xdai_TransactionResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + status?: Resolver; + chainId?: Resolver; + preparedTimestamp?: Resolver; + receivingChainTxManagerAddress?: Resolver; + user?: Resolver; + router?: Resolver; + initiator?: Resolver; + sendingAssetId?: Resolver; + receivingAssetId?: Resolver; + sendingChainFallback?: Resolver; + callTo?: Resolver; + receivingAddress?: Resolver; + callDataHash?: Resolver; + transactionId?: Resolver; + sendingChainId?: Resolver; + receivingChainId?: Resolver; + amount?: Resolver; + expiry?: Resolver; + preparedBlockNumber?: Resolver; + encryptedCallData?: Resolver; + prepareCaller?: Resolver, ParentType, ContextType>; + bidSignature?: Resolver; + encodedBid?: Resolver; + prepareTransactionHash?: Resolver; + prepareMeta?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + signature?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + externalCallSuccess?: Resolver, ParentType, ContextType>; + externalCallIsContract?: Resolver, ParentType, ContextType>; + externalCallReturnData?: Resolver, ParentType, ContextType>; + fulfillCaller?: Resolver, ParentType, ContextType>; + fulfillTransactionHash?: Resolver, ParentType, ContextType>; + fulfillMeta?: Resolver, ParentType, ContextType>; + fulfillTimestamp?: Resolver, ParentType, ContextType>; + cancelCaller?: Resolver, ParentType, ContextType>; + cancelTransactionHash?: Resolver, ParentType, ContextType>; + cancelMeta?: Resolver, ParentType, ContextType>; + cancelTimestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SystemInfoResolvers = ResolversObject<{ +export type xdai_UserResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + transactions?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -117869,6 +121844,223 @@ export type metis_swap__Meta_Resolvers; }>; +export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_BigDecimal'; +} + +export interface mantle_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Bytes'; +} + +export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Int8'; +} + +export type mantle_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mantle_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_StableSwapAddLiquidityEvent' | 'mantle_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mantle_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_SwapDailyVolume' | 'mantle_swap_SwapHourlyVolume' | 'mantle_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type mantle_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + export interface zksync_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { name: 'zksync_swap_BigDecimal'; } @@ -117932,50 +122124,263 @@ export type zksync_swap_LpTransferEventResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type zksync_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_SwapDailyVolume' | 'zksync_swap_SwapHourlyVolume' | 'zksync_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type zksync_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_BigDecimal'; +} + +export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_Bytes'; +} + +export type linea_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type linea_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_PooledTokenResolvers = ResolversObject<{ +export type linea_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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 zksync_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>; @@ -117984,25 +122389,25 @@ export type zksync_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type 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 zksync_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; @@ -118011,15 +122416,15 @@ export type zksync_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type 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>; @@ -118028,171 +122433,170 @@ export type zksync_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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 zksync_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_SwapDailyVolume' | 'zksync_swap_SwapHourlyVolume' | 'zksync_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 zksync_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 zksync_swap_SystemInfoResolvers = ResolversObject<{ +export type linea_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_BigDecimal'; +export interface base_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_BigDecimal'; } -export interface arbitrumsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_Bytes'; +export interface base_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Bytes'; } -export interface arbitrumsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_Int8'; +export interface base_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Int8'; } -export type arbitrumsepolia_swap_LpAccountResolvers = ResolversObject<{ +export type base_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type base_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_LpTokenResolvers = ResolversObject<{ +export type base_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumsepolia_swap_LpTransferEvent', ParentType, ContextType>; +export type base_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumsepolia_swap_LpTransferEventResolvers = ResolversObject<{ +export type base_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_PooledTokenResolvers = ResolversObject<{ +export type base_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapResolvers = ResolversObject<{ +export type base_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type base_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>; @@ -118201,25 +122605,25 @@ export type arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumsepolia_swap_StableSwapAddLiquidityEvent' | 'arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type base_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_StableSwapAddLiquidityEvent' | 'base_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumsepolia_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type base_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -118228,15 +122632,15 @@ export type arbitrumsepolia_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type base_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>; @@ -118245,59 +122649,59 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type base_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type base_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumsepolia_swap_SwapDailyVolume' | 'arbitrumsepolia_swap_SwapHourlyVolume' | 'arbitrumsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type base_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_SwapDailyVolume' | 'base_swap_SwapHourlyVolume' | 'base_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type arbitrumsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type base_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_SystemInfoResolvers = ResolversObject<{ +export type base_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type base_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type base_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -118520,113 +122924,367 @@ export type sepolia_swap__Meta_Resolvers; }>; -export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_BigDecimal'; +export type mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ + id?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_BaseConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_BigDecimal'; +} + +export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Bytes'; +} + +export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_HubDomainResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Int8'; +} + +export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_ModeConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_OptimisticRootProposedResolvers = ResolversObject<{ + id?: Resolver; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootAggregatedResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootManagerMetaResolvers = ResolversObject<{ + id?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootManagerModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_BigDecimal'; } -export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Bytes'; +export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Bytes'; } -export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Int8'; +export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Int8'; } -export type xdai_swap_LpAccountResolvers = ResolversObject<{ +export type optimism_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenResolvers = ResolversObject<{ +export type optimism_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; +export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type xdai_swap_LpTransferEventResolvers = ResolversObject<{ +export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_PooledTokenResolvers = ResolversObject<{ +export type optimism_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapResolvers = ResolversObject<{ +export type optimism_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -118635,25 +123293,25 @@ export type xdai_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -118662,15 +123320,15 @@ export type xdai_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -118679,1014 +123337,999 @@ export type xdai_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SystemInfoResolvers = ResolversObject<{ +export type optimism_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootResolvers = ResolversObject<{ +export type sepolia_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootProposedResolvers = ResolversObject<{ +export type sepolia_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 linea_AssetResolvers = ResolversObject<{ +export type sepolia_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 linea_AssetBalanceResolvers = ResolversObject<{ +export type sepolia_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 linea_AssetStatusResolvers = ResolversObject<{ +export type sepolia_BaseConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_BigDecimal'; +export interface sepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_BigDecimal'; } -export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_Bytes'; +export type sepolia_BnbConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface sepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_Bytes'; } -export type linea_ConnectorMetaResolvers = ResolversObject<{ +export type sepolia_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 linea_DestinationTransferResolvers = ResolversObject<{ +export type sepolia_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 type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type sepolia_HubOptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_OriginMessageResolvers = ResolversObject<{ +export interface sepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_Int8'; +} + +export type sepolia_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 linea_OriginTransferResolvers = ResolversObject<{ +export type sepolia_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 linea_RelayerResolvers = ResolversObject<{ +export type sepolia_MetisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeeResolvers = ResolversObject<{ +export type sepolia_ModeConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type sepolia_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 linea_RootCountResolvers = ResolversObject<{ +export type sepolia_OptimisticRootPropagatedResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RootMessageSentResolvers = ResolversObject<{ +export type sepolia_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 linea_RouterResolvers = ResolversObject<{ +export type sepolia_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 linea_RouterDailyTVLResolvers = ResolversObject<{ +export type sepolia_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 linea_RouterLiquidityEventResolvers = ResolversObject<{ +export type sepolia_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 linea_SequencerResolvers = ResolversObject<{ +export type sepolia_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SettingResolvers = ResolversObject<{ +export type sepolia_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SlippageUpdateResolvers = ResolversObject<{ +export type sepolia_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 linea_SnapshotRootResolvers = ResolversObject<{ +export type sepolia_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 linea_SpokeConnectorModeResolvers = ResolversObject<{ +export type sepolia_ScrollConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type sepolia_X1ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_ZkSyncConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type sepolia__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ +export interface arbitrumsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_swap_BigDecimal'; +} + +export interface arbitrumsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_swap_Bytes'; +} + +export interface arbitrumsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_swap_Int8'; +} + +export type arbitrumsepolia_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootProposedResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: 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 optimism_AssetResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_LpTokenResolvers = 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>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetBalanceResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumsepolia_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimism_AssetStatusResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; -} - -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; -} - -export type optimism_ConnectorMetaResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_DestinationTransferResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_StableSwapResolvers = 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>; + 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 interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; -} - -export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type arbitrumsepolia_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 type optimism_OriginMessageResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumsepolia_swap_StableSwapAddLiquidityEvent' | 'arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimism_OriginTransferResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_StableSwapExchangeResolvers = 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>; + 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 optimism_RelayerResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: 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 optimism_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RootCountResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumsepolia_swap_SwapDailyVolume' | 'arbitrumsepolia_swap_SwapHourlyVolume' | 'arbitrumsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type arbitrumsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RootMessageSentResolvers = ResolversObject<{ +export type arbitrumsepolia_swap_SystemInfoResolvers = 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>; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_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>; +export type arbitrumsepolia_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; +export type arbitrumsepolia_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterLiquidityEventResolvers = 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; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SequencerResolvers = ResolversObject<{ +export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: 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 optimism_SettingResolvers = ResolversObject<{ +export type polygon_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SlippageUpdateResolvers = ResolversObject<{ +export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimism_SnapshotRootResolvers = ResolversObject<{ +export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygon_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; +export type polygon_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +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 polygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AssetResolvers = ResolversObject<{ +export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = 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>; + 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 polygonzkevm_AssetBalanceResolvers = ResolversObject<{ +export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AssetStatusResolvers = ResolversObject<{ +export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_BigDecimal'; -} - -export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Bytes'; -} +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 polygonzkevm_ConnectorMetaResolvers = ResolversObject<{ +export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_DestinationTransferResolvers = ResolversObject<{ +export type polygon_swap_SystemInfoResolvers = 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>; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Int8'; -} +export type polygon_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type polygonzkevm_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 polygonzkevm_OriginMessageResolvers = ResolversObject<{ +export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_BigDecimal'; +} + +export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Bytes'; +} + +export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Int8'; +} + +export type bnb_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - 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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_RootCountResolvers = ResolversObject<{ +export type bnb_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_SettingResolvers = ResolversObject<{ +export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type bnb_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AggregateRootResolvers = ResolversObject<{ +export type optimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AggregateRootProposedResolvers = ResolversObject<{ +export type optimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -119695,182 +124338,182 @@ export type mantle_AggregateRootProposedResolvers; }>; -export type mantle_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 mantle_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 mantle_AssetStatusResolvers = ResolversObject<{ +export type optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_BigDecimal'; +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; } -export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Bytes'; +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; } -export type mantle_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 mantle_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 mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Int8'; +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; } -export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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 mantle_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 mantle_RelayerResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RelayerFeeResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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; @@ -119878,20 +124521,20 @@ export type mantle_RelayerFeesIncreaseResolvers; }>; -export type mantle_RootCountResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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>; @@ -119899,61 +124542,61 @@ export type mantle_RootMessageSentResolvers; }>; -export type mantle_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 mantle_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 mantle_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 mantle_SequencerResolvers = ResolversObject<{ +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SettingResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_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; @@ -119961,32 +124604,32 @@ export type mantle_SlippageUpdateResolvers; }>; -export type mantle_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 mantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -120286,37 +124929,471 @@ export type arbitrumone_SnapshotRootResolvers; }>; -export type arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ +export type arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface avalanche_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_BigDecimal'; +} + +export interface avalanche_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Bytes'; +} + +export interface avalanche_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Int8'; +} + +export type avalanche_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type avalanche_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_StableSwapAddLiquidityEvent' | 'avalanche_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type avalanche_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_SwapDailyVolume' | 'avalanche_swap_SwapHourlyVolume' | 'avalanche_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type avalanche_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type avalanche_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +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; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumone_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -120325,182 +125402,182 @@ export type polygonzkevm_swap_AggregateRootProposedResolvers; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ +export type polygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_BigDecimal'; +export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_BigDecimal'; } -export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Bytes'; +export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Bytes'; } -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Int8'; +export interface polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Int8'; } -export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_RelayerResolvers = ResolversObject<{ +export type polygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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; @@ -120508,20 +125585,20 @@ export type polygonzkevm_swap_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_swap_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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>; @@ -120529,61 +125606,61 @@ export type polygonzkevm_swap_RootMessageSentResolvers; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ +export type polygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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; @@ -120591,264 +125668,47 @@ export type polygonzkevm_swap_SlippageUpdateResolvers; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface avalanche_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_BigDecimal'; -} - -export interface avalanche_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_Bytes'; -} - -export interface avalanche_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_Int8'; -} - -export type avalanche_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type avalanche_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_StableSwapAddLiquidityEvent' | 'avalanche_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type avalanche_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_SwapDailyVolume' | 'avalanche_swap_SwapHourlyVolume' | 'avalanche_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type avalanche_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygonzkevm__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AggregateRootResolvers = ResolversObject<{ +export type linea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AggregateRootProposedResolvers = ResolversObject<{ +export type linea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -120857,182 +125717,178 @@ export type polygon_AggregateRootProposedResolvers; }>; -export type polygon_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 polygon_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 polygon_AssetStatusResolvers = ResolversObject<{ +export type linea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_BigDecimal'; +export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_BigDecimal'; } -export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Bytes'; +export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_Bytes'; } -export type polygon_ConnectorMetaResolvers = ResolversObject<{ +export type linea_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_DestinationTransferResolvers = ResolversObject<{ +export type linea_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Int8'; -} - -export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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 polygon_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 polygon_RelayerResolvers = ResolversObject<{ +export type linea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_RelayerFeeResolvers = ResolversObject<{ +export type linea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -121040,20 +125896,20 @@ export type polygon_RelayerFeesIncreaseResolvers; }>; -export type polygon_RootCountResolvers = ResolversObject<{ +export type linea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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>; @@ -121061,61 +125917,61 @@ export type polygon_RootMessageSentResolvers; }>; -export type polygon_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 polygon_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 polygon_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 polygon_SequencerResolvers = ResolversObject<{ +export type linea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_SettingResolvers = ResolversObject<{ +export type linea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -121123,615 +125979,359 @@ export type polygon_SlippageUpdateResolvers; }>; -export type polygon_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 polygon_SpokeConnectorModeResolvers = ResolversObject<{ +export type linea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_BigDecimal'; +export interface xlayer_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_BigDecimal'; } -export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Bytes'; +export interface xlayer_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_Bytes'; } -export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Int8'; +export interface xlayer_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_Int8'; } -export type polygon_swap_LpAccountResolvers = ResolversObject<{ +export type xlayer_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type xlayer_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTokenResolvers = ResolversObject<{ +export type xlayer_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type xlayer_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_LpTransferEvent', ParentType, ContextType>; 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>; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_BaseConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_BigDecimal'; -} - -export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Bytes'; -} - -export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_HubDomainResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Int8'; -} - -export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_ModeConnectorMetaResolvers = ResolversObject<{ +export type xlayer_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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 mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ +export type xlayer_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type xlayer_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; - timestamp?: Resolver; - 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 mainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type xlayer_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: 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 mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type xlayer_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_StableSwapAddLiquidityEvent' | 'xlayer_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ +export type xlayer_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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 mainnet_RootAggregatedResolvers = ResolversObject<{ +export type xlayer_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 mainnet_RootManagerMetaResolvers = ResolversObject<{ +export type xlayer_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootManagerModeResolvers = ResolversObject<{ +export type xlayer_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; +export type xlayer_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_SwapDailyVolume' | 'xlayer_swap_SwapHourlyVolume' | 'xlayer_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; }>; -export type mainnet_RootPropagatedResolvers = ResolversObject<{ +export type xlayer_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type xlayer_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xlayer_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xlayer_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface base_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_BigDecimal'; +export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_BigDecimal'; } -export interface base_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_Bytes'; +export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Bytes'; } -export interface base_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_Int8'; +export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Int8'; } -export type base_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 base_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 base_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 base_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_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 base_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 base_swap_PooledTokenResolvers = ResolversObject<{ +export type xdai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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 base_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>; @@ -121740,25 +126340,25 @@ export type base_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_StableSwapAddLiquidityEvent' | 'base_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 base_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; @@ -121767,15 +126367,15 @@ export type base_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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>; @@ -121784,74 +126384,74 @@ export type base_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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 base_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 base_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_SwapDailyVolume' | 'base_swap_SwapHourlyVolume' | 'base_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 base_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 base_swap_SystemInfoResolvers = ResolversObject<{ +export type xdai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootResolvers = ResolversObject<{ +export type arbitrumsepolia_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootProposedResolvers = ResolversObject<{ +export type arbitrumsepolia_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -121860,182 +126460,182 @@ export type bnb_AggregateRootProposedResolvers; }>; -export type bnb_AssetResolvers = ResolversObject<{ +export type arbitrumsepolia_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetBalanceResolvers = ResolversObject<{ +export type arbitrumsepolia_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetStatusResolvers = ResolversObject<{ +export type arbitrumsepolia_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_BigDecimal'; +export interface arbitrumsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_BigDecimal'; } -export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Bytes'; +export interface arbitrumsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_Bytes'; } -export type bnb_ConnectorMetaResolvers = ResolversObject<{ +export type arbitrumsepolia_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_DestinationTransferResolvers = ResolversObject<{ +export type arbitrumsepolia_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Int8'; +export interface arbitrumsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_Int8'; } -export type bnb_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type arbitrumsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_OriginMessageResolvers = ResolversObject<{ +export type arbitrumsepolia_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_OriginTransferResolvers = ResolversObject<{ +export type arbitrumsepolia_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerResolvers = ResolversObject<{ +export type arbitrumsepolia_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumsepolia_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type arbitrumsepolia_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -122043,20 +126643,20 @@ export type bnb_RelayerFeesIncreaseResolvers; }>; -export type bnb_RootCountResolvers = ResolversObject<{ +export type arbitrumsepolia_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RootMessageSentResolvers = ResolversObject<{ +export type arbitrumsepolia_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -122064,61 +126664,61 @@ export type bnb_RootMessageSentResolvers; }>; -export type bnb_RouterResolvers = ResolversObject<{ +export type arbitrumsepolia_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RouterDailyTVLResolvers = ResolversObject<{ +export type arbitrumsepolia_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ +export type arbitrumsepolia_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SequencerResolvers = ResolversObject<{ +export type arbitrumsepolia_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SettingResolvers = ResolversObject<{ +export type arbitrumsepolia_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SlippageUpdateResolvers = ResolversObject<{ +export type arbitrumsepolia_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -122126,697 +126726,650 @@ export type bnb_SlippageUpdateResolvers; }>; -export type bnb_SnapshotRootResolvers = ResolversObject<{ +export type arbitrumsepolia_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SpokeConnectorModeResolvers = ResolversObject<{ +export type arbitrumsepolia_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumsepolia__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumsepolia__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_BigDecimal'; -} - -export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Bytes'; -} - -export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Int8'; -} - -export type optimism_swap_LpAccountResolvers = ResolversObject<{ +export type sepolia_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type sepolia_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenResolvers = ResolversObject<{ +export type sepolia_AssetResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + 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_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; +export type sepolia_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ +export type sepolia_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_PooledTokenResolvers = ResolversObject<{ +export type sepolia_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapResolvers = ResolversObject<{ +export type sepolia_DestinationTransferResolvers = 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>; + 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_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type sepolia_OptimisticRootFinalizedResolvers = 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 optimism_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type sepolia_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: 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 optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type sepolia_OriginTransferResolvers = 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; + 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_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type sepolia_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_SwapDailyVolumeResolvers = ResolversObject<{ +export type sepolia_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type sepolia_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - volume?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type sepolia_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SystemInfoResolvers = ResolversObject<{ +export type sepolia_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: 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__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; +export type sepolia_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 optimism_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type sepolia_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: 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<{ +export type sepolia_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + 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 arbitrumone_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type sepolia_SequencerResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpTokenResolvers = ResolversObject<{ +export type sepolia_SettingResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_LpTransferEvent', ParentType, ContextType>; +export type sepolia_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpTransferEventResolvers = ResolversObject<{ +export type sepolia_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ +export type sepolia_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapResolvers = ResolversObject<{ +export type bnb_AggregateRootResolvers = 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>; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type bnb_AggregateRootProposedResolvers = 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; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __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<{ +export type bnb_AssetResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + 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_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type bnb_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type bnb_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_BigDecimal'; +} -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 interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Bytes'; +} -export type arbitrumone_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type bnb_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ +export type bnb_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: 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 arbitrumone_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Int8'; +} -export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type bnb_OptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xlayer_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_swap_BigDecimal'; -} - -export interface xlayer_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_swap_Bytes'; -} - -export interface xlayer_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_swap_Int8'; -} - -export type xlayer_swap_LpAccountResolvers = ResolversObject<{ +export type bnb_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + 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 xlayer_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type bnb_OriginTransferResolvers = 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>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_LpTokenResolvers = ResolversObject<{ +export type bnb_RelayerResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xlayer_swap_LpTransferEvent', ParentType, ContextType>; +export type bnb_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_LpTransferEventResolvers = ResolversObject<{ +export type bnb_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_PooledTokenResolvers = ResolversObject<{ +export type bnb_RootCountResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapResolvers = ResolversObject<{ +export type bnb_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type bnb_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xlayer_swap_StableSwapAddLiquidityEvent' | 'xlayer_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type bnb_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type bnb_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type bnb_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type bnb_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - volume?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xlayer_swap_SwapDailyVolume' | 'xlayer_swap_SwapHourlyVolume' | 'xlayer_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type xlayer_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type bnb_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SystemInfoResolvers = ResolversObject<{ +export type bnb_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -122825,182 +127378,182 @@ export type arbitrumsepolia_AggregateRootProposedResolvers; }>; -export type arbitrumsepolia_AssetResolvers = ResolversObject<{ +export type polygonzkevm_swap_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_AssetBalanceResolvers = ResolversObject<{ +export type polygonzkevm_swap_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_AssetStatusResolvers = ResolversObject<{ +export type polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_BigDecimal'; +export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_BigDecimal'; } -export interface arbitrumsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_Bytes'; +export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Bytes'; } -export type arbitrumsepolia_ConnectorMetaResolvers = ResolversObject<{ +export type polygonzkevm_swap_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_DestinationTransferResolvers = ResolversObject<{ +export type polygonzkevm_swap_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_Int8'; +export interface polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Int8'; } -export type arbitrumsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_OriginMessageResolvers = ResolversObject<{ +export type polygonzkevm_swap_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_OriginTransferResolvers = ResolversObject<{ +export type polygonzkevm_swap_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RelayerResolvers = ResolversObject<{ +export type polygonzkevm_swap_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_swap_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type polygonzkevm_swap_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -123008,20 +127561,20 @@ export type arbitrumsepolia_RelayerFeesIncreaseResolvers; }>; -export type arbitrumsepolia_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_swap_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RootMessageSentResolvers = ResolversObject<{ +export type polygonzkevm_swap_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -123029,61 +127582,61 @@ export type arbitrumsepolia_RootMessageSentResolvers; }>; -export type arbitrumsepolia_RouterResolvers = ResolversObject<{ +export type polygonzkevm_swap_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RouterDailyTVLResolvers = ResolversObject<{ +export type polygonzkevm_swap_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RouterLiquidityEventResolvers = ResolversObject<{ +export type polygonzkevm_swap_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_swap_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SettingResolvers = ResolversObject<{ +export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SlippageUpdateResolvers = ResolversObject<{ +export type polygonzkevm_swap_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -123091,32 +127644,32 @@ export type arbitrumsepolia_SlippageUpdateResolvers; }>; -export type arbitrumsepolia_SnapshotRootResolvers = ResolversObject<{ +export type polygonzkevm_swap_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygonzkevm_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -123437,16 +127990,16 @@ export type zksync__Meta_Resolvers; }>; -export type avalanche_AggregateRootResolvers = ResolversObject<{ +export type mantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_AggregateRootProposedResolvers = ResolversObject<{ +export type mantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -123455,182 +128008,182 @@ export type avalanche_AggregateRootProposedResolvers; }>; -export type avalanche_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 avalanche_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 avalanche_AssetStatusResolvers = ResolversObject<{ +export type mantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface avalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_BigDecimal'; +export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_BigDecimal'; } -export interface avalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_Bytes'; +export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Bytes'; } -export type avalanche_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 avalanche_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 avalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_Int8'; +export interface mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Int8'; } -export type avalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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 avalanche_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 avalanche_RelayerResolvers = ResolversObject<{ +export type mantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_RelayerFeeResolvers = ResolversObject<{ +export type mantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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; @@ -123638,20 +128191,20 @@ export type avalanche_RelayerFeesIncreaseResolvers; }>; -export type avalanche_RootCountResolvers = ResolversObject<{ +export type mantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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>; @@ -123659,61 +128212,61 @@ export type avalanche_RootMessageSentResolvers; }>; -export type avalanche_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 avalanche_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 avalanche_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 avalanche_SequencerResolvers = ResolversObject<{ +export type mantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_SettingResolvers = ResolversObject<{ +export type mantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_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; @@ -123721,32 +128274,32 @@ export type avalanche_SlippageUpdateResolvers; }>; -export type avalanche_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 avalanche_SpokeConnectorModeResolvers = ResolversObject<{ +export type mantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mantle__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -124040,16 +128593,16 @@ export type mainnet_SpokeConnectorModeResolvers; }>; -export type base_AggregateRootResolvers = ResolversObject<{ +export type avalanche_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootProposedResolvers = ResolversObject<{ +export type avalanche_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -124058,525 +128611,313 @@ export type base_AggregateRootProposedResolvers; }>; -export type base_AssetResolvers = ResolversObject<{ +export type avalanche_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AssetBalanceResolvers = ResolversObject<{ +export type avalanche_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AssetStatusResolvers = ResolversObject<{ +export type avalanche_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_BigDecimal'; +export interface avalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_BigDecimal'; } -export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Bytes'; +export interface avalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Bytes'; } -export type base_ConnectorMetaResolvers = ResolversObject<{ +export type avalanche_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_DestinationTransferResolvers = ResolversObject<{ +export type avalanche_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface base_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Int8'; +export interface avalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Int8'; } -export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type avalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_OriginMessageResolvers = ResolversObject<{ +export type avalanche_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_OriginTransferResolvers = ResolversObject<{ +export type avalanche_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_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 base_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_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>; + 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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_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 base_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_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 base_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type base__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_BigDecimal'; -} - -export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_Bytes'; -} - -export type linea_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type avalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenResolvers = ResolversObject<{ +export type avalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type linea_swap_LpTransferEventResolvers = ResolversObject<{ +export type avalanche_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_PooledTokenResolvers = ResolversObject<{ +export type avalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapResolvers = ResolversObject<{ +export type avalanche_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type avalanche_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type avalanche_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type avalanche_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type avalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type avalanche_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type avalanche_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - volume?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type 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 linea_swap_SystemInfoResolvers = ResolversObject<{ +export type avalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type avalanche__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type avalanche__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootResolvers = ResolversObject<{ +export type xlayer_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootProposedResolvers = ResolversObject<{ +export type xlayer_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -124585,182 +128926,182 @@ export type metis_AggregateRootProposedResolvers; }>; -export type metis_AssetResolvers = ResolversObject<{ +export type xlayer_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AssetBalanceResolvers = ResolversObject<{ +export type xlayer_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AssetStatusResolvers = ResolversObject<{ +export type xlayer_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_BigDecimal'; +export interface xlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_BigDecimal'; } -export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Bytes'; +export interface xlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_Bytes'; } -export type metis_ConnectorMetaResolvers = ResolversObject<{ +export type xlayer_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_DestinationTransferResolvers = ResolversObject<{ +export type xlayer_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Int8'; +export interface xlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_Int8'; } -export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type xlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_OriginMessageResolvers = ResolversObject<{ +export type xlayer_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_OriginTransferResolvers = ResolversObject<{ +export type xlayer_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerResolvers = ResolversObject<{ +export type xlayer_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerFeeResolvers = ResolversObject<{ +export type xlayer_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type xlayer_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -124768,20 +129109,20 @@ export type metis_RelayerFeesIncreaseResolvers; }>; -export type metis_RootCountResolvers = ResolversObject<{ +export type xlayer_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RootMessageSentResolvers = ResolversObject<{ +export type xlayer_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -124789,61 +129130,61 @@ export type metis_RootMessageSentResolvers; }>; -export type metis_RouterResolvers = ResolversObject<{ +export type xlayer_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RouterDailyTVLResolvers = ResolversObject<{ +export type xlayer_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RouterLiquidityEventResolvers = ResolversObject<{ +export type xlayer_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SequencerResolvers = ResolversObject<{ +export type xlayer_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SettingResolvers = ResolversObject<{ +export type xlayer_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SlippageUpdateResolvers = ResolversObject<{ +export type xlayer_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -124851,31 +129192,31 @@ export type metis_SlippageUpdateResolvers; }>; -export type metis_SnapshotRootResolvers = ResolversObject<{ +export type xlayer_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SpokeConnectorModeResolvers = ResolversObject<{ +export type xlayer_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xlayer__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 xlayer__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -125195,16 +129536,16 @@ export type mode__Meta_Resolvers; }>; -export type xlayer_AggregateRootResolvers = ResolversObject<{ +export type metis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_AggregateRootProposedResolvers = ResolversObject<{ +export type metis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -125213,182 +129554,182 @@ export type xlayer_AggregateRootProposedResolvers; }>; -export type xlayer_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 xlayer_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 xlayer_AssetStatusResolvers = ResolversObject<{ +export type metis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_BigDecimal'; +export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_BigDecimal'; } -export interface xlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_Bytes'; +export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Bytes'; } -export type xlayer_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 xlayer_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 xlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_Int8'; +export interface metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Int8'; } -export type xlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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 xlayer_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 xlayer_RelayerResolvers = ResolversObject<{ +export type metis_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_RelayerFeeResolvers = ResolversObject<{ +export type metis_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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; @@ -125396,20 +129737,20 @@ export type xlayer_RelayerFeesIncreaseResolvers; }>; -export type xlayer_RootCountResolvers = ResolversObject<{ +export type metis_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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>; @@ -125417,61 +129758,61 @@ export type xlayer_RootMessageSentResolvers; }>; -export type xlayer_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 xlayer_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 xlayer_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 xlayer_SequencerResolvers = ResolversObject<{ +export type metis_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_SettingResolvers = ResolversObject<{ +export type metis_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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; @@ -125479,248 +129820,31 @@ export type xlayer_SlippageUpdateResolvers; }>; -export type xlayer_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 xlayer_SpokeConnectorModeResolvers = ResolversObject<{ +export type metis_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type xlayer__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_BigDecimal'; -} - -export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Bytes'; -} - -export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Int8'; -} - -export type bnb_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type metis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type metis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -125729,35 +129853,13 @@ export type bnb_swap__Meta_Resolvers = ResolversObject<{ Query?: QueryResolvers; Subscription?: SubscriptionResolvers; - optimismsepolia_swap_BigDecimal?: GraphQLScalarType; - BigInt?: GraphQLScalarType; - optimismsepolia_swap_Bytes?: GraphQLScalarType; - optimismsepolia_swap_Int8?: GraphQLScalarType; - optimismsepolia_swap_LpAccount?: optimismsepolia_swap_LpAccountResolvers; - optimismsepolia_swap_LpAccountBalance?: optimismsepolia_swap_LpAccountBalanceResolvers; - optimismsepolia_swap_LpToken?: optimismsepolia_swap_LpTokenResolvers; - optimismsepolia_swap_LpTokenEvent?: optimismsepolia_swap_LpTokenEventResolvers; - optimismsepolia_swap_LpTransferEvent?: optimismsepolia_swap_LpTransferEventResolvers; - optimismsepolia_swap_PooledToken?: optimismsepolia_swap_PooledTokenResolvers; - optimismsepolia_swap_StableSwap?: optimismsepolia_swap_StableSwapResolvers; - optimismsepolia_swap_StableSwapAddLiquidityEvent?: optimismsepolia_swap_StableSwapAddLiquidityEventResolvers; - optimismsepolia_swap_StableSwapEvent?: optimismsepolia_swap_StableSwapEventResolvers; - optimismsepolia_swap_StableSwapExchange?: optimismsepolia_swap_StableSwapExchangeResolvers; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent?: optimismsepolia_swap_StableSwapRemoveLiquidityEventResolvers; - optimismsepolia_swap_SwapDailyVolume?: optimismsepolia_swap_SwapDailyVolumeResolvers; - optimismsepolia_swap_SwapHourlyVolume?: optimismsepolia_swap_SwapHourlyVolumeResolvers; - optimismsepolia_swap_SwapTradeVolume?: optimismsepolia_swap_SwapTradeVolumeResolvers; - optimismsepolia_swap_SwapWeeklyVolume?: optimismsepolia_swap_SwapWeeklyVolumeResolvers; - optimismsepolia_swap_SystemInfo?: optimismsepolia_swap_SystemInfoResolvers; - Timestamp?: GraphQLScalarType; - optimismsepolia_swap__Block_?: optimismsepolia_swap__Block_Resolvers; - optimismsepolia_swap__Meta_?: optimismsepolia_swap__Meta_Resolvers; optimismsepolia_AggregateRoot?: optimismsepolia_AggregateRootResolvers; optimismsepolia_AggregateRootProposed?: optimismsepolia_AggregateRootProposedResolvers; optimismsepolia_Asset?: optimismsepolia_AssetResolvers; optimismsepolia_AssetBalance?: optimismsepolia_AssetBalanceResolvers; optimismsepolia_AssetStatus?: optimismsepolia_AssetStatusResolvers; optimismsepolia_BigDecimal?: GraphQLScalarType; + BigInt?: GraphQLScalarType; optimismsepolia_Bytes?: GraphQLScalarType; optimismsepolia_ConnectorMeta?: optimismsepolia_ConnectorMetaResolvers; optimismsepolia_DestinationTransfer?: optimismsepolia_DestinationTransferResolvers; @@ -125778,69 +129880,95 @@ export type Resolvers = ResolversObject<{ optimismsepolia_SlippageUpdate?: optimismsepolia_SlippageUpdateResolvers; optimismsepolia_SnapshotRoot?: optimismsepolia_SnapshotRootResolvers; optimismsepolia_SpokeConnectorMode?: optimismsepolia_SpokeConnectorModeResolvers; + Timestamp?: GraphQLScalarType; optimismsepolia__Block_?: optimismsepolia__Block_Resolvers; optimismsepolia__Meta_?: optimismsepolia__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; + optimismsepolia_swap_BigDecimal?: GraphQLScalarType; + optimismsepolia_swap_Bytes?: GraphQLScalarType; + optimismsepolia_swap_Int8?: GraphQLScalarType; + optimismsepolia_swap_LpAccount?: optimismsepolia_swap_LpAccountResolvers; + optimismsepolia_swap_LpAccountBalance?: optimismsepolia_swap_LpAccountBalanceResolvers; + optimismsepolia_swap_LpToken?: optimismsepolia_swap_LpTokenResolvers; + optimismsepolia_swap_LpTokenEvent?: optimismsepolia_swap_LpTokenEventResolvers; + optimismsepolia_swap_LpTransferEvent?: optimismsepolia_swap_LpTransferEventResolvers; + optimismsepolia_swap_PooledToken?: optimismsepolia_swap_PooledTokenResolvers; + optimismsepolia_swap_StableSwap?: optimismsepolia_swap_StableSwapResolvers; + optimismsepolia_swap_StableSwapAddLiquidityEvent?: optimismsepolia_swap_StableSwapAddLiquidityEventResolvers; + optimismsepolia_swap_StableSwapEvent?: optimismsepolia_swap_StableSwapEventResolvers; + optimismsepolia_swap_StableSwapExchange?: optimismsepolia_swap_StableSwapExchangeResolvers; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent?: optimismsepolia_swap_StableSwapRemoveLiquidityEventResolvers; + optimismsepolia_swap_SwapDailyVolume?: optimismsepolia_swap_SwapDailyVolumeResolvers; + optimismsepolia_swap_SwapHourlyVolume?: optimismsepolia_swap_SwapHourlyVolumeResolvers; + optimismsepolia_swap_SwapTradeVolume?: optimismsepolia_swap_SwapTradeVolumeResolvers; + optimismsepolia_swap_SwapWeeklyVolume?: optimismsepolia_swap_SwapWeeklyVolumeResolvers; + optimismsepolia_swap_SystemInfo?: optimismsepolia_swap_SystemInfoResolvers; + optimismsepolia_swap__Block_?: optimismsepolia_swap__Block_Resolvers; + optimismsepolia_swap__Meta_?: optimismsepolia_swap__Meta_Resolvers; + 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; xdai_AssetBalance?: xdai_AssetBalanceResolvers; xdai_BigDecimal?: GraphQLScalarType; xdai_Bytes?: GraphQLScalarType; xdai_Int8?: GraphQLScalarType; - xdai_Router?: xdai_RouterResolvers; - xdai_Transaction?: xdai_TransactionResolvers; - xdai_User?: xdai_UserResolvers; - xdai__Block_?: xdai__Block_Resolvers; - xdai__Meta_?: xdai__Meta_Resolvers; - sepolia_AggregateRootSavedSlow?: sepolia_AggregateRootSavedSlowResolvers; - sepolia_AggregatedMessageRoot?: sepolia_AggregatedMessageRootResolvers; - sepolia_ArbitrumConnectorMeta?: sepolia_ArbitrumConnectorMetaResolvers; - sepolia_AvalancheConnectorMeta?: sepolia_AvalancheConnectorMetaResolvers; - sepolia_BaseConnectorMeta?: sepolia_BaseConnectorMetaResolvers; - sepolia_BigDecimal?: GraphQLScalarType; - sepolia_BnbConnectorMeta?: sepolia_BnbConnectorMetaResolvers; - sepolia_Bytes?: GraphQLScalarType; - sepolia_GnosisConnectorMeta?: sepolia_GnosisConnectorMetaResolvers; - sepolia_HubDomain?: sepolia_HubDomainResolvers; - sepolia_HubOptimisticRootFinalized?: sepolia_HubOptimisticRootFinalizedResolvers; - sepolia_Int8?: GraphQLScalarType; - sepolia_LineaConnectorMeta?: sepolia_LineaConnectorMetaResolvers; - sepolia_MantleConnectorMeta?: sepolia_MantleConnectorMetaResolvers; - sepolia_MetisConnectorMeta?: sepolia_MetisConnectorMetaResolvers; - sepolia_ModeConnectorMeta?: sepolia_ModeConnectorMetaResolvers; - sepolia_OptimismConnectorMeta?: sepolia_OptimismConnectorMetaResolvers; - sepolia_OptimisticRootPropagated?: sepolia_OptimisticRootPropagatedResolvers; - sepolia_OptimisticRootProposed?: sepolia_OptimisticRootProposedResolvers; - sepolia_PolygonConnectorMeta?: sepolia_PolygonConnectorMetaResolvers; - sepolia_PolygonZkConnectorMeta?: sepolia_PolygonZkConnectorMetaResolvers; - sepolia_RootAggregated?: sepolia_RootAggregatedResolvers; - sepolia_RootManagerMeta?: sepolia_RootManagerMetaResolvers; - sepolia_RootManagerMode?: sepolia_RootManagerModeResolvers; - sepolia_RootMessageProcessed?: sepolia_RootMessageProcessedResolvers; - sepolia_RootPropagated?: sepolia_RootPropagatedResolvers; - sepolia_ScrollConnectorMeta?: sepolia_ScrollConnectorMetaResolvers; - sepolia_XlayerConnectorMeta?: sepolia_XlayerConnectorMetaResolvers; - sepolia_ZkSyncConnectorMeta?: sepolia_ZkSyncConnectorMetaResolvers; - sepolia__Block_?: sepolia__Block_Resolvers; - sepolia__Meta_?: sepolia__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_Router?: xdai_RouterResolvers; + xdai_Transaction?: xdai_TransactionResolvers; + xdai_User?: xdai_UserResolvers; + xdai__Block_?: xdai__Block_Resolvers; + xdai__Meta_?: xdai__Meta_Resolvers; mode_swap_BigDecimal?: GraphQLScalarType; mode_swap_Bytes?: GraphQLScalarType; mode_swap_Int8?: GraphQLScalarType; @@ -125883,6 +130011,27 @@ export type Resolvers = ResolversObject<{ metis_swap_SystemInfo?: metis_swap_SystemInfoResolvers; metis_swap__Block_?: metis_swap__Block_Resolvers; metis_swap__Meta_?: metis_swap__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; zksync_swap_BigDecimal?: GraphQLScalarType; zksync_swap_Bytes?: GraphQLScalarType; zksync_swap_Int8?: GraphQLScalarType; @@ -125904,27 +130053,47 @@ export type Resolvers = ResolversObject<{ zksync_swap_SystemInfo?: zksync_swap_SystemInfoResolvers; zksync_swap__Block_?: zksync_swap__Block_Resolvers; zksync_swap__Meta_?: zksync_swap__Meta_Resolvers; - arbitrumsepolia_swap_BigDecimal?: GraphQLScalarType; - arbitrumsepolia_swap_Bytes?: GraphQLScalarType; - arbitrumsepolia_swap_Int8?: GraphQLScalarType; - arbitrumsepolia_swap_LpAccount?: arbitrumsepolia_swap_LpAccountResolvers; - arbitrumsepolia_swap_LpAccountBalance?: arbitrumsepolia_swap_LpAccountBalanceResolvers; - arbitrumsepolia_swap_LpToken?: arbitrumsepolia_swap_LpTokenResolvers; - arbitrumsepolia_swap_LpTokenEvent?: arbitrumsepolia_swap_LpTokenEventResolvers; - arbitrumsepolia_swap_LpTransferEvent?: arbitrumsepolia_swap_LpTransferEventResolvers; - arbitrumsepolia_swap_PooledToken?: arbitrumsepolia_swap_PooledTokenResolvers; - arbitrumsepolia_swap_StableSwap?: arbitrumsepolia_swap_StableSwapResolvers; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent?: arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers; - arbitrumsepolia_swap_StableSwapEvent?: arbitrumsepolia_swap_StableSwapEventResolvers; - arbitrumsepolia_swap_StableSwapExchange?: arbitrumsepolia_swap_StableSwapExchangeResolvers; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent?: arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers; - arbitrumsepolia_swap_SwapDailyVolume?: arbitrumsepolia_swap_SwapDailyVolumeResolvers; - arbitrumsepolia_swap_SwapHourlyVolume?: arbitrumsepolia_swap_SwapHourlyVolumeResolvers; - arbitrumsepolia_swap_SwapTradeVolume?: arbitrumsepolia_swap_SwapTradeVolumeResolvers; - arbitrumsepolia_swap_SwapWeeklyVolume?: arbitrumsepolia_swap_SwapWeeklyVolumeResolvers; - arbitrumsepolia_swap_SystemInfo?: arbitrumsepolia_swap_SystemInfoResolvers; - arbitrumsepolia_swap__Block_?: arbitrumsepolia_swap__Block_Resolvers; - arbitrumsepolia_swap__Meta_?: arbitrumsepolia_swap__Meta_Resolvers; + 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; + base_swap_BigDecimal?: GraphQLScalarType; + base_swap_Bytes?: GraphQLScalarType; + base_swap_Int8?: GraphQLScalarType; + base_swap_LpAccount?: base_swap_LpAccountResolvers; + base_swap_LpAccountBalance?: base_swap_LpAccountBalanceResolvers; + base_swap_LpToken?: base_swap_LpTokenResolvers; + base_swap_LpTokenEvent?: base_swap_LpTokenEventResolvers; + base_swap_LpTransferEvent?: base_swap_LpTransferEventResolvers; + base_swap_PooledToken?: base_swap_PooledTokenResolvers; + base_swap_StableSwap?: base_swap_StableSwapResolvers; + base_swap_StableSwapAddLiquidityEvent?: base_swap_StableSwapAddLiquidityEventResolvers; + base_swap_StableSwapEvent?: base_swap_StableSwapEventResolvers; + base_swap_StableSwapExchange?: base_swap_StableSwapExchangeResolvers; + base_swap_StableSwapRemoveLiquidityEvent?: base_swap_StableSwapRemoveLiquidityEventResolvers; + base_swap_SwapDailyVolume?: base_swap_SwapDailyVolumeResolvers; + base_swap_SwapHourlyVolume?: base_swap_SwapHourlyVolumeResolvers; + base_swap_SwapTradeVolume?: base_swap_SwapTradeVolumeResolvers; + base_swap_SwapWeeklyVolume?: base_swap_SwapWeeklyVolumeResolvers; + base_swap_SystemInfo?: base_swap_SystemInfoResolvers; + base_swap__Block_?: base_swap__Block_Resolvers; + base_swap__Meta_?: base_swap__Meta_Resolvers; sepolia_swap_BigDecimal?: GraphQLScalarType; sepolia_swap_Bytes?: GraphQLScalarType; sepolia_swap_Int8?: GraphQLScalarType; @@ -125946,264 +130115,6 @@ export type Resolvers = ResolversObject<{ sepolia_swap_SystemInfo?: sepolia_swap_SystemInfoResolvers; sepolia_swap__Block_?: sepolia_swap__Block_Resolvers; sepolia_swap__Meta_?: sepolia_swap__Meta_Resolvers; - xdai_swap_BigDecimal?: GraphQLScalarType; - xdai_swap_Bytes?: GraphQLScalarType; - xdai_swap_Int8?: GraphQLScalarType; - xdai_swap_LpAccount?: xdai_swap_LpAccountResolvers; - xdai_swap_LpAccountBalance?: xdai_swap_LpAccountBalanceResolvers; - xdai_swap_LpToken?: xdai_swap_LpTokenResolvers; - xdai_swap_LpTokenEvent?: xdai_swap_LpTokenEventResolvers; - xdai_swap_LpTransferEvent?: xdai_swap_LpTransferEventResolvers; - xdai_swap_PooledToken?: xdai_swap_PooledTokenResolvers; - xdai_swap_StableSwap?: xdai_swap_StableSwapResolvers; - xdai_swap_StableSwapAddLiquidityEvent?: xdai_swap_StableSwapAddLiquidityEventResolvers; - xdai_swap_StableSwapEvent?: xdai_swap_StableSwapEventResolvers; - xdai_swap_StableSwapExchange?: xdai_swap_StableSwapExchangeResolvers; - xdai_swap_StableSwapRemoveLiquidityEvent?: xdai_swap_StableSwapRemoveLiquidityEventResolvers; - xdai_swap_SwapDailyVolume?: xdai_swap_SwapDailyVolumeResolvers; - xdai_swap_SwapHourlyVolume?: xdai_swap_SwapHourlyVolumeResolvers; - xdai_swap_SwapTradeVolume?: xdai_swap_SwapTradeVolumeResolvers; - xdai_swap_SwapWeeklyVolume?: xdai_swap_SwapWeeklyVolumeResolvers; - xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; - xdai_swap__Block_?: xdai_swap__Block_Resolvers; - xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; - linea_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; - 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; - polygonzkevm_AggregateRoot?: polygonzkevm_AggregateRootResolvers; - polygonzkevm_AggregateRootProposed?: polygonzkevm_AggregateRootProposedResolvers; - polygonzkevm_Asset?: polygonzkevm_AssetResolvers; - polygonzkevm_AssetBalance?: polygonzkevm_AssetBalanceResolvers; - polygonzkevm_AssetStatus?: polygonzkevm_AssetStatusResolvers; - polygonzkevm_BigDecimal?: GraphQLScalarType; - polygonzkevm_Bytes?: GraphQLScalarType; - polygonzkevm_ConnectorMeta?: polygonzkevm_ConnectorMetaResolvers; - polygonzkevm_DestinationTransfer?: polygonzkevm_DestinationTransferResolvers; - polygonzkevm_Int8?: GraphQLScalarType; - polygonzkevm_OptimisticRootFinalized?: polygonzkevm_OptimisticRootFinalizedResolvers; - polygonzkevm_OriginMessage?: polygonzkevm_OriginMessageResolvers; - polygonzkevm_OriginTransfer?: polygonzkevm_OriginTransferResolvers; - polygonzkevm_Relayer?: polygonzkevm_RelayerResolvers; - polygonzkevm_RelayerFee?: polygonzkevm_RelayerFeeResolvers; - polygonzkevm_RelayerFeesIncrease?: polygonzkevm_RelayerFeesIncreaseResolvers; - polygonzkevm_RootCount?: polygonzkevm_RootCountResolvers; - polygonzkevm_RootMessageSent?: polygonzkevm_RootMessageSentResolvers; - polygonzkevm_Router?: polygonzkevm_RouterResolvers; - polygonzkevm_RouterDailyTVL?: polygonzkevm_RouterDailyTVLResolvers; - polygonzkevm_RouterLiquidityEvent?: polygonzkevm_RouterLiquidityEventResolvers; - polygonzkevm_Sequencer?: polygonzkevm_SequencerResolvers; - polygonzkevm_Setting?: polygonzkevm_SettingResolvers; - polygonzkevm_SlippageUpdate?: polygonzkevm_SlippageUpdateResolvers; - polygonzkevm_SnapshotRoot?: polygonzkevm_SnapshotRootResolvers; - polygonzkevm_SpokeConnectorMode?: polygonzkevm_SpokeConnectorModeResolvers; - polygonzkevm__Block_?: polygonzkevm__Block_Resolvers; - polygonzkevm__Meta_?: polygonzkevm__Meta_Resolvers; - 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; - 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_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_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; - 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; - 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; mainnet_AggregateRootSavedSlow?: mainnet_AggregateRootSavedSlowResolvers; mainnet_AggregatedMessageRoot?: mainnet_AggregatedMessageRootResolvers; mainnet_ArbitrumConnectorMeta?: mainnet_ArbitrumConnectorMetaResolvers; @@ -126233,55 +130144,6 @@ export type Resolvers = ResolversObject<{ mainnet_ZkSyncConnectorMeta?: mainnet_ZkSyncConnectorMetaResolvers; mainnet__Block_?: mainnet__Block_Resolvers; mainnet__Meta_?: mainnet__Meta_Resolvers; - base_swap_BigDecimal?: GraphQLScalarType; - base_swap_Bytes?: GraphQLScalarType; - base_swap_Int8?: GraphQLScalarType; - base_swap_LpAccount?: base_swap_LpAccountResolvers; - base_swap_LpAccountBalance?: base_swap_LpAccountBalanceResolvers; - base_swap_LpToken?: base_swap_LpTokenResolvers; - base_swap_LpTokenEvent?: base_swap_LpTokenEventResolvers; - base_swap_LpTransferEvent?: base_swap_LpTransferEventResolvers; - base_swap_PooledToken?: base_swap_PooledTokenResolvers; - base_swap_StableSwap?: base_swap_StableSwapResolvers; - base_swap_StableSwapAddLiquidityEvent?: base_swap_StableSwapAddLiquidityEventResolvers; - base_swap_StableSwapEvent?: base_swap_StableSwapEventResolvers; - base_swap_StableSwapExchange?: base_swap_StableSwapExchangeResolvers; - base_swap_StableSwapRemoveLiquidityEvent?: base_swap_StableSwapRemoveLiquidityEventResolvers; - base_swap_SwapDailyVolume?: base_swap_SwapDailyVolumeResolvers; - base_swap_SwapHourlyVolume?: base_swap_SwapHourlyVolumeResolvers; - base_swap_SwapTradeVolume?: base_swap_SwapTradeVolumeResolvers; - base_swap_SwapWeeklyVolume?: base_swap_SwapWeeklyVolumeResolvers; - base_swap_SystemInfo?: base_swap_SystemInfoResolvers; - base_swap__Block_?: base_swap__Block_Resolvers; - base_swap__Meta_?: base_swap__Meta_Resolvers; - bnb_AggregateRoot?: bnb_AggregateRootResolvers; - bnb_AggregateRootProposed?: bnb_AggregateRootProposedResolvers; - bnb_Asset?: bnb_AssetResolvers; - bnb_AssetBalance?: bnb_AssetBalanceResolvers; - bnb_AssetStatus?: bnb_AssetStatusResolvers; - bnb_BigDecimal?: GraphQLScalarType; - bnb_Bytes?: GraphQLScalarType; - bnb_ConnectorMeta?: bnb_ConnectorMetaResolvers; - bnb_DestinationTransfer?: bnb_DestinationTransferResolvers; - bnb_Int8?: GraphQLScalarType; - bnb_OptimisticRootFinalized?: bnb_OptimisticRootFinalizedResolvers; - bnb_OriginMessage?: bnb_OriginMessageResolvers; - bnb_OriginTransfer?: bnb_OriginTransferResolvers; - bnb_Relayer?: bnb_RelayerResolvers; - bnb_RelayerFee?: bnb_RelayerFeeResolvers; - bnb_RelayerFeesIncrease?: bnb_RelayerFeesIncreaseResolvers; - bnb_RootCount?: bnb_RootCountResolvers; - bnb_RootMessageSent?: bnb_RootMessageSentResolvers; - bnb_Router?: bnb_RouterResolvers; - bnb_RouterDailyTVL?: bnb_RouterDailyTVLResolvers; - bnb_RouterLiquidityEvent?: bnb_RouterLiquidityEventResolvers; - bnb_Sequencer?: bnb_SequencerResolvers; - bnb_Setting?: bnb_SettingResolvers; - bnb_SlippageUpdate?: bnb_SlippageUpdateResolvers; - bnb_SnapshotRoot?: bnb_SnapshotRootResolvers; - bnb_SpokeConnectorMode?: bnb_SpokeConnectorModeResolvers; - bnb__Block_?: bnb__Block_Resolvers; - bnb__Meta_?: bnb__Meta_Resolvers; optimism_swap_BigDecimal?: GraphQLScalarType; optimism_swap_Bytes?: GraphQLScalarType; optimism_swap_Int8?: GraphQLScalarType; @@ -126303,6 +130165,177 @@ export type Resolvers = ResolversObject<{ optimism_swap_SystemInfo?: optimism_swap_SystemInfoResolvers; optimism_swap__Block_?: optimism_swap__Block_Resolvers; optimism_swap__Meta_?: optimism_swap__Meta_Resolvers; + sepolia_AggregateRootSavedSlow?: sepolia_AggregateRootSavedSlowResolvers; + sepolia_AggregatedMessageRoot?: sepolia_AggregatedMessageRootResolvers; + sepolia_ArbitrumConnectorMeta?: sepolia_ArbitrumConnectorMetaResolvers; + sepolia_AvalancheConnectorMeta?: sepolia_AvalancheConnectorMetaResolvers; + sepolia_BaseConnectorMeta?: sepolia_BaseConnectorMetaResolvers; + sepolia_BigDecimal?: GraphQLScalarType; + sepolia_BnbConnectorMeta?: sepolia_BnbConnectorMetaResolvers; + sepolia_Bytes?: GraphQLScalarType; + sepolia_GnosisConnectorMeta?: sepolia_GnosisConnectorMetaResolvers; + sepolia_HubDomain?: sepolia_HubDomainResolvers; + sepolia_HubOptimisticRootFinalized?: sepolia_HubOptimisticRootFinalizedResolvers; + sepolia_Int8?: GraphQLScalarType; + sepolia_LineaConnectorMeta?: sepolia_LineaConnectorMetaResolvers; + sepolia_MantleConnectorMeta?: sepolia_MantleConnectorMetaResolvers; + sepolia_MetisConnectorMeta?: sepolia_MetisConnectorMetaResolvers; + sepolia_ModeConnectorMeta?: sepolia_ModeConnectorMetaResolvers; + sepolia_OptimismConnectorMeta?: sepolia_OptimismConnectorMetaResolvers; + sepolia_OptimisticRootPropagated?: sepolia_OptimisticRootPropagatedResolvers; + sepolia_OptimisticRootProposed?: sepolia_OptimisticRootProposedResolvers; + sepolia_PolygonConnectorMeta?: sepolia_PolygonConnectorMetaResolvers; + sepolia_PolygonZkConnectorMeta?: sepolia_PolygonZkConnectorMetaResolvers; + sepolia_RootAggregated?: sepolia_RootAggregatedResolvers; + sepolia_RootManagerMeta?: sepolia_RootManagerMetaResolvers; + sepolia_RootManagerMode?: sepolia_RootManagerModeResolvers; + sepolia_RootMessageProcessed?: sepolia_RootMessageProcessedResolvers; + sepolia_RootPropagated?: sepolia_RootPropagatedResolvers; + sepolia_ScrollConnectorMeta?: sepolia_ScrollConnectorMetaResolvers; + sepolia_X1ConnectorMeta?: sepolia_X1ConnectorMetaResolvers; + sepolia_ZkSyncConnectorMeta?: sepolia_ZkSyncConnectorMetaResolvers; + sepolia__Block_?: sepolia__Block_Resolvers; + sepolia__Meta_?: sepolia__Meta_Resolvers; + arbitrumsepolia_swap_BigDecimal?: GraphQLScalarType; + arbitrumsepolia_swap_Bytes?: GraphQLScalarType; + arbitrumsepolia_swap_Int8?: GraphQLScalarType; + arbitrumsepolia_swap_LpAccount?: arbitrumsepolia_swap_LpAccountResolvers; + arbitrumsepolia_swap_LpAccountBalance?: arbitrumsepolia_swap_LpAccountBalanceResolvers; + arbitrumsepolia_swap_LpToken?: arbitrumsepolia_swap_LpTokenResolvers; + arbitrumsepolia_swap_LpTokenEvent?: arbitrumsepolia_swap_LpTokenEventResolvers; + arbitrumsepolia_swap_LpTransferEvent?: arbitrumsepolia_swap_LpTransferEventResolvers; + arbitrumsepolia_swap_PooledToken?: arbitrumsepolia_swap_PooledTokenResolvers; + arbitrumsepolia_swap_StableSwap?: arbitrumsepolia_swap_StableSwapResolvers; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent?: arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers; + arbitrumsepolia_swap_StableSwapEvent?: arbitrumsepolia_swap_StableSwapEventResolvers; + arbitrumsepolia_swap_StableSwapExchange?: arbitrumsepolia_swap_StableSwapExchangeResolvers; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent?: arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers; + arbitrumsepolia_swap_SwapDailyVolume?: arbitrumsepolia_swap_SwapDailyVolumeResolvers; + arbitrumsepolia_swap_SwapHourlyVolume?: arbitrumsepolia_swap_SwapHourlyVolumeResolvers; + arbitrumsepolia_swap_SwapTradeVolume?: arbitrumsepolia_swap_SwapTradeVolumeResolvers; + arbitrumsepolia_swap_SwapWeeklyVolume?: arbitrumsepolia_swap_SwapWeeklyVolumeResolvers; + arbitrumsepolia_swap_SystemInfo?: arbitrumsepolia_swap_SystemInfoResolvers; + arbitrumsepolia_swap__Block_?: arbitrumsepolia_swap__Block_Resolvers; + arbitrumsepolia_swap__Meta_?: arbitrumsepolia_swap__Meta_Resolvers; + 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; + bnb_swap_BigDecimal?: GraphQLScalarType; + bnb_swap_Bytes?: GraphQLScalarType; + bnb_swap_Int8?: GraphQLScalarType; + bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; + bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; + bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; + bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; + bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; + bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; + bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; + bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; + bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; + bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; + bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; + bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; + bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; + bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; + bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; + bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; + bnb_swap__Block_?: bnb_swap__Block_Resolvers; + bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; + optimism_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; + 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; + 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; arbitrumone_swap_BigDecimal?: GraphQLScalarType; arbitrumone_swap_Bytes?: GraphQLScalarType; arbitrumone_swap_Int8?: GraphQLScalarType; @@ -126324,6 +130357,61 @@ export type Resolvers = ResolversObject<{ arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; arbitrumone_swap__Meta_?: arbitrumone_swap__Meta_Resolvers; + polygonzkevm_AggregateRoot?: polygonzkevm_AggregateRootResolvers; + polygonzkevm_AggregateRootProposed?: polygonzkevm_AggregateRootProposedResolvers; + polygonzkevm_Asset?: polygonzkevm_AssetResolvers; + polygonzkevm_AssetBalance?: polygonzkevm_AssetBalanceResolvers; + polygonzkevm_AssetStatus?: polygonzkevm_AssetStatusResolvers; + polygonzkevm_BigDecimal?: GraphQLScalarType; + polygonzkevm_Bytes?: GraphQLScalarType; + polygonzkevm_ConnectorMeta?: polygonzkevm_ConnectorMetaResolvers; + polygonzkevm_DestinationTransfer?: polygonzkevm_DestinationTransferResolvers; + polygonzkevm_Int8?: GraphQLScalarType; + polygonzkevm_OptimisticRootFinalized?: polygonzkevm_OptimisticRootFinalizedResolvers; + polygonzkevm_OriginMessage?: polygonzkevm_OriginMessageResolvers; + polygonzkevm_OriginTransfer?: polygonzkevm_OriginTransferResolvers; + polygonzkevm_Relayer?: polygonzkevm_RelayerResolvers; + polygonzkevm_RelayerFee?: polygonzkevm_RelayerFeeResolvers; + polygonzkevm_RelayerFeesIncrease?: polygonzkevm_RelayerFeesIncreaseResolvers; + polygonzkevm_RootCount?: polygonzkevm_RootCountResolvers; + polygonzkevm_RootMessageSent?: polygonzkevm_RootMessageSentResolvers; + polygonzkevm_Router?: polygonzkevm_RouterResolvers; + polygonzkevm_RouterDailyTVL?: polygonzkevm_RouterDailyTVLResolvers; + polygonzkevm_RouterLiquidityEvent?: polygonzkevm_RouterLiquidityEventResolvers; + polygonzkevm_Sequencer?: polygonzkevm_SequencerResolvers; + polygonzkevm_Setting?: polygonzkevm_SettingResolvers; + polygonzkevm_SlippageUpdate?: polygonzkevm_SlippageUpdateResolvers; + polygonzkevm_SnapshotRoot?: polygonzkevm_SnapshotRootResolvers; + polygonzkevm_SpokeConnectorMode?: polygonzkevm_SpokeConnectorModeResolvers; + polygonzkevm__Block_?: polygonzkevm__Block_Resolvers; + polygonzkevm__Meta_?: polygonzkevm__Meta_Resolvers; + linea_AggregateRoot?: linea_AggregateRootResolvers; + linea_AggregateRootProposed?: linea_AggregateRootProposedResolvers; + linea_Asset?: linea_AssetResolvers; + linea_AssetBalance?: linea_AssetBalanceResolvers; + linea_AssetStatus?: linea_AssetStatusResolvers; + linea_BigDecimal?: GraphQLScalarType; + linea_Bytes?: GraphQLScalarType; + linea_ConnectorMeta?: linea_ConnectorMetaResolvers; + linea_DestinationTransfer?: linea_DestinationTransferResolvers; + linea_OptimisticRootFinalized?: linea_OptimisticRootFinalizedResolvers; + linea_OriginMessage?: linea_OriginMessageResolvers; + linea_OriginTransfer?: linea_OriginTransferResolvers; + linea_Relayer?: linea_RelayerResolvers; + linea_RelayerFee?: linea_RelayerFeeResolvers; + linea_RelayerFeesIncrease?: linea_RelayerFeesIncreaseResolvers; + linea_RootCount?: linea_RootCountResolvers; + linea_RootMessageSent?: linea_RootMessageSentResolvers; + linea_Router?: linea_RouterResolvers; + linea_RouterDailyTVL?: linea_RouterDailyTVLResolvers; + linea_RouterLiquidityEvent?: linea_RouterLiquidityEventResolvers; + linea_Sequencer?: linea_SequencerResolvers; + linea_Setting?: linea_SettingResolvers; + linea_SlippageUpdate?: linea_SlippageUpdateResolvers; + linea_SnapshotRoot?: linea_SnapshotRootResolvers; + linea_SpokeConnectorMode?: linea_SpokeConnectorModeResolvers; + linea__Block_?: linea__Block_Resolvers; + linea__Meta_?: linea__Meta_Resolvers; xlayer_swap_BigDecimal?: GraphQLScalarType; xlayer_swap_Bytes?: GraphQLScalarType; xlayer_swap_Int8?: GraphQLScalarType; @@ -126345,6 +130433,27 @@ export type Resolvers = ResolversObject<{ xlayer_swap_SystemInfo?: xlayer_swap_SystemInfoResolvers; xlayer_swap__Block_?: xlayer_swap__Block_Resolvers; xlayer_swap__Meta_?: xlayer_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; arbitrumsepolia_AggregateRoot?: arbitrumsepolia_AggregateRootResolvers; arbitrumsepolia_AggregateRootProposed?: arbitrumsepolia_AggregateRootProposedResolvers; arbitrumsepolia_Asset?: arbitrumsepolia_AssetResolvers; @@ -126373,6 +130482,85 @@ export type Resolvers = ResolversObject<{ arbitrumsepolia_SpokeConnectorMode?: arbitrumsepolia_SpokeConnectorModeResolvers; arbitrumsepolia__Block_?: arbitrumsepolia__Block_Resolvers; arbitrumsepolia__Meta_?: arbitrumsepolia__Meta_Resolvers; + sepolia_AggregateRoot?: sepolia_AggregateRootResolvers; + sepolia_AggregateRootProposed?: sepolia_AggregateRootProposedResolvers; + sepolia_Asset?: sepolia_AssetResolvers; + sepolia_AssetBalance?: sepolia_AssetBalanceResolvers; + sepolia_AssetStatus?: sepolia_AssetStatusResolvers; + sepolia_ConnectorMeta?: sepolia_ConnectorMetaResolvers; + sepolia_DestinationTransfer?: sepolia_DestinationTransferResolvers; + sepolia_OptimisticRootFinalized?: sepolia_OptimisticRootFinalizedResolvers; + sepolia_OriginMessage?: sepolia_OriginMessageResolvers; + sepolia_OriginTransfer?: sepolia_OriginTransferResolvers; + sepolia_Relayer?: sepolia_RelayerResolvers; + sepolia_RelayerFee?: sepolia_RelayerFeeResolvers; + sepolia_RelayerFeesIncrease?: sepolia_RelayerFeesIncreaseResolvers; + sepolia_RootCount?: sepolia_RootCountResolvers; + sepolia_RootMessageSent?: sepolia_RootMessageSentResolvers; + sepolia_Router?: sepolia_RouterResolvers; + sepolia_RouterDailyTVL?: sepolia_RouterDailyTVLResolvers; + sepolia_RouterLiquidityEvent?: sepolia_RouterLiquidityEventResolvers; + sepolia_Sequencer?: sepolia_SequencerResolvers; + sepolia_Setting?: sepolia_SettingResolvers; + sepolia_SlippageUpdate?: sepolia_SlippageUpdateResolvers; + sepolia_SnapshotRoot?: sepolia_SnapshotRootResolvers; + sepolia_SpokeConnectorMode?: sepolia_SpokeConnectorModeResolvers; + bnb_AggregateRoot?: bnb_AggregateRootResolvers; + bnb_AggregateRootProposed?: bnb_AggregateRootProposedResolvers; + bnb_Asset?: bnb_AssetResolvers; + bnb_AssetBalance?: bnb_AssetBalanceResolvers; + bnb_AssetStatus?: bnb_AssetStatusResolvers; + bnb_BigDecimal?: GraphQLScalarType; + bnb_Bytes?: GraphQLScalarType; + bnb_ConnectorMeta?: bnb_ConnectorMetaResolvers; + bnb_DestinationTransfer?: bnb_DestinationTransferResolvers; + bnb_Int8?: GraphQLScalarType; + bnb_OptimisticRootFinalized?: bnb_OptimisticRootFinalizedResolvers; + bnb_OriginMessage?: bnb_OriginMessageResolvers; + bnb_OriginTransfer?: bnb_OriginTransferResolvers; + bnb_Relayer?: bnb_RelayerResolvers; + bnb_RelayerFee?: bnb_RelayerFeeResolvers; + bnb_RelayerFeesIncrease?: bnb_RelayerFeesIncreaseResolvers; + bnb_RootCount?: bnb_RootCountResolvers; + bnb_RootMessageSent?: bnb_RootMessageSentResolvers; + bnb_Router?: bnb_RouterResolvers; + bnb_RouterDailyTVL?: bnb_RouterDailyTVLResolvers; + bnb_RouterLiquidityEvent?: bnb_RouterLiquidityEventResolvers; + bnb_Sequencer?: bnb_SequencerResolvers; + bnb_Setting?: bnb_SettingResolvers; + bnb_SlippageUpdate?: bnb_SlippageUpdateResolvers; + bnb_SnapshotRoot?: bnb_SnapshotRootResolvers; + bnb_SpokeConnectorMode?: bnb_SpokeConnectorModeResolvers; + bnb__Block_?: bnb__Block_Resolvers; + bnb__Meta_?: bnb__Meta_Resolvers; + 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; zksync_AggregateRoot?: zksync_AggregateRootResolvers; zksync_AggregateRootProposed?: zksync_AggregateRootProposedResolvers; zksync_Asset?: zksync_AssetResolvers; @@ -126401,6 +130589,57 @@ export type Resolvers = ResolversObject<{ zksync_SpokeConnectorMode?: zksync_SpokeConnectorModeResolvers; zksync__Block_?: zksync__Block_Resolvers; zksync__Meta_?: zksync__Meta_Resolvers; + mantle_AggregateRoot?: mantle_AggregateRootResolvers; + mantle_AggregateRootProposed?: mantle_AggregateRootProposedResolvers; + mantle_Asset?: mantle_AssetResolvers; + 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; + 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; avalanche_AggregateRoot?: avalanche_AggregateRootResolvers; avalanche_AggregateRootProposed?: avalanche_AggregateRootProposedResolvers; avalanche_Asset?: avalanche_AssetResolvers; @@ -126429,133 +130668,6 @@ export type Resolvers = ResolversObject<{ avalanche_SpokeConnectorMode?: avalanche_SpokeConnectorModeResolvers; avalanche__Block_?: avalanche__Block_Resolvers; avalanche__Meta_?: avalanche__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; - 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; - 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; - 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; - mode_AggregateRoot?: mode_AggregateRootResolvers; - mode_AggregateRootProposed?: mode_AggregateRootProposedResolvers; - mode_Asset?: mode_AssetResolvers; - mode_AssetBalance?: mode_AssetBalanceResolvers; - mode_AssetStatus?: mode_AssetStatusResolvers; - mode_BigDecimal?: GraphQLScalarType; - mode_Bytes?: GraphQLScalarType; - mode_ConnectorMeta?: mode_ConnectorMetaResolvers; - mode_DestinationTransfer?: mode_DestinationTransferResolvers; - mode_Int8?: GraphQLScalarType; - mode_OptimisticRootFinalized?: mode_OptimisticRootFinalizedResolvers; - mode_OriginMessage?: mode_OriginMessageResolvers; - mode_OriginTransfer?: mode_OriginTransferResolvers; - mode_Relayer?: mode_RelayerResolvers; - mode_RelayerFee?: mode_RelayerFeeResolvers; - mode_RelayerFeesIncrease?: mode_RelayerFeesIncreaseResolvers; - mode_RootCount?: mode_RootCountResolvers; - mode_RootMessageSent?: mode_RootMessageSentResolvers; - mode_Router?: mode_RouterResolvers; - mode_RouterDailyTVL?: mode_RouterDailyTVLResolvers; - mode_RouterLiquidityEvent?: mode_RouterLiquidityEventResolvers; - mode_Sequencer?: mode_SequencerResolvers; - mode_Setting?: mode_SettingResolvers; - mode_SlippageUpdate?: mode_SlippageUpdateResolvers; - mode_SnapshotRoot?: mode_SnapshotRootResolvers; - mode_SpokeConnectorMode?: mode_SpokeConnectorModeResolvers; - mode__Block_?: mode__Block_Resolvers; - mode__Meta_?: mode__Meta_Resolvers; xlayer_AggregateRoot?: xlayer_AggregateRootResolvers; xlayer_AggregateRootProposed?: xlayer_AggregateRootProposedResolvers; xlayer_Asset?: xlayer_AssetResolvers; @@ -126584,27 +130696,62 @@ export type Resolvers = ResolversObject<{ xlayer_SpokeConnectorMode?: xlayer_SpokeConnectorModeResolvers; xlayer__Block_?: xlayer__Block_Resolvers; xlayer__Meta_?: xlayer__Meta_Resolvers; - bnb_swap_BigDecimal?: GraphQLScalarType; - bnb_swap_Bytes?: GraphQLScalarType; - bnb_swap_Int8?: GraphQLScalarType; - bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; - bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; - bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; - bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; - bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; - bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; - bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; - bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; - bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; - bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; - bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; - bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; - bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; - bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; - bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; - bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; - bnb_swap__Block_?: bnb_swap__Block_Resolvers; - bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; + mode_AggregateRoot?: mode_AggregateRootResolvers; + mode_AggregateRootProposed?: mode_AggregateRootProposedResolvers; + mode_Asset?: mode_AssetResolvers; + mode_AssetBalance?: mode_AssetBalanceResolvers; + mode_AssetStatus?: mode_AssetStatusResolvers; + mode_BigDecimal?: GraphQLScalarType; + mode_Bytes?: GraphQLScalarType; + mode_ConnectorMeta?: mode_ConnectorMetaResolvers; + mode_DestinationTransfer?: mode_DestinationTransferResolvers; + mode_Int8?: GraphQLScalarType; + mode_OptimisticRootFinalized?: mode_OptimisticRootFinalizedResolvers; + mode_OriginMessage?: mode_OriginMessageResolvers; + mode_OriginTransfer?: mode_OriginTransferResolvers; + mode_Relayer?: mode_RelayerResolvers; + mode_RelayerFee?: mode_RelayerFeeResolvers; + mode_RelayerFeesIncrease?: mode_RelayerFeesIncreaseResolvers; + mode_RootCount?: mode_RootCountResolvers; + mode_RootMessageSent?: mode_RootMessageSentResolvers; + mode_Router?: mode_RouterResolvers; + mode_RouterDailyTVL?: mode_RouterDailyTVLResolvers; + mode_RouterLiquidityEvent?: mode_RouterLiquidityEventResolvers; + mode_Sequencer?: mode_SequencerResolvers; + mode_Setting?: mode_SettingResolvers; + mode_SlippageUpdate?: mode_SlippageUpdateResolvers; + mode_SnapshotRoot?: mode_SnapshotRootResolvers; + mode_SpokeConnectorMode?: mode_SpokeConnectorModeResolvers; + mode__Block_?: mode__Block_Resolvers; + mode__Meta_?: mode__Meta_Resolvers; + 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; }>; export type DirectiveResolvers = ResolversObject<{ @@ -126613,7 +130760,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = StableSwapOptimismSepoliaTypes.Context & ConnextOptimismSepoliaTypes.Context & ConnextXdaiTypes.Context & ConnextSepoliaTypes.Context & HubSepoliaTypes.Context & StableSwapMantleTypes.Context & StableSwapModeTypes.Context & StableSwapMetisTypes.Context & StableSwapZkSyncEraTypes.Context & StableSwapArbitrumSepoliaTypes.Context & StableSwapSepoliaTypes.Context & StableSwapXdaiTypes.Context & ConnextLineaTypes.Context & ConnextOptimismTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextMantleTypes.Context & ConnextArbitrumOneTypes.Context & StableSwapPolygonZkEvmTypes.Context & StableSwapAvalancheTypes.Context & ConnextPolygonTypes.Context & StableSwapPolygonTypes.Context & HubMainnetTypes.Context & StableSwapBaseTypes.Context & ConnextBnbTypes.Context & StableSwapOptimismTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapXlayerTypes.Context & ConnextArbitrumSepoliaTypes.Context & ConnextZkSyncTypes.Context & ConnextAvalancheTypes.Context & ConnextMainnetTypes.Context & ConnextBaseTypes.Context & StableSwapLineaTypes.Context & ConnextMetisTypes.Context & ConnextModeTypes.Context & ConnextXlayerTypes.Context & StableSwapBnbTypes.Context & BaseMeshContext; +export type MeshContext = ConnextOptimismSepoliaTypes.Context & ConnextPolygonTypes.Context & StableSwapOptimismSepoliaTypes.Context & ConnextBaseTypes.Context & ConnextXdaiTypes.Context & StableSwapModeTypes.Context & StableSwapMetisTypes.Context & StableSwapMantleTypes.Context & StableSwapZkSyncEraTypes.Context & StableSwapLineaTypes.Context & StableSwapBaseTypes.Context & StableSwapSepoliaTypes.Context & HubMainnetTypes.Context & StableSwapOptimismTypes.Context & HubSepoliaTypes.Context & StableSwapArbitrumSepoliaTypes.Context & StableSwapPolygonTypes.Context & StableSwapBnbTypes.Context & ConnextOptimismTypes.Context & ConnextArbitrumOneTypes.Context & StableSwapAvalancheTypes.Context & StableSwapArbitrumOneTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextLineaTypes.Context & StableSwapXlayerTypes.Context & StableSwapXdaiTypes.Context & ConnextArbitrumSepoliaTypes.Context & ConnextSepoliaTypes.Context & ConnextBnbTypes.Context & StableSwapPolygonZkEvmTypes.Context & ConnextZkSyncTypes.Context & ConnextMantleTypes.Context & ConnextMainnetTypes.Context & ConnextAvalancheTypes.Context & ConnextXlayerTypes.Context & ConnextModeTypes.Context & ConnextMetisTypes.Context & BaseMeshContext; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -126621,115 +130768,115 @@ const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', const importFn: ImportFn = (moduleId: string) => { const relativeModuleId = (pathModule.isAbsolute(moduleId) ? pathModule.relative(baseDir, moduleId) : moduleId).split('\\').join('/').replace(baseDir + '/', ''); switch(relativeModuleId) { - case ".graphclient/sources/StableSwap_OptimismSepolia/introspectionSchema": + case ".graphclient/sources/Connext_OptimismSepolia/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/Connext_OptimismSepolia/introspectionSchema": + case ".graphclient/sources/Connext_Polygon/introspectionSchema": return Promise.resolve(importedModule$1) as T; - case ".graphclient/sources/Connext_Xdai/introspectionSchema": + case ".graphclient/sources/StableSwap_OptimismSepolia/introspectionSchema": return Promise.resolve(importedModule$2) as T; - case ".graphclient/sources/Connext_Sepolia/introspectionSchema": + case ".graphclient/sources/Connext_Base/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/Hub_Sepolia/introspectionSchema": + case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": + case ".graphclient/sources/StableSwap_Mode/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/StableSwap_Mode/introspectionSchema": + case ".graphclient/sources/StableSwap_Metis/introspectionSchema": return Promise.resolve(importedModule$6) as T; - case ".graphclient/sources/StableSwap_Metis/introspectionSchema": + case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": return Promise.resolve(importedModule$7) as T; case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/StableSwap_ArbitrumSepolia/introspectionSchema": + case ".graphclient/sources/StableSwap_Linea/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/StableSwap_Sepolia/introspectionSchema": + case ".graphclient/sources/StableSwap_Base/introspectionSchema": return Promise.resolve(importedModule$10) as T; - case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": + case ".graphclient/sources/StableSwap_Sepolia/introspectionSchema": return Promise.resolve(importedModule$11) as T; - case ".graphclient/sources/Connext_Linea/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$12) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": return Promise.resolve(importedModule$13) as T; - case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Hub_Sepolia/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/Connext_Mantle/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumSepolia/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": + case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/StableSwap_Avalanche/introspectionSchema": + case ".graphclient/sources/Connext_Optimism/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/Connext_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$19) as T; - case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_Avalanche/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/Hub_Mainnet/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/StableSwap_Base/introspectionSchema": + case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Linea/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_Xlayer/introspectionSchema": return Promise.resolve(importedModule$24) as T; - case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$25) as T; - case ".graphclient/sources/StableSwap_Xlayer/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumSepolia/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/Connext_ArbitrumSepolia/introspectionSchema": + case ".graphclient/sources/Connext_Sepolia/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/Connext_ZkSync/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$28) as T; - case ".graphclient/sources/Connext_Avalanche/introspectionSchema": + case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/Connext_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_ZkSync/introspectionSchema": return Promise.resolve(importedModule$30) as T; - case ".graphclient/sources/Connext_Base/introspectionSchema": + case ".graphclient/sources/Connext_Mantle/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/StableSwap_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Mainnet/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_Metis/introspectionSchema": + case ".graphclient/sources/Connext_Avalanche/introspectionSchema": return Promise.resolve(importedModule$33) as T; - case ".graphclient/sources/Connext_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Xlayer/introspectionSchema": return Promise.resolve(importedModule$34) as T; - case ".graphclient/sources/Connext_Xlayer/introspectionSchema": + case ".graphclient/sources/Connext_Mode/introspectionSchema": return Promise.resolve(importedModule$35) as T; - case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Metis/introspectionSchema": return Promise.resolve(importedModule$36) as T; default: @@ -126802,7 +130949,7 @@ const stableSwapXlayerTransforms = []; const additionalTypeDefs = [] as any[]; const connextSepoliaHandler = new GraphqlHandler({ name: "Connext_Sepolia", - config: {"endpoint":"https://api.studio.thegraph.com/query/60851/runtime-v1-sepolia/version/latest","retry":5,"timeout":30000}, + config: {"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/EyVDzPp6mHAZpu2T5uDHYc6ThM4DcrRQFiC4Ecv8gzwX","retry":5,"timeout":30000}, baseDir, cache, pubsub, @@ -126812,7 +130959,7 @@ const connextSepoliaHandler = new GraphqlHandler({ }); const hubSepoliaHandler = new GraphqlHandler({ name: "Hub_Sepolia", - config: {"endpoint":"https://api.studio.thegraph.com/query/60851/hub-v1-sepolia/version/latest","retry":5,"timeout":30000}, + config: {"endpoint":"https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/8ayCViZnpSRKnDefakqVyPD8YB2nax9QpbgVKHoVt7JH","retry":5,"timeout":30000}, baseDir, cache, pubsub, diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index b1eadd0b39..9eac2ba435 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -13,424 +13,6 @@ directive @subgraphId(id: String!) on OBJECT directive @derivedFrom(field: String!) on FIELD_DEFINITION type Query { - optimismsepolia_swap_systemInfo( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SystemInfo - optimismsepolia_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_SystemInfo_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SystemInfo_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SystemInfo!]! - optimismsepolia_swap_pooledToken( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_PooledToken - optimismsepolia_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_PooledToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_PooledToken_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_PooledToken!]! - optimismsepolia_swap_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwap - optimismsepolia_swap_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_StableSwap_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwap_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwap!]! - optimismsepolia_swap_stableSwapAddLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapAddLiquidityEvent - optimismsepolia_swap_stableSwapAddLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! - optimismsepolia_swap_stableSwapRemoveLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent - optimismsepolia_swap_stableSwapRemoveLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! - optimismsepolia_swap_stableSwapExchange( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapExchange - optimismsepolia_swap_stableSwapExchanges( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapExchange_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapExchange_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapExchange!]! - optimismsepolia_swap_swapDailyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapDailyVolume - optimismsepolia_swap_swapDailyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapDailyVolume_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapDailyVolume!]! - optimismsepolia_swap_swapHourlyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapHourlyVolume - optimismsepolia_swap_swapHourlyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapHourlyVolume_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapHourlyVolume!]! - optimismsepolia_swap_swapWeeklyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapWeeklyVolume - optimismsepolia_swap_swapWeeklyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapWeeklyVolume_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapWeeklyVolume!]! - optimismsepolia_swap_lpAccount( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpAccount - optimismsepolia_swap_lpAccounts( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_LpAccount_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccount_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpAccount!]! - optimismsepolia_swap_lpAccountBalance( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpAccountBalance - optimismsepolia_swap_lpAccountBalances( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_LpAccountBalance_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccountBalance_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpAccountBalance!]! - optimismsepolia_swap_lpToken( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpToken - optimismsepolia_swap_lpTokens( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_LpToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpToken_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpToken!]! - optimismsepolia_swap_lpTransferEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpTransferEvent - optimismsepolia_swap_lpTransferEvents( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_LpTransferEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTransferEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpTransferEvent!]! - optimismsepolia_swap_stableSwapEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapEvent - optimismsepolia_swap_stableSwapEvents( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapEvent!]! - optimismsepolia_swap_swapTradeVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapTradeVolume - optimismsepolia_swap_swapTradeVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapTradeVolume_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapTradeVolume!]! - optimismsepolia_swap_lpTokenEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpTokenEvent - optimismsepolia_swap_lpTokenEvents( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_swap_LpTokenEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTokenEvent_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: optimismsepolia_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ optimismsepolia_asset( id: ID! """ @@ -1031,11233 +613,11233 @@ type Query { ): [optimismsepolia_OptimisticRootFinalized!]! """Access to subgraph metadata""" optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__Meta_ - xdai_assetBalance( + 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: xdai_Block_height + block: polygon_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( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_Block_height + block: polygon_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( + ): [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: xdai_Block_height + block: polygon_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( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Router!]! - xdai_transaction( + ): [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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Transaction - xdai_transactions( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_Transaction_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Transaction_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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Transaction!]! - xdai_user( + ): [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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_User - xdai_users( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_User_orderBy - orderDirection: xdai_OrderDirection - where: xdai_User_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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_User!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - sepolia_rootAggregated( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootAggregated - sepolia_rootAggregateds( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootAggregated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootAggregated_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootAggregated!]! - sepolia_rootPropagated( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootPropagated - sepolia_rootPropagateds( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootPropagated_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootPropagated!]! - sepolia_aggregatedMessageRoot( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregatedMessageRoot - sepolia_aggregatedMessageRoots( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregatedMessageRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregatedMessageRoot_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregatedMessageRoot!]! - sepolia_rootManagerMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMeta - sepolia_rootManagerMetas( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMeta!]! - sepolia_rootManagerMode( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMode - sepolia_rootManagerModes( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMode_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMode!]! - sepolia_optimisticRootProposed( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootProposed - sepolia_optimisticRootProposeds( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootProposed_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootProposed!]! - sepolia_hubOptimisticRootFinalized( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubOptimisticRootFinalized - sepolia_hubOptimisticRootFinalizeds( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubOptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubOptimisticRootFinalized_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubOptimisticRootFinalized!]! - sepolia_optimisticRootPropagated( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootPropagated - sepolia_optimisticRootPropagateds( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootPropagated_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootPropagated!]! - sepolia_polygonConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonConnectorMeta - sepolia_polygonConnectorMetas( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonConnectorMeta!]! - sepolia_optimismConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimismConnectorMeta - sepolia_optimismConnectorMetas( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimismConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimismConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimismConnectorMeta!]! - sepolia_bnbConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BnbConnectorMeta - sepolia_bnbConnectorMetas( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BnbConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BnbConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BnbConnectorMeta!]! - sepolia_arbitrumConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ArbitrumConnectorMeta - sepolia_arbitrumConnectorMetas( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ArbitrumConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ArbitrumConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ArbitrumConnectorMeta!]! - sepolia_gnosisConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_GnosisConnectorMeta - sepolia_gnosisConnectorMetas( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_GnosisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_GnosisConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_GnosisConnectorMeta!]! - sepolia_lineaConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_LineaConnectorMeta - sepolia_lineaConnectorMetas( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_LineaConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_LineaConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_LineaConnectorMeta!]! - sepolia_metisConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MetisConnectorMeta - sepolia_metisConnectorMetas( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MetisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MetisConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MetisConnectorMeta!]! - sepolia_mantleConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MantleConnectorMeta - sepolia_mantleConnectorMetas( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MantleConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MantleConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MantleConnectorMeta!]! - sepolia_avalancheConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AvalancheConnectorMeta - sepolia_avalancheConnectorMetas( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AvalancheConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AvalancheConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AvalancheConnectorMeta!]! - sepolia_baseConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BaseConnectorMeta - sepolia_baseConnectorMetas( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BaseConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BaseConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BaseConnectorMeta!]! - sepolia_polygonZkConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonZkConnectorMeta - sepolia_polygonZkConnectorMetas( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonZkConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonZkConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + optimismsepolia_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): optimismsepolia_swap_SystemInfo + optimismsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_filter + orderBy: optimismsepolia_swap_SystemInfo_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [optimismsepolia_swap_SystemInfo!]! + optimismsepolia_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): optimismsepolia_swap_PooledToken + optimismsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_filter + orderBy: optimismsepolia_swap_PooledToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [optimismsepolia_swap_PooledToken!]! + optimismsepolia_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): optimismsepolia_swap_StableSwap + optimismsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_filter + orderBy: optimismsepolia_swap_StableSwap_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ScrollConnectorMeta!]! - sepolia_xlayerConnectorMeta( + ): [optimismsepolia_swap_StableSwap!]! + optimismsepolia_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_XlayerConnectorMeta - sepolia_xlayerConnectorMetas( + ): optimismsepolia_swap_StableSwapAddLiquidityEvent + optimismsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_XlayerConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_XlayerConnectorMeta_filter + orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_XlayerConnectorMeta!]! - sepolia_rootMessageProcessed( + ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! + optimismsepolia_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootMessageProcessed - sepolia_rootMessageProcesseds( + ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent + optimismsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageProcessed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageProcessed_filter + orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootMessageProcessed!]! - sepolia_aggregateRootSavedSlow( + ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! + optimismsepolia_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRootSavedSlow - sepolia_aggregateRootSavedSlows( + ): optimismsepolia_swap_StableSwapExchange + optimismsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootSavedSlow_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootSavedSlow_filter + orderBy: optimismsepolia_swap_StableSwapExchange_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRootSavedSlow!]! - sepolia_hubDomain( + ): [optimismsepolia_swap_StableSwapExchange!]! + optimismsepolia_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubDomain - sepolia_hubDomains( + ): optimismsepolia_swap_SwapDailyVolume + optimismsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubDomain_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubDomain_filter + orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubDomain!]! - """Access to subgraph metadata""" - sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ - mantle_swap_systemInfo( + ): [optimismsepolia_swap_SwapDailyVolume!]! + optimismsepolia_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): optimismsepolia_swap_SwapHourlyVolume + optimismsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_filter + orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [optimismsepolia_swap_SwapHourlyVolume!]! + optimismsepolia_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): optimismsepolia_swap_SwapWeeklyVolume + optimismsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_filter + orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [optimismsepolia_swap_SwapWeeklyVolume!]! + optimismsepolia_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): optimismsepolia_swap_LpAccount + optimismsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_filter + orderBy: optimismsepolia_swap_LpAccount_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [optimismsepolia_swap_LpAccount!]! + optimismsepolia_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): optimismsepolia_swap_LpAccountBalance + optimismsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_filter - """ + orderBy: optimismsepolia_swap_LpAccountBalance_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpAccountBalance_filter + """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [optimismsepolia_swap_LpAccountBalance!]! + optimismsepolia_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): optimismsepolia_swap_LpToken + optimismsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimismsepolia_swap_LpToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [optimismsepolia_swap_LpToken!]! + optimismsepolia_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): optimismsepolia_swap_LpTransferEvent + optimismsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_filter + orderBy: optimismsepolia_swap_LpTransferEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [optimismsepolia_swap_LpTransferEvent!]! + optimismsepolia_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): optimismsepolia_swap_StableSwapEvent + optimismsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_filter + orderBy: optimismsepolia_swap_StableSwapEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [optimismsepolia_swap_StableSwapEvent!]! + optimismsepolia_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): optimismsepolia_swap_SwapTradeVolume + optimismsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_filter + orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [optimismsepolia_swap_SwapTradeVolume!]! + optimismsepolia_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): optimismsepolia_swap_LpTokenEvent + optimismsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_filter + orderBy: optimismsepolia_swap_LpTokenEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [optimismsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ + base_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_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: mantle_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 - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [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: mantle_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 - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_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: mantle_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 - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [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: mantle_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 - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_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: mantle_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 - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [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: mantle_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 - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_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: mantle_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 - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [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: mantle_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 - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_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: mantle_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 - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [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: mantle_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 - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_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: mantle_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 - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [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: mantle_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 - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_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: mantle_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 - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - mode_swap_systemInfo( + ): [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: mode_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 - ): mode_swap_SystemInfo - mode_swap_systemInfos( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_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 - ): [mode_swap_SystemInfo!]! - mode_swap_pooledToken( + ): [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: mode_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 - ): mode_swap_PooledToken - mode_swap_pooledTokens( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_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 - ): [mode_swap_PooledToken!]! - mode_swap_stableSwap( + ): [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: mode_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 - ): mode_swap_StableSwap - mode_swap_stableSwaps( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_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 - ): [mode_swap_StableSwap!]! - mode_swap_stableSwapAddLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapAddLiquidityEvent - mode_swap_stableSwapAddLiquidityEvents( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapAddLiquidityEvent!]! - mode_swap_stableSwapRemoveLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapRemoveLiquidityEvent - mode_swap_stableSwapRemoveLiquidityEvents( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapRemoveLiquidityEvent!]! - mode_swap_stableSwapExchange( + ): [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: mode_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 - ): mode_swap_StableSwapExchange - mode_swap_stableSwapExchanges( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_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: mode_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 - ): [mode_swap_StableSwapExchange!]! - mode_swap_swapDailyVolume( + ): [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: mode_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 - ): mode_swap_SwapDailyVolume - mode_swap_swapDailyVolumes( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_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: mode_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 - ): [mode_swap_SwapDailyVolume!]! - mode_swap_swapHourlyVolume( + ): [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: mode_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 - ): mode_swap_SwapHourlyVolume - mode_swap_swapHourlyVolumes( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_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: mode_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 - ): [mode_swap_SwapHourlyVolume!]! - mode_swap_swapWeeklyVolume( + ): [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: mode_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 - ): mode_swap_SwapWeeklyVolume - mode_swap_swapWeeklyVolumes( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_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: mode_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 - ): [mode_swap_SwapWeeklyVolume!]! - mode_swap_lpAccount( + ): [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: mode_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 - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_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: mode_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 - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [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: mode_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 - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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: mode_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 - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [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: mode_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 - ): mode_swap_LpToken - mode_swap_lpTokens( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_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: mode_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 - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [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: mode_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 - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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: mode_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 - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [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: mode_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 - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_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: mode_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 - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [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: mode_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 - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_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: mode_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 - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [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: mode_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 - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_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: mode_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 - ): [mode_swap_LpTokenEvent!]! + ): [base_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - metis_swap_systemInfo( + base__meta(block: base_Block_height): base__Meta_ + 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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [xdai_Router!]! + xdai_transaction( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): xdai_Transaction + xdai_transactions( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_filter + orderBy: xdai_Transaction_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Transaction_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): [xdai_Transaction!]! + xdai_user( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): xdai_User + xdai_users( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_User_orderBy + orderDirection: xdai_OrderDirection + where: xdai_User_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): [xdai_User!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__Meta_ + mode_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mode_swap_SystemInfo_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [mode_swap_SystemInfo!]! + mode_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_filter + orderBy: mode_swap_PooledToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [mode_swap_PooledToken!]! + mode_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_filter + orderBy: mode_swap_StableSwap_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [mode_swap_StableSwap!]! + mode_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_filter + orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [mode_swap_StableSwapAddLiquidityEvent!]! + mode_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_filter + orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [mode_swap_StableSwapRemoveLiquidityEvent!]! + mode_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_filter + orderBy: mode_swap_StableSwapExchange_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [mode_swap_StableSwapExchange!]! + mode_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_filter + orderBy: mode_swap_SwapDailyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [mode_swap_SwapDailyVolume!]! + mode_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpToken - metis_swap_lpTokens( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_filter + orderBy: mode_swap_SwapHourlyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [mode_swap_SwapHourlyVolume!]! + mode_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_filter + orderBy: mode_swap_SwapWeeklyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [mode_swap_SwapWeeklyVolume!]! + mode_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_filter + orderBy: mode_swap_LpAccount_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [mode_swap_LpAccount!]! + mode_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_filter + orderBy: mode_swap_LpAccountBalance_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [mode_swap_LpAccountBalance!]! + mode_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_filter + orderBy: mode_swap_LpToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - zksync_swap_systemInfo( + ): [mode_swap_LpToken!]! + mode_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_filter + orderBy: mode_swap_LpTransferEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [mode_swap_LpTransferEvent!]! + mode_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_filter + orderBy: mode_swap_StableSwapEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [mode_swap_StableSwapEvent!]! + mode_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_filter + orderBy: mode_swap_SwapTradeVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [mode_swap_SwapTradeVolume!]! + mode_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_filter + orderBy: mode_swap_LpTokenEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_swap__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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - arbitrumsepolia_swap_systemInfo( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SystemInfo - arbitrumsepolia_swap_systemInfos( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SystemInfo_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SystemInfo_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SystemInfo!]! - arbitrumsepolia_swap_pooledToken( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_PooledToken - arbitrumsepolia_swap_pooledTokens( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_PooledToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_PooledToken_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_PooledToken!]! - arbitrumsepolia_swap_stableSwap( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwap - arbitrumsepolia_swap_stableSwaps( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwap_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwap_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwap!]! - arbitrumsepolia_swap_stableSwapAddLiquidityEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent - arbitrumsepolia_swap_stableSwapAddLiquidityEvents( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapExchange( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapExchange - arbitrumsepolia_swap_stableSwapExchanges( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapExchange_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapExchange!]! - arbitrumsepolia_swap_swapDailyVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapDailyVolume - arbitrumsepolia_swap_swapDailyVolumes( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapDailyVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapDailyVolume!]! - arbitrumsepolia_swap_swapHourlyVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapHourlyVolume - arbitrumsepolia_swap_swapHourlyVolumes( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapHourlyVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapHourlyVolume!]! - arbitrumsepolia_swap_swapWeeklyVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapWeeklyVolume - arbitrumsepolia_swap_swapWeeklyVolumes( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapWeeklyVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! - arbitrumsepolia_swap_lpAccount( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccount - arbitrumsepolia_swap_lpAccounts( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccount_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccount_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccount!]! - arbitrumsepolia_swap_lpAccountBalance( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccountBalance - arbitrumsepolia_swap_lpAccountBalances( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccountBalance_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccountBalance!]! - arbitrumsepolia_swap_lpToken( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpToken - arbitrumsepolia_swap_lpTokens( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpToken_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpToken!]! - arbitrumsepolia_swap_lpTransferEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTransferEvent - arbitrumsepolia_swap_lpTransferEvents( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTransferEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTransferEvent!]! - arbitrumsepolia_swap_stableSwapEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapEvent - arbitrumsepolia_swap_stableSwapEvents( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapEvent!]! - arbitrumsepolia_swap_swapTradeVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapTradeVolume - arbitrumsepolia_swap_swapTradeVolumes( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapTradeVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapTradeVolume!]! - arbitrumsepolia_swap_lpTokenEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTokenEvent - arbitrumsepolia_swap_lpTokenEvents( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTokenEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ - sepolia_swap_systemInfo( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SystemInfo - sepolia_swap_systemInfos( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SystemInfo_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SystemInfo_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SystemInfo!]! - sepolia_swap_pooledToken( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_PooledToken - sepolia_swap_pooledTokens( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_PooledToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_PooledToken_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_PooledToken!]! - sepolia_swap_stableSwap( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwap - sepolia_swap_stableSwaps( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwap_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwap_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwap!]! - sepolia_swap_stableSwapAddLiquidityEvent( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapAddLiquidityEvent - sepolia_swap_stableSwapAddLiquidityEvents( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapAddLiquidityEvent_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapAddLiquidityEvent!]! - sepolia_swap_stableSwapRemoveLiquidityEvent( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ + zksync_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_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 - ): sepolia_swap_StableSwapRemoveLiquidityEvent - sepolia_swap_stableSwapRemoveLiquidityEvents( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! - sepolia_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: sepolia_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 - ): sepolia_swap_StableSwapExchange - sepolia_swap_stableSwapExchanges( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapExchange_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_StableSwapExchange!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapDailyVolume - sepolia_swap_swapDailyVolumes( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapDailyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapDailyVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapHourlyVolume - sepolia_swap_swapHourlyVolumes( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapHourlyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapHourlyVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapWeeklyVolume - sepolia_swap_swapWeeklyVolumes( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapWeeklyVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpAccount - sepolia_swap_lpAccounts( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccount_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpAccount!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpAccountBalance - sepolia_swap_lpAccountBalances( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccountBalance_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpAccountBalance!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpToken - sepolia_swap_lpTokens( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpToken!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpTransferEvent - sepolia_swap_lpTransferEvents( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTransferEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpTransferEvent!]! - sepolia_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: sepolia_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 - ): sepolia_swap_StableSwapEvent - sepolia_swap_stableSwapEvents( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_StableSwapEvent!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapTradeVolume - sepolia_swap_swapTradeVolumes( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapTradeVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapTradeVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpTokenEvent - sepolia_swap_lpTokenEvents( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTokenEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ - xdai_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: xdai_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 - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_SystemInfo!]! - xdai_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: xdai_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 - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_PooledToken!]! - xdai_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: xdai_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 - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_StableSwap!]! - xdai_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: xdai_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 - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_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_ - linea_asset( + ): [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: linea_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 - ): linea_Asset - linea_assets( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_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: linea_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 - ): [linea_Asset!]! - linea_assetStatus( + ): [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: linea_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 - ): linea_AssetStatus - linea_assetStatuses( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_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: linea_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 - ): [linea_AssetStatus!]! - linea_assetBalance( + ): [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: linea_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 - ): linea_AssetBalance - linea_assetBalances( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_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: linea_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 - ): [linea_AssetBalance!]! - linea_router( + ): [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: linea_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 - ): linea_Router - linea_routers( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_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: linea_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 - ): [linea_Router!]! - linea_routerDailyTVL( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + base_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_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: linea_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 - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( + ): [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: linea_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 - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_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: linea_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 - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [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: linea_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 - ): linea_Setting - linea_settings( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_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: linea_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 - ): [linea_Setting!]! - linea_relayer( + ): [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: linea_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 - ): linea_Relayer - linea_relayers( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_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: linea_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 - ): [linea_Relayer!]! - linea_sequencer( + ): [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: linea_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 - ): linea_Sequencer - linea_sequencers( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_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: linea_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 - ): [linea_Sequencer!]! - linea_relayerFee( + ): [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: linea_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 - ): linea_RelayerFee - linea_relayerFees( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_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: linea_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 - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [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: linea_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 - ): linea_OriginTransfer - linea_originTransfers( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_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: linea_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 - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [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: linea_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 - ): linea_DestinationTransfer - linea_destinationTransfers( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_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: linea_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 - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [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: linea_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 - ): linea_OriginMessage - linea_originMessages( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_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: linea_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 - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [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: linea_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 - ): linea_AggregateRoot - linea_aggregateRoots( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_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: linea_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 - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [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: linea_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 - ): linea_ConnectorMeta - linea_connectorMetas( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_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: linea_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 - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [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: linea_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 - ): linea_RootCount - linea_rootCounts( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_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: linea_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 - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [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: linea_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 - ): linea_RootMessageSent - linea_rootMessageSents( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_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: linea_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 - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [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: linea_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 - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_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: linea_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 - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [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: linea_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 - ): linea_SlippageUpdate - linea_slippageUpdates( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_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: linea_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 - ): [linea_SlippageUpdate!]! - linea_snapshotRoot( + ): [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: linea_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 - ): linea_SnapshotRoot - linea_snapshotRoots( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_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: linea_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 - ): [linea_SnapshotRoot!]! - linea_spokeConnectorMode( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + sepolia_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): sepolia_swap_SystemInfo + sepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_filter + orderBy: sepolia_swap_SystemInfo_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SpokeConnectorMode!]! - linea_aggregateRootProposed( + ): [sepolia_swap_SystemInfo!]! + sepolia_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): sepolia_swap_PooledToken + sepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_filter + orderBy: sepolia_swap_PooledToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRootProposed!]! - linea_optimisticRootFinalized( + ): [sepolia_swap_PooledToken!]! + sepolia_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): sepolia_swap_StableSwap + sepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_filter + orderBy: sepolia_swap_StableSwap_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - optimism_asset( + ): [sepolia_swap_StableSwap!]! + sepolia_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( + ): sepolia_swap_StableSwapAddLiquidityEvent + sepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( + ): [sepolia_swap_StableSwapAddLiquidityEvent!]! + sepolia_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetStatus - optimism_assetStatuses( + ): sepolia_swap_StableSwapRemoveLiquidityEvent + sepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! + sepolia_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetBalance - optimism_assetBalances( + ): sepolia_swap_StableSwapExchange + sepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: sepolia_swap_StableSwapExchange_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetBalance!]! - optimism_router( + ): [sepolia_swap_StableSwapExchange!]! + sepolia_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Router - optimism_routers( + ): sepolia_swap_SwapDailyVolume + sepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: sepolia_swap_SwapDailyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [sepolia_swap_SwapDailyVolume!]! + sepolia_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): sepolia_swap_SwapHourlyVolume + sepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: sepolia_swap_SwapHourlyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( + ): [sepolia_swap_SwapHourlyVolume!]! + sepolia_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): sepolia_swap_SwapWeeklyVolume + sepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_filter + orderBy: sepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [sepolia_swap_SwapWeeklyVolume!]! + sepolia_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Setting - optimism_settings( + ): sepolia_swap_LpAccount + sepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_filter + orderBy: sepolia_swap_LpAccount_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Setting!]! - optimism_relayer( + ): [sepolia_swap_LpAccount!]! + sepolia_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Relayer - optimism_relayers( + ): sepolia_swap_LpAccountBalance + sepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_filter + orderBy: sepolia_swap_LpAccountBalance_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Relayer!]! - optimism_sequencer( + ): [sepolia_swap_LpAccountBalance!]! + sepolia_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Sequencer - optimism_sequencers( + ): sepolia_swap_LpToken + sepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_filter + orderBy: sepolia_swap_LpToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [sepolia_swap_LpToken!]! + sepolia_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFee - optimism_relayerFees( + ): sepolia_swap_LpTransferEvent + sepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_filter + orderBy: sepolia_swap_LpTransferEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [sepolia_swap_LpTransferEvent!]! + sepolia_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginTransfer - optimism_originTransfers( + ): sepolia_swap_StableSwapEvent + sepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: sepolia_swap_StableSwapEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [sepolia_swap_StableSwapEvent!]! + sepolia_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): sepolia_swap_SwapTradeVolume + sepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: sepolia_swap_SwapTradeVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [sepolia_swap_SwapTradeVolume!]! + sepolia_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginMessage - optimism_originMessages( + ): sepolia_swap_LpTokenEvent + sepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: sepolia_swap_LpTokenEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [sepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ + mainnet_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: mainnet_RootAggregated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: mainnet_RootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: mainnet_AggregatedMessageRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: mainnet_RootManagerMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: mainnet_RootManagerMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: mainnet_OptimisticRootProposed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: mainnet_HubOptimisticRootFinalized_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: mainnet_OptimisticRootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: mainnet_PolygonConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: mainnet_OptimismConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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_ - polygonzkevm_asset( + ): [mainnet_OptimismConnectorMeta!]! + mainnet_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Asset - polygonzkevm_assets( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_filter + orderBy: mainnet_BnbConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [mainnet_BnbConnectorMeta!]! + mainnet_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_filter + orderBy: mainnet_ArbitrumConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [mainnet_ArbitrumConnectorMeta!]! + mainnet_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_filter + orderBy: mainnet_GnosisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [mainnet_GnosisConnectorMeta!]! + mainnet_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Router - polygonzkevm_routers( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_filter + orderBy: mainnet_LineaConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [mainnet_LineaConnectorMeta!]! + mainnet_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_filter + orderBy: mainnet_MetisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [mainnet_MetisConnectorMeta!]! + mainnet_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_filter + orderBy: mainnet_MantleConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [mainnet_MantleConnectorMeta!]! + mainnet_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Setting - polygonzkevm_settings( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_filter + orderBy: mainnet_AvalancheConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [mainnet_AvalancheConnectorMeta!]! + mainnet_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_filter + orderBy: mainnet_BaseConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [mainnet_BaseConnectorMeta!]! + mainnet_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_filter + orderBy: mainnet_PolygonZkConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [mainnet_PolygonZkConnectorMeta!]! + mainnet_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_filter + orderBy: mainnet_ZkSyncConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [mainnet_ZkSyncConnectorMeta!]! + mainnet_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_filter + orderBy: mainnet_ModeConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [mainnet_ModeConnectorMeta!]! + mainnet_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_filter + orderBy: mainnet_RootMessageProcessed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [mainnet_RootMessageProcessed!]! + mainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_filter + orderBy: mainnet_AggregateRootSavedSlow_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [mainnet_AggregateRootSavedSlow!]! + mainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_filter + orderBy: mainnet_HubDomain_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__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: polygonzkevm_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 - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - mantle_asset( + ): [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: 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_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_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: 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_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: 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_AssetStatus - mantle_assetStatuses( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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: 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_AssetStatus!]! - mantle_assetBalance( + ): [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: 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_AssetBalance - mantle_assetBalances( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_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: 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_AssetBalance!]! - mantle_router( + ): [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: 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_Router - mantle_routers( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_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: 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_Router!]! - mantle_routerDailyTVL( + ): [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: 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_RouterDailyTVL - mantle_routerDailyTVLs( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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: 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_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [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: 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_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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: 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_RouterLiquidityEvent!]! - mantle_setting( + ): [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_Setting - mantle_settings( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_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_Setting!]! - mantle_relayer( + ): [optimism_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ + sepolia_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootAggregated + sepolia_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_filter + orderBy: sepolia_RootAggregated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootAggregated!]! + sepolia_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootPropagated + sepolia_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_filter + orderBy: sepolia_RootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootPropagated!]! + sepolia_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_AggregatedMessageRoot + sepolia_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_filter + orderBy: sepolia_AggregatedMessageRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_AggregatedMessageRoot!]! + sepolia_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootManagerMeta + sepolia_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_filter + orderBy: sepolia_RootManagerMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootManagerMeta!]! + sepolia_rootManagerMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootManagerMode + sepolia_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_filter + orderBy: sepolia_RootManagerMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootManagerMode!]! + sepolia_optimisticRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_OptimisticRootProposed + sepolia_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_filter + orderBy: sepolia_OptimisticRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_OptimisticRootProposed!]! + sepolia_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_HubOptimisticRootFinalized + sepolia_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_filter + orderBy: sepolia_HubOptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_HubOptimisticRootFinalized!]! + sepolia_optimisticRootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_OptimisticRootPropagated + sepolia_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_filter + orderBy: sepolia_OptimisticRootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_OptimisticRootPropagated!]! + sepolia_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_PolygonConnectorMeta + sepolia_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_filter + orderBy: sepolia_PolygonConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_PolygonConnectorMeta!]! + sepolia_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_OptimismConnectorMeta + sepolia_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_filter + orderBy: sepolia_OptimismConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_OptimismConnectorMeta!]! + sepolia_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_BnbConnectorMeta + sepolia_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_filter + orderBy: sepolia_BnbConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_BnbConnectorMeta!]! + sepolia_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_ArbitrumConnectorMeta + sepolia_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_filter + orderBy: sepolia_ArbitrumConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_ArbitrumConnectorMeta!]! + sepolia_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_GnosisConnectorMeta + sepolia_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_filter + orderBy: sepolia_GnosisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_GnosisConnectorMeta!]! + sepolia_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_LineaConnectorMeta + sepolia_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_filter + orderBy: sepolia_LineaConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_LineaConnectorMeta!]! + sepolia_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_MetisConnectorMeta + sepolia_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_filter + orderBy: sepolia_MetisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_MetisConnectorMeta!]! + sepolia_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_MantleConnectorMeta + sepolia_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_filter + orderBy: sepolia_MantleConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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_ - arbitrumone_asset( + ): [sepolia_MantleConnectorMeta!]! + sepolia_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Asset - arbitrumone_assets( + ): sepolia_AvalancheConnectorMeta + sepolia_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_filter + orderBy: sepolia_AvalancheConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( + ): [sepolia_AvalancheConnectorMeta!]! + sepolia_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): sepolia_BaseConnectorMeta + sepolia_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_filter + orderBy: sepolia_BaseConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [sepolia_BaseConnectorMeta!]! + sepolia_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): sepolia_PolygonZkConnectorMeta + sepolia_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_filter + orderBy: sepolia_PolygonZkConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [sepolia_PolygonZkConnectorMeta!]! + sepolia_x1ConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Router - arbitrumone_routers( + ): sepolia_X1ConnectorMeta + sepolia_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_filter + orderBy: sepolia_X1ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_X1ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [sepolia_X1ConnectorMeta!]! + sepolia_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): sepolia_ZkSyncConnectorMeta + sepolia_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_filter + orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [sepolia_ZkSyncConnectorMeta!]! + sepolia_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): sepolia_ModeConnectorMeta + sepolia_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_filter + orderBy: sepolia_ModeConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [sepolia_ModeConnectorMeta!]! + sepolia_scrollConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Setting - arbitrumone_settings( + ): sepolia_ScrollConnectorMeta + sepolia_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_filter + orderBy: sepolia_ScrollConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ScrollConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [sepolia_ScrollConnectorMeta!]! + sepolia_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Relayer - arbitrumone_relayers( + ): sepolia_RootMessageProcessed + sepolia_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_filter + orderBy: sepolia_RootMessageProcessed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [sepolia_RootMessageProcessed!]! + sepolia_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): sepolia_AggregateRootSavedSlow + sepolia_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_filter + orderBy: sepolia_AggregateRootSavedSlow_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [sepolia_AggregateRootSavedSlow!]! + sepolia_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): sepolia_HubDomain + sepolia_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_filter + orderBy: sepolia_HubDomain_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [sepolia_HubDomain!]! + """Access to subgraph metadata""" + sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ + arbitrumsepolia_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): arbitrumsepolia_swap_SystemInfo + arbitrumsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_filter + orderBy: arbitrumsepolia_swap_SystemInfo_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [arbitrumsepolia_swap_SystemInfo!]! + arbitrumsepolia_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): arbitrumsepolia_swap_PooledToken + arbitrumsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_filter + orderBy: arbitrumsepolia_swap_PooledToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [arbitrumsepolia_swap_PooledToken!]! + arbitrumsepolia_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): arbitrumsepolia_swap_StableSwap + arbitrumsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_filter + orderBy: arbitrumsepolia_swap_StableSwap_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [arbitrumsepolia_swap_StableSwap!]! + arbitrumsepolia_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent + arbitrumsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_filter + orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_filter + orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumsepolia_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): arbitrumsepolia_swap_StableSwapExchange + arbitrumsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [arbitrumsepolia_swap_StableSwapExchange!]! + arbitrumsepolia_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): arbitrumsepolia_swap_SwapDailyVolume + arbitrumsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [arbitrumsepolia_swap_SwapDailyVolume!]! + arbitrumsepolia_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): arbitrumsepolia_swap_SwapHourlyVolume + arbitrumsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [arbitrumsepolia_swap_SwapHourlyVolume!]! + arbitrumsepolia_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): arbitrumsepolia_swap_SwapWeeklyVolume + arbitrumsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! - arbitrumone_snapshotRoot( + ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! + arbitrumsepolia_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SnapshotRoot - arbitrumone_snapshotRoots( + ): arbitrumsepolia_swap_LpAccount + arbitrumsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_filter + orderBy: arbitrumsepolia_swap_LpAccount_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SnapshotRoot!]! - arbitrumone_spokeConnectorMode( + ): [arbitrumsepolia_swap_LpAccount!]! + arbitrumsepolia_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SpokeConnectorMode - arbitrumone_spokeConnectorModes( + ): arbitrumsepolia_swap_LpAccountBalance + arbitrumsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_filter + orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SpokeConnectorMode!]! - arbitrumone_aggregateRootProposed( + ): [arbitrumsepolia_swap_LpAccountBalance!]! + arbitrumsepolia_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRootProposed - arbitrumone_aggregateRootProposeds( + ): arbitrumsepolia_swap_LpToken + arbitrumsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_filter + orderBy: arbitrumsepolia_swap_LpToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRootProposed!]! - arbitrumone_optimisticRootFinalized( + ): [arbitrumsepolia_swap_LpToken!]! + arbitrumsepolia_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OptimisticRootFinalized - arbitrumone_optimisticRootFinalizeds( + ): arbitrumsepolia_swap_LpTransferEvent + arbitrumsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_filter + orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - polygonzkevm_swap_asset( + ): [arbitrumsepolia_swap_LpTransferEvent!]! + arbitrumsepolia_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Asset - polygonzkevm_swap_assets( + ): arbitrumsepolia_swap_StableSwapEvent + arbitrumsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Asset_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Asset_filter + orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Asset!]! - polygonzkevm_swap_assetStatus( + ): [arbitrumsepolia_swap_StableSwapEvent!]! + arbitrumsepolia_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetStatus - polygonzkevm_swap_assetStatuses( + ): arbitrumsepolia_swap_SwapTradeVolume + arbitrumsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetStatus_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetStatus_filter + orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetStatus!]! - polygonzkevm_swap_assetBalance( + ): [arbitrumsepolia_swap_SwapTradeVolume!]! + arbitrumsepolia_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetBalance - polygonzkevm_swap_assetBalances( + ): arbitrumsepolia_swap_LpTokenEvent + arbitrumsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetBalance_filter + orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetBalance!]! - polygonzkevm_swap_router( + ): [arbitrumsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ + polygon_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Router - polygonzkevm_swap_routers( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Router_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Router_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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Router!]! - polygonzkevm_swap_routerDailyTVL( + ): [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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterDailyTVL - polygonzkevm_swap_routerDailyTVLs( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterDailyTVL_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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterDailyTVL!]! - polygonzkevm_swap_routerLiquidityEvent( + ): [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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterLiquidityEvent - polygonzkevm_swap_routerLiquidityEvents( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterLiquidityEvent_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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterLiquidityEvent!]! - polygonzkevm_swap_setting( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Setting - polygonzkevm_swap_settings( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Setting_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Setting_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Setting!]! - polygonzkevm_swap_relayer( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Relayer - polygonzkevm_swap_relayers( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Relayer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Relayer_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Relayer!]! - polygonzkevm_swap_sequencer( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Sequencer - polygonzkevm_swap_sequencers( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Sequencer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Sequencer_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Sequencer!]! - polygonzkevm_swap_relayerFee( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RelayerFee - polygonzkevm_swap_relayerFees( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFee_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFee_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RelayerFee!]! - polygonzkevm_swap_originTransfer( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginTransfer - polygonzkevm_swap_originTransfers( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginTransfer_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginTransfer!]! - polygonzkevm_swap_destinationTransfer( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_DestinationTransfer - polygonzkevm_swap_destinationTransfers( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_DestinationTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_DestinationTransfer_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_DestinationTransfer!]! - polygonzkevm_swap_originMessage( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginMessage - polygonzkevm_swap_originMessages( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginMessage_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginMessage_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginMessage!]! - polygonzkevm_swap_aggregateRoot( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AggregateRoot - polygonzkevm_swap_aggregateRoots( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRoot_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AggregateRoot!]! - polygonzkevm_swap_connectorMeta( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_ConnectorMeta - polygonzkevm_swap_connectorMetas( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_ConnectorMeta_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_ConnectorMeta_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_ConnectorMeta!]! - polygonzkevm_swap_rootCount( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RootCount - polygonzkevm_swap_rootCounts( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootCount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootCount_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RootCount!]! - polygonzkevm_swap_rootMessageSent( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RootMessageSent - polygonzkevm_swap_rootMessageSents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootMessageSent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootMessageSent_filter + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RootMessageSent!]! - polygonzkevm_swap_relayerFeesIncrease( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RelayerFeesIncrease - polygonzkevm_swap_relayerFeesIncreases( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFeesIncrease_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RelayerFeesIncrease!]! - polygonzkevm_swap_slippageUpdate( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SlippageUpdate - polygonzkevm_swap_slippageUpdates( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SlippageUpdate_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SlippageUpdate_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SlippageUpdate!]! - polygonzkevm_swap_snapshotRoot( + ): [polygon_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_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: polygonzkevm_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 - ): polygonzkevm_swap_SnapshotRoot - polygonzkevm_swap_snapshotRoots( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SnapshotRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_swap_SnapshotRoot!]! - polygonzkevm_swap_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SpokeConnectorMode - polygonzkevm_swap_spokeConnectorModes( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_swap_SpokeConnectorMode!]! - polygonzkevm_swap_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AggregateRootProposed - polygonzkevm_swap_aggregateRootProposeds( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_swap_AggregateRootProposed!]! - polygonzkevm_swap_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OptimisticRootFinalized - polygonzkevm_swap_optimisticRootFinalizeds( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_swap_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - avalanche_swap_systemInfo( + ): [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: avalanche_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 - ): avalanche_swap_SystemInfo - avalanche_swap_systemInfos( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SystemInfo_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SystemInfo_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: avalanche_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 - ): [avalanche_swap_SystemInfo!]! - avalanche_swap_pooledToken( + ): [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: avalanche_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 - ): avalanche_swap_PooledToken - avalanche_swap_pooledTokens( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_PooledToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_PooledToken_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: avalanche_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 - ): [avalanche_swap_PooledToken!]! - avalanche_swap_stableSwap( + ): [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: avalanche_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 - ): avalanche_swap_StableSwap - avalanche_swap_stableSwaps( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwap_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwap_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: avalanche_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 - ): [avalanche_swap_StableSwap!]! - avalanche_swap_stableSwapAddLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapAddLiquidityEvent - avalanche_swap_stableSwapAddLiquidityEvents( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapAddLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapAddLiquidityEvent!]! - avalanche_swap_stableSwapRemoveLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapRemoveLiquidityEvent - avalanche_swap_stableSwapRemoveLiquidityEvents( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapRemoveLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! - avalanche_swap_stableSwapExchange( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapExchange - avalanche_swap_stableSwapExchanges( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapExchange_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapExchange_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: avalanche_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 - ): [avalanche_swap_StableSwapExchange!]! - avalanche_swap_swapDailyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapDailyVolume - avalanche_swap_swapDailyVolumes( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapDailyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapDailyVolume_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: avalanche_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 - ): [avalanche_swap_SwapDailyVolume!]! - avalanche_swap_swapHourlyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapHourlyVolume - avalanche_swap_swapHourlyVolumes( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapHourlyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapHourlyVolume_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: avalanche_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 - ): [avalanche_swap_SwapHourlyVolume!]! - avalanche_swap_swapWeeklyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapWeeklyVolume - avalanche_swap_swapWeeklyVolumes( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapWeeklyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapWeeklyVolume_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: avalanche_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 - ): [avalanche_swap_SwapWeeklyVolume!]! - avalanche_swap_lpAccount( + ): [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: avalanche_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 - ): avalanche_swap_LpAccount - avalanche_swap_lpAccounts( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccount_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccount_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: avalanche_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 - ): [avalanche_swap_LpAccount!]! - avalanche_swap_lpAccountBalance( + ): [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: avalanche_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 - ): avalanche_swap_LpAccountBalance - avalanche_swap_lpAccountBalances( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccountBalance_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccountBalance_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: avalanche_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 - ): [avalanche_swap_LpAccountBalance!]! - avalanche_swap_lpToken( + ): [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: avalanche_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 - ): avalanche_swap_LpToken - avalanche_swap_lpTokens( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpToken_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: avalanche_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 - ): [avalanche_swap_LpToken!]! - avalanche_swap_lpTransferEvent( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ + optimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_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 - ): avalanche_swap_LpTransferEvent - avalanche_swap_lpTransferEvents( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTransferEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTransferEvent_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: avalanche_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 - ): [avalanche_swap_LpTransferEvent!]! - avalanche_swap_stableSwapEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapEvent - avalanche_swap_stableSwapEvents( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapEvent!]! - avalanche_swap_swapTradeVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapTradeVolume - avalanche_swap_swapTradeVolumes( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapTradeVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapTradeVolume_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: avalanche_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 - ): [avalanche_swap_SwapTradeVolume!]! - avalanche_swap_lpTokenEvent( + ): [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: avalanche_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 - ): avalanche_swap_LpTokenEvent - avalanche_swap_lpTokenEvents( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTokenEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTokenEvent_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: avalanche_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 - ): [avalanche_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ - polygon_asset( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_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: polygon_Block_height + block: optimism_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( - id: ID! - """ + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + arbitrumone_asset( + id: ID! + """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_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: polygon_Block_height + block: arbitrumone_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( + ): [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: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_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: polygon_Block_height + block: arbitrumone_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( + ): [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: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_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: polygon_Block_height + block: arbitrumone_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( + ): [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: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_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: polygon_Block_height + block: arbitrumone_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_ - polygon_swap_systemInfo( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_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: polygon_swap_Block_height + block: arbitrumone_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_ - mainnet_rootAggregated( + ): [arbitrumone_SnapshotRoot!]! + arbitrumone_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: arbitrumone_SpokeConnectorMode_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [arbitrumone_SpokeConnectorMode!]! + arbitrumone_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: arbitrumone_AggregateRootProposed_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [arbitrumone_AggregateRootProposed!]! + arbitrumone_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: arbitrumone_OptimisticRootFinalized_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [arbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__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: mainnet_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 - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_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: mainnet_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 - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [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: mainnet_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 - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_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: mainnet_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 - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [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: mainnet_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 - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_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: mainnet_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 - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [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: mainnet_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 - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_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: mainnet_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 - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [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: mainnet_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 - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_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: mainnet_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 - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [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: mainnet_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 - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_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 - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_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 - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_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 - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_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 - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [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: mainnet_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 - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_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: mainnet_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 - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_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: mainnet_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 - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_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: mainnet_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 - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [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: mainnet_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 - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_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 - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_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 - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [avalanche_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ + arbitrumone_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_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 - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_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: mainnet_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 - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_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: mainnet_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 - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_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 - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_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 - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [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: mainnet_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 - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_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 - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [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: mainnet_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 - ): mainnet_HubDomain - mainnet_hubDomains( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_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 - ): [mainnet_HubDomain!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - base_swap_systemInfo( + ): [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: base_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 - ): base_swap_SystemInfo - base_swap_systemInfos( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_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 - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_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 - ): base_swap_PooledToken - base_swap_pooledTokens( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_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 - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_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 - ): base_swap_StableSwap - base_swap_stableSwaps( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_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 - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [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: base_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 - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_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: base_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 - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [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: base_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 - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_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: base_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 - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [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: base_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 - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_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: base_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 - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [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: base_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 - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_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: base_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 - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [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: base_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 - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_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: base_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 - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [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: base_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 - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_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: base_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 - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [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: base_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 - ): base_swap_LpAccount - base_swap_lpAccounts( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_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: base_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 - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [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: base_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 - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_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: base_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 - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + polygonzkevm_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_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: base_swap_Block_height + block: polygonzkevm_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_ - bnb_asset( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_Block_height + block: polygonzkevm_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( + ): [polygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ + linea_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [linea_Asset!]! + linea_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [linea_AssetStatus!]! + linea_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [linea_AssetBalance!]! + linea_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [linea_Router!]! + linea_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - optimism_swap_systemInfo( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [linea_RouterLiquidityEvent!]! + linea_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [linea_Setting!]! + linea_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [linea_Relayer!]! + linea_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [linea_Sequencer!]! + linea_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [linea_RelayerFee!]! + linea_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [linea_DestinationTransfer!]! + linea_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - arbitrumone_swap_systemInfo( + ): [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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__Meta_ + xlayer_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): xlayer_swap_SystemInfo + xlayer_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: xlayer_swap_SystemInfo_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [xlayer_swap_SystemInfo!]! + xlayer_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): xlayer_swap_PooledToken + xlayer_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: xlayer_swap_PooledToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [xlayer_swap_PooledToken!]! + xlayer_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): xlayer_swap_StableSwap + xlayer_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xlayer_swap_StableSwap_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [xlayer_swap_StableSwap!]! + xlayer_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): xlayer_swap_StableSwapAddLiquidityEvent + xlayer_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [xlayer_swap_StableSwapAddLiquidityEvent!]! + xlayer_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): xlayer_swap_StableSwapRemoveLiquidityEvent + xlayer_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! + xlayer_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): xlayer_swap_StableSwapExchange + xlayer_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: xlayer_swap_StableSwapExchange_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [xlayer_swap_StableSwapExchange!]! + xlayer_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): xlayer_swap_SwapDailyVolume + xlayer_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: xlayer_swap_SwapDailyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [xlayer_swap_SwapDailyVolume!]! + xlayer_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): xlayer_swap_SwapHourlyVolume + xlayer_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: xlayer_swap_SwapHourlyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [xlayer_swap_SwapHourlyVolume!]! + xlayer_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): xlayer_swap_SwapWeeklyVolume + xlayer_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: xlayer_swap_SwapWeeklyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [xlayer_swap_SwapWeeklyVolume!]! + xlayer_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): xlayer_swap_LpAccount + xlayer_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: xlayer_swap_LpAccount_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [xlayer_swap_LpAccount!]! + xlayer_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): xlayer_swap_LpAccountBalance + xlayer_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: xlayer_swap_LpAccountBalance_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [xlayer_swap_LpAccountBalance!]! + xlayer_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): xlayer_swap_LpToken + xlayer_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: xlayer_swap_LpToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [xlayer_swap_LpToken!]! + xlayer_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): xlayer_swap_LpTransferEvent + xlayer_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: xlayer_swap_LpTransferEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [xlayer_swap_LpTransferEvent!]! + xlayer_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): xlayer_swap_StableSwapEvent + xlayer_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: xlayer_swap_StableSwapEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - xlayer_swap_systemInfo( + ): [xlayer_swap_StableSwapEvent!]! + xlayer_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -12267,13 +11849,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SystemInfo - xlayer_swap_systemInfos( + ): xlayer_swap_SwapTradeVolume + xlayer_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SystemInfo_orderBy + orderBy: xlayer_swap_SwapTradeVolume_orderBy orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SystemInfo_filter + where: xlayer_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -12282,8 +11864,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SystemInfo!]! - xlayer_swap_pooledToken( + ): [xlayer_swap_SwapTradeVolume!]! + xlayer_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -12293,13 +11875,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_PooledToken - xlayer_swap_pooledTokens( + ): xlayer_swap_LpTokenEvent + xlayer_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_PooledToken_orderBy + orderBy: xlayer_swap_LpTokenEvent_orderBy orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_PooledToken_filter + where: xlayer_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -12308,373 +11890,427 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_PooledToken!]! - xlayer_swap_stableSwap( + ): [xlayer_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_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: xlayer_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 - ): xlayer_swap_StableSwap - xlayer_swap_stableSwaps( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwap_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwap_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: xlayer_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 - ): [xlayer_swap_StableSwap!]! - xlayer_swap_stableSwapAddLiquidityEvent( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapAddLiquidityEvent - xlayer_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapAddLiquidityEvent_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: xlayer_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 - ): [xlayer_swap_StableSwapAddLiquidityEvent!]! - xlayer_swap_stableSwapRemoveLiquidityEvent( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapRemoveLiquidityEvent - xlayer_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapRemoveLiquidityEvent_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: xlayer_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 - ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! - xlayer_swap_stableSwapExchange( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapExchange - xlayer_swap_stableSwapExchanges( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapExchange_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapExchange_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: xlayer_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 - ): [xlayer_swap_StableSwapExchange!]! - xlayer_swap_swapDailyVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapDailyVolume - xlayer_swap_swapDailyVolumes( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapDailyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapDailyVolume_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: xlayer_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 - ): [xlayer_swap_SwapDailyVolume!]! - xlayer_swap_swapHourlyVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapHourlyVolume - xlayer_swap_swapHourlyVolumes( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapHourlyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapHourlyVolume_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: xlayer_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 - ): [xlayer_swap_SwapHourlyVolume!]! - xlayer_swap_swapWeeklyVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapWeeklyVolume - xlayer_swap_swapWeeklyVolumes( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapWeeklyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapWeeklyVolume_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: xlayer_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 - ): [xlayer_swap_SwapWeeklyVolume!]! - xlayer_swap_lpAccount( + ): [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: xlayer_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 - ): xlayer_swap_LpAccount - xlayer_swap_lpAccounts( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccount_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccount_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: xlayer_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 - ): [xlayer_swap_LpAccount!]! - xlayer_swap_lpAccountBalance( + ): [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: xlayer_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 - ): xlayer_swap_LpAccountBalance - xlayer_swap_lpAccountBalances( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccountBalance_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccountBalance_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: xlayer_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 - ): [xlayer_swap_LpAccountBalance!]! - xlayer_swap_lpToken( + ): [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: xlayer_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 - ): xlayer_swap_LpToken - xlayer_swap_lpTokens( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpToken_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: xlayer_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 - ): [xlayer_swap_LpToken!]! - xlayer_swap_lpTransferEvent( + ): [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: xlayer_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 - ): xlayer_swap_LpTransferEvent - xlayer_swap_lpTransferEvents( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTransferEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTransferEvent_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: xlayer_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 - ): [xlayer_swap_LpTransferEvent!]! - xlayer_swap_stableSwapEvent( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapEvent - xlayer_swap_stableSwapEvents( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapEvent_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: xlayer_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 - ): [xlayer_swap_StableSwapEvent!]! - xlayer_swap_swapTradeVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapTradeVolume - xlayer_swap_swapTradeVolumes( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapTradeVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapTradeVolume_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: xlayer_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 - ): [xlayer_swap_SwapTradeVolume!]! - xlayer_swap_lpTokenEvent( + ): [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: xlayer_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 - ): xlayer_swap_LpTokenEvent - xlayer_swap_lpTokenEvents( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTokenEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTokenEvent_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: xlayer_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 - ): [xlayer_swap_LpTokenEvent!]! + ): [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: xdai_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( + skip: Int = 0 + first: Int = 100 + 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: xdai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: xdai_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""" - xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ arbitrumsepolia_asset( id: ID! """ @@ -13275,4022 +12911,4202 @@ type Query { ): [arbitrumsepolia_OptimisticRootFinalized!]! """Access to subgraph metadata""" arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__Meta_ - zksync_asset( + sepolia_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Asset - zksync_assets( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_filter + orderBy: sepolia_Asset_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Asset!]! - zksync_assetStatus( + ): [sepolia_Asset!]! + sepolia_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetStatus - zksync_assetStatuses( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_filter + orderBy: sepolia_AssetStatus_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetStatus!]! - zksync_assetBalance( + ): [sepolia_AssetStatus!]! + sepolia_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetBalance - zksync_assetBalances( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_filter + orderBy: sepolia_AssetBalance_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetBalance!]! - zksync_router( + ): [sepolia_AssetBalance!]! + sepolia_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Router - zksync_routers( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_filter + orderBy: sepolia_Router_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [sepolia_Router!]! + sepolia_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_filter + orderBy: sepolia_RouterDailyTVL_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [sepolia_RouterDailyTVL!]! + sepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_filter + orderBy: sepolia_RouterLiquidityEvent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [sepolia_RouterLiquidityEvent!]! + sepolia_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Setting - zksync_settings( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_filter + orderBy: sepolia_Setting_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Setting!]! - zksync_relayer( + ): [sepolia_Setting!]! + sepolia_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Relayer - zksync_relayers( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_filter + orderBy: sepolia_Relayer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Relayer!]! - zksync_sequencer( + ): [sepolia_Relayer!]! + sepolia_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Sequencer - zksync_sequencers( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_filter + orderBy: sepolia_Sequencer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [sepolia_Sequencer!]! + sepolia_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFee - zksync_relayerFees( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_filter + orderBy: sepolia_RelayerFee_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [sepolia_RelayerFee!]! + sepolia_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginTransfer - zksync_originTransfers( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_filter + orderBy: sepolia_OriginTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [sepolia_OriginTransfer!]! + sepolia_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_filter + orderBy: sepolia_DestinationTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [sepolia_DestinationTransfer!]! + sepolia_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginMessage - zksync_originMessages( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_filter + orderBy: sepolia_OriginMessage_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [sepolia_OriginMessage!]! + sepolia_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_filter + orderBy: sepolia_AggregateRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [sepolia_AggregateRoot!]! + sepolia_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_filter + orderBy: sepolia_ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [sepolia_ConnectorMeta!]! + sepolia_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootCount - zksync_rootCounts( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_filter + orderBy: sepolia_RootCount_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [sepolia_RootCount!]! + sepolia_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_filter + orderBy: sepolia_RootMessageSent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [sepolia_RootMessageSent!]! + sepolia_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_filter + orderBy: sepolia_RelayerFeesIncrease_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [sepolia_RelayerFeesIncrease!]! + sepolia_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_filter + orderBy: sepolia_SlippageUpdate_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [sepolia_SlippageUpdate!]! + sepolia_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_filter + orderBy: sepolia_SnapshotRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [sepolia_SnapshotRoot!]! + sepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_filter + orderBy: sepolia_SpokeConnectorMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [sepolia_SpokeConnectorMode!]! + sepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_filter + orderBy: sepolia_AggregateRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [sepolia_AggregateRootProposed!]! + sepolia_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_filter + orderBy: sepolia_OptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - avalanche_asset( + ): [sepolia_OptimisticRootFinalized!]! + 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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Asset - avalanche_assets( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Asset_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Asset!]! - avalanche_assetStatus( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetStatus - avalanche_assetStatuses( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetStatus_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetStatus!]! - avalanche_assetBalance( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetBalance - avalanche_assetBalances( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetBalance_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetBalance!]! - avalanche_router( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Router - avalanche_routers( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Router_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Router!]! - avalanche_routerDailyTVL( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterDailyTVL - avalanche_routerDailyTVLs( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterDailyTVL_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterDailyTVL!]! - avalanche_routerLiquidityEvent( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterLiquidityEvent - avalanche_routerLiquidityEvents( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterLiquidityEvent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterLiquidityEvent!]! - avalanche_setting( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Setting - avalanche_settings( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Setting_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Setting!]! - avalanche_relayer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Relayer - avalanche_relayers( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Relayer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Relayer!]! - avalanche_sequencer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Sequencer - avalanche_sequencers( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Sequencer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Sequencer!]! - avalanche_relayerFee( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFee - avalanche_relayerFees( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFee_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFee!]! - avalanche_originTransfer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginTransfer - avalanche_originTransfers( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginTransfer!]! - avalanche_destinationTransfer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_DestinationTransfer - avalanche_destinationTransfers( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_DestinationTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_DestinationTransfer!]! - avalanche_originMessage( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginMessage - avalanche_originMessages( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginMessage_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginMessage!]! - avalanche_aggregateRoot( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRoot - avalanche_aggregateRoots( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRoot!]! - avalanche_connectorMeta( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_ConnectorMeta - avalanche_connectorMetas( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: avalanche_ConnectorMeta_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_ConnectorMeta!]! - avalanche_rootCount( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootCount - avalanche_rootCounts( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootCount_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootCount!]! - avalanche_rootMessageSent( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootMessageSent - avalanche_rootMessageSents( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootMessageSent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootMessageSent!]! - avalanche_relayerFeesIncrease( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFeesIncrease - avalanche_relayerFeesIncreases( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFeesIncrease_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFeesIncrease!]! - avalanche_slippageUpdate( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SlippageUpdate - avalanche_slippageUpdates( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SlippageUpdate_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SlippageUpdate!]! - avalanche_snapshotRoot( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SnapshotRoot - avalanche_snapshotRoots( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SnapshotRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SnapshotRoot!]! - avalanche_spokeConnectorMode( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SpokeConnectorMode - avalanche_spokeConnectorModes( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SpokeConnectorMode_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SpokeConnectorMode!]! - avalanche_aggregateRootProposed( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRootProposed - avalanche_aggregateRootProposeds( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRootProposed_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRootProposed!]! - avalanche_optimisticRootFinalized( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OptimisticRootFinalized - avalanche_optimisticRootFinalizeds( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OptimisticRootFinalized_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OptimisticRootFinalized!]! + ): [bnb_OptimisticRootFinalized!]! """Access to subgraph metadata""" - avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - mainnet_asset( + bnb__meta(block: bnb_Block_height): bnb__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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: polygonzkevm_swap_Asset_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: polygonzkevm_swap_AssetStatus_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: polygonzkevm_swap_AssetBalance_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: polygonzkevm_swap_Router_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_filter + orderBy: polygonzkevm_swap_Setting_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_filter + orderBy: polygonzkevm_swap_Relayer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_filter + orderBy: polygonzkevm_swap_Sequencer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_filter + orderBy: polygonzkevm_swap_RelayerFee_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_filter + orderBy: polygonzkevm_swap_OriginTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_filter + orderBy: polygonzkevm_swap_DestinationTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginMessage - mainnet_originMessages( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_filter + orderBy: polygonzkevm_swap_OriginMessage_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginMessage!]! - mainnet_aggregateRoot( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_filter + orderBy: polygonzkevm_swap_AggregateRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRoot!]! - mainnet_connectorMeta( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_filter + orderBy: polygonzkevm_swap_ConnectorMeta_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ConnectorMeta!]! - mainnet_rootCount( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootCount - mainnet_rootCounts( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_filter + orderBy: polygonzkevm_swap_RootCount_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_filter + orderBy: polygonzkevm_swap_RootMessageSent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_filter + orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_filter + orderBy: polygonzkevm_swap_SlippageUpdate_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SlippageUpdate!]! - mainnet_snapshotRoot( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SnapshotRoot - mainnet_snapshotRoots( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_filter + orderBy: polygonzkevm_swap_SnapshotRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SnapshotRoot!]! - mainnet_spokeConnectorMode( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SpokeConnectorMode - mainnet_spokeConnectorModes( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_filter + orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SpokeConnectorMode!]! - mainnet_aggregateRootProposed( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootProposed - mainnet_aggregateRootProposeds( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_filter + orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootProposed!]! - mainnet_optimisticRootFinalized( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_filter + orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - base_asset( + ): [polygonzkevm_swap_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ + zksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_filter + orderBy: zksync_Asset_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_filter + orderBy: zksync_AssetStatus_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: zksync_AssetBalance_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: zksync_Router_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: zksync_RouterDailyTVL_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: zksync_RouterLiquidityEvent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: zksync_Setting_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: zksync_Relayer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: zksync_Sequencer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: zksync_RelayerFee_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: zksync_OriginTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: zksync_DestinationTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: zksync_OriginMessage_orderBy + orderDirection: zksync_OrderDirection + where: zksync_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: zksync_AggregateRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: zksync_ConnectorMeta_orderBy + orderDirection: zksync_OrderDirection + where: zksync_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: zksync_RootCount_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: zksync_RootMessageSent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: zksync_RelayerFeesIncrease_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + orderBy: zksync_SlippageUpdate_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_filter + orderBy: zksync_SnapshotRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_filter + orderBy: zksync_SpokeConnectorMode_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_filter + orderBy: zksync_AggregateRootProposed_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_filter + orderBy: zksync_OptimisticRootFinalized_orderBy + orderDirection: zksync_OrderDirection + where: zksync_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OptimisticRootFinalized!]! + ): [zksync_OptimisticRootFinalized!]! """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - linea_swap_systemInfo( + zksync__meta(block: zksync_Block_height): zksync__Meta_ + mantle_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - metis_asset( + ): [mantle_RootCount!]! + mantle_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Asset - metis_assets( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: mantle_RootMessageSent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Asset!]! - metis_assetStatus( + ): [mantle_RootMessageSent!]! + mantle_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetStatus - metis_assetStatuses( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: mantle_RelayerFeesIncrease_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetStatus!]! - metis_assetBalance( + ): [mantle_RelayerFeesIncrease!]! + mantle_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetBalance - metis_assetBalances( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_filter + orderBy: mantle_SlippageUpdate_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetBalance!]! - metis_router( + ): [mantle_SlippageUpdate!]! + mantle_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Router - metis_routers( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_filter + orderBy: mantle_SnapshotRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Router!]! - metis_routerDailyTVL( + ): [mantle_SnapshotRoot!]! + mantle_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterDailyTVL - metis_routerDailyTVLs( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_filter + orderBy: mantle_SpokeConnectorMode_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterDailyTVL!]! - metis_routerLiquidityEvent( + ): [mantle_SpokeConnectorMode!]! + mantle_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterLiquidityEvent - metis_routerLiquidityEvents( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_filter + orderBy: mantle_AggregateRootProposed_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterLiquidityEvent!]! - metis_setting( + ): [mantle_AggregateRootProposed!]! + mantle_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Setting - metis_settings( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_filter + orderBy: mantle_OptimisticRootFinalized_orderBy + orderDirection: mantle_OrderDirection + where: mantle_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Setting!]! - metis_relayer( + ): [mantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mantle__meta(block: mantle_Block_height): mantle__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: metis_Block_height + block: mainnet_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( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_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: metis_Block_height + block: mainnet_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_ - mode_asset( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Asset - mode_assets( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Asset!]! - mode_assetStatus( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetStatus - mode_assetStatuses( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetBalance - mode_assetBalances( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetBalance!]! - mode_router( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Router - mode_routers( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Router!]! - mode_routerDailyTVL( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [mainnet_OptimisticRootFinalized!]! + 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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginMessage - mode_originMessages( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRoot - mode_aggregateRoots( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_ConnectorMeta - mode_connectorMetas( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootCount - mode_rootCounts( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootMessageSent - mode_rootMessageSents( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SlippageUpdate - mode_slippageUpdates( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SnapshotRoot - mode_snapshotRoots( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OptimisticRootFinalized!]! + ): [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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_RootMessageSent + avalanche_rootMessageSents( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_RootMessageSent!]! + avalanche_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_RelayerFeesIncrease!]! + avalanche_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_SlippageUpdate!]! + avalanche_snapshotRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_SnapshotRoot!]! + avalanche_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_SpokeConnectorMode!]! + avalanche_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_AggregateRootProposed!]! + avalanche_optimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ + avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ xlayer_asset( id: ID! """ @@ -17891,845 +17707,1209 @@ type Query { ): [xlayer_OptimisticRootFinalized!]! """Access to subgraph metadata""" xlayer__meta(block: xlayer_Block_height): xlayer__Meta_ - bnb_swap_systemInfo( + mode_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: mode_Asset_orderBy + orderDirection: mode_OrderDirection + where: mode_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [mode_Asset!]! + mode_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: mode_AssetStatus_orderBy + orderDirection: mode_OrderDirection + where: mode_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [mode_AssetStatus!]! + mode_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: mode_AssetBalance_orderBy + orderDirection: mode_OrderDirection + where: mode_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [mode_AssetBalance!]! + mode_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: mode_Router_orderBy + orderDirection: mode_OrderDirection + where: mode_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [mode_Router!]! + mode_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mode_RouterDailyTVL_orderBy + orderDirection: mode_OrderDirection + where: mode_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [mode_RouterDailyTVL!]! + mode_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: mode_RouterLiquidityEvent_orderBy + orderDirection: mode_OrderDirection + where: mode_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [mode_RouterLiquidityEvent!]! + mode_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: mode_Setting_orderBy + orderDirection: mode_OrderDirection + where: mode_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [mode_Setting!]! + mode_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: mode_Relayer_orderBy + orderDirection: mode_OrderDirection + where: mode_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [mode_Relayer!]! + mode_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: mode_Sequencer_orderBy + orderDirection: mode_OrderDirection + where: mode_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [mode_Sequencer!]! + mode_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: mode_RelayerFee_orderBy + orderDirection: mode_OrderDirection + where: mode_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [mode_RelayerFee!]! + mode_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: mode_OriginTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [mode_OriginTransfer!]! + mode_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: mode_DestinationTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [mode_DestinationTransfer!]! + mode_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: mode_OriginMessage_orderBy + orderDirection: mode_OrderDirection + where: mode_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [mode_OriginMessage!]! + mode_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter + orderBy: mode_AggregateRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [mode_AggregateRoot!]! + mode_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: mode_ConnectorMeta_orderBy + orderDirection: mode_OrderDirection + where: mode_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [mode_ConnectorMeta!]! + mode_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: mode_RootCount_orderBy + orderDirection: mode_OrderDirection + where: mode_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ -} - -type Subscription { - optimismsepolia_swap_systemInfo( + ): [mode_RootCount!]! + mode_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SystemInfo - optimismsepolia_swap_systemInfos( + ): mode_RootMessageSent + mode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SystemInfo_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SystemInfo_filter + orderBy: mode_RootMessageSent_orderBy + orderDirection: mode_OrderDirection + where: mode_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SystemInfo!]! - optimismsepolia_swap_pooledToken( + ): [mode_RootMessageSent!]! + mode_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_PooledToken - optimismsepolia_swap_pooledTokens( + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_PooledToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_PooledToken_filter + orderBy: mode_RelayerFeesIncrease_orderBy + orderDirection: mode_OrderDirection + where: mode_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_PooledToken!]! - optimismsepolia_swap_stableSwap( + ): [mode_RelayerFeesIncrease!]! + mode_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwap - optimismsepolia_swap_stableSwaps( + ): mode_SlippageUpdate + mode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwap_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwap_filter + orderBy: mode_SlippageUpdate_orderBy + orderDirection: mode_OrderDirection + where: mode_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwap!]! - optimismsepolia_swap_stableSwapAddLiquidityEvent( + ): [mode_SlippageUpdate!]! + mode_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapAddLiquidityEvent - optimismsepolia_swap_stableSwapAddLiquidityEvents( + ): mode_SnapshotRoot + mode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: mode_SnapshotRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! - optimismsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [mode_SnapshotRoot!]! + mode_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent - optimismsepolia_swap_stableSwapRemoveLiquidityEvents( + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mode_SpokeConnectorMode_orderBy + orderDirection: mode_OrderDirection + where: mode_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! - optimismsepolia_swap_stableSwapExchange( + ): [mode_SpokeConnectorMode!]! + mode_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapExchange - optimismsepolia_swap_stableSwapExchanges( + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapExchange_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapExchange_filter + orderBy: mode_AggregateRootProposed_orderBy + orderDirection: mode_OrderDirection + where: mode_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapExchange!]! - optimismsepolia_swap_swapDailyVolume( + ): [mode_AggregateRootProposed!]! + mode_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapDailyVolume - optimismsepolia_swap_swapDailyVolumes( + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapDailyVolume_filter + orderBy: mode_OptimisticRootFinalized_orderBy + orderDirection: mode_OrderDirection + where: mode_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapDailyVolume!]! - optimismsepolia_swap_swapHourlyVolume( + ): [mode_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mode__meta(block: mode_Block_height): mode__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: optimismsepolia_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 - ): optimismsepolia_swap_SwapHourlyVolume - optimismsepolia_swap_swapHourlyVolumes( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapHourlyVolume_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: optimismsepolia_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 - ): [optimismsepolia_swap_SwapHourlyVolume!]! - optimismsepolia_swap_swapWeeklyVolume( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_SwapWeeklyVolume - optimismsepolia_swap_swapWeeklyVolumes( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapWeeklyVolume_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: optimismsepolia_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 - ): [optimismsepolia_swap_SwapWeeklyVolume!]! - optimismsepolia_swap_lpAccount( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpAccount - optimismsepolia_swap_lpAccounts( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccount_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccount_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpAccount!]! - optimismsepolia_swap_lpAccountBalance( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpAccountBalance - optimismsepolia_swap_lpAccountBalances( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccountBalance_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccountBalance_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpAccountBalance!]! - optimismsepolia_swap_lpToken( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpToken - optimismsepolia_swap_lpTokens( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpToken_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpToken!]! - optimismsepolia_swap_lpTransferEvent( - id: ID! + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpTransferEvent - optimismsepolia_swap_lpTransferEvents( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTransferEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTransferEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpTransferEvent!]! - optimismsepolia_swap_stableSwapEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_StableSwapEvent - optimismsepolia_swap_stableSwapEvents( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_StableSwapEvent!]! - optimismsepolia_swap_swapTradeVolume( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_SwapTradeVolume - optimismsepolia_swap_swapTradeVolumes( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapTradeVolume_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: optimismsepolia_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 - ): [optimismsepolia_swap_SwapTradeVolume!]! - optimismsepolia_swap_lpTokenEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpTokenEvent - optimismsepolia_swap_lpTokenEvents( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTokenEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTokenEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpTokenEvent!]! + ): [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""" - optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ + metis__meta(block: metis_Block_height): metis__Meta_ +} + +type Subscription { optimismsepolia_asset( id: ID! """ @@ -19330,11233 +19510,11233 @@ type Subscription { ): [optimismsepolia_OptimisticRootFinalized!]! """Access to subgraph metadata""" optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__Meta_ - xdai_assetBalance( + 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: xdai_Block_height + block: polygon_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( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_Block_height + block: polygon_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( + ): [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: xdai_Block_height + block: polygon_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( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Router!]! - xdai_transaction( + ): [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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Transaction - xdai_transactions( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_Transaction_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Transaction_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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Transaction!]! - xdai_user( + ): [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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_User - xdai_users( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_User_orderBy - orderDirection: xdai_OrderDirection - where: xdai_User_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: xdai_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_User!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - sepolia_rootAggregated( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootAggregated - sepolia_rootAggregateds( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootAggregated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootAggregated_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootAggregated!]! - sepolia_rootPropagated( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootPropagated - sepolia_rootPropagateds( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootPropagated_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootPropagated!]! - sepolia_aggregatedMessageRoot( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregatedMessageRoot - sepolia_aggregatedMessageRoots( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregatedMessageRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregatedMessageRoot_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregatedMessageRoot!]! - sepolia_rootManagerMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMeta - sepolia_rootManagerMetas( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMeta!]! - sepolia_rootManagerMode( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMode - sepolia_rootManagerModes( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMode_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMode!]! - sepolia_optimisticRootProposed( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootProposed - sepolia_optimisticRootProposeds( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootProposed_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootProposed!]! - sepolia_hubOptimisticRootFinalized( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubOptimisticRootFinalized - sepolia_hubOptimisticRootFinalizeds( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubOptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubOptimisticRootFinalized_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubOptimisticRootFinalized!]! - sepolia_optimisticRootPropagated( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootPropagated - sepolia_optimisticRootPropagateds( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootPropagated_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootPropagated!]! - sepolia_polygonConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonConnectorMeta - sepolia_polygonConnectorMetas( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonConnectorMeta!]! - sepolia_optimismConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimismConnectorMeta - sepolia_optimismConnectorMetas( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimismConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimismConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimismConnectorMeta!]! - sepolia_bnbConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BnbConnectorMeta - sepolia_bnbConnectorMetas( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BnbConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BnbConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BnbConnectorMeta!]! - sepolia_arbitrumConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ArbitrumConnectorMeta - sepolia_arbitrumConnectorMetas( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ArbitrumConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ArbitrumConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ArbitrumConnectorMeta!]! - sepolia_gnosisConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_GnosisConnectorMeta - sepolia_gnosisConnectorMetas( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_GnosisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_GnosisConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_GnosisConnectorMeta!]! - sepolia_lineaConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_LineaConnectorMeta - sepolia_lineaConnectorMetas( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_LineaConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_LineaConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_LineaConnectorMeta!]! - sepolia_metisConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MetisConnectorMeta - sepolia_metisConnectorMetas( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MetisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MetisConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MetisConnectorMeta!]! - sepolia_mantleConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MantleConnectorMeta - sepolia_mantleConnectorMetas( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MantleConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MantleConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MantleConnectorMeta!]! - sepolia_avalancheConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AvalancheConnectorMeta - sepolia_avalancheConnectorMetas( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AvalancheConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AvalancheConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AvalancheConnectorMeta!]! - sepolia_baseConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BaseConnectorMeta - sepolia_baseConnectorMetas( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BaseConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BaseConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BaseConnectorMeta!]! - sepolia_polygonZkConnectorMeta( + ): [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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonZkConnectorMeta - sepolia_polygonZkConnectorMetas( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonZkConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonZkConnectorMeta_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: sepolia_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + optimismsepolia_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): optimismsepolia_swap_SystemInfo + optimismsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_filter + orderBy: optimismsepolia_swap_SystemInfo_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [optimismsepolia_swap_SystemInfo!]! + optimismsepolia_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): optimismsepolia_swap_PooledToken + optimismsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_filter + orderBy: optimismsepolia_swap_PooledToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [optimismsepolia_swap_PooledToken!]! + optimismsepolia_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): optimismsepolia_swap_StableSwap + optimismsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_filter + orderBy: optimismsepolia_swap_StableSwap_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ScrollConnectorMeta!]! - sepolia_xlayerConnectorMeta( + ): [optimismsepolia_swap_StableSwap!]! + optimismsepolia_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_XlayerConnectorMeta - sepolia_xlayerConnectorMetas( + ): optimismsepolia_swap_StableSwapAddLiquidityEvent + optimismsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_XlayerConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_XlayerConnectorMeta_filter + orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_XlayerConnectorMeta!]! - sepolia_rootMessageProcessed( + ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! + optimismsepolia_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootMessageProcessed - sepolia_rootMessageProcesseds( + ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent + optimismsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageProcessed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageProcessed_filter + orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootMessageProcessed!]! - sepolia_aggregateRootSavedSlow( + ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! + optimismsepolia_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRootSavedSlow - sepolia_aggregateRootSavedSlows( + ): optimismsepolia_swap_StableSwapExchange + optimismsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootSavedSlow_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootSavedSlow_filter + orderBy: optimismsepolia_swap_StableSwapExchange_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRootSavedSlow!]! - sepolia_hubDomain( + ): [optimismsepolia_swap_StableSwapExchange!]! + optimismsepolia_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubDomain - sepolia_hubDomains( + ): optimismsepolia_swap_SwapDailyVolume + optimismsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubDomain_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubDomain_filter + orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubDomain!]! - """Access to subgraph metadata""" - sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ - mantle_swap_systemInfo( + ): [optimismsepolia_swap_SwapDailyVolume!]! + optimismsepolia_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): optimismsepolia_swap_SwapHourlyVolume + optimismsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_filter + orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [optimismsepolia_swap_SwapHourlyVolume!]! + optimismsepolia_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): optimismsepolia_swap_SwapWeeklyVolume + optimismsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_filter + orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [optimismsepolia_swap_SwapWeeklyVolume!]! + optimismsepolia_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): optimismsepolia_swap_LpAccount + optimismsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_filter + orderBy: optimismsepolia_swap_LpAccount_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [optimismsepolia_swap_LpAccount!]! + optimismsepolia_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): optimismsepolia_swap_LpAccountBalance + optimismsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimismsepolia_swap_LpAccountBalance_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [optimismsepolia_swap_LpAccountBalance!]! + optimismsepolia_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): optimismsepolia_swap_LpToken + optimismsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimismsepolia_swap_LpToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [optimismsepolia_swap_LpToken!]! + optimismsepolia_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): optimismsepolia_swap_LpTransferEvent + optimismsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_filter + orderBy: optimismsepolia_swap_LpTransferEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [optimismsepolia_swap_LpTransferEvent!]! + optimismsepolia_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): optimismsepolia_swap_StableSwapEvent + optimismsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_filter + orderBy: optimismsepolia_swap_StableSwapEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [optimismsepolia_swap_StableSwapEvent!]! + optimismsepolia_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): optimismsepolia_swap_SwapTradeVolume + optimismsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_filter + orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [optimismsepolia_swap_SwapTradeVolume!]! + optimismsepolia_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): optimismsepolia_swap_LpTokenEvent + optimismsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_filter + orderBy: optimismsepolia_swap_LpTokenEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [optimismsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ + base_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_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: mantle_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 - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [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: mantle_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 - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_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: mantle_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 - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [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: mantle_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 - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_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: mantle_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 - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [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: mantle_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 - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_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: mantle_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 - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [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: mantle_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 - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_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: mantle_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 - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [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: mantle_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 - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_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: mantle_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 - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [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: mantle_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 - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_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: mantle_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 - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - mode_swap_systemInfo( + ): [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: mode_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 - ): mode_swap_SystemInfo - mode_swap_systemInfos( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_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 - ): [mode_swap_SystemInfo!]! - mode_swap_pooledToken( + ): [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: mode_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 - ): mode_swap_PooledToken - mode_swap_pooledTokens( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_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 - ): [mode_swap_PooledToken!]! - mode_swap_stableSwap( + ): [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: mode_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 - ): mode_swap_StableSwap - mode_swap_stableSwaps( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_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 - ): [mode_swap_StableSwap!]! - mode_swap_stableSwapAddLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapAddLiquidityEvent - mode_swap_stableSwapAddLiquidityEvents( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapAddLiquidityEvent!]! - mode_swap_stableSwapRemoveLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapRemoveLiquidityEvent - mode_swap_stableSwapRemoveLiquidityEvents( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapRemoveLiquidityEvent!]! - mode_swap_stableSwapExchange( + ): [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: mode_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 - ): mode_swap_StableSwapExchange - mode_swap_stableSwapExchanges( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_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: mode_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 - ): [mode_swap_StableSwapExchange!]! - mode_swap_swapDailyVolume( + ): [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: mode_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 - ): mode_swap_SwapDailyVolume - mode_swap_swapDailyVolumes( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_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: mode_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 - ): [mode_swap_SwapDailyVolume!]! - mode_swap_swapHourlyVolume( + ): [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: mode_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 - ): mode_swap_SwapHourlyVolume - mode_swap_swapHourlyVolumes( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_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: mode_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 - ): [mode_swap_SwapHourlyVolume!]! - mode_swap_swapWeeklyVolume( + ): [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: mode_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 - ): mode_swap_SwapWeeklyVolume - mode_swap_swapWeeklyVolumes( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_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: mode_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 - ): [mode_swap_SwapWeeklyVolume!]! - mode_swap_lpAccount( + ): [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: mode_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 - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_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: mode_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 - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [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: mode_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 - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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: mode_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 - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [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: mode_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 - ): mode_swap_LpToken - mode_swap_lpTokens( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_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: mode_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 - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [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: mode_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 - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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: mode_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 - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [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: mode_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 - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_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: mode_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 - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [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: mode_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 - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_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: mode_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 - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [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: mode_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 - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_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: mode_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 - ): [mode_swap_LpTokenEvent!]! + ): [base_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - metis_swap_systemInfo( + base__meta(block: base_Block_height): base__Meta_ + 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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_swap_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [xdai_Router!]! + xdai_transaction( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): xdai_Transaction + xdai_transactions( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_filter + orderBy: xdai_Transaction_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Transaction_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): [xdai_Transaction!]! + xdai_user( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): xdai_User + xdai_users( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_User_orderBy + orderDirection: xdai_OrderDirection + where: xdai_User_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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: xdai_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( + ): [xdai_User!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__Meta_ + mode_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mode_swap_SystemInfo_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [mode_swap_SystemInfo!]! + mode_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_filter + orderBy: mode_swap_PooledToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [mode_swap_PooledToken!]! + mode_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_filter + orderBy: mode_swap_StableSwap_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [mode_swap_StableSwap!]! + mode_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_filter + orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [mode_swap_StableSwapAddLiquidityEvent!]! + mode_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_filter + orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [mode_swap_StableSwapRemoveLiquidityEvent!]! + mode_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_filter + orderBy: mode_swap_StableSwapExchange_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [mode_swap_StableSwapExchange!]! + mode_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_filter + orderBy: mode_swap_SwapDailyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [mode_swap_SwapDailyVolume!]! + mode_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpToken - metis_swap_lpTokens( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_filter + orderBy: mode_swap_SwapHourlyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [mode_swap_SwapHourlyVolume!]! + mode_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_filter + orderBy: mode_swap_SwapWeeklyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [mode_swap_SwapWeeklyVolume!]! + mode_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_filter + orderBy: mode_swap_LpAccount_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [mode_swap_LpAccount!]! + mode_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_filter + orderBy: mode_swap_LpAccountBalance_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [mode_swap_LpAccountBalance!]! + mode_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_filter + orderBy: mode_swap_LpToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - zksync_swap_systemInfo( + ): [mode_swap_LpToken!]! + mode_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_filter + orderBy: mode_swap_LpTransferEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [mode_swap_LpTransferEvent!]! + mode_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_filter + orderBy: mode_swap_StableSwapEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [mode_swap_StableSwapEvent!]! + mode_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_filter + orderBy: mode_swap_SwapTradeVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [mode_swap_SwapTradeVolume!]! + mode_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_filter + orderBy: mode_swap_LpTokenEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_swap__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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_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: zksync_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - arbitrumsepolia_swap_systemInfo( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SystemInfo - arbitrumsepolia_swap_systemInfos( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SystemInfo_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SystemInfo_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SystemInfo!]! - arbitrumsepolia_swap_pooledToken( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_PooledToken - arbitrumsepolia_swap_pooledTokens( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_PooledToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_PooledToken_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_PooledToken!]! - arbitrumsepolia_swap_stableSwap( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwap - arbitrumsepolia_swap_stableSwaps( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwap_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwap_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwap!]! - arbitrumsepolia_swap_stableSwapAddLiquidityEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent - arbitrumsepolia_swap_stableSwapAddLiquidityEvents( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_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: arbitrumsepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapExchange( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapExchange - arbitrumsepolia_swap_stableSwapExchanges( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapExchange_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapExchange!]! - arbitrumsepolia_swap_swapDailyVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapDailyVolume - arbitrumsepolia_swap_swapDailyVolumes( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapDailyVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapDailyVolume!]! - arbitrumsepolia_swap_swapHourlyVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapHourlyVolume - arbitrumsepolia_swap_swapHourlyVolumes( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapHourlyVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapHourlyVolume!]! - arbitrumsepolia_swap_swapWeeklyVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapWeeklyVolume - arbitrumsepolia_swap_swapWeeklyVolumes( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapWeeklyVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! - arbitrumsepolia_swap_lpAccount( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccount - arbitrumsepolia_swap_lpAccounts( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccount_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccount_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccount!]! - arbitrumsepolia_swap_lpAccountBalance( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccountBalance - arbitrumsepolia_swap_lpAccountBalances( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccountBalance_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccountBalance!]! - arbitrumsepolia_swap_lpToken( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpToken - arbitrumsepolia_swap_lpTokens( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpToken_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpToken!]! - arbitrumsepolia_swap_lpTransferEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTransferEvent - arbitrumsepolia_swap_lpTransferEvents( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTransferEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTransferEvent!]! - arbitrumsepolia_swap_stableSwapEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapEvent - arbitrumsepolia_swap_stableSwapEvents( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapEvent!]! - arbitrumsepolia_swap_swapTradeVolume( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapTradeVolume - arbitrumsepolia_swap_swapTradeVolumes( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapTradeVolume_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapTradeVolume!]! - arbitrumsepolia_swap_lpTokenEvent( + ): [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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTokenEvent - arbitrumsepolia_swap_lpTokenEvents( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTokenEvent_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: arbitrumsepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ - sepolia_swap_systemInfo( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SystemInfo - sepolia_swap_systemInfos( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SystemInfo_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SystemInfo_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SystemInfo!]! - sepolia_swap_pooledToken( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_PooledToken - sepolia_swap_pooledTokens( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_PooledToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_PooledToken_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_PooledToken!]! - sepolia_swap_stableSwap( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwap - sepolia_swap_stableSwaps( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwap_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwap_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwap!]! - sepolia_swap_stableSwapAddLiquidityEvent( + ): [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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapAddLiquidityEvent - sepolia_swap_stableSwapAddLiquidityEvents( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapAddLiquidityEvent_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: sepolia_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapAddLiquidityEvent!]! - sepolia_swap_stableSwapRemoveLiquidityEvent( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ + zksync_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_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 - ): sepolia_swap_StableSwapRemoveLiquidityEvent - sepolia_swap_stableSwapRemoveLiquidityEvents( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! - sepolia_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: sepolia_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 - ): sepolia_swap_StableSwapExchange - sepolia_swap_stableSwapExchanges( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapExchange_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_StableSwapExchange!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapDailyVolume - sepolia_swap_swapDailyVolumes( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapDailyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapDailyVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapHourlyVolume - sepolia_swap_swapHourlyVolumes( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapHourlyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapHourlyVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapWeeklyVolume - sepolia_swap_swapWeeklyVolumes( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapWeeklyVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpAccount - sepolia_swap_lpAccounts( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccount_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpAccount!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpAccountBalance - sepolia_swap_lpAccountBalances( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccountBalance_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpAccountBalance!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpToken - sepolia_swap_lpTokens( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpToken!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpTransferEvent - sepolia_swap_lpTransferEvents( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTransferEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpTransferEvent!]! - sepolia_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: sepolia_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 - ): sepolia_swap_StableSwapEvent - sepolia_swap_stableSwapEvents( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_StableSwapEvent!]! - sepolia_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: sepolia_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 - ): sepolia_swap_SwapTradeVolume - sepolia_swap_swapTradeVolumes( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapTradeVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_SwapTradeVolume!]! - sepolia_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: sepolia_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 - ): sepolia_swap_LpTokenEvent - sepolia_swap_lpTokenEvents( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTokenEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ - xdai_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: xdai_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 - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_SystemInfo!]! - xdai_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: xdai_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 - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_PooledToken!]! - xdai_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: xdai_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 - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_StableSwap!]! - xdai_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: xdai_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 - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_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: xdai_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 - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_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_ - linea_asset( + ): [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: linea_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 - ): linea_Asset - linea_assets( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_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: linea_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 - ): [linea_Asset!]! - linea_assetStatus( + ): [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: linea_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 - ): linea_AssetStatus - linea_assetStatuses( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_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: linea_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 - ): [linea_AssetStatus!]! - linea_assetBalance( + ): [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: linea_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 - ): linea_AssetBalance - linea_assetBalances( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_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: linea_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 - ): [linea_AssetBalance!]! - linea_router( + ): [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: linea_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 - ): linea_Router - linea_routers( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_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: linea_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 - ): [linea_Router!]! - linea_routerDailyTVL( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + base_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_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 - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_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: linea_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 - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( + ): [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: linea_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 - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_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: linea_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 - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [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: linea_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 - ): linea_Setting - linea_settings( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_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: linea_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 - ): [linea_Setting!]! - linea_relayer( + ): [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: linea_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 - ): linea_Relayer - linea_relayers( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_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: linea_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 - ): [linea_Relayer!]! - linea_sequencer( + ): [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: linea_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 - ): linea_Sequencer - linea_sequencers( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_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: linea_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 - ): [linea_Sequencer!]! - linea_relayerFee( + ): [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: linea_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 - ): linea_RelayerFee - linea_relayerFees( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_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: linea_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 - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [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: linea_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 - ): linea_OriginTransfer - linea_originTransfers( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_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: linea_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 - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [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: linea_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 - ): linea_DestinationTransfer - linea_destinationTransfers( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_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: linea_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 - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [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: linea_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 - ): linea_OriginMessage - linea_originMessages( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_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: linea_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 - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [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: linea_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 - ): linea_AggregateRoot - linea_aggregateRoots( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_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: linea_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 - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [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: linea_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 - ): linea_ConnectorMeta - linea_connectorMetas( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_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: linea_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 - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [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: linea_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 - ): linea_RootCount - linea_rootCounts( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_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: linea_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 - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [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: linea_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 - ): linea_RootMessageSent - linea_rootMessageSents( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_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: linea_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 - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [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: linea_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 - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_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: linea_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 - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [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: linea_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 - ): linea_SlippageUpdate - linea_slippageUpdates( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_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: linea_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 - ): [linea_SlippageUpdate!]! - linea_snapshotRoot( + ): [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: linea_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 - ): linea_SnapshotRoot - linea_snapshotRoots( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_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: linea_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 - ): [linea_SnapshotRoot!]! - linea_spokeConnectorMode( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + sepolia_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): sepolia_swap_SystemInfo + sepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_filter + orderBy: sepolia_swap_SystemInfo_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SpokeConnectorMode!]! - linea_aggregateRootProposed( + ): [sepolia_swap_SystemInfo!]! + sepolia_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): sepolia_swap_PooledToken + sepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_filter + orderBy: sepolia_swap_PooledToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRootProposed!]! - linea_optimisticRootFinalized( + ): [sepolia_swap_PooledToken!]! + sepolia_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): sepolia_swap_StableSwap + sepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_filter + orderBy: sepolia_swap_StableSwap_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - optimism_asset( + ): [sepolia_swap_StableSwap!]! + sepolia_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( + ): sepolia_swap_StableSwapAddLiquidityEvent + sepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( + ): [sepolia_swap_StableSwapAddLiquidityEvent!]! + sepolia_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetStatus - optimism_assetStatuses( + ): sepolia_swap_StableSwapRemoveLiquidityEvent + sepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! + sepolia_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetBalance - optimism_assetBalances( + ): sepolia_swap_StableSwapExchange + sepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: sepolia_swap_StableSwapExchange_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetBalance!]! - optimism_router( + ): [sepolia_swap_StableSwapExchange!]! + sepolia_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Router - optimism_routers( + ): sepolia_swap_SwapDailyVolume + sepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: sepolia_swap_SwapDailyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [sepolia_swap_SwapDailyVolume!]! + sepolia_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): sepolia_swap_SwapHourlyVolume + sepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: sepolia_swap_SwapHourlyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( + ): [sepolia_swap_SwapHourlyVolume!]! + sepolia_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): sepolia_swap_SwapWeeklyVolume + sepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_filter + orderBy: sepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [sepolia_swap_SwapWeeklyVolume!]! + sepolia_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Setting - optimism_settings( + ): sepolia_swap_LpAccount + sepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_filter + orderBy: sepolia_swap_LpAccount_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Setting!]! - optimism_relayer( + ): [sepolia_swap_LpAccount!]! + sepolia_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Relayer - optimism_relayers( + ): sepolia_swap_LpAccountBalance + sepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_filter - """ + orderBy: sepolia_swap_LpAccountBalance_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpAccountBalance_filter + """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Relayer!]! - optimism_sequencer( + ): [sepolia_swap_LpAccountBalance!]! + sepolia_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Sequencer - optimism_sequencers( + ): sepolia_swap_LpToken + sepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_filter + orderBy: sepolia_swap_LpToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [sepolia_swap_LpToken!]! + sepolia_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFee - optimism_relayerFees( + ): sepolia_swap_LpTransferEvent + sepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_filter + orderBy: sepolia_swap_LpTransferEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [sepolia_swap_LpTransferEvent!]! + sepolia_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginTransfer - optimism_originTransfers( + ): sepolia_swap_StableSwapEvent + sepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: sepolia_swap_StableSwapEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [sepolia_swap_StableSwapEvent!]! + sepolia_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): sepolia_swap_SwapTradeVolume + sepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: sepolia_swap_SwapTradeVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [sepolia_swap_SwapTradeVolume!]! + sepolia_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginMessage - optimism_originMessages( + ): sepolia_swap_LpTokenEvent + sepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: sepolia_swap_LpTokenEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [sepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ + mainnet_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: mainnet_RootAggregated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: mainnet_RootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: mainnet_AggregatedMessageRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: mainnet_RootManagerMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: mainnet_RootManagerMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: mainnet_OptimisticRootProposed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: mainnet_HubOptimisticRootFinalized_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: mainnet_OptimisticRootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: mainnet_PolygonConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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( + ): [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: optimism_Block_height + block: mainnet_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( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: mainnet_OptimismConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: mainnet_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_ - polygonzkevm_asset( + ): [mainnet_OptimismConnectorMeta!]! + mainnet_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Asset - polygonzkevm_assets( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_filter + orderBy: mainnet_BnbConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [mainnet_BnbConnectorMeta!]! + mainnet_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_filter + orderBy: mainnet_ArbitrumConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [mainnet_ArbitrumConnectorMeta!]! + mainnet_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_filter + orderBy: mainnet_GnosisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [mainnet_GnosisConnectorMeta!]! + mainnet_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Router - polygonzkevm_routers( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_filter + orderBy: mainnet_LineaConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [mainnet_LineaConnectorMeta!]! + mainnet_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_filter + orderBy: mainnet_MetisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [mainnet_MetisConnectorMeta!]! + mainnet_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_filter + orderBy: mainnet_MantleConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [mainnet_MantleConnectorMeta!]! + mainnet_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Setting - polygonzkevm_settings( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_filter + orderBy: mainnet_AvalancheConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [mainnet_AvalancheConnectorMeta!]! + mainnet_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_filter + orderBy: mainnet_BaseConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [mainnet_BaseConnectorMeta!]! + mainnet_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_filter + orderBy: mainnet_PolygonZkConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [mainnet_PolygonZkConnectorMeta!]! + mainnet_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_filter + orderBy: mainnet_ZkSyncConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [mainnet_ZkSyncConnectorMeta!]! + mainnet_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_filter + orderBy: mainnet_ModeConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [mainnet_ModeConnectorMeta!]! + mainnet_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_filter + orderBy: mainnet_RootMessageProcessed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [mainnet_RootMessageProcessed!]! + mainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_filter + orderBy: mainnet_AggregateRootSavedSlow_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [mainnet_AggregateRootSavedSlow!]! + mainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_filter + orderBy: mainnet_HubDomain_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__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: polygonzkevm_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 - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - mantle_asset( + ): [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: 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_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_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: 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_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: 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_AssetStatus - mantle_assetStatuses( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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: 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_AssetStatus!]! - mantle_assetBalance( + ): [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: 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_AssetBalance - mantle_assetBalances( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_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: 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_AssetBalance!]! - mantle_router( + ): [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: 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_Router - mantle_routers( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_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: 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_Router!]! - mantle_routerDailyTVL( + ): [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: 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_RouterDailyTVL - mantle_routerDailyTVLs( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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: 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_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [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: 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_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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: 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_RouterLiquidityEvent!]! - mantle_setting( + ): [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_Setting - mantle_settings( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_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_Setting!]! - mantle_relayer( + ): [optimism_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ + sepolia_rootAggregated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootAggregated + sepolia_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_filter + orderBy: sepolia_RootAggregated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootAggregated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootAggregated!]! + sepolia_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootPropagated + sepolia_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_filter + orderBy: sepolia_RootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootPropagated!]! + sepolia_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_AggregatedMessageRoot + sepolia_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_filter + orderBy: sepolia_AggregatedMessageRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_AggregatedMessageRoot!]! + sepolia_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootManagerMeta + sepolia_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_filter + orderBy: sepolia_RootManagerMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootManagerMeta!]! + sepolia_rootManagerMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_RootManagerMode + sepolia_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_filter + orderBy: sepolia_RootManagerMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_RootManagerMode!]! + sepolia_optimisticRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_OptimisticRootProposed + sepolia_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_filter + orderBy: sepolia_OptimisticRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_OptimisticRootProposed!]! + sepolia_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_HubOptimisticRootFinalized + sepolia_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_filter + orderBy: sepolia_HubOptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_HubOptimisticRootFinalized!]! + sepolia_optimisticRootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_OptimisticRootPropagated + sepolia_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_filter + orderBy: sepolia_OptimisticRootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_OptimisticRootPropagated!]! + sepolia_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_PolygonConnectorMeta + sepolia_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_filter + orderBy: sepolia_PolygonConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_PolygonConnectorMeta!]! + sepolia_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_OptimismConnectorMeta + sepolia_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_filter + orderBy: sepolia_OptimismConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_OptimismConnectorMeta!]! + sepolia_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_BnbConnectorMeta + sepolia_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_filter + orderBy: sepolia_BnbConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_BnbConnectorMeta!]! + sepolia_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_ArbitrumConnectorMeta + sepolia_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_filter + orderBy: sepolia_ArbitrumConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_ArbitrumConnectorMeta!]! + sepolia_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_GnosisConnectorMeta + sepolia_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_filter + orderBy: sepolia_GnosisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_GnosisConnectorMeta!]! + sepolia_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_LineaConnectorMeta + sepolia_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_filter + orderBy: sepolia_LineaConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_LineaConnectorMeta!]! + sepolia_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_MetisConnectorMeta + sepolia_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_filter + orderBy: sepolia_MetisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): [sepolia_MetisConnectorMeta!]! + sepolia_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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( + ): sepolia_MantleConnectorMeta + sepolia_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_filter + orderBy: sepolia_MantleConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: sepolia_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_ - arbitrumone_asset( + ): [sepolia_MantleConnectorMeta!]! + sepolia_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Asset - arbitrumone_assets( + ): sepolia_AvalancheConnectorMeta + sepolia_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_filter + orderBy: sepolia_AvalancheConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( + ): [sepolia_AvalancheConnectorMeta!]! + sepolia_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): sepolia_BaseConnectorMeta + sepolia_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_filter + orderBy: sepolia_BaseConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [sepolia_BaseConnectorMeta!]! + sepolia_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): sepolia_PolygonZkConnectorMeta + sepolia_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_filter + orderBy: sepolia_PolygonZkConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [sepolia_PolygonZkConnectorMeta!]! + sepolia_x1ConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Router - arbitrumone_routers( + ): sepolia_X1ConnectorMeta + sepolia_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_filter + orderBy: sepolia_X1ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_X1ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [sepolia_X1ConnectorMeta!]! + sepolia_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): sepolia_ZkSyncConnectorMeta + sepolia_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_filter + orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [sepolia_ZkSyncConnectorMeta!]! + sepolia_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): sepolia_ModeConnectorMeta + sepolia_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_filter + orderBy: sepolia_ModeConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [sepolia_ModeConnectorMeta!]! + sepolia_scrollConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Setting - arbitrumone_settings( + ): sepolia_ScrollConnectorMeta + sepolia_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_filter + orderBy: sepolia_ScrollConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ScrollConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [sepolia_ScrollConnectorMeta!]! + sepolia_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Relayer - arbitrumone_relayers( + ): sepolia_RootMessageProcessed + sepolia_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_filter + orderBy: sepolia_RootMessageProcessed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [sepolia_RootMessageProcessed!]! + sepolia_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): sepolia_AggregateRootSavedSlow + sepolia_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_filter + orderBy: sepolia_AggregateRootSavedSlow_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [sepolia_AggregateRootSavedSlow!]! + sepolia_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): sepolia_HubDomain + sepolia_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_filter + orderBy: sepolia_HubDomain_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [sepolia_HubDomain!]! + """Access to subgraph metadata""" + sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ + arbitrumsepolia_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): arbitrumsepolia_swap_SystemInfo + arbitrumsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_filter + orderBy: arbitrumsepolia_swap_SystemInfo_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [arbitrumsepolia_swap_SystemInfo!]! + arbitrumsepolia_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): arbitrumsepolia_swap_PooledToken + arbitrumsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_filter + orderBy: arbitrumsepolia_swap_PooledToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [arbitrumsepolia_swap_PooledToken!]! + arbitrumsepolia_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): arbitrumsepolia_swap_StableSwap + arbitrumsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_filter + orderBy: arbitrumsepolia_swap_StableSwap_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [arbitrumsepolia_swap_StableSwap!]! + arbitrumsepolia_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent + arbitrumsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_filter + orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_filter + orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumsepolia_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): arbitrumsepolia_swap_StableSwapExchange + arbitrumsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [arbitrumsepolia_swap_StableSwapExchange!]! + arbitrumsepolia_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): arbitrumsepolia_swap_SwapDailyVolume + arbitrumsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [arbitrumsepolia_swap_SwapDailyVolume!]! + arbitrumsepolia_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): arbitrumsepolia_swap_SwapHourlyVolume + arbitrumsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [arbitrumsepolia_swap_SwapHourlyVolume!]! + arbitrumsepolia_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): arbitrumsepolia_swap_SwapWeeklyVolume + arbitrumsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! - arbitrumone_snapshotRoot( + ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! + arbitrumsepolia_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SnapshotRoot - arbitrumone_snapshotRoots( + ): arbitrumsepolia_swap_LpAccount + arbitrumsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_filter + orderBy: arbitrumsepolia_swap_LpAccount_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SnapshotRoot!]! - arbitrumone_spokeConnectorMode( + ): [arbitrumsepolia_swap_LpAccount!]! + arbitrumsepolia_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SpokeConnectorMode - arbitrumone_spokeConnectorModes( + ): arbitrumsepolia_swap_LpAccountBalance + arbitrumsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_filter + orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SpokeConnectorMode!]! - arbitrumone_aggregateRootProposed( + ): [arbitrumsepolia_swap_LpAccountBalance!]! + arbitrumsepolia_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRootProposed - arbitrumone_aggregateRootProposeds( + ): arbitrumsepolia_swap_LpToken + arbitrumsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_filter + orderBy: arbitrumsepolia_swap_LpToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRootProposed!]! - arbitrumone_optimisticRootFinalized( + ): [arbitrumsepolia_swap_LpToken!]! + arbitrumsepolia_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OptimisticRootFinalized - arbitrumone_optimisticRootFinalizeds( + ): arbitrumsepolia_swap_LpTransferEvent + arbitrumsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_filter + orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - polygonzkevm_swap_asset( + ): [arbitrumsepolia_swap_LpTransferEvent!]! + arbitrumsepolia_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Asset - polygonzkevm_swap_assets( + ): arbitrumsepolia_swap_StableSwapEvent + arbitrumsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Asset_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Asset_filter + orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Asset!]! - polygonzkevm_swap_assetStatus( + ): [arbitrumsepolia_swap_StableSwapEvent!]! + arbitrumsepolia_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetStatus - polygonzkevm_swap_assetStatuses( + ): arbitrumsepolia_swap_SwapTradeVolume + arbitrumsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetStatus_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetStatus_filter + orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetStatus!]! - polygonzkevm_swap_assetBalance( + ): [arbitrumsepolia_swap_SwapTradeVolume!]! + arbitrumsepolia_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AssetBalance - polygonzkevm_swap_assetBalances( + ): arbitrumsepolia_swap_LpTokenEvent + arbitrumsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetBalance_filter + orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AssetBalance!]! - polygonzkevm_swap_router( + ): [arbitrumsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ + polygon_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Router - polygonzkevm_swap_routers( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Router_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Router_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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Router!]! - polygonzkevm_swap_routerDailyTVL( + ): [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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterDailyTVL - polygonzkevm_swap_routerDailyTVLs( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterDailyTVL_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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterDailyTVL!]! - polygonzkevm_swap_routerLiquidityEvent( + ): [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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RouterLiquidityEvent - polygonzkevm_swap_routerLiquidityEvents( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterLiquidityEvent_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: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RouterLiquidityEvent!]! - polygonzkevm_swap_setting( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Setting - polygonzkevm_swap_settings( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Setting_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Setting_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Setting!]! - polygonzkevm_swap_relayer( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Relayer - polygonzkevm_swap_relayers( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Relayer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Relayer_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Relayer!]! - polygonzkevm_swap_sequencer( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Sequencer - polygonzkevm_swap_sequencers( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Sequencer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Sequencer_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Sequencer!]! - polygonzkevm_swap_relayerFee( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RelayerFee - polygonzkevm_swap_relayerFees( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFee_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFee_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RelayerFee!]! - polygonzkevm_swap_originTransfer( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginTransfer - polygonzkevm_swap_originTransfers( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginTransfer_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginTransfer!]! - polygonzkevm_swap_destinationTransfer( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_DestinationTransfer - polygonzkevm_swap_destinationTransfers( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_DestinationTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_DestinationTransfer_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_DestinationTransfer!]! - polygonzkevm_swap_originMessage( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_OriginMessage - polygonzkevm_swap_originMessages( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginMessage_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginMessage_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_OriginMessage!]! - polygonzkevm_swap_aggregateRoot( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_AggregateRoot - polygonzkevm_swap_aggregateRoots( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRoot_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_AggregateRoot!]! - polygonzkevm_swap_connectorMeta( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_ConnectorMeta - polygonzkevm_swap_connectorMetas( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_ConnectorMeta_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_ConnectorMeta_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_ConnectorMeta!]! - polygonzkevm_swap_rootCount( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RootCount - polygonzkevm_swap_rootCounts( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootCount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootCount_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RootCount!]! - polygonzkevm_swap_rootMessageSent( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RootMessageSent - polygonzkevm_swap_rootMessageSents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootMessageSent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootMessageSent_filter + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RootMessageSent!]! - polygonzkevm_swap_relayerFeesIncrease( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_RelayerFeesIncrease - polygonzkevm_swap_relayerFeesIncreases( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFeesIncrease_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_RelayerFeesIncrease!]! - polygonzkevm_swap_slippageUpdate( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_SlippageUpdate - polygonzkevm_swap_slippageUpdates( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SlippageUpdate_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SlippageUpdate_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_SlippageUpdate!]! - polygonzkevm_swap_snapshotRoot( + ): [polygon_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_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: polygonzkevm_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 - ): polygonzkevm_swap_SnapshotRoot - polygonzkevm_swap_snapshotRoots( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SnapshotRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_swap_SnapshotRoot!]! - polygonzkevm_swap_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SpokeConnectorMode - polygonzkevm_swap_spokeConnectorModes( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_swap_SpokeConnectorMode!]! - polygonzkevm_swap_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AggregateRootProposed - polygonzkevm_swap_aggregateRootProposeds( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_swap_AggregateRootProposed!]! - polygonzkevm_swap_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OptimisticRootFinalized - polygonzkevm_swap_optimisticRootFinalizeds( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_swap_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - avalanche_swap_systemInfo( + ): [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: avalanche_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 - ): avalanche_swap_SystemInfo - avalanche_swap_systemInfos( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SystemInfo_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SystemInfo_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: avalanche_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 - ): [avalanche_swap_SystemInfo!]! - avalanche_swap_pooledToken( + ): [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: avalanche_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 - ): avalanche_swap_PooledToken - avalanche_swap_pooledTokens( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_PooledToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_PooledToken_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: avalanche_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 - ): [avalanche_swap_PooledToken!]! - avalanche_swap_stableSwap( + ): [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: avalanche_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 - ): avalanche_swap_StableSwap - avalanche_swap_stableSwaps( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwap_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwap_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: avalanche_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 - ): [avalanche_swap_StableSwap!]! - avalanche_swap_stableSwapAddLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapAddLiquidityEvent - avalanche_swap_stableSwapAddLiquidityEvents( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapAddLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapAddLiquidityEvent!]! - avalanche_swap_stableSwapRemoveLiquidityEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapRemoveLiquidityEvent - avalanche_swap_stableSwapRemoveLiquidityEvents( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapRemoveLiquidityEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! - avalanche_swap_stableSwapExchange( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapExchange - avalanche_swap_stableSwapExchanges( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapExchange_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapExchange_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: avalanche_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 - ): [avalanche_swap_StableSwapExchange!]! - avalanche_swap_swapDailyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapDailyVolume - avalanche_swap_swapDailyVolumes( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapDailyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapDailyVolume_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: avalanche_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 - ): [avalanche_swap_SwapDailyVolume!]! - avalanche_swap_swapHourlyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapHourlyVolume - avalanche_swap_swapHourlyVolumes( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapHourlyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapHourlyVolume_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: avalanche_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 - ): [avalanche_swap_SwapHourlyVolume!]! - avalanche_swap_swapWeeklyVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapWeeklyVolume - avalanche_swap_swapWeeklyVolumes( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapWeeklyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapWeeklyVolume_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: avalanche_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 - ): [avalanche_swap_SwapWeeklyVolume!]! - avalanche_swap_lpAccount( + ): [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: avalanche_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 - ): avalanche_swap_LpAccount - avalanche_swap_lpAccounts( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccount_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccount_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: avalanche_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 - ): [avalanche_swap_LpAccount!]! - avalanche_swap_lpAccountBalance( + ): [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: avalanche_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 - ): avalanche_swap_LpAccountBalance - avalanche_swap_lpAccountBalances( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpAccountBalance_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpAccountBalance_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: avalanche_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 - ): [avalanche_swap_LpAccountBalance!]! - avalanche_swap_lpToken( + ): [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: avalanche_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 - ): avalanche_swap_LpToken - avalanche_swap_lpTokens( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpToken_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: avalanche_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 - ): [avalanche_swap_LpToken!]! - avalanche_swap_lpTransferEvent( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ + optimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_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 - ): avalanche_swap_LpTransferEvent - avalanche_swap_lpTransferEvents( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTransferEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTransferEvent_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: avalanche_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 - ): [avalanche_swap_LpTransferEvent!]! - avalanche_swap_stableSwapEvent( + ): [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: avalanche_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 - ): avalanche_swap_StableSwapEvent - avalanche_swap_stableSwapEvents( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_StableSwapEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_StableSwapEvent_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: avalanche_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 - ): [avalanche_swap_StableSwapEvent!]! - avalanche_swap_swapTradeVolume( + ): [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: avalanche_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 - ): avalanche_swap_SwapTradeVolume - avalanche_swap_swapTradeVolumes( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_SwapTradeVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_SwapTradeVolume_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: avalanche_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 - ): [avalanche_swap_SwapTradeVolume!]! - avalanche_swap_lpTokenEvent( + ): [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: avalanche_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 - ): avalanche_swap_LpTokenEvent - avalanche_swap_lpTokenEvents( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_swap_LpTokenEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_swap_LpTokenEvent_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: avalanche_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 - ): [avalanche_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ - polygon_asset( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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: polygon_Block_height + block: optimism_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( + ): [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: polygon_Block_height + block: optimism_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( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_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: polygon_Block_height + block: optimism_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( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + arbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_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: polygon_Block_height + block: arbitrumone_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( + ): [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: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_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: polygon_Block_height + block: arbitrumone_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( + ): [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: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_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: polygon_Block_height + block: arbitrumone_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( + ): [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: polygon_Block_height + block: arbitrumone_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( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_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: polygon_Block_height + block: arbitrumone_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_ - polygon_swap_systemInfo( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_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: polygon_swap_Block_height + block: arbitrumone_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( + ): [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: polygon_swap_Block_height + block: arbitrumone_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( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_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: polygon_swap_Block_height + block: arbitrumone_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_ - mainnet_rootAggregated( + ): [arbitrumone_SnapshotRoot!]! + arbitrumone_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: arbitrumone_SpokeConnectorMode_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [arbitrumone_SpokeConnectorMode!]! + arbitrumone_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: arbitrumone_AggregateRootProposed_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [arbitrumone_AggregateRootProposed!]! + arbitrumone_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: arbitrumone_OptimisticRootFinalized_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [arbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__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: mainnet_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 - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_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: mainnet_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 - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [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: mainnet_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 - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_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: mainnet_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 - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [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: mainnet_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 - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_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: mainnet_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 - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [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: mainnet_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 - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_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: mainnet_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 - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [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: mainnet_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 - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_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: mainnet_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 - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [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: mainnet_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 - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_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 - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_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 - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_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 - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_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 - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [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: mainnet_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 - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_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: mainnet_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 - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_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: mainnet_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 - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_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: mainnet_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 - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [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: mainnet_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 - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_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 - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_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 - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [avalanche_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ + arbitrumone_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_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 - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_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: mainnet_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 - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_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: mainnet_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 - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_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 - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_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 - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [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: mainnet_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 - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_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 - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [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: mainnet_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 - ): mainnet_HubDomain - mainnet_hubDomains( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_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 - ): [mainnet_HubDomain!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - base_swap_systemInfo( + ): [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: base_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 - ): base_swap_SystemInfo - base_swap_systemInfos( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_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 - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_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 - ): base_swap_PooledToken - base_swap_pooledTokens( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_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 - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_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 - ): base_swap_StableSwap - base_swap_stableSwaps( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_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 - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [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: base_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 - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_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: base_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 - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [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: base_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 - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_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: base_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 - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [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: base_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 - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_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: base_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 - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [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: base_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 - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_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: base_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 - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [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: base_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 - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_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: base_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 - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [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: base_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 - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_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: base_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 - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [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: base_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 - ): base_swap_LpAccount - base_swap_lpAccounts( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_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: base_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 - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [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: base_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 - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_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: base_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 - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + polygonzkevm_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_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: base_swap_Block_height + block: polygonzkevm_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( + ): [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: base_swap_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_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: base_swap_Block_height + block: polygonzkevm_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_ - bnb_asset( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_Block_height + block: polygonzkevm_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( + ): [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: bnb_Block_height + block: polygonzkevm_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( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_Block_height + block: polygonzkevm_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( + ): [polygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ + linea_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [linea_Asset!]! + linea_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [linea_AssetStatus!]! + linea_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [linea_AssetBalance!]! + linea_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [linea_Router!]! + linea_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - optimism_swap_systemInfo( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [linea_RouterLiquidityEvent!]! + linea_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [linea_Setting!]! + linea_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [linea_Relayer!]! + linea_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [linea_Sequencer!]! + linea_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [linea_RelayerFee!]! + linea_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [linea_DestinationTransfer!]! + linea_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_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: optimism_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - arbitrumone_swap_systemInfo( + ): [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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_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: arbitrumone_swap_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__Meta_ + xlayer_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): xlayer_swap_SystemInfo + xlayer_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: xlayer_swap_SystemInfo_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [xlayer_swap_SystemInfo!]! + xlayer_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): xlayer_swap_PooledToken + xlayer_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: xlayer_swap_PooledToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [xlayer_swap_PooledToken!]! + xlayer_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): xlayer_swap_StableSwap + xlayer_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xlayer_swap_StableSwap_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [xlayer_swap_StableSwap!]! + xlayer_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): xlayer_swap_StableSwapAddLiquidityEvent + xlayer_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [xlayer_swap_StableSwapAddLiquidityEvent!]! + xlayer_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): xlayer_swap_StableSwapRemoveLiquidityEvent + xlayer_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! + xlayer_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): xlayer_swap_StableSwapExchange + xlayer_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: xlayer_swap_StableSwapExchange_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [xlayer_swap_StableSwapExchange!]! + xlayer_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): xlayer_swap_SwapDailyVolume + xlayer_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: xlayer_swap_SwapDailyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [xlayer_swap_SwapDailyVolume!]! + xlayer_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): xlayer_swap_SwapHourlyVolume + xlayer_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: xlayer_swap_SwapHourlyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [xlayer_swap_SwapHourlyVolume!]! + xlayer_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): xlayer_swap_SwapWeeklyVolume + xlayer_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: xlayer_swap_SwapWeeklyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [xlayer_swap_SwapWeeklyVolume!]! + xlayer_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): xlayer_swap_LpAccount + xlayer_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: xlayer_swap_LpAccount_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [xlayer_swap_LpAccount!]! + xlayer_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): xlayer_swap_LpAccountBalance + xlayer_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: xlayer_swap_LpAccountBalance_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [xlayer_swap_LpAccountBalance!]! + xlayer_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): xlayer_swap_LpToken + xlayer_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: xlayer_swap_LpToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [xlayer_swap_LpToken!]! + xlayer_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): xlayer_swap_LpTransferEvent + xlayer_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: xlayer_swap_LpTransferEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [xlayer_swap_LpTransferEvent!]! + xlayer_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): xlayer_swap_StableSwapEvent + xlayer_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: xlayer_swap_StableSwapEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - xlayer_swap_systemInfo( + ): [xlayer_swap_StableSwapEvent!]! + xlayer_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -30566,13 +30746,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SystemInfo - xlayer_swap_systemInfos( + ): xlayer_swap_SwapTradeVolume + xlayer_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SystemInfo_orderBy + orderBy: xlayer_swap_SwapTradeVolume_orderBy orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SystemInfo_filter + where: xlayer_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -30581,8 +30761,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SystemInfo!]! - xlayer_swap_pooledToken( + ): [xlayer_swap_SwapTradeVolume!]! + xlayer_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -30592,13 +30772,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_PooledToken - xlayer_swap_pooledTokens( + ): xlayer_swap_LpTokenEvent + xlayer_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_PooledToken_orderBy + orderBy: xlayer_swap_LpTokenEvent_orderBy orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_PooledToken_filter + where: xlayer_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -30607,373 +30787,427 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_PooledToken!]! - xlayer_swap_stableSwap( + ): [xlayer_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_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: xlayer_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 - ): xlayer_swap_StableSwap - xlayer_swap_stableSwaps( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwap_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwap_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: xlayer_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 - ): [xlayer_swap_StableSwap!]! - xlayer_swap_stableSwapAddLiquidityEvent( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapAddLiquidityEvent - xlayer_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapAddLiquidityEvent_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: xlayer_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 - ): [xlayer_swap_StableSwapAddLiquidityEvent!]! - xlayer_swap_stableSwapRemoveLiquidityEvent( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapRemoveLiquidityEvent - xlayer_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapRemoveLiquidityEvent_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: xlayer_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 - ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! - xlayer_swap_stableSwapExchange( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapExchange - xlayer_swap_stableSwapExchanges( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapExchange_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapExchange_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: xlayer_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 - ): [xlayer_swap_StableSwapExchange!]! - xlayer_swap_swapDailyVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapDailyVolume - xlayer_swap_swapDailyVolumes( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapDailyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapDailyVolume_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: xlayer_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 - ): [xlayer_swap_SwapDailyVolume!]! - xlayer_swap_swapHourlyVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapHourlyVolume - xlayer_swap_swapHourlyVolumes( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapHourlyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapHourlyVolume_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: xlayer_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 - ): [xlayer_swap_SwapHourlyVolume!]! - xlayer_swap_swapWeeklyVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapWeeklyVolume - xlayer_swap_swapWeeklyVolumes( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapWeeklyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapWeeklyVolume_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: xlayer_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 - ): [xlayer_swap_SwapWeeklyVolume!]! - xlayer_swap_lpAccount( + ): [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: xlayer_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 - ): xlayer_swap_LpAccount - xlayer_swap_lpAccounts( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccount_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccount_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: xlayer_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 - ): [xlayer_swap_LpAccount!]! - xlayer_swap_lpAccountBalance( + ): [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: xlayer_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 - ): xlayer_swap_LpAccountBalance - xlayer_swap_lpAccountBalances( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccountBalance_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccountBalance_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: xlayer_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 - ): [xlayer_swap_LpAccountBalance!]! - xlayer_swap_lpToken( + ): [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: xlayer_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 - ): xlayer_swap_LpToken - xlayer_swap_lpTokens( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpToken_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: xlayer_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 - ): [xlayer_swap_LpToken!]! - xlayer_swap_lpTransferEvent( + ): [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: xlayer_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 - ): xlayer_swap_LpTransferEvent - xlayer_swap_lpTransferEvents( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTransferEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTransferEvent_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: xlayer_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 - ): [xlayer_swap_LpTransferEvent!]! - xlayer_swap_stableSwapEvent( + ): [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: xlayer_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 - ): xlayer_swap_StableSwapEvent - xlayer_swap_stableSwapEvents( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapEvent_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: xlayer_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 - ): [xlayer_swap_StableSwapEvent!]! - xlayer_swap_swapTradeVolume( + ): [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: xlayer_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 - ): xlayer_swap_SwapTradeVolume - xlayer_swap_swapTradeVolumes( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapTradeVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapTradeVolume_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: xlayer_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 - ): [xlayer_swap_SwapTradeVolume!]! - xlayer_swap_lpTokenEvent( + ): [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: xlayer_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 - ): xlayer_swap_LpTokenEvent - xlayer_swap_lpTokenEvents( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTokenEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTokenEvent_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: xlayer_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 - ): [xlayer_swap_LpTokenEvent!]! + ): [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: xdai_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( + skip: Int = 0 + first: Int = 100 + 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: xdai_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( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 + """ + 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( + skip: Int = 0 + first: Int = 100 + 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: xdai_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""" - xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ arbitrumsepolia_asset( id: ID! """ @@ -31574,4022 +31808,4202 @@ type Subscription { ): [arbitrumsepolia_OptimisticRootFinalized!]! """Access to subgraph metadata""" arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__Meta_ - zksync_asset( + sepolia_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Asset - zksync_assets( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_filter + orderBy: sepolia_Asset_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Asset!]! - zksync_assetStatus( + ): [sepolia_Asset!]! + sepolia_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetStatus - zksync_assetStatuses( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_filter + orderBy: sepolia_AssetStatus_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetStatus!]! - zksync_assetBalance( + ): [sepolia_AssetStatus!]! + sepolia_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetBalance - zksync_assetBalances( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_filter + orderBy: sepolia_AssetBalance_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetBalance!]! - zksync_router( + ): [sepolia_AssetBalance!]! + sepolia_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Router - zksync_routers( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_filter + orderBy: sepolia_Router_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [sepolia_Router!]! + sepolia_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_filter + orderBy: sepolia_RouterDailyTVL_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [sepolia_RouterDailyTVL!]! + sepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_filter + orderBy: sepolia_RouterLiquidityEvent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [sepolia_RouterLiquidityEvent!]! + sepolia_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Setting - zksync_settings( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_filter + orderBy: sepolia_Setting_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Setting!]! - zksync_relayer( + ): [sepolia_Setting!]! + sepolia_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Relayer - zksync_relayers( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_filter + orderBy: sepolia_Relayer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Relayer!]! - zksync_sequencer( + ): [sepolia_Relayer!]! + sepolia_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Sequencer - zksync_sequencers( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_filter + orderBy: sepolia_Sequencer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [sepolia_Sequencer!]! + sepolia_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFee - zksync_relayerFees( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_filter + orderBy: sepolia_RelayerFee_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [sepolia_RelayerFee!]! + sepolia_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginTransfer - zksync_originTransfers( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_filter + orderBy: sepolia_OriginTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [sepolia_OriginTransfer!]! + sepolia_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_filter + orderBy: sepolia_DestinationTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [sepolia_DestinationTransfer!]! + sepolia_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginMessage - zksync_originMessages( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_filter + orderBy: sepolia_OriginMessage_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [sepolia_OriginMessage!]! + sepolia_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_filter + orderBy: sepolia_AggregateRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [sepolia_AggregateRoot!]! + sepolia_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_filter + orderBy: sepolia_ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [sepolia_ConnectorMeta!]! + sepolia_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootCount - zksync_rootCounts( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_filter + orderBy: sepolia_RootCount_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [sepolia_RootCount!]! + sepolia_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_filter + orderBy: sepolia_RootMessageSent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [sepolia_RootMessageSent!]! + sepolia_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_filter + orderBy: sepolia_RelayerFeesIncrease_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [sepolia_RelayerFeesIncrease!]! + sepolia_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_filter + orderBy: sepolia_SlippageUpdate_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [sepolia_SlippageUpdate!]! + sepolia_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_filter + orderBy: sepolia_SnapshotRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [sepolia_SnapshotRoot!]! + sepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_filter + orderBy: sepolia_SpokeConnectorMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [sepolia_SpokeConnectorMode!]! + sepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_filter + orderBy: sepolia_AggregateRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [sepolia_AggregateRootProposed!]! + sepolia_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_filter + orderBy: sepolia_OptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - avalanche_asset( + ): [sepolia_OptimisticRootFinalized!]! + 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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Asset - avalanche_assets( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Asset_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Asset!]! - avalanche_assetStatus( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetStatus - avalanche_assetStatuses( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetStatus_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetStatus!]! - avalanche_assetBalance( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetBalance - avalanche_assetBalances( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetBalance_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetBalance!]! - avalanche_router( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Router - avalanche_routers( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Router_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Router!]! - avalanche_routerDailyTVL( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterDailyTVL - avalanche_routerDailyTVLs( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterDailyTVL_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterDailyTVL!]! - avalanche_routerLiquidityEvent( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterLiquidityEvent - avalanche_routerLiquidityEvents( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterLiquidityEvent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterLiquidityEvent!]! - avalanche_setting( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Setting - avalanche_settings( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Setting_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Setting!]! - avalanche_relayer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Relayer - avalanche_relayers( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Relayer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Relayer!]! - avalanche_sequencer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Sequencer - avalanche_sequencers( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Sequencer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Sequencer!]! - avalanche_relayerFee( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFee - avalanche_relayerFees( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFee_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFee!]! - avalanche_originTransfer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginTransfer - avalanche_originTransfers( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginTransfer!]! - avalanche_destinationTransfer( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_DestinationTransfer - avalanche_destinationTransfers( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_DestinationTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_DestinationTransfer!]! - avalanche_originMessage( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginMessage - avalanche_originMessages( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginMessage_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginMessage!]! - avalanche_aggregateRoot( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRoot - avalanche_aggregateRoots( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRoot!]! - avalanche_connectorMeta( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_ConnectorMeta - avalanche_connectorMetas( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: avalanche_ConnectorMeta_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_ConnectorMeta!]! - avalanche_rootCount( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootCount - avalanche_rootCounts( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootCount_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootCount!]! - avalanche_rootMessageSent( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootMessageSent - avalanche_rootMessageSents( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootMessageSent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootMessageSent!]! - avalanche_relayerFeesIncrease( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFeesIncrease - avalanche_relayerFeesIncreases( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFeesIncrease_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFeesIncrease!]! - avalanche_slippageUpdate( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SlippageUpdate - avalanche_slippageUpdates( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SlippageUpdate_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SlippageUpdate!]! - avalanche_snapshotRoot( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SnapshotRoot - avalanche_snapshotRoots( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SnapshotRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SnapshotRoot!]! - avalanche_spokeConnectorMode( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SpokeConnectorMode - avalanche_spokeConnectorModes( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SpokeConnectorMode_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SpokeConnectorMode!]! - avalanche_aggregateRootProposed( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRootProposed - avalanche_aggregateRootProposeds( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRootProposed_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRootProposed!]! - avalanche_optimisticRootFinalized( + ): [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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OptimisticRootFinalized - avalanche_optimisticRootFinalizeds( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OptimisticRootFinalized_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_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: avalanche_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OptimisticRootFinalized!]! + ): [bnb_OptimisticRootFinalized!]! """Access to subgraph metadata""" - avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - mainnet_asset( + bnb__meta(block: bnb_Block_height): bnb__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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: polygonzkevm_swap_Asset_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: polygonzkevm_swap_AssetStatus_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: polygonzkevm_swap_AssetBalance_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: polygonzkevm_swap_Router_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_filter + orderBy: polygonzkevm_swap_Setting_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_filter + orderBy: polygonzkevm_swap_Relayer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_filter + orderBy: polygonzkevm_swap_Sequencer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_filter + orderBy: polygonzkevm_swap_RelayerFee_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_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( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_filter + orderBy: polygonzkevm_swap_OriginTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_filter + orderBy: polygonzkevm_swap_DestinationTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginMessage - mainnet_originMessages( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_filter + orderBy: polygonzkevm_swap_OriginMessage_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginMessage!]! - mainnet_aggregateRoot( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_filter + orderBy: polygonzkevm_swap_AggregateRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRoot!]! - mainnet_connectorMeta( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_filter + orderBy: polygonzkevm_swap_ConnectorMeta_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ConnectorMeta!]! - mainnet_rootCount( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootCount - mainnet_rootCounts( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_filter + orderBy: polygonzkevm_swap_RootCount_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_filter + orderBy: polygonzkevm_swap_RootMessageSent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_filter + orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_filter + orderBy: polygonzkevm_swap_SlippageUpdate_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SlippageUpdate!]! - mainnet_snapshotRoot( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SnapshotRoot - mainnet_snapshotRoots( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_filter + orderBy: polygonzkevm_swap_SnapshotRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SnapshotRoot!]! - mainnet_spokeConnectorMode( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SpokeConnectorMode - mainnet_spokeConnectorModes( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_filter + orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SpokeConnectorMode!]! - mainnet_aggregateRootProposed( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootProposed - mainnet_aggregateRootProposeds( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_filter + orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootProposed!]! - mainnet_optimisticRootFinalized( + ): [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: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_filter + orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - base_asset( + ): [polygonzkevm_swap_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ + zksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_filter + orderBy: zksync_Asset_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_filter + orderBy: zksync_AssetStatus_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: zksync_AssetBalance_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: zksync_Router_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: zksync_RouterDailyTVL_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: zksync_RouterLiquidityEvent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: zksync_Setting_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: zksync_Relayer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: zksync_Sequencer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: zksync_RelayerFee_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: zksync_OriginTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: zksync_DestinationTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: zksync_OriginMessage_orderBy + orderDirection: zksync_OrderDirection + where: zksync_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: zksync_AggregateRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: zksync_ConnectorMeta_orderBy + orderDirection: zksync_OrderDirection + where: zksync_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: zksync_RootCount_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: zksync_RootMessageSent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: zksync_RelayerFeesIncrease_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + orderBy: zksync_SlippageUpdate_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_filter + orderBy: zksync_SnapshotRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_filter + orderBy: zksync_SpokeConnectorMode_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_filter + orderBy: zksync_AggregateRootProposed_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_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( + ): [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: base_Block_height + block: zksync_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( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_filter + orderBy: zksync_OptimisticRootFinalized_orderBy + orderDirection: zksync_OrderDirection + where: zksync_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OptimisticRootFinalized!]! + ): [zksync_OptimisticRootFinalized!]! """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - linea_swap_systemInfo( + zksync__meta(block: zksync_Block_height): zksync__Meta_ + mantle_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_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: linea_swap_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - metis_asset( + ): [mantle_RootCount!]! + mantle_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Asset - metis_assets( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: mantle_RootMessageSent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Asset!]! - metis_assetStatus( + ): [mantle_RootMessageSent!]! + mantle_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetStatus - metis_assetStatuses( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: mantle_RelayerFeesIncrease_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetStatus!]! - metis_assetBalance( + ): [mantle_RelayerFeesIncrease!]! + mantle_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetBalance - metis_assetBalances( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_filter + orderBy: mantle_SlippageUpdate_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetBalance!]! - metis_router( + ): [mantle_SlippageUpdate!]! + mantle_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Router - metis_routers( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_filter + orderBy: mantle_SnapshotRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Router!]! - metis_routerDailyTVL( + ): [mantle_SnapshotRoot!]! + mantle_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterDailyTVL - metis_routerDailyTVLs( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_filter + orderBy: mantle_SpokeConnectorMode_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterDailyTVL!]! - metis_routerLiquidityEvent( + ): [mantle_SpokeConnectorMode!]! + mantle_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterLiquidityEvent - metis_routerLiquidityEvents( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_filter + orderBy: mantle_AggregateRootProposed_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterLiquidityEvent!]! - metis_setting( + ): [mantle_AggregateRootProposed!]! + mantle_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Setting - metis_settings( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_filter + orderBy: mantle_OptimisticRootFinalized_orderBy + orderDirection: mantle_OrderDirection + where: mantle_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Setting!]! - metis_relayer( + ): [mantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mantle__meta(block: mantle_Block_height): mantle__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: metis_Block_height + block: mainnet_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( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_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: metis_Block_height + block: mainnet_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( + ): [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: metis_Block_height + block: mainnet_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( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_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: metis_Block_height + block: mainnet_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_ - mode_asset( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Asset - mode_assets( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Asset!]! - mode_assetStatus( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetStatus - mode_assetStatuses( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetBalance - mode_assetBalances( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetBalance!]! - mode_router( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Router - mode_routers( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Router!]! - mode_routerDailyTVL( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_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: mode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [mainnet_OptimisticRootFinalized!]! + 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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginMessage - mode_originMessages( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRoot - mode_aggregateRoots( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_ConnectorMeta - mode_connectorMetas( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootCount - mode_rootCounts( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootMessageSent - mode_rootMessageSents( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SlippageUpdate - mode_slippageUpdates( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SnapshotRoot - mode_snapshotRoots( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_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: mode_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OptimisticRootFinalized!]! + ): [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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_RootMessageSent + avalanche_rootMessageSents( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_RootMessageSent!]! + avalanche_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_RelayerFeesIncrease!]! + avalanche_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_SlippageUpdate!]! + avalanche_snapshotRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_SnapshotRoot!]! + avalanche_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_SpokeConnectorMode!]! + avalanche_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_AggregateRootProposed!]! + avalanche_optimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + 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: avalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [avalanche_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ + avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ xlayer_asset( id: ID! """ @@ -36190,2287 +36604,1206 @@ type Subscription { ): [xlayer_OptimisticRootFinalized!]! """Access to subgraph metadata""" xlayer__meta(block: xlayer_Block_height): xlayer__Meta_ - bnb_swap_systemInfo( + mode_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: mode_Asset_orderBy + orderDirection: mode_OrderDirection + where: mode_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [mode_Asset!]! + mode_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: mode_AssetStatus_orderBy + orderDirection: mode_OrderDirection + where: mode_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [mode_AssetStatus!]! + mode_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: mode_AssetBalance_orderBy + orderDirection: mode_OrderDirection + where: mode_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [mode_AssetBalance!]! + mode_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: mode_Router_orderBy + orderDirection: mode_OrderDirection + where: mode_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [mode_Router!]! + mode_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mode_RouterDailyTVL_orderBy + orderDirection: mode_OrderDirection + where: mode_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [mode_RouterDailyTVL!]! + mode_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: mode_RouterLiquidityEvent_orderBy + orderDirection: mode_OrderDirection + where: mode_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [mode_RouterLiquidityEvent!]! + mode_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: mode_Setting_orderBy + orderDirection: mode_OrderDirection + where: mode_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [mode_Setting!]! + mode_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: mode_Relayer_orderBy + orderDirection: mode_OrderDirection + where: mode_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [mode_Relayer!]! + mode_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: mode_Sequencer_orderBy + orderDirection: mode_OrderDirection + where: mode_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [mode_Sequencer!]! + mode_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: mode_RelayerFee_orderBy + orderDirection: mode_OrderDirection + where: mode_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [mode_RelayerFee!]! + mode_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: mode_OriginTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [mode_OriginTransfer!]! + mode_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: mode_DestinationTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [mode_DestinationTransfer!]! + mode_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: mode_OriginMessage_orderBy + orderDirection: mode_OrderDirection + where: mode_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [mode_OriginMessage!]! + mode_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter + orderBy: mode_AggregateRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [mode_AggregateRoot!]! + mode_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: mode_ConnectorMeta_orderBy + orderDirection: mode_OrderDirection + where: mode_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [mode_ConnectorMeta!]! + mode_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: mode_RootCount_orderBy + orderDirection: mode_OrderDirection + where: mode_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_swap_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! + ): [mode_RootCount!]! + mode_rootMessageSent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mode_RootMessageSent + mode_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: mode_RootMessageSent_orderBy + orderDirection: mode_OrderDirection + where: mode_RootMessageSent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mode_RootMessageSent!]! + mode_relayerFeesIncrease( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: mode_RelayerFeesIncrease_orderBy + orderDirection: mode_OrderDirection + where: mode_RelayerFeesIncrease_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mode_RelayerFeesIncrease!]! + mode_slippageUpdate( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mode_SlippageUpdate + mode_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: mode_SlippageUpdate_orderBy + orderDirection: mode_OrderDirection + where: mode_SlippageUpdate_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mode_SlippageUpdate!]! + mode_snapshotRoot( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mode_SnapshotRoot + mode_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: mode_SnapshotRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_SnapshotRoot_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mode_SnapshotRoot!]! + mode_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: mode_SpokeConnectorMode_orderBy + orderDirection: mode_OrderDirection + where: mode_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mode_SpokeConnectorMode!]! + mode_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: mode_AggregateRootProposed_orderBy + orderDirection: mode_OrderDirection + where: mode_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mode_AggregateRootProposed!]! + mode_optimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: mode_OptimisticRootFinalized_orderBy + orderDirection: mode_OrderDirection + where: mode_OptimisticRootFinalized_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: mode_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [mode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ -} - -enum optimismsepolia_swap_Aggregation_interval { - hour - day -} - -scalar optimismsepolia_swap_BigDecimal - -scalar BigInt - -input optimismsepolia_swap_BlockChangedFilter { - number_gte: Int! -} - -input optimismsepolia_swap_Block_height { - hash: optimismsepolia_swap_Bytes - number: Int - number_gte: Int -} - -scalar optimismsepolia_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar optimismsepolia_swap_Int8 - -type optimismsepolia_swap_LpAccount { - id: ID! - address: optimismsepolia_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpAccountBalance_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpAccountBalance_filter): [optimismsepolia_swap_LpAccountBalance!]! -} - -type optimismsepolia_swap_LpAccountBalance { - id: ID! - account: optimismsepolia_swap_LpAccount! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: optimismsepolia_swap_Bytes -} - -input optimismsepolia_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - 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_: optimismsepolia_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: optimismsepolia_swap_LpToken_filter - amount: optimismsepolia_swap_BigDecimal - amount_not: optimismsepolia_swap_BigDecimal - amount_gt: optimismsepolia_swap_BigDecimal - amount_lt: optimismsepolia_swap_BigDecimal - amount_gte: optimismsepolia_swap_BigDecimal - amount_lte: optimismsepolia_swap_BigDecimal - amount_in: [optimismsepolia_swap_BigDecimal!] - amount_not_in: [optimismsepolia_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpAccountBalance_filter] - or: [optimismsepolia_swap_LpAccountBalance_filter] -} - -enum optimismsepolia_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction -} - -input optimismsepolia_swap_LpAccount_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - address: optimismsepolia_swap_Bytes - address_not: optimismsepolia_swap_Bytes - address_gt: optimismsepolia_swap_Bytes - address_lt: optimismsepolia_swap_Bytes - address_gte: optimismsepolia_swap_Bytes - address_lte: optimismsepolia_swap_Bytes - address_in: [optimismsepolia_swap_Bytes!] - address_not_in: [optimismsepolia_swap_Bytes!] - address_contains: optimismsepolia_swap_Bytes - address_not_contains: optimismsepolia_swap_Bytes - balances_: optimismsepolia_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpAccount_filter] - or: [optimismsepolia_swap_LpAccount_filter] -} - -enum optimismsepolia_swap_LpAccount_orderBy { - id - address - balances -} - -type optimismsepolia_swap_LpToken { - id: ID! - address: optimismsepolia_swap_Bytes! - stableSwap: optimismsepolia_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: optimismsepolia_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpTokenEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpTokenEvent_filter): [optimismsepolia_swap_LpTokenEvent!]! -} - -interface optimismsepolia_swap_LpTokenEvent { - id: ID! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! -} - -input optimismsepolia_swap_LpTokenEvent_filter { - id: ID - id_not: ID - id_gt: ID - 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_: optimismsepolia_swap_LpToken_filter - amount: optimismsepolia_swap_BigDecimal - amount_not: optimismsepolia_swap_BigDecimal - amount_gt: optimismsepolia_swap_BigDecimal - amount_lt: optimismsepolia_swap_BigDecimal - amount_gte: optimismsepolia_swap_BigDecimal - amount_lte: optimismsepolia_swap_BigDecimal - amount_in: [optimismsepolia_swap_BigDecimal!] - amount_not_in: [optimismsepolia_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpTokenEvent_filter] - or: [optimismsepolia_swap_LpTokenEvent_filter] -} - -enum optimismsepolia_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce -} - -input optimismsepolia_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: optimismsepolia_swap_Bytes - address_not: optimismsepolia_swap_Bytes - address_gt: optimismsepolia_swap_Bytes - address_lt: optimismsepolia_swap_Bytes - address_gte: optimismsepolia_swap_Bytes - address_lte: optimismsepolia_swap_Bytes - address_in: [optimismsepolia_swap_Bytes!] - address_not_in: [optimismsepolia_swap_Bytes!] - address_contains: optimismsepolia_swap_Bytes - address_not_contains: optimismsepolia_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: optimismsepolia_swap_BigDecimal - totalSupply_not: optimismsepolia_swap_BigDecimal - totalSupply_gt: optimismsepolia_swap_BigDecimal - totalSupply_lt: optimismsepolia_swap_BigDecimal - totalSupply_gte: optimismsepolia_swap_BigDecimal - totalSupply_lte: optimismsepolia_swap_BigDecimal - totalSupply_in: [optimismsepolia_swap_BigDecimal!] - totalSupply_not_in: [optimismsepolia_swap_BigDecimal!] - events_: optimismsepolia_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpToken_filter] - or: [optimismsepolia_swap_LpToken_filter] -} - -enum optimismsepolia_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 optimismsepolia_swap_LpTransferEvent implements optimismsepolia_swap_LpTokenEvent { - id: ID! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! - from: optimismsepolia_swap_Bytes! - to: optimismsepolia_swap_Bytes! - fromBalance: optimismsepolia_swap_BigDecimal! - toBalance: optimismsepolia_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! -} - -input optimismsepolia_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_: optimismsepolia_swap_LpToken_filter - amount: optimismsepolia_swap_BigDecimal - amount_not: optimismsepolia_swap_BigDecimal - amount_gt: optimismsepolia_swap_BigDecimal - amount_lt: optimismsepolia_swap_BigDecimal - amount_gte: optimismsepolia_swap_BigDecimal - amount_lte: optimismsepolia_swap_BigDecimal - amount_in: [optimismsepolia_swap_BigDecimal!] - amount_not_in: [optimismsepolia_swap_BigDecimal!] - from: optimismsepolia_swap_Bytes - from_not: optimismsepolia_swap_Bytes - from_gt: optimismsepolia_swap_Bytes - from_lt: optimismsepolia_swap_Bytes - from_gte: optimismsepolia_swap_Bytes - from_lte: optimismsepolia_swap_Bytes - from_in: [optimismsepolia_swap_Bytes!] - from_not_in: [optimismsepolia_swap_Bytes!] - from_contains: optimismsepolia_swap_Bytes - from_not_contains: optimismsepolia_swap_Bytes - to: optimismsepolia_swap_Bytes - to_not: optimismsepolia_swap_Bytes - to_gt: optimismsepolia_swap_Bytes - to_lt: optimismsepolia_swap_Bytes - to_gte: optimismsepolia_swap_Bytes - to_lte: optimismsepolia_swap_Bytes - to_in: [optimismsepolia_swap_Bytes!] - to_not_in: [optimismsepolia_swap_Bytes!] - to_contains: optimismsepolia_swap_Bytes - to_not_contains: optimismsepolia_swap_Bytes - fromBalance: optimismsepolia_swap_BigDecimal - fromBalance_not: optimismsepolia_swap_BigDecimal - fromBalance_gt: optimismsepolia_swap_BigDecimal - fromBalance_lt: optimismsepolia_swap_BigDecimal - fromBalance_gte: optimismsepolia_swap_BigDecimal - fromBalance_lte: optimismsepolia_swap_BigDecimal - fromBalance_in: [optimismsepolia_swap_BigDecimal!] - fromBalance_not_in: [optimismsepolia_swap_BigDecimal!] - toBalance: optimismsepolia_swap_BigDecimal - toBalance_not: optimismsepolia_swap_BigDecimal - toBalance_gt: optimismsepolia_swap_BigDecimal - toBalance_lt: optimismsepolia_swap_BigDecimal - toBalance_gte: optimismsepolia_swap_BigDecimal - toBalance_lte: optimismsepolia_swap_BigDecimal - toBalance_in: [optimismsepolia_swap_BigDecimal!] - toBalance_not_in: [optimismsepolia_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpTransferEvent_filter] - or: [optimismsepolia_swap_LpTransferEvent_filter] -} - -enum optimismsepolia_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 optimismsepolia_swap_OrderDirection { - asc - desc -} - -type optimismsepolia_swap_PooledToken { - id: ID! - asset: optimismsepolia_swap_Bytes! -} - -input optimismsepolia_swap_PooledToken_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - asset: optimismsepolia_swap_Bytes - asset_not: optimismsepolia_swap_Bytes - asset_gt: optimismsepolia_swap_Bytes - asset_lt: optimismsepolia_swap_Bytes - asset_gte: optimismsepolia_swap_Bytes - asset_lte: optimismsepolia_swap_Bytes - asset_in: [optimismsepolia_swap_Bytes!] - asset_not_in: [optimismsepolia_swap_Bytes!] - asset_contains: optimismsepolia_swap_Bytes - asset_not_contains: optimismsepolia_swap_Bytes - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_PooledToken_filter] - or: [optimismsepolia_swap_PooledToken_filter] -} - -enum optimismsepolia_swap_PooledToken_orderBy { - id - asset -} - -type optimismsepolia_swap_StableSwap { - id: ID! - isActive: Boolean - key: optimismsepolia_swap_Bytes! - canonicalId: optimismsepolia_swap_Bytes - domain: BigInt - swapPool: optimismsepolia_swap_Bytes - lpToken: optimismsepolia_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [optimismsepolia_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapEvent_filter): [optimismsepolia_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapExchange_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapExchange_filter): [optimismsepolia_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapHourlyVolume_filter): [optimismsepolia_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapDailyVolume_filter): [optimismsepolia_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapWeeklyVolume_filter): [optimismsepolia_swap_SwapWeeklyVolume!] -} - -type optimismsepolia_swap_StableSwapAddLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - provider: optimismsepolia_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! -} - -input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter - provider: optimismsepolia_swap_Bytes - provider_not: optimismsepolia_swap_Bytes - provider_gt: optimismsepolia_swap_Bytes - provider_lt: optimismsepolia_swap_Bytes - provider_gte: optimismsepolia_swap_Bytes - provider_lte: optimismsepolia_swap_Bytes - provider_in: [optimismsepolia_swap_Bytes!] - provider_not_in: [optimismsepolia_swap_Bytes!] - provider_contains: optimismsepolia_swap_Bytes - provider_not_contains: optimismsepolia_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] -} - -enum optimismsepolia_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 optimismsepolia_swap_StableSwapEvent { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! -} - -input optimismsepolia_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_: optimismsepolia_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapEvent_filter] - or: [optimismsepolia_swap_StableSwapEvent_filter] -} - -enum optimismsepolia_swap_StableSwapEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce -} - -type optimismsepolia_swap_StableSwapExchange { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - buyer: optimismsepolia_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! -} - -input optimismsepolia_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_: optimismsepolia_swap_StableSwap_filter - buyer: optimismsepolia_swap_Bytes - buyer_not: optimismsepolia_swap_Bytes - buyer_gt: optimismsepolia_swap_Bytes - buyer_lt: optimismsepolia_swap_Bytes - buyer_gte: optimismsepolia_swap_Bytes - buyer_lte: optimismsepolia_swap_Bytes - buyer_in: [optimismsepolia_swap_Bytes!] - buyer_not_in: [optimismsepolia_swap_Bytes!] - buyer_contains: optimismsepolia_swap_Bytes - buyer_not_contains: optimismsepolia_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapExchange_filter] - or: [optimismsepolia_swap_StableSwapExchange_filter] -} - -enum optimismsepolia_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 optimismsepolia_swap_StableSwapRemoveLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - provider: optimismsepolia_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! -} - -input optimismsepolia_swap_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_: optimismsepolia_swap_StableSwap_filter - provider: optimismsepolia_swap_Bytes - provider_not: optimismsepolia_swap_Bytes - provider_gt: optimismsepolia_swap_Bytes - provider_lt: optimismsepolia_swap_Bytes - provider_gte: optimismsepolia_swap_Bytes - provider_lte: optimismsepolia_swap_Bytes - provider_in: [optimismsepolia_swap_Bytes!] - provider_not_in: [optimismsepolia_swap_Bytes!] - provider_contains: optimismsepolia_swap_Bytes - provider_not_contains: optimismsepolia_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] -} - -enum optimismsepolia_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 optimismsepolia_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: optimismsepolia_swap_Bytes - key_not: optimismsepolia_swap_Bytes - key_gt: optimismsepolia_swap_Bytes - key_lt: optimismsepolia_swap_Bytes - key_gte: optimismsepolia_swap_Bytes - key_lte: optimismsepolia_swap_Bytes - key_in: [optimismsepolia_swap_Bytes!] - key_not_in: [optimismsepolia_swap_Bytes!] - key_contains: optimismsepolia_swap_Bytes - key_not_contains: optimismsepolia_swap_Bytes - canonicalId: optimismsepolia_swap_Bytes - canonicalId_not: optimismsepolia_swap_Bytes - canonicalId_gt: optimismsepolia_swap_Bytes - canonicalId_lt: optimismsepolia_swap_Bytes - canonicalId_gte: optimismsepolia_swap_Bytes - canonicalId_lte: optimismsepolia_swap_Bytes - canonicalId_in: [optimismsepolia_swap_Bytes!] - canonicalId_not_in: [optimismsepolia_swap_Bytes!] - canonicalId_contains: optimismsepolia_swap_Bytes - canonicalId_not_contains: optimismsepolia_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: optimismsepolia_swap_Bytes - swapPool_not: optimismsepolia_swap_Bytes - swapPool_gt: optimismsepolia_swap_Bytes - swapPool_lt: optimismsepolia_swap_Bytes - swapPool_gte: optimismsepolia_swap_Bytes - swapPool_lte: optimismsepolia_swap_Bytes - swapPool_in: [optimismsepolia_swap_Bytes!] - swapPool_not_in: [optimismsepolia_swap_Bytes!] - swapPool_contains: optimismsepolia_swap_Bytes - swapPool_not_contains: optimismsepolia_swap_Bytes - lpToken: optimismsepolia_swap_Bytes - lpToken_not: optimismsepolia_swap_Bytes - lpToken_gt: optimismsepolia_swap_Bytes - lpToken_lt: optimismsepolia_swap_Bytes - lpToken_gte: optimismsepolia_swap_Bytes - lpToken_lte: optimismsepolia_swap_Bytes - lpToken_in: [optimismsepolia_swap_Bytes!] - lpToken_not_in: [optimismsepolia_swap_Bytes!] - lpToken_contains: optimismsepolia_swap_Bytes - lpToken_not_contains: optimismsepolia_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [optimismsepolia_swap_Bytes!] - pooledTokens_not: [optimismsepolia_swap_Bytes!] - pooledTokens_contains: [optimismsepolia_swap_Bytes!] - pooledTokens_contains_nocase: [optimismsepolia_swap_Bytes!] - pooledTokens_not_contains: [optimismsepolia_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimismsepolia_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: optimismsepolia_swap_StableSwapEvent_filter - exchanges_: optimismsepolia_swap_StableSwapExchange_filter - hourlyVolumes_: optimismsepolia_swap_SwapHourlyVolume_filter - dailyVolumes_: optimismsepolia_swap_SwapDailyVolume_filter - weeklyVolumes_: optimismsepolia_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwap_filter] - or: [optimismsepolia_swap_StableSwap_filter] -} - -enum optimismsepolia_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 optimismsepolia_swap_SwapDailyVolume implements optimismsepolia_swap_SwapTradeVolume { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! -} - -input optimismsepolia_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_: optimismsepolia_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapDailyVolume_filter] - or: [optimismsepolia_swap_SwapDailyVolume_filter] -} - -enum optimismsepolia_swap_SwapDailyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type optimismsepolia_swap_SwapHourlyVolume implements optimismsepolia_swap_SwapTradeVolume { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! -} - -input optimismsepolia_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_: optimismsepolia_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapHourlyVolume_filter] - or: [optimismsepolia_swap_SwapHourlyVolume_filter] -} - -enum optimismsepolia_swap_SwapHourlyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface optimismsepolia_swap_SwapTradeVolume { - stableSwap: optimismsepolia_swap_StableSwap! - timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! -} - -input optimismsepolia_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapTradeVolume_filter] - or: [optimismsepolia_swap_SwapTradeVolume_filter] -} - -enum optimismsepolia_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type optimismsepolia_swap_SwapWeeklyVolume implements optimismsepolia_swap_SwapTradeVolume { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! -} - -input optimismsepolia_swap_SwapWeeklyVolume_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapWeeklyVolume_filter] - or: [optimismsepolia_swap_SwapWeeklyVolume_filter] -} - -enum optimismsepolia_swap_SwapWeeklyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type optimismsepolia_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input optimismsepolia_swap_SystemInfo_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SystemInfo_filter] - or: [optimismsepolia_swap_SystemInfo_filter] -} - -enum optimismsepolia_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -""" -A string representation of microseconds UNIX timestamp (16 digits) - -""" -scalar Timestamp - -type optimismsepolia_swap__Block_ { - """The hash of the block""" - hash: optimismsepolia_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: optimismsepolia_swap_Bytes -} - -"""The type for the top-level _meta field""" -type optimismsepolia_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: optimismsepolia_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -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 + mode__meta(block: mode_Block_height): mode__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_ } type optimismsepolia_AggregateRoot { @@ -38909,6 +38242,8 @@ enum optimismsepolia_Asset_orderBy { scalar optimismsepolia_BigDecimal +scalar BigInt + input optimismsepolia_BlockChangedFilter { number_gte: Int! } @@ -41068,353 +40403,29 @@ enum optimismsepolia_SlippageUpdate_orderBy { transfer__reconciledTransactionHash transfer__reconciledTimestamp transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type optimismsepolia_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: optimismsepolia_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input optimismsepolia_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: optimismsepolia_Bytes - root_not: optimismsepolia_Bytes - root_gt: optimismsepolia_Bytes - root_lt: optimismsepolia_Bytes - root_gte: optimismsepolia_Bytes - root_lte: optimismsepolia_Bytes - root_in: [optimismsepolia_Bytes!] - root_not_in: [optimismsepolia_Bytes!] - root_contains: optimismsepolia_Bytes - root_not_contains: optimismsepolia_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_SnapshotRoot_filter] - or: [optimismsepolia_SnapshotRoot_filter] -} - -enum optimismsepolia_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type optimismsepolia_SpokeConnectorMode { - id: ID! - mode: String! -} - -input optimismsepolia_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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_SpokeConnectorMode_filter] - or: [optimismsepolia_SpokeConnectorMode_filter] -} - -enum optimismsepolia_SpokeConnectorMode_orderBy { - id - mode -} - -enum optimismsepolia_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type optimismsepolia__Block_ { - """The hash of the block""" - hash: optimismsepolia_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: optimismsepolia_Bytes -} - -"""The type for the top-level _meta field""" -type optimismsepolia__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: optimismsepolia__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum xdai_Aggregation_interval { - hour - day -} - -type xdai_AssetBalance { - id: ID! - amount: BigInt! - router: xdai_Router! - assetId: xdai_Bytes! -} - -input xdai_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_: xdai_Router_filter - assetId: xdai_Bytes - assetId_not: xdai_Bytes - assetId_gt: xdai_Bytes - assetId_lt: xdai_Bytes - assetId_gte: xdai_Bytes - assetId_lte: xdai_Bytes - assetId_in: [xdai_Bytes!] - assetId_not_in: [xdai_Bytes!] - assetId_contains: xdai_Bytes - assetId_not_contains: xdai_Bytes - """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AssetBalance_filter] - or: [xdai_AssetBalance_filter] -} - -enum xdai_AssetBalance_orderBy { - id - amount - router - router__id - assetId -} - -scalar xdai_BigDecimal - -input xdai_BlockChangedFilter { - number_gte: Int! -} - -input xdai_Block_height { - hash: xdai_Bytes - number: Int - number_gte: Int -} - -scalar xdai_Bytes - -""" -8 bytes signed integer - -""" -scalar xdai_Int8 - -"""Defines the order direction, either ascending or descending""" -enum xdai_OrderDirection { - asc - desc -} - -type xdai_Router { - id: ID! - assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! - transactions(skip: Int = 0, first: Int = 100, orderBy: xdai_Transaction_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Transaction_filter): [xdai_Transaction!]! -} - -input xdai_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!] - assetBalances_: xdai_AssetBalance_filter - transactions_: xdai_Transaction_filter - """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Router_filter] - or: [xdai_Router_filter] -} - -enum xdai_Router_orderBy { - id - assetBalances - transactions -} - -type xdai_Transaction { - id: ID! - status: xdai_TransactionStatus! - chainId: BigInt! - preparedTimestamp: BigInt! - receivingChainTxManagerAddress: xdai_Bytes! - user: xdai_User! - router: xdai_Router! - initiator: xdai_Bytes! - sendingAssetId: xdai_Bytes! - receivingAssetId: xdai_Bytes! - sendingChainFallback: xdai_Bytes! - callTo: xdai_Bytes! - receivingAddress: xdai_Bytes! - callDataHash: xdai_Bytes! - transactionId: xdai_Bytes! - sendingChainId: BigInt! - receivingChainId: BigInt! - amount: BigInt! - expiry: BigInt! - preparedBlockNumber: BigInt! - encryptedCallData: String! - prepareCaller: xdai_Bytes - bidSignature: xdai_Bytes! - encodedBid: String! - prepareTransactionHash: xdai_Bytes! - prepareMeta: xdai_Bytes - relayerFee: BigInt - signature: xdai_Bytes - callData: String - externalCallSuccess: Boolean - externalCallIsContract: Boolean - externalCallReturnData: xdai_Bytes - fulfillCaller: xdai_Bytes - fulfillTransactionHash: xdai_Bytes - fulfillMeta: xdai_Bytes - fulfillTimestamp: BigInt - cancelCaller: xdai_Bytes - cancelTransactionHash: xdai_Bytes - cancelMeta: xdai_Bytes - cancelTimestamp: BigInt + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -enum xdai_TransactionStatus { - Prepared - Fulfilled - Cancelled +type optimismsepolia_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: optimismsepolia_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -input xdai_Transaction_filter { +input optimismsepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -41423,467 +40434,69 @@ input xdai_Transaction_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: xdai_TransactionStatus - status_not: xdai_TransactionStatus - status_in: [xdai_TransactionStatus!] - status_not_in: [xdai_TransactionStatus!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - preparedTimestamp: BigInt - preparedTimestamp_not: BigInt - preparedTimestamp_gt: BigInt - preparedTimestamp_lt: BigInt - preparedTimestamp_gte: BigInt - preparedTimestamp_lte: BigInt - preparedTimestamp_in: [BigInt!] - preparedTimestamp_not_in: [BigInt!] - receivingChainTxManagerAddress: xdai_Bytes - receivingChainTxManagerAddress_not: xdai_Bytes - receivingChainTxManagerAddress_gt: xdai_Bytes - receivingChainTxManagerAddress_lt: xdai_Bytes - receivingChainTxManagerAddress_gte: xdai_Bytes - receivingChainTxManagerAddress_lte: xdai_Bytes - receivingChainTxManagerAddress_in: [xdai_Bytes!] - receivingChainTxManagerAddress_not_in: [xdai_Bytes!] - receivingChainTxManagerAddress_contains: xdai_Bytes - receivingChainTxManagerAddress_not_contains: xdai_Bytes - user: String - user_not: String - user_gt: String - user_lt: String - user_gte: String - user_lte: String - user_in: [String!] - user_not_in: [String!] - user_contains: String - user_contains_nocase: String - user_not_contains: String - user_not_contains_nocase: String - user_starts_with: String - user_starts_with_nocase: String - user_not_starts_with: String - user_not_starts_with_nocase: String - user_ends_with: String - user_ends_with_nocase: String - user_not_ends_with: String - user_not_ends_with_nocase: String - user_: xdai_User_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_: xdai_Router_filter - initiator: xdai_Bytes - initiator_not: xdai_Bytes - initiator_gt: xdai_Bytes - initiator_lt: xdai_Bytes - initiator_gte: xdai_Bytes - initiator_lte: xdai_Bytes - initiator_in: [xdai_Bytes!] - initiator_not_in: [xdai_Bytes!] - initiator_contains: xdai_Bytes - initiator_not_contains: xdai_Bytes - sendingAssetId: xdai_Bytes - sendingAssetId_not: xdai_Bytes - sendingAssetId_gt: xdai_Bytes - sendingAssetId_lt: xdai_Bytes - sendingAssetId_gte: xdai_Bytes - sendingAssetId_lte: xdai_Bytes - sendingAssetId_in: [xdai_Bytes!] - sendingAssetId_not_in: [xdai_Bytes!] - sendingAssetId_contains: xdai_Bytes - sendingAssetId_not_contains: xdai_Bytes - receivingAssetId: xdai_Bytes - receivingAssetId_not: xdai_Bytes - receivingAssetId_gt: xdai_Bytes - receivingAssetId_lt: xdai_Bytes - receivingAssetId_gte: xdai_Bytes - receivingAssetId_lte: xdai_Bytes - receivingAssetId_in: [xdai_Bytes!] - receivingAssetId_not_in: [xdai_Bytes!] - receivingAssetId_contains: xdai_Bytes - receivingAssetId_not_contains: xdai_Bytes - sendingChainFallback: xdai_Bytes - sendingChainFallback_not: xdai_Bytes - sendingChainFallback_gt: xdai_Bytes - sendingChainFallback_lt: xdai_Bytes - sendingChainFallback_gte: xdai_Bytes - sendingChainFallback_lte: xdai_Bytes - sendingChainFallback_in: [xdai_Bytes!] - sendingChainFallback_not_in: [xdai_Bytes!] - sendingChainFallback_contains: xdai_Bytes - sendingChainFallback_not_contains: xdai_Bytes - callTo: xdai_Bytes - callTo_not: xdai_Bytes - callTo_gt: xdai_Bytes - callTo_lt: xdai_Bytes - callTo_gte: xdai_Bytes - callTo_lte: xdai_Bytes - callTo_in: [xdai_Bytes!] - callTo_not_in: [xdai_Bytes!] - callTo_contains: xdai_Bytes - callTo_not_contains: xdai_Bytes - receivingAddress: xdai_Bytes - receivingAddress_not: xdai_Bytes - receivingAddress_gt: xdai_Bytes - receivingAddress_lt: xdai_Bytes - receivingAddress_gte: xdai_Bytes - receivingAddress_lte: xdai_Bytes - receivingAddress_in: [xdai_Bytes!] - receivingAddress_not_in: [xdai_Bytes!] - receivingAddress_contains: xdai_Bytes - receivingAddress_not_contains: xdai_Bytes - callDataHash: xdai_Bytes - callDataHash_not: xdai_Bytes - callDataHash_gt: xdai_Bytes - callDataHash_lt: xdai_Bytes - callDataHash_gte: xdai_Bytes - callDataHash_lte: xdai_Bytes - callDataHash_in: [xdai_Bytes!] - callDataHash_not_in: [xdai_Bytes!] - callDataHash_contains: xdai_Bytes - callDataHash_not_contains: xdai_Bytes - transactionId: xdai_Bytes - transactionId_not: xdai_Bytes - transactionId_gt: xdai_Bytes - transactionId_lt: xdai_Bytes - transactionId_gte: xdai_Bytes - transactionId_lte: xdai_Bytes - transactionId_in: [xdai_Bytes!] - transactionId_not_in: [xdai_Bytes!] - transactionId_contains: xdai_Bytes - transactionId_not_contains: xdai_Bytes - sendingChainId: BigInt - sendingChainId_not: BigInt - sendingChainId_gt: BigInt - sendingChainId_lt: BigInt - sendingChainId_gte: BigInt - sendingChainId_lte: BigInt - sendingChainId_in: [BigInt!] - sendingChainId_not_in: [BigInt!] - receivingChainId: BigInt - receivingChainId_not: BigInt - receivingChainId_gt: BigInt - receivingChainId_lt: BigInt - receivingChainId_gte: BigInt - receivingChainId_lte: BigInt - receivingChainId_in: [BigInt!] - receivingChainId_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!] - expiry: BigInt - expiry_not: BigInt - expiry_gt: BigInt - expiry_lt: BigInt - expiry_gte: BigInt - expiry_lte: BigInt - expiry_in: [BigInt!] - expiry_not_in: [BigInt!] - preparedBlockNumber: BigInt - preparedBlockNumber_not: BigInt - preparedBlockNumber_gt: BigInt - preparedBlockNumber_lt: BigInt - preparedBlockNumber_gte: BigInt - preparedBlockNumber_lte: BigInt - preparedBlockNumber_in: [BigInt!] - preparedBlockNumber_not_in: [BigInt!] - encryptedCallData: String - encryptedCallData_not: String - encryptedCallData_gt: String - encryptedCallData_lt: String - encryptedCallData_gte: String - encryptedCallData_lte: String - encryptedCallData_in: [String!] - encryptedCallData_not_in: [String!] - encryptedCallData_contains: String - encryptedCallData_contains_nocase: String - encryptedCallData_not_contains: String - encryptedCallData_not_contains_nocase: String - encryptedCallData_starts_with: String - encryptedCallData_starts_with_nocase: String - encryptedCallData_not_starts_with: String - encryptedCallData_not_starts_with_nocase: String - encryptedCallData_ends_with: String - encryptedCallData_ends_with_nocase: String - encryptedCallData_not_ends_with: String - encryptedCallData_not_ends_with_nocase: String - prepareCaller: xdai_Bytes - prepareCaller_not: xdai_Bytes - prepareCaller_gt: xdai_Bytes - prepareCaller_lt: xdai_Bytes - prepareCaller_gte: xdai_Bytes - prepareCaller_lte: xdai_Bytes - prepareCaller_in: [xdai_Bytes!] - prepareCaller_not_in: [xdai_Bytes!] - prepareCaller_contains: xdai_Bytes - prepareCaller_not_contains: xdai_Bytes - bidSignature: xdai_Bytes - bidSignature_not: xdai_Bytes - bidSignature_gt: xdai_Bytes - bidSignature_lt: xdai_Bytes - bidSignature_gte: xdai_Bytes - bidSignature_lte: xdai_Bytes - bidSignature_in: [xdai_Bytes!] - bidSignature_not_in: [xdai_Bytes!] - bidSignature_contains: xdai_Bytes - bidSignature_not_contains: xdai_Bytes - encodedBid: String - encodedBid_not: String - encodedBid_gt: String - encodedBid_lt: String - encodedBid_gte: String - encodedBid_lte: String - encodedBid_in: [String!] - encodedBid_not_in: [String!] - encodedBid_contains: String - encodedBid_contains_nocase: String - encodedBid_not_contains: String - encodedBid_not_contains_nocase: String - encodedBid_starts_with: String - encodedBid_starts_with_nocase: String - encodedBid_not_starts_with: String - encodedBid_not_starts_with_nocase: String - encodedBid_ends_with: String - encodedBid_ends_with_nocase: String - encodedBid_not_ends_with: String - encodedBid_not_ends_with_nocase: String - prepareTransactionHash: xdai_Bytes - prepareTransactionHash_not: xdai_Bytes - prepareTransactionHash_gt: xdai_Bytes - prepareTransactionHash_lt: xdai_Bytes - prepareTransactionHash_gte: xdai_Bytes - prepareTransactionHash_lte: xdai_Bytes - prepareTransactionHash_in: [xdai_Bytes!] - prepareTransactionHash_not_in: [xdai_Bytes!] - prepareTransactionHash_contains: xdai_Bytes - prepareTransactionHash_not_contains: xdai_Bytes - prepareMeta: xdai_Bytes - prepareMeta_not: xdai_Bytes - prepareMeta_gt: xdai_Bytes - prepareMeta_lt: xdai_Bytes - prepareMeta_gte: xdai_Bytes - prepareMeta_lte: xdai_Bytes - prepareMeta_in: [xdai_Bytes!] - prepareMeta_not_in: [xdai_Bytes!] - prepareMeta_contains: xdai_Bytes - prepareMeta_not_contains: xdai_Bytes - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - signature: xdai_Bytes - signature_not: xdai_Bytes - signature_gt: xdai_Bytes - signature_lt: xdai_Bytes - signature_gte: xdai_Bytes - signature_lte: xdai_Bytes - signature_in: [xdai_Bytes!] - signature_not_in: [xdai_Bytes!] - signature_contains: xdai_Bytes - signature_not_contains: xdai_Bytes - callData: String - callData_not: String - callData_gt: String - callData_lt: String - callData_gte: String - callData_lte: String - callData_in: [String!] - callData_not_in: [String!] - callData_contains: String - callData_contains_nocase: String - callData_not_contains: String - callData_not_contains_nocase: String - callData_starts_with: String - callData_starts_with_nocase: String - callData_not_starts_with: String - callData_not_starts_with_nocase: String - callData_ends_with: String - callData_ends_with_nocase: String - callData_not_ends_with: String - callData_not_ends_with_nocase: String - externalCallSuccess: Boolean - externalCallSuccess_not: Boolean - externalCallSuccess_in: [Boolean!] - externalCallSuccess_not_in: [Boolean!] - externalCallIsContract: Boolean - externalCallIsContract_not: Boolean - externalCallIsContract_in: [Boolean!] - externalCallIsContract_not_in: [Boolean!] - externalCallReturnData: xdai_Bytes - externalCallReturnData_not: xdai_Bytes - externalCallReturnData_gt: xdai_Bytes - externalCallReturnData_lt: xdai_Bytes - externalCallReturnData_gte: xdai_Bytes - externalCallReturnData_lte: xdai_Bytes - externalCallReturnData_in: [xdai_Bytes!] - externalCallReturnData_not_in: [xdai_Bytes!] - externalCallReturnData_contains: xdai_Bytes - externalCallReturnData_not_contains: xdai_Bytes - fulfillCaller: xdai_Bytes - fulfillCaller_not: xdai_Bytes - fulfillCaller_gt: xdai_Bytes - fulfillCaller_lt: xdai_Bytes - fulfillCaller_gte: xdai_Bytes - fulfillCaller_lte: xdai_Bytes - fulfillCaller_in: [xdai_Bytes!] - fulfillCaller_not_in: [xdai_Bytes!] - fulfillCaller_contains: xdai_Bytes - fulfillCaller_not_contains: xdai_Bytes - fulfillTransactionHash: xdai_Bytes - fulfillTransactionHash_not: xdai_Bytes - fulfillTransactionHash_gt: xdai_Bytes - fulfillTransactionHash_lt: xdai_Bytes - fulfillTransactionHash_gte: xdai_Bytes - fulfillTransactionHash_lte: xdai_Bytes - fulfillTransactionHash_in: [xdai_Bytes!] - fulfillTransactionHash_not_in: [xdai_Bytes!] - fulfillTransactionHash_contains: xdai_Bytes - fulfillTransactionHash_not_contains: xdai_Bytes - fulfillMeta: xdai_Bytes - fulfillMeta_not: xdai_Bytes - fulfillMeta_gt: xdai_Bytes - fulfillMeta_lt: xdai_Bytes - fulfillMeta_gte: xdai_Bytes - fulfillMeta_lte: xdai_Bytes - fulfillMeta_in: [xdai_Bytes!] - fulfillMeta_not_in: [xdai_Bytes!] - fulfillMeta_contains: xdai_Bytes - fulfillMeta_not_contains: xdai_Bytes - fulfillTimestamp: BigInt - fulfillTimestamp_not: BigInt - fulfillTimestamp_gt: BigInt - fulfillTimestamp_lt: BigInt - fulfillTimestamp_gte: BigInt - fulfillTimestamp_lte: BigInt - fulfillTimestamp_in: [BigInt!] - fulfillTimestamp_not_in: [BigInt!] - cancelCaller: xdai_Bytes - cancelCaller_not: xdai_Bytes - cancelCaller_gt: xdai_Bytes - cancelCaller_lt: xdai_Bytes - cancelCaller_gte: xdai_Bytes - cancelCaller_lte: xdai_Bytes - cancelCaller_in: [xdai_Bytes!] - cancelCaller_not_in: [xdai_Bytes!] - cancelCaller_contains: xdai_Bytes - cancelCaller_not_contains: xdai_Bytes - cancelTransactionHash: xdai_Bytes - cancelTransactionHash_not: xdai_Bytes - cancelTransactionHash_gt: xdai_Bytes - cancelTransactionHash_lt: xdai_Bytes - cancelTransactionHash_gte: xdai_Bytes - cancelTransactionHash_lte: xdai_Bytes - cancelTransactionHash_in: [xdai_Bytes!] - cancelTransactionHash_not_in: [xdai_Bytes!] - cancelTransactionHash_contains: xdai_Bytes - cancelTransactionHash_not_contains: xdai_Bytes - cancelMeta: xdai_Bytes - cancelMeta_not: xdai_Bytes - cancelMeta_gt: xdai_Bytes - cancelMeta_lt: xdai_Bytes - cancelMeta_gte: xdai_Bytes - cancelMeta_lte: xdai_Bytes - cancelMeta_in: [xdai_Bytes!] - cancelMeta_not_in: [xdai_Bytes!] - cancelMeta_contains: xdai_Bytes - cancelMeta_not_contains: xdai_Bytes - cancelTimestamp: BigInt - cancelTimestamp_not: BigInt - cancelTimestamp_gt: BigInt - cancelTimestamp_lt: BigInt - cancelTimestamp_gte: BigInt - cancelTimestamp_lte: BigInt - cancelTimestamp_in: [BigInt!] - cancelTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Transaction_filter] - or: [xdai_Transaction_filter] -} - -enum xdai_Transaction_orderBy { - id - status - chainId - preparedTimestamp - receivingChainTxManagerAddress - user - user__id - router - router__id - initiator - sendingAssetId - receivingAssetId - sendingChainFallback - callTo - receivingAddress - callDataHash - transactionId - sendingChainId - receivingChainId - amount - expiry - preparedBlockNumber - encryptedCallData - prepareCaller - bidSignature - encodedBid - prepareTransactionHash - prepareMeta - relayerFee - signature - callData - externalCallSuccess - externalCallIsContract - externalCallReturnData - fulfillCaller - fulfillTransactionHash - fulfillMeta - fulfillTimestamp - cancelCaller - cancelTransactionHash - cancelMeta - cancelTimestamp + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: optimismsepolia_Bytes + root_not: optimismsepolia_Bytes + root_gt: optimismsepolia_Bytes + root_lt: optimismsepolia_Bytes + root_gte: optimismsepolia_Bytes + root_lte: optimismsepolia_Bytes + root_in: [optimismsepolia_Bytes!] + root_not_in: [optimismsepolia_Bytes!] + root_contains: optimismsepolia_Bytes + root_not_contains: optimismsepolia_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SnapshotRoot_filter] + or: [optimismsepolia_SnapshotRoot_filter] } -type xdai_User { +enum optimismsepolia_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type optimismsepolia_SpokeConnectorMode { id: ID! - transactions(skip: Int = 0, first: Int = 100, orderBy: xdai_Transaction_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Transaction_filter): [xdai_Transaction!]! + mode: String! } -input xdai_User_filter { +input optimismsepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -41892,31 +40505,64 @@ input xdai_User_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transactions_: xdai_Transaction_filter + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_User_filter] - or: [xdai_User_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SpokeConnectorMode_filter] + or: [optimismsepolia_SpokeConnectorMode_filter] } -enum xdai_User_orderBy { +enum optimismsepolia_SpokeConnectorMode_orderBy { id - transactions + mode } -type xdai__Block_ { +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum optimismsepolia_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type optimismsepolia__Block_ { """The hash of the block""" - hash: xdai_Bytes + hash: optimismsepolia_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: xdai_Bytes + parentHash: optimismsepolia_Bytes } """The type for the top-level _meta field""" -type xdai__Meta_ { +type optimismsepolia__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -41924,22 +40570,39 @@ type xdai__Meta_ { and therefore asks for the latest block """ - block: xdai__Block_! + block: optimismsepolia__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type sepolia_AggregateRootSavedSlow { +enum _SubgraphErrorPolicy_ { + """Data will be returned even if the subgraph has indexing errors""" + allow + """ + If the subgraph has indexing errors, data will be omitted. The default. + """ + deny +} + +type polygon_AggregateRoot { id: ID! - aggregateRoot: sepolia_Bytes! - count: BigInt! - aggregatedRoots: [sepolia_Bytes!] + root: polygon_Bytes! + blockNumber: BigInt! +} + +type polygon_AggregateRootProposed { + id: ID! + aggregateRoot: polygon_Bytes! rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input sepolia_AggregateRootSavedSlow_filter { +input polygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -41948,30 +40611,16 @@ input sepolia_AggregateRootSavedSlow_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [sepolia_Bytes!] - aggregatedRoots_not: [sepolia_Bytes!] - aggregatedRoots_contains: [sepolia_Bytes!] - aggregatedRoots_contains_nocase: [sepolia_Bytes!] - aggregatedRoots_not_contains: [sepolia_Bytes!] - aggregatedRoots_not_contains_nocase: [sepolia_Bytes!] + 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 @@ -41980,29 +40629,123 @@ input sepolia_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: sepolia_BlockChangedFilter - and: [sepolia_AggregateRootSavedSlow_filter] - or: [sepolia_AggregateRootSavedSlow_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRootProposed_filter] + or: [polygon_AggregateRootProposed_filter] } -enum sepolia_AggregateRootSavedSlow_orderBy { +enum polygon_AggregateRootProposed_orderBy { id aggregateRoot - count - aggregatedRoots rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -type sepolia_AggregatedMessageRoot { +input polygon_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRoot_filter] + or: [polygon_AggregateRoot_filter] +} + +enum polygon_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum polygon_Aggregation_interval { + hour + day +} + +type polygon_Asset { id: ID! - index: BigInt! - receivedRoot: sepolia_Bytes! - domain: BigInt + key: polygon_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: polygon_Bytes + canonicalDomain: BigInt + adoptedAsset: polygon_Bytes + localAsset: polygon_Bytes blockNumber: BigInt + status: polygon_AssetStatus } -input sepolia_AggregatedMessageRoot_filter { +type polygon_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: polygon_Router! + asset: polygon_Asset! + feesEarned: BigInt! +} + +input polygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -42011,32 +40754,222 @@ input sepolia_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: sepolia_Bytes - receivedRoot_not: sepolia_Bytes - receivedRoot_gt: sepolia_Bytes - receivedRoot_lt: sepolia_Bytes - receivedRoot_gte: sepolia_Bytes - receivedRoot_lte: sepolia_Bytes - receivedRoot_in: [sepolia_Bytes!] - receivedRoot_not_in: [sepolia_Bytes!] - receivedRoot_contains: sepolia_Bytes - receivedRoot_not_contains: sepolia_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: polygon_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygon_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetBalance_filter] + or: [polygon_AssetBalance_filter] +} + +enum polygon_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type polygon_AssetStatus { + id: ID! + status: Boolean +} + +input polygon_AssetStatus_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetStatus_filter] + or: [polygon_AssetStatus_filter] +} + +enum polygon_AssetStatus_orderBy { + id + status +} + +input polygon_Asset_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + key: polygon_Bytes + key_not: polygon_Bytes + key_gt: polygon_Bytes + key_lt: polygon_Bytes + key_gte: polygon_Bytes + key_lte: polygon_Bytes + key_in: [polygon_Bytes!] + key_not_in: [polygon_Bytes!] + key_contains: polygon_Bytes + key_not_contains: polygon_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: polygon_Bytes + canonicalId_not: polygon_Bytes + canonicalId_gt: polygon_Bytes + canonicalId_lt: polygon_Bytes + canonicalId_gte: polygon_Bytes + canonicalId_lte: polygon_Bytes + canonicalId_in: [polygon_Bytes!] + canonicalId_not_in: [polygon_Bytes!] + canonicalId_contains: polygon_Bytes + canonicalId_not_contains: polygon_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: polygon_Bytes + adoptedAsset_not: polygon_Bytes + adoptedAsset_gt: polygon_Bytes + adoptedAsset_lt: polygon_Bytes + adoptedAsset_gte: polygon_Bytes + adoptedAsset_lte: polygon_Bytes + adoptedAsset_in: [polygon_Bytes!] + adoptedAsset_not_in: [polygon_Bytes!] + adoptedAsset_contains: polygon_Bytes + adoptedAsset_not_contains: polygon_Bytes + localAsset: polygon_Bytes + localAsset_not: polygon_Bytes + localAsset_gt: polygon_Bytes + localAsset_lt: polygon_Bytes + localAsset_gte: polygon_Bytes + localAsset_lte: polygon_Bytes + localAsset_in: [polygon_Bytes!] + localAsset_not_in: [polygon_Bytes!] + localAsset_contains: polygon_Bytes + localAsset_not_contains: polygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -42045,114 +40978,72 @@ input sepolia_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_: polygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_AggregatedMessageRoot_filter] - or: [sepolia_AggregatedMessageRoot_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Asset_filter] + or: [polygon_Asset_filter] } -enum sepolia_AggregatedMessageRoot_orderBy { +enum polygon_Asset_orderBy { id - index - receivedRoot - domain + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -enum sepolia_Aggregation_interval { - hour - day -} +scalar polygon_BigDecimal -type sepolia_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! +input polygon_BlockChangedFilter { + number_gte: Int! } -input sepolia_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: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ArbitrumConnectorMeta_filter] - or: [sepolia_ArbitrumConnectorMeta_filter] +input polygon_Block_height { + hash: polygon_Bytes + number: Int + number_gte: Int } -enum sepolia_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} +scalar polygon_Bytes -type sepolia_AvalancheConnectorMeta { +type polygon_ConnectorMeta { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: polygon_Bytes + rootManager: polygon_Bytes + mirrorConnector: polygon_Bytes } -input sepolia_AvalancheConnectorMeta_filter { +input polygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -42177,43 +41068,43 @@ input sepolia_AvalancheConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + amb: 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: sepolia_BlockChangedFilter - and: [sepolia_AvalancheConnectorMeta_filter] - or: [sepolia_AvalancheConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_ConnectorMeta_filter] + or: [polygon_ConnectorMeta_filter] } -enum sepolia_AvalancheConnectorMeta_orderBy { +enum polygon_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -42222,16 +41113,48 @@ enum sepolia_AvalancheConnectorMeta_orderBy { mirrorConnector } -type sepolia_BaseConnectorMeta { +type polygon_DestinationTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + chainId: BigInt + transferId: polygon_Bytes + nonce: BigInt + status: polygon_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: polygon_Router_orderBy, orderDirection: polygon_OrderDirection, where: polygon_Router_filter): [polygon_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygon_Bytes + delegate: polygon_Bytes + receiveLocal: Boolean + callData: polygon_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: polygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: polygon_Bytes + asset: polygon_Asset + amount: BigInt + routersFee: BigInt + executedCaller: polygon_Bytes + executedTransactionHash: polygon_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: polygon_Bytes + executedTxNonce: BigInt + reconciledCaller: polygon_Bytes + reconciledTransactionHash: polygon_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: polygon_Bytes + reconciledTxNonce: BigInt } -input sepolia_BaseConnectorMeta_filter { +input polygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -42240,89 +41163,400 @@ input sepolia_BaseConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: polygon_Bytes + transferId_not: polygon_Bytes + transferId_gt: polygon_Bytes + transferId_lt: polygon_Bytes + transferId_gte: polygon_Bytes + transferId_lte: polygon_Bytes + transferId_in: [polygon_Bytes!] + transferId_not_in: [polygon_Bytes!] + transferId_contains: polygon_Bytes + transferId_not_contains: polygon_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: polygon_TransferStatus + status_not: polygon_TransferStatus + status_in: [polygon_TransferStatus!] + status_not_in: [polygon_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: polygon_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: polygon_Bytes + to_not: polygon_Bytes + to_gt: polygon_Bytes + to_lt: polygon_Bytes + to_gte: polygon_Bytes + to_lte: polygon_Bytes + to_in: [polygon_Bytes!] + to_not_in: [polygon_Bytes!] + to_contains: polygon_Bytes + to_not_contains: polygon_Bytes + delegate: polygon_Bytes + delegate_not: polygon_Bytes + delegate_gt: polygon_Bytes + delegate_lt: polygon_Bytes + delegate_gte: polygon_Bytes + delegate_lte: polygon_Bytes + delegate_in: [polygon_Bytes!] + delegate_not_in: [polygon_Bytes!] + delegate_contains: polygon_Bytes + delegate_not_contains: polygon_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: polygon_Bytes + callData_not: polygon_Bytes + callData_gt: polygon_Bytes + callData_lt: polygon_Bytes + callData_gte: polygon_Bytes + callData_lte: polygon_Bytes + callData_in: [polygon_Bytes!] + callData_not_in: [polygon_Bytes!] + callData_contains: polygon_Bytes + callData_not_contains: polygon_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: polygon_Bytes + originSender_not: polygon_Bytes + originSender_gt: polygon_Bytes + originSender_lt: polygon_Bytes + originSender_gte: polygon_Bytes + originSender_lte: polygon_Bytes + originSender_in: [polygon_Bytes!] + originSender_not_in: [polygon_Bytes!] + originSender_contains: polygon_Bytes + originSender_not_contains: polygon_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: polygon_Bytes + canonicalId_not: polygon_Bytes + canonicalId_gt: polygon_Bytes + canonicalId_lt: polygon_Bytes + canonicalId_gte: polygon_Bytes + canonicalId_lte: polygon_Bytes + canonicalId_in: [polygon_Bytes!] + canonicalId_not_in: [polygon_Bytes!] + canonicalId_contains: polygon_Bytes + canonicalId_not_contains: polygon_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: polygon_Bytes + executedCaller_not: polygon_Bytes + executedCaller_gt: polygon_Bytes + executedCaller_lt: polygon_Bytes + executedCaller_gte: polygon_Bytes + executedCaller_lte: polygon_Bytes + executedCaller_in: [polygon_Bytes!] + executedCaller_not_in: [polygon_Bytes!] + executedCaller_contains: polygon_Bytes + executedCaller_not_contains: polygon_Bytes + executedTransactionHash: polygon_Bytes + executedTransactionHash_not: polygon_Bytes + executedTransactionHash_gt: polygon_Bytes + executedTransactionHash_lt: polygon_Bytes + executedTransactionHash_gte: polygon_Bytes + executedTransactionHash_lte: polygon_Bytes + executedTransactionHash_in: [polygon_Bytes!] + executedTransactionHash_not_in: [polygon_Bytes!] + executedTransactionHash_contains: polygon_Bytes + executedTransactionHash_not_contains: polygon_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: polygon_Bytes + executedTxOrigin_not: polygon_Bytes + executedTxOrigin_gt: polygon_Bytes + executedTxOrigin_lt: polygon_Bytes + executedTxOrigin_gte: polygon_Bytes + executedTxOrigin_lte: polygon_Bytes + executedTxOrigin_in: [polygon_Bytes!] + executedTxOrigin_not_in: [polygon_Bytes!] + executedTxOrigin_contains: polygon_Bytes + executedTxOrigin_not_contains: polygon_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: polygon_Bytes + reconciledCaller_not: polygon_Bytes + reconciledCaller_gt: polygon_Bytes + reconciledCaller_lt: polygon_Bytes + reconciledCaller_gte: polygon_Bytes + reconciledCaller_lte: polygon_Bytes + reconciledCaller_in: [polygon_Bytes!] + reconciledCaller_not_in: [polygon_Bytes!] + reconciledCaller_contains: polygon_Bytes + reconciledCaller_not_contains: polygon_Bytes + reconciledTransactionHash: polygon_Bytes + reconciledTransactionHash_not: polygon_Bytes + reconciledTransactionHash_gt: polygon_Bytes + reconciledTransactionHash_lt: polygon_Bytes + reconciledTransactionHash_gte: polygon_Bytes + reconciledTransactionHash_lte: polygon_Bytes + reconciledTransactionHash_in: [polygon_Bytes!] + reconciledTransactionHash_not_in: [polygon_Bytes!] + reconciledTransactionHash_contains: polygon_Bytes + reconciledTransactionHash_not_contains: polygon_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin_not: polygon_Bytes + reconciledTxOrigin_gt: polygon_Bytes + reconciledTxOrigin_lt: polygon_Bytes + reconciledTxOrigin_gte: polygon_Bytes + reconciledTxOrigin_lte: polygon_Bytes + reconciledTxOrigin_in: [polygon_Bytes!] + reconciledTxOrigin_not_in: [polygon_Bytes!] + reconciledTxOrigin_contains: polygon_Bytes + reconciledTxOrigin_not_contains: polygon_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_BaseConnectorMeta_filter] - or: [sepolia_BaseConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_DestinationTransfer_filter] + or: [polygon_DestinationTransfer_filter] } -enum sepolia_BaseConnectorMeta_orderBy { +enum polygon_DestinationTransfer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -scalar sepolia_BigDecimal - -input sepolia_BlockChangedFilter { - number_gte: Int! -} +""" +8 bytes signed integer -input sepolia_Block_height { - hash: sepolia_Bytes - number: Int - number_gte: Int -} +""" +scalar polygon_Int8 -type sepolia_BnbConnectorMeta { +type polygon_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + aggregateRoot: polygon_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input sepolia_BnbConnectorMeta_filter { +input polygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -42331,154 +41565,65 @@ input sepolia_BnbConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + 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 + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_BnbConnectorMeta_filter] - or: [sepolia_BnbConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OptimisticRootFinalized_filter] + or: [polygon_OptimisticRootFinalized_filter] } -enum sepolia_BnbConnectorMeta_orderBy { +enum polygon_OptimisticRootFinalized_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar sepolia_Bytes - -type sepolia_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_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: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_GnosisConnectorMeta_filter] - or: [sepolia_GnosisConnectorMeta_filter] + aggregateRoot + timestamp + blockNumber } -enum sepolia_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +"""Defines the order direction, either ascending or descending""" +enum polygon_OrderDirection { + asc + desc } -type sepolia_HubDomain { +type polygon_OriginMessage { id: ID! - domain: BigInt + transferId: polygon_Bytes + destinationDomain: BigInt + leaf: polygon_Bytes + index: BigInt + message: polygon_Bytes + root: polygon_Bytes + transactionHash: polygon_Bytes + blockNumber: BigInt + rootCount: polygon_RootCount } -input sepolia_HubDomain_filter { +input polygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -42487,33 +41632,158 @@ input sepolia_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + transferId: polygon_Bytes + transferId_not: polygon_Bytes + transferId_gt: polygon_Bytes + transferId_lt: polygon_Bytes + transferId_gte: polygon_Bytes + transferId_lte: polygon_Bytes + transferId_in: [polygon_Bytes!] + transferId_not_in: [polygon_Bytes!] + transferId_contains: polygon_Bytes + transferId_not_contains: polygon_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: polygon_Bytes + leaf_not: polygon_Bytes + leaf_gt: polygon_Bytes + leaf_lt: polygon_Bytes + leaf_gte: polygon_Bytes + leaf_lte: polygon_Bytes + leaf_in: [polygon_Bytes!] + leaf_not_in: [polygon_Bytes!] + leaf_contains: polygon_Bytes + leaf_not_contains: polygon_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: polygon_Bytes + message_not: polygon_Bytes + message_gt: polygon_Bytes + message_lt: polygon_Bytes + message_gte: polygon_Bytes + message_lte: polygon_Bytes + message_in: [polygon_Bytes!] + message_not_in: [polygon_Bytes!] + message_contains: polygon_Bytes + message_not_contains: polygon_Bytes + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: polygon_RootCount_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_HubDomain_filter] - or: [sepolia_HubDomain_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginMessage_filter] + or: [polygon_OriginMessage_filter] } -enum sepolia_HubDomain_orderBy { +enum polygon_OriginMessage_orderBy { id - domain + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type sepolia_HubOptimisticRootFinalized { +type polygon_OriginTransfer { id: ID! - aggregateRoot: sepolia_Bytes! - timestamp: BigInt! + chainId: BigInt + transferId: polygon_Bytes + nonce: BigInt + status: polygon_TransferStatus + messageHash: polygon_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygon_Bytes + delegate: polygon_Bytes + receiveLocal: Boolean + callData: polygon_Bytes + slippage: BigInt + originSender: polygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: polygon_Bytes + asset: polygon_Asset + transactingAsset: polygon_Bytes + message: polygon_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygon_RelayerFee_orderBy, orderDirection: polygon_OrderDirection, where: polygon_RelayerFee_filter): [polygon_RelayerFee!] + initialRelayerFeeAsset: polygon_Bytes + caller: polygon_Bytes + transactionHash: polygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt + txOrigin: polygon_Bytes + txNonce: BigInt } -input sepolia_HubOptimisticRootFinalized_filter { +input polygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -42522,16 +41792,245 @@ input sepolia_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: polygon_Bytes + transferId_not: polygon_Bytes + transferId_gt: polygon_Bytes + transferId_lt: polygon_Bytes + transferId_gte: polygon_Bytes + transferId_lte: polygon_Bytes + transferId_in: [polygon_Bytes!] + transferId_not_in: [polygon_Bytes!] + transferId_contains: polygon_Bytes + transferId_not_contains: polygon_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: polygon_TransferStatus + status_not: polygon_TransferStatus + status_in: [polygon_TransferStatus!] + status_not_in: [polygon_TransferStatus!] + messageHash: polygon_Bytes + messageHash_not: polygon_Bytes + messageHash_gt: polygon_Bytes + messageHash_lt: polygon_Bytes + messageHash_gte: polygon_Bytes + messageHash_lte: polygon_Bytes + messageHash_in: [polygon_Bytes!] + messageHash_not_in: [polygon_Bytes!] + messageHash_contains: polygon_Bytes + messageHash_not_contains: polygon_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: polygon_Bytes + to_not: polygon_Bytes + to_gt: polygon_Bytes + to_lt: polygon_Bytes + to_gte: polygon_Bytes + to_lte: polygon_Bytes + to_in: [polygon_Bytes!] + to_not_in: [polygon_Bytes!] + to_contains: polygon_Bytes + to_not_contains: polygon_Bytes + delegate: polygon_Bytes + delegate_not: polygon_Bytes + delegate_gt: polygon_Bytes + delegate_lt: polygon_Bytes + delegate_gte: polygon_Bytes + delegate_lte: polygon_Bytes + delegate_in: [polygon_Bytes!] + delegate_not_in: [polygon_Bytes!] + delegate_contains: polygon_Bytes + delegate_not_contains: polygon_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: polygon_Bytes + callData_not: polygon_Bytes + callData_gt: polygon_Bytes + callData_lt: polygon_Bytes + callData_gte: polygon_Bytes + callData_lte: polygon_Bytes + callData_in: [polygon_Bytes!] + callData_not_in: [polygon_Bytes!] + callData_contains: polygon_Bytes + callData_not_contains: polygon_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: polygon_Bytes + originSender_not: polygon_Bytes + originSender_gt: polygon_Bytes + originSender_lt: polygon_Bytes + originSender_gte: polygon_Bytes + originSender_lte: polygon_Bytes + originSender_in: [polygon_Bytes!] + originSender_not_in: [polygon_Bytes!] + originSender_contains: polygon_Bytes + originSender_not_contains: polygon_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: polygon_Bytes + canonicalId_not: polygon_Bytes + canonicalId_gt: polygon_Bytes + canonicalId_lt: polygon_Bytes + canonicalId_gte: polygon_Bytes + canonicalId_lte: polygon_Bytes + canonicalId_in: [polygon_Bytes!] + canonicalId_not_in: [polygon_Bytes!] + canonicalId_contains: polygon_Bytes + canonicalId_not_contains: polygon_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygon_Asset_filter + transactingAsset: polygon_Bytes + transactingAsset_not: polygon_Bytes + transactingAsset_gt: polygon_Bytes + transactingAsset_lt: polygon_Bytes + transactingAsset_gte: polygon_Bytes + transactingAsset_lte: polygon_Bytes + transactingAsset_in: [polygon_Bytes!] + transactingAsset_not_in: [polygon_Bytes!] + transactingAsset_contains: polygon_Bytes + transactingAsset_not_contains: polygon_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: polygon_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: polygon_RelayerFee_filter + initialRelayerFeeAsset: polygon_Bytes + initialRelayerFeeAsset_not: polygon_Bytes + initialRelayerFeeAsset_gt: polygon_Bytes + initialRelayerFeeAsset_lt: polygon_Bytes + initialRelayerFeeAsset_gte: polygon_Bytes + initialRelayerFeeAsset_lte: polygon_Bytes + initialRelayerFeeAsset_in: [polygon_Bytes!] + initialRelayerFeeAsset_not_in: [polygon_Bytes!] + initialRelayerFeeAsset_contains: polygon_Bytes + initialRelayerFeeAsset_not_contains: polygon_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -42540,6 +42039,22 @@ input sepolia_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -42548,193 +42063,97 @@ input sepolia_HubOptimisticRootFinalized_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + txOrigin: polygon_Bytes + txOrigin_not: polygon_Bytes + txOrigin_gt: polygon_Bytes + txOrigin_lt: polygon_Bytes + txOrigin_gte: polygon_Bytes + txOrigin_lte: polygon_Bytes + txOrigin_in: [polygon_Bytes!] + txOrigin_not_in: [polygon_Bytes!] + txOrigin_contains: polygon_Bytes + txOrigin_not_contains: polygon_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_HubOptimisticRootFinalized_filter] - or: [sepolia_HubOptimisticRootFinalized_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginTransfer_filter] + or: [polygon_OriginTransfer_filter] } -enum sepolia_HubOptimisticRootFinalized_orderBy { +enum polygon_OriginTransfer_orderBy { id - aggregateRoot + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber + txOrigin + txNonce } -""" -8 bytes signed integer - -""" -scalar sepolia_Int8 - -type sepolia_LineaConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_LineaConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_LineaConnectorMeta_filter] - or: [sepolia_LineaConnectorMeta_filter] -} - -enum sepolia_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_MantleConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_MantleConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_MantleConnectorMeta_filter] - or: [sepolia_MantleConnectorMeta_filter] -} - -enum sepolia_MantleConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +type polygon_Relayer { + id: ID! + isActive: Boolean! + relayer: polygon_Bytes } -type sepolia_MetisConnectorMeta { +type polygon_RelayerFee { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + transfer: polygon_OriginTransfer! + fee: BigInt! + asset: polygon_Bytes! } -input sepolia_MetisConnectorMeta_filter { +input polygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -42743,77 +42162,101 @@ input sepolia_MetisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: polygon_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: polygon_Bytes + asset_not: polygon_Bytes + asset_gt: polygon_Bytes + asset_lt: polygon_Bytes + asset_gte: polygon_Bytes + asset_lte: polygon_Bytes + asset_in: [polygon_Bytes!] + asset_not_in: [polygon_Bytes!] + asset_contains: polygon_Bytes + asset_not_contains: polygon_Bytes """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_MetisConnectorMeta_filter] - or: [sepolia_MetisConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFee_filter] + or: [polygon_RelayerFee_filter] } -enum sepolia_MetisConnectorMeta_orderBy { +enum polygon_RelayerFee_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type sepolia_ModeConnectorMeta { +type polygon_RelayerFeesIncrease { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + transfer: polygon_OriginTransfer! + increase: BigInt + asset: polygon_Bytes + caller: polygon_Bytes! + transactionHash: polygon_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input sepolia_ModeConnectorMeta_filter { +input polygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -42822,77 +42265,146 @@ input sepolia_ModeConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: polygon_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: polygon_Bytes + asset_not: polygon_Bytes + asset_gt: polygon_Bytes + asset_lt: polygon_Bytes + asset_gte: polygon_Bytes + asset_lte: polygon_Bytes + asset_in: [polygon_Bytes!] + asset_not_in: [polygon_Bytes!] + asset_contains: polygon_Bytes + asset_not_contains: polygon_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ModeConnectorMeta_filter] - or: [sepolia_ModeConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFeesIncrease_filter] + or: [polygon_RelayerFeesIncrease_filter] } -enum sepolia_ModeConnectorMeta_orderBy { +enum polygon_RelayerFeesIncrease_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + 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 sepolia_OptimismConnectorMeta_filter { +input polygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -42901,76 +42413,38 @@ input sepolia_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: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + 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: sepolia_BlockChangedFilter - and: [sepolia_OptimismConnectorMeta_filter] - or: [sepolia_OptimismConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Relayer_filter] + or: [polygon_Relayer_filter] } -enum sepolia_OptimismConnectorMeta_orderBy { +enum polygon_Relayer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + relayer } -type sepolia_OptimisticRootPropagated { +type polygon_RootCount { id: ID! - aggregateRoot: sepolia_Bytes! - domainsHash: sepolia_Bytes! - timestamp: BigInt! - blockNumber: BigInt + count: BigInt } -input sepolia_OptimisticRootPropagated_filter { +input polygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -42979,68 +42453,40 @@ input sepolia_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes - domainsHash: sepolia_Bytes - domainsHash_not: sepolia_Bytes - domainsHash_gt: sepolia_Bytes - domainsHash_lt: sepolia_Bytes - domainsHash_gte: sepolia_Bytes - domainsHash_lte: sepolia_Bytes - domainsHash_in: [sepolia_Bytes!] - domainsHash_not_in: [sepolia_Bytes!] - domainsHash_contains: sepolia_Bytes - domainsHash_not_contains: sepolia_Bytes - 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!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimisticRootPropagated_filter] - or: [sepolia_OptimisticRootPropagated_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootCount_filter] + or: [polygon_RootCount_filter] } -enum sepolia_OptimisticRootPropagated_orderBy { +enum polygon_RootCount_orderBy { id - aggregateRoot - domainsHash - timestamp - blockNumber + count } -type sepolia_OptimisticRootProposed { +type polygon_RootMessageSent { id: ID! - disputeCliff: BigInt! - aggregateRoot: sepolia_Bytes! - snapshotsRoots: [sepolia_Bytes!] - domains: [BigInt!] - baseAggregateRoot: sepolia_Bytes! - timestamp: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: polygon_Bytes + count: BigInt + caller: polygon_Bytes + transactionHash: polygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt } -input sepolia_OptimisticRootProposed_filter { +input polygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -43049,46 +42495,60 @@ input sepolia_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes - snapshotsRoots: [sepolia_Bytes!] - snapshotsRoots_not: [sepolia_Bytes!] - snapshotsRoots_contains: [sepolia_Bytes!] - snapshotsRoots_contains_nocase: [sepolia_Bytes!] - snapshotsRoots_not_contains: [sepolia_Bytes!] - snapshotsRoots_not_contains_nocase: [sepolia_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: sepolia_Bytes - baseAggregateRoot_not: sepolia_Bytes - baseAggregateRoot_gt: sepolia_Bytes - baseAggregateRoot_lt: sepolia_Bytes - baseAggregateRoot_gte: sepolia_Bytes - baseAggregateRoot_lte: sepolia_Bytes - baseAggregateRoot_in: [sepolia_Bytes!] - baseAggregateRoot_not_in: [sepolia_Bytes!] - baseAggregateRoot_contains: sepolia_Bytes - baseAggregateRoot_not_contains: sepolia_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -43097,6 +42557,22 @@ input sepolia_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -43106,38 +42582,44 @@ input sepolia_OptimisticRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimisticRootProposed_filter] - or: [sepolia_OptimisticRootProposed_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootMessageSent_filter] + or: [polygon_RootMessageSent_filter] } -enum sepolia_OptimisticRootProposed_orderBy { +enum polygon_RootMessageSent_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -"""Defines the order direction, either ascending or descending""" -enum sepolia_OrderDirection { - asc - desc +type polygon_Router { + id: ID! + isActive: Boolean! + owner: polygon_Bytes + recipient: polygon_Bytes + proposedOwner: polygon_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! } -type sepolia_PolygonConnectorMeta { +type polygon_RouterDailyTVL { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + router: polygon_Router! + asset: polygon_Asset! + timestamp: BigInt! + balance: BigInt! } -input sepolia_PolygonConnectorMeta_filter { +input polygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -43146,77 +42628,113 @@ input sepolia_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_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: sepolia_BlockChangedFilter - and: [sepolia_PolygonConnectorMeta_filter] - or: [sepolia_PolygonConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterDailyTVL_filter] + or: [polygon_RouterDailyTVL_filter] } -enum sepolia_PolygonConnectorMeta_orderBy { +enum polygon_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance } -type sepolia_PolygonZkConnectorMeta { +type polygon_RouterLiquidityEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + 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! } -input sepolia_PolygonZkConnectorMeta_filter { +enum polygon_RouterLiquidityEventType { + Add + Remove +} + +input polygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -43225,75 +42743,148 @@ input sepolia_PolygonZkConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + type: polygon_RouterLiquidityEventType + type_not: polygon_RouterLiquidityEventType + type_in: [polygon_RouterLiquidityEventType!] + type_not_in: [polygon_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: polygon_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_PolygonZkConnectorMeta_filter] - or: [sepolia_PolygonZkConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterLiquidityEvent_filter] + or: [polygon_RouterLiquidityEvent_filter] } -enum sepolia_PolygonZkConnectorMeta_orderBy { +enum polygon_RouterLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: sepolia_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 sepolia_RootAggregated_filter { +input polygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -43302,52 +42893,72 @@ input sepolia_RootAggregated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: sepolia_Bytes - receivedRoot_not: sepolia_Bytes - receivedRoot_gt: sepolia_Bytes - receivedRoot_lt: sepolia_Bytes - receivedRoot_gte: sepolia_Bytes - receivedRoot_lte: sepolia_Bytes - receivedRoot_in: [sepolia_Bytes!] - receivedRoot_not_in: [sepolia_Bytes!] - receivedRoot_contains: sepolia_Bytes - receivedRoot_not_contains: sepolia_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] + 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: sepolia_BlockChangedFilter - and: [sepolia_RootAggregated_filter] - or: [sepolia_RootAggregated_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Router_filter] + or: [polygon_Router_filter] } -enum sepolia_RootAggregated_orderBy { +enum polygon_Router_orderBy { id - domain - receivedRoot - index + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type sepolia_RootManagerMeta { +type polygon_Sequencer { id: ID! - domains: [BigInt!] - connectors: [sepolia_Bytes!] + isActive: Boolean! + sequencer: polygon_Bytes } -input sepolia_RootManagerMeta_filter { +input polygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -43356,36 +42967,39 @@ input sepolia_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [sepolia_Bytes!] - connectors_not: [sepolia_Bytes!] - connectors_contains: [sepolia_Bytes!] - connectors_contains_nocase: [sepolia_Bytes!] - connectors_not_contains: [sepolia_Bytes!] - connectors_not_contains_nocase: [sepolia_Bytes!] + 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: sepolia_BlockChangedFilter - and: [sepolia_RootManagerMeta_filter] - or: [sepolia_RootManagerMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Sequencer_filter] + or: [polygon_Sequencer_filter] } -enum sepolia_RootManagerMeta_orderBy { +enum polygon_Sequencer_orderBy { id - domains - connectors + isActive + sequencer } -type sepolia_RootManagerMode { +type polygon_Setting { id: ID! - mode: String! + maxRoutersPerTransfer: BigInt! + caller: polygon_Bytes! } -input sepolia_RootManagerMode_filter { +input polygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -43394,51 +43008,49 @@ input sepolia_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + 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: sepolia_BlockChangedFilter - and: [sepolia_RootManagerMode_filter] - or: [sepolia_RootManagerMode_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Setting_filter] + or: [polygon_Setting_filter] } -enum sepolia_RootManagerMode_orderBy { +enum polygon_Setting_orderBy { id - mode + maxRoutersPerTransfer + caller } -type sepolia_RootMessageProcessed { +type polygon_SlippageUpdate { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: sepolia_Bytes - caller: sepolia_Bytes - transactionHash: sepolia_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + transfer: polygon_DestinationTransfer! + slippage: BigInt! + caller: polygon_Bytes! + transactionHash: polygon_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input sepolia_RootMessageProcessed_filter { +input polygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -43447,52 +43059,55 @@ input sepolia_RootMessageProcessed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: sepolia_Bytes - root_not: sepolia_Bytes - root_gt: sepolia_Bytes - root_lt: sepolia_Bytes - root_gte: sepolia_Bytes - root_lte: sepolia_Bytes - root_in: [sepolia_Bytes!] - root_not_in: [sepolia_Bytes!] - root_contains: sepolia_Bytes - root_not_contains: sepolia_Bytes - caller: sepolia_Bytes - caller_not: sepolia_Bytes - caller_gt: sepolia_Bytes - caller_lt: sepolia_Bytes - caller_gte: sepolia_Bytes - caller_lte: sepolia_Bytes - caller_in: [sepolia_Bytes!] - caller_not_in: [sepolia_Bytes!] - caller_contains: sepolia_Bytes - caller_not_contains: sepolia_Bytes - transactionHash: sepolia_Bytes - transactionHash_not: sepolia_Bytes - transactionHash_gt: sepolia_Bytes - transactionHash_lt: sepolia_Bytes - transactionHash_gte: sepolia_Bytes - transactionHash_lte: sepolia_Bytes - transactionHash_in: [sepolia_Bytes!] - transactionHash_not_in: [sepolia_Bytes!] - transactionHash_contains: sepolia_Bytes - transactionHash_not_contains: sepolia_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_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 @@ -43526,180 +43141,69 @@ input sepolia_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootMessageProcessed_filter] - or: [sepolia_RootMessageProcessed_filter] -} - -enum sepolia_RootMessageProcessed_orderBy { - id - spokeDomain - hubDomain - root - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type sepolia_RootPropagated { - id: ID! - aggregate: sepolia_Bytes! - domainsHash: sepolia_Bytes! - count: BigInt! - blockNumber: BigInt -} - -input sepolia_RootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregate: sepolia_Bytes - aggregate_not: sepolia_Bytes - aggregate_gt: sepolia_Bytes - aggregate_lt: sepolia_Bytes - aggregate_gte: sepolia_Bytes - aggregate_lte: sepolia_Bytes - aggregate_in: [sepolia_Bytes!] - aggregate_not_in: [sepolia_Bytes!] - aggregate_contains: sepolia_Bytes - aggregate_not_contains: sepolia_Bytes - domainsHash: sepolia_Bytes - domainsHash_not: sepolia_Bytes - domainsHash_gt: sepolia_Bytes - domainsHash_lt: sepolia_Bytes - domainsHash_gte: sepolia_Bytes - domainsHash_lte: sepolia_Bytes - domainsHash_in: [sepolia_Bytes!] - domainsHash_not_in: [sepolia_Bytes!] - domainsHash_contains: sepolia_Bytes - domainsHash_not_contains: sepolia_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootPropagated_filter] - or: [sepolia_RootPropagated_filter] -} - -enum sepolia_RootPropagated_orderBy { - id - aggregate - domainsHash - count - blockNumber -} - -type sepolia_ScrollConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_ScrollConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ScrollConnectorMeta_filter] - or: [sepolia_ScrollConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SlippageUpdate_filter] + or: [polygon_SlippageUpdate_filter] } -enum sepolia_ScrollConnectorMeta_orderBy { +enum polygon_SlippageUpdate_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type sepolia_XlayerConnectorMeta { +type polygon_SnapshotRoot { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + spokeDomain: BigInt + root: polygon_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -input sepolia_XlayerConnectorMeta_filter { +input polygon_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -43716,69 +43220,61 @@ input sepolia_XlayerConnectorMeta_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + root: 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: sepolia_BlockChangedFilter - and: [sepolia_XlayerConnectorMeta_filter] - or: [sepolia_XlayerConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SnapshotRoot_filter] + or: [polygon_SnapshotRoot_filter] } -enum sepolia_XlayerConnectorMeta_orderBy { +enum polygon_SnapshotRoot_orderBy { id spokeDomain - hubDomain - amb - rootManager - mirrorConnector + root + count + timestamp + blockNumber } -type sepolia_ZkSyncConnectorMeta { +type polygon_SpokeConnectorMode { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + mode: String! } -input sepolia_ZkSyncConnectorMeta_filter { +input polygon_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -43787,536 +43283,114 @@ input sepolia_ZkSyncConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ZkSyncConnectorMeta_filter] - or: [sepolia_ZkSyncConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SpokeConnectorMode_filter] + or: [polygon_SpokeConnectorMode_filter] } -enum sepolia_ZkSyncConnectorMeta_orderBy { +enum polygon_SpokeConnectorMode_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + mode } -type sepolia__Block_ { +enum polygon_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type polygon__Block_ { """The hash of the block""" - hash: sepolia_Bytes + hash: polygon_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: sepolia_Bytes + parentHash: polygon_Bytes } """The type for the top-level _meta field""" -type sepolia__Meta_ { +type polygon__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for a block number. It will be filled if the _meta field has no block constraint and therefore asks for the latest block - - """ - block: sepolia__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum mantle_swap_Aggregation_interval { - hour - day -} - -scalar mantle_swap_BigDecimal - -input mantle_swap_BlockChangedFilter { - number_gte: Int! -} - -input mantle_swap_Block_height { - hash: mantle_swap_Bytes - number: Int - number_gte: Int -} - -scalar mantle_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar mantle_swap_Int8 - -type mantle_swap_LpAccount { - id: ID! - address: mantle_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_LpAccountBalance_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_LpAccountBalance_filter): [mantle_swap_LpAccountBalance!]! -} - -type mantle_swap_LpAccountBalance { - id: ID! - account: mantle_swap_LpAccount! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mantle_swap_Bytes -} - -input mantle_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: mantle_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccountBalance_filter] - or: [mantle_swap_LpAccountBalance_filter] -} - -enum mantle_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction -} - -input mantle_swap_LpAccount_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - address: mantle_swap_Bytes - address_not: mantle_swap_Bytes - address_gt: mantle_swap_Bytes - address_lt: mantle_swap_Bytes - address_gte: mantle_swap_Bytes - address_lte: mantle_swap_Bytes - address_in: [mantle_swap_Bytes!] - address_not_in: [mantle_swap_Bytes!] - address_contains: mantle_swap_Bytes - address_not_contains: mantle_swap_Bytes - balances_: mantle_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccount_filter] - or: [mantle_swap_LpAccount_filter] -} - -enum mantle_swap_LpAccount_orderBy { - id - address - balances -} - -type mantle_swap_LpToken { - id: ID! - address: mantle_swap_Bytes! - stableSwap: mantle_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: mantle_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_LpTokenEvent_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_LpTokenEvent_filter): [mantle_swap_LpTokenEvent!]! -} - -interface mantle_swap_LpTokenEvent { - id: ID! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! -} - -input mantle_swap_LpTokenEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpTokenEvent_filter] - or: [mantle_swap_LpTokenEvent_filter] + + """ + block: polygon__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum mantle_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce +enum optimismsepolia_swap_Aggregation_interval { + hour + day } -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] +scalar optimismsepolia_swap_BigDecimal + +input optimismsepolia_swap_BlockChangedFilter { + number_gte: Int! } -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 +input optimismsepolia_swap_Block_height { + hash: optimismsepolia_swap_Bytes + number: Int + number_gte: Int } -type mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { +scalar optimismsepolia_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar optimismsepolia_swap_Int8 + +type optimismsepolia_swap_LpAccount { id: ID! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - from: mantle_swap_Bytes! - to: mantle_swap_Bytes! - fromBalance: mantle_swap_BigDecimal! - toBalance: mantle_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + address: optimismsepolia_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpAccountBalance_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpAccountBalance_filter): [optimismsepolia_swap_LpAccountBalance!]! } -input mantle_swap_LpTransferEvent_filter { +type optimismsepolia_swap_LpAccountBalance { + id: ID! + account: optimismsepolia_swap_LpAccount! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: optimismsepolia_swap_Bytes +} + +input optimismsepolia_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -44325,6 +43399,27 @@ input mantle_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: optimismsepolia_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -44345,51 +43440,15 @@ input mantle_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_swap_BigDecimal!] - from: mantle_swap_Bytes - from_not: mantle_swap_Bytes - from_gt: mantle_swap_Bytes - from_lt: mantle_swap_Bytes - from_gte: mantle_swap_Bytes - from_lte: mantle_swap_Bytes - from_in: [mantle_swap_Bytes!] - from_not_in: [mantle_swap_Bytes!] - from_contains: mantle_swap_Bytes - from_not_contains: mantle_swap_Bytes - to: mantle_swap_Bytes - to_not: mantle_swap_Bytes - to_gt: mantle_swap_Bytes - to_lt: mantle_swap_Bytes - to_gte: mantle_swap_Bytes - to_lte: mantle_swap_Bytes - to_in: [mantle_swap_Bytes!] - to_not_in: [mantle_swap_Bytes!] - to_contains: mantle_swap_Bytes - to_not_contains: mantle_swap_Bytes - fromBalance: mantle_swap_BigDecimal - fromBalance_not: mantle_swap_BigDecimal - fromBalance_gt: mantle_swap_BigDecimal - fromBalance_lt: mantle_swap_BigDecimal - fromBalance_gte: mantle_swap_BigDecimal - fromBalance_lte: mantle_swap_BigDecimal - fromBalance_in: [mantle_swap_BigDecimal!] - fromBalance_not_in: [mantle_swap_BigDecimal!] - toBalance: mantle_swap_BigDecimal - toBalance_not: mantle_swap_BigDecimal - toBalance_gt: mantle_swap_BigDecimal - toBalance_lt: mantle_swap_BigDecimal - toBalance_gte: mantle_swap_BigDecimal - toBalance_lte: mantle_swap_BigDecimal - toBalance_in: [mantle_swap_BigDecimal!] - toBalance_not_in: [mantle_swap_BigDecimal!] + token_: optimismsepolia_swap_LpToken_filter + amount: optimismsepolia_swap_BigDecimal + amount_not: optimismsepolia_swap_BigDecimal + amount_gt: optimismsepolia_swap_BigDecimal + amount_lt: optimismsepolia_swap_BigDecimal + amount_gte: optimismsepolia_swap_BigDecimal + amount_lte: optimismsepolia_swap_BigDecimal + amount_in: [optimismsepolia_swap_BigDecimal!] + amount_not_in: [optimismsepolia_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -44398,40 +43457,35 @@ input mantle_swap_LpTransferEvent_filter { 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!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpTransferEvent_filter] - or: [mantle_swap_LpTransferEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpAccountBalance_filter] + or: [optimismsepolia_swap_LpAccountBalance_filter] } -enum mantle_swap_LpTransferEvent_orderBy { +enum optimismsepolia_swap_LpAccountBalance_orderBy { id + account + account__id + account__address token token__id token__address @@ -44440,28 +43494,12 @@ enum mantle_swap_LpTransferEvent_orderBy { token__symbol token__totalSupply amount - from - to - fromBalance - toBalance block - timestamp + modified transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum mantle_swap_OrderDirection { - asc - desc -} - -type mantle_swap_PooledToken { - id: ID! - asset: mantle_swap_Bytes! } -input mantle_swap_PooledToken_filter { +input optimismsepolia_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -44470,72 +43508,51 @@ 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 + address: optimismsepolia_swap_Bytes + address_not: optimismsepolia_swap_Bytes + address_gt: optimismsepolia_swap_Bytes + address_lt: optimismsepolia_swap_Bytes + address_gte: optimismsepolia_swap_Bytes + address_lte: optimismsepolia_swap_Bytes + address_in: [optimismsepolia_swap_Bytes!] + address_not_in: [optimismsepolia_swap_Bytes!] + address_contains: optimismsepolia_swap_Bytes + address_not_contains: optimismsepolia_swap_Bytes + balances_: optimismsepolia_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_PooledToken_filter] - or: [mantle_swap_PooledToken_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpAccount_filter] + or: [optimismsepolia_swap_LpAccount_filter] } -enum mantle_swap_PooledToken_orderBy { +enum optimismsepolia_swap_LpAccount_orderBy { id - asset + address + balances } -type mantle_swap_StableSwap { +type optimismsepolia_swap_LpToken { 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!] + address: optimismsepolia_swap_Bytes! + stableSwap: optimismsepolia_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: optimismsepolia_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpTokenEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpTokenEvent_filter): [optimismsepolia_swap_LpTokenEvent!]! } -type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { +interface optimismsepolia_swap_LpTokenEvent { id: ID! - stableSwap: mantle_swap_StableSwap! - provider: mantle_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapAddLiquidityEvent_filter { +input optimismsepolia_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -44544,79 +43561,35 @@ 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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: optimismsepolia_swap_LpToken_filter + amount: optimismsepolia_swap_BigDecimal + amount_not: optimismsepolia_swap_BigDecimal + amount_gt: optimismsepolia_swap_BigDecimal + amount_lt: optimismsepolia_swap_BigDecimal + amount_gte: optimismsepolia_swap_BigDecimal + amount_lte: optimismsepolia_swap_BigDecimal + amount_in: [optimismsepolia_swap_BigDecimal!] + amount_not_in: [optimismsepolia_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -44633,16 +43606,16 @@ input mantle_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -44652,53 +43625,28 @@ input mantle_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapAddLiquidityEvent_filter] - or: [mantle_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpTokenEvent_filter] + or: [optimismsepolia_swap_LpTokenEvent_filter] } -enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimismsepolia_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 } -interface mantle_swap_StableSwapEvent { - id: ID! - stableSwap: mantle_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! -} - -input mantle_swap_StableSwapEvent_filter { +input optimismsepolia_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -44707,6 +43655,16 @@ input mantle_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + address: optimismsepolia_swap_Bytes + address_not: optimismsepolia_swap_Bytes + address_gt: optimismsepolia_swap_Bytes + address_lt: optimismsepolia_swap_Bytes + address_gte: optimismsepolia_swap_Bytes + address_lte: optimismsepolia_swap_Bytes + address_in: [optimismsepolia_swap_Bytes!] + address_not_in: [optimismsepolia_swap_Bytes!] + address_contains: optimismsepolia_swap_Bytes + address_not_contains: optimismsepolia_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -44727,49 +43685,73 @@ input mantle_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - 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!] + stableSwap_: optimismsepolia_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: optimismsepolia_swap_BigDecimal + totalSupply_not: optimismsepolia_swap_BigDecimal + totalSupply_gt: optimismsepolia_swap_BigDecimal + totalSupply_lt: optimismsepolia_swap_BigDecimal + totalSupply_gte: optimismsepolia_swap_BigDecimal + totalSupply_lte: optimismsepolia_swap_BigDecimal + totalSupply_in: [optimismsepolia_swap_BigDecimal!] + totalSupply_not_in: [optimismsepolia_swap_BigDecimal!] + events_: optimismsepolia_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapEvent_filter] - or: [mantle_swap_StableSwapEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpToken_filter] + or: [optimismsepolia_swap_LpToken_filter] } -enum mantle_swap_StableSwapEvent_orderBy { +enum optimismsepolia_swap_LpToken_orderBy { id + address stableSwap stableSwap__id stableSwap__isActive @@ -44787,29 +43769,28 @@ enum mantle_swap_StableSwapEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + decimals + name + symbol + totalSupply + events } -type mantle_swap_StableSwapExchange { +type optimismsepolia_swap_LpTransferEvent implements optimismsepolia_swap_LpTokenEvent { id: ID! - stableSwap: mantle_swap_StableSwap! - buyer: mantle_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! + from: optimismsepolia_swap_Bytes! + to: optimismsepolia_swap_Bytes! + fromBalance: optimismsepolia_swap_BigDecimal! + toBalance: optimismsepolia_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapExchange_filter { +input optimismsepolia_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -44818,83 +43799,71 @@ 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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: optimismsepolia_swap_LpToken_filter + amount: optimismsepolia_swap_BigDecimal + amount_not: optimismsepolia_swap_BigDecimal + amount_gt: optimismsepolia_swap_BigDecimal + amount_lt: optimismsepolia_swap_BigDecimal + amount_gte: optimismsepolia_swap_BigDecimal + amount_lte: optimismsepolia_swap_BigDecimal + amount_in: [optimismsepolia_swap_BigDecimal!] + amount_not_in: [optimismsepolia_swap_BigDecimal!] + from: optimismsepolia_swap_Bytes + from_not: optimismsepolia_swap_Bytes + from_gt: optimismsepolia_swap_Bytes + from_lt: optimismsepolia_swap_Bytes + from_gte: optimismsepolia_swap_Bytes + from_lte: optimismsepolia_swap_Bytes + from_in: [optimismsepolia_swap_Bytes!] + from_not_in: [optimismsepolia_swap_Bytes!] + from_contains: optimismsepolia_swap_Bytes + from_not_contains: optimismsepolia_swap_Bytes + to: optimismsepolia_swap_Bytes + to_not: optimismsepolia_swap_Bytes + to_gt: optimismsepolia_swap_Bytes + to_lt: optimismsepolia_swap_Bytes + to_gte: optimismsepolia_swap_Bytes + to_lte: optimismsepolia_swap_Bytes + to_in: [optimismsepolia_swap_Bytes!] + to_not_in: [optimismsepolia_swap_Bytes!] + to_contains: optimismsepolia_swap_Bytes + to_not_contains: optimismsepolia_swap_Bytes + fromBalance: optimismsepolia_swap_BigDecimal + fromBalance_not: optimismsepolia_swap_BigDecimal + fromBalance_gt: optimismsepolia_swap_BigDecimal + fromBalance_lt: optimismsepolia_swap_BigDecimal + fromBalance_gte: optimismsepolia_swap_BigDecimal + fromBalance_lte: optimismsepolia_swap_BigDecimal + fromBalance_in: [optimismsepolia_swap_BigDecimal!] + fromBalance_not_in: [optimismsepolia_swap_BigDecimal!] + toBalance: optimismsepolia_swap_BigDecimal + toBalance_not: optimismsepolia_swap_BigDecimal + toBalance_gt: optimismsepolia_swap_BigDecimal + toBalance_lt: optimismsepolia_swap_BigDecimal + toBalance_gte: optimismsepolia_swap_BigDecimal + toBalance_lte: optimismsepolia_swap_BigDecimal + toBalance_in: [optimismsepolia_swap_BigDecimal!] + toBalance_not_in: [optimismsepolia_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -44911,16 +43880,16 @@ input mantle_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -44930,60 +43899,117 @@ input mantle_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapExchange_filter] - or: [mantle_swap_StableSwapExchange_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpTransferEvent_filter] + or: [optimismsepolia_swap_LpTransferEvent_filter] } -enum mantle_swap_StableSwapExchange_orderBy { +enum optimismsepolia_swap_LpTransferEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance block timestamp transaction nonce } -type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { +"""Defines the order direction, either ascending or descending""" +enum optimismsepolia_swap_OrderDirection { + asc + desc +} + +type optimismsepolia_swap_PooledToken { id: ID! - stableSwap: mantle_swap_StableSwap! - provider: mantle_swap_Bytes! + asset: optimismsepolia_swap_Bytes! +} + +input optimismsepolia_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: optimismsepolia_swap_Bytes + asset_not: optimismsepolia_swap_Bytes + asset_gt: optimismsepolia_swap_Bytes + asset_lt: optimismsepolia_swap_Bytes + asset_gte: optimismsepolia_swap_Bytes + asset_lte: optimismsepolia_swap_Bytes + asset_in: [optimismsepolia_swap_Bytes!] + asset_not_in: [optimismsepolia_swap_Bytes!] + asset_contains: optimismsepolia_swap_Bytes + asset_not_contains: optimismsepolia_swap_Bytes + """Filter for the block changed event.""" + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_PooledToken_filter] + or: [optimismsepolia_swap_PooledToken_filter] +} + +enum optimismsepolia_swap_PooledToken_orderBy { + id + asset +} + +type optimismsepolia_swap_StableSwap { + id: ID! + isActive: Boolean + key: optimismsepolia_swap_Bytes! + canonicalId: optimismsepolia_swap_Bytes + domain: BigInt + swapPool: optimismsepolia_swap_Bytes + lpToken: optimismsepolia_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [optimismsepolia_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapEvent_filter): [optimismsepolia_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapExchange_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapExchange_filter): [optimismsepolia_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapHourlyVolume_filter): [optimismsepolia_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapDailyVolume_filter): [optimismsepolia_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapWeeklyVolume_filter): [optimismsepolia_swap_SwapWeeklyVolume!] +} + +type optimismsepolia_swap_StableSwapAddLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { + id: ID! + stableSwap: optimismsepolia_swap_StableSwap! + provider: optimismsepolia_swap_Bytes! tokenAmounts: [BigInt!]! - fees: [BigInt!] + fees: [BigInt!]! invariant: BigInt lpTokenSupply: BigInt! lpTokenAmount: BigInt! balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapRemoveLiquidityEvent_filter { +input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -45012,17 +44038,17 @@ input mantle_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - provider: mantle_swap_Bytes - provider_not: mantle_swap_Bytes - provider_gt: mantle_swap_Bytes - provider_lt: mantle_swap_Bytes - provider_gte: mantle_swap_Bytes - provider_lte: mantle_swap_Bytes - provider_in: [mantle_swap_Bytes!] - provider_not_in: [mantle_swap_Bytes!] - provider_contains: mantle_swap_Bytes - provider_not_contains: mantle_swap_Bytes + stableSwap_: optimismsepolia_swap_StableSwap_filter + provider: optimismsepolia_swap_Bytes + provider_not: optimismsepolia_swap_Bytes + provider_gt: optimismsepolia_swap_Bytes + provider_lt: optimismsepolia_swap_Bytes + provider_gte: optimismsepolia_swap_Bytes + provider_lte: optimismsepolia_swap_Bytes + provider_in: [optimismsepolia_swap_Bytes!] + provider_not_in: [optimismsepolia_swap_Bytes!] + provider_contains: optimismsepolia_swap_Bytes + provider_not_contains: optimismsepolia_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -45081,16 +44107,16 @@ input mantle_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45100,12 +44126,12 @@ input mantle_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -45137,210 +44163,16 @@ enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input mantle_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: 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwap_filter] - or: [mantle_swap_StableSwap_filter] -} - -enum mantle_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 mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { +interface optimismsepolia_swap_StableSwapEvent { id: ID! - stableSwap: mantle_swap_StableSwap! + stableSwap: optimismsepolia_swap_StableSwap! + block: BigInt! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! } -input mantle_swap_SwapDailyVolume_filter { +input optimismsepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -45369,7 +44201,15 @@ input mantle_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45378,21 +44218,31 @@ input mantle_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapDailyVolume_filter] - or: [mantle_swap_SwapDailyVolume_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapEvent_filter] + or: [optimismsepolia_swap_StableSwapEvent_filter] } -enum mantle_swap_SwapDailyVolume_orderBy { +enum optimismsepolia_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -45411,18 +44261,29 @@ enum mantle_swap_SwapDailyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + block timestamp - volume + transaction + nonce } -type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { +type optimismsepolia_swap_StableSwapExchange { id: ID! - stableSwap: mantle_swap_StableSwap! + stableSwap: optimismsepolia_swap_StableSwap! + buyer: optimismsepolia_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! } -input mantle_swap_SwapHourlyVolume_filter { +input optimismsepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -45451,7 +44312,71 @@ input mantle_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter + buyer: optimismsepolia_swap_Bytes + buyer_not: optimismsepolia_swap_Bytes + buyer_gt: optimismsepolia_swap_Bytes + buyer_lt: optimismsepolia_swap_Bytes + buyer_gte: optimismsepolia_swap_Bytes + buyer_lte: optimismsepolia_swap_Bytes + buyer_in: [optimismsepolia_swap_Bytes!] + buyer_not_in: [optimismsepolia_swap_Bytes!] + buyer_contains: optimismsepolia_swap_Bytes + buyer_not_contains: optimismsepolia_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45460,21 +44385,31 @@ input mantle_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapHourlyVolume_filter] - or: [mantle_swap_SwapHourlyVolume_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapExchange_filter] + or: [optimismsepolia_swap_StableSwapExchange_filter] } -enum mantle_swap_SwapHourlyVolume_orderBy { +enum optimismsepolia_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -45493,90 +44428,36 @@ enum mantle_swap_SwapHourlyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - volume -} - -interface mantle_swap_SwapTradeVolume { - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! -} - -input mantle_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapTradeVolume_filter] - or: [mantle_swap_SwapTradeVolume_filter] -} - -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 + transaction + nonce } -type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { +type optimismsepolia_swap_StableSwapRemoveLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { id: ID! - stableSwap: mantle_swap_StableSwap! + stableSwap: optimismsepolia_swap_StableSwap! + provider: optimismsepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! } -input mantle_swap_SwapWeeklyVolume_filter { +input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -45605,7 +44486,67 @@ input mantle_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter + provider: optimismsepolia_swap_Bytes + provider_not: optimismsepolia_swap_Bytes + provider_gt: optimismsepolia_swap_Bytes + provider_lt: optimismsepolia_swap_Bytes + provider_gte: optimismsepolia_swap_Bytes + provider_lte: optimismsepolia_swap_Bytes + provider_in: [optimismsepolia_swap_Bytes!] + provider_not_in: [optimismsepolia_swap_Bytes!] + provider_contains: optimismsepolia_swap_Bytes + provider_not_contains: optimismsepolia_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45614,21 +44555,31 @@ 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!] + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapWeeklyVolume_filter] - or: [mantle_swap_SwapWeeklyVolume_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mantle_swap_SwapWeeklyVolume_orderBy { +enum optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -45647,231 +44598,20 @@ enum mantle_swap_SwapWeeklyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - 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 hash of the parent block""" - parentHash: mantle_swap_Bytes -} - -"""The type for the top-level _meta field""" -type mantle_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mantle_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum mode_swap_Aggregation_interval { - hour - day -} - -scalar mode_swap_BigDecimal - -input mode_swap_BlockChangedFilter { - number_gte: Int! -} - -input mode_swap_Block_height { - hash: mode_swap_Bytes - number: Int - number_gte: Int -} - -scalar mode_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar mode_swap_Int8 - -type mode_swap_LpAccount { - id: ID! - address: mode_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpAccountBalance_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpAccountBalance_filter): [mode_swap_LpAccountBalance!]! -} - -type mode_swap_LpAccountBalance { - id: ID! - account: mode_swap_LpAccount! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mode_swap_Bytes -} - -input mode_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: mode_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpAccountBalance_filter] - or: [mode_swap_LpAccountBalance_filter] -} - -enum mode_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances block - modified + timestamp transaction + nonce } -input mode_swap_LpAccount_filter { +input optimismsepolia_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -45880,145 +44620,201 @@ input mode_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mode_swap_Bytes - address_not: mode_swap_Bytes - address_gt: mode_swap_Bytes - address_lt: mode_swap_Bytes - address_gte: mode_swap_Bytes - address_lte: mode_swap_Bytes - address_in: [mode_swap_Bytes!] - address_not_in: [mode_swap_Bytes!] - address_contains: mode_swap_Bytes - address_not_contains: mode_swap_Bytes - balances_: mode_swap_LpAccountBalance_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: optimismsepolia_swap_Bytes + key_not: optimismsepolia_swap_Bytes + key_gt: optimismsepolia_swap_Bytes + key_lt: optimismsepolia_swap_Bytes + key_gte: optimismsepolia_swap_Bytes + key_lte: optimismsepolia_swap_Bytes + key_in: [optimismsepolia_swap_Bytes!] + key_not_in: [optimismsepolia_swap_Bytes!] + key_contains: optimismsepolia_swap_Bytes + key_not_contains: optimismsepolia_swap_Bytes + canonicalId: optimismsepolia_swap_Bytes + canonicalId_not: optimismsepolia_swap_Bytes + canonicalId_gt: optimismsepolia_swap_Bytes + canonicalId_lt: optimismsepolia_swap_Bytes + canonicalId_gte: optimismsepolia_swap_Bytes + canonicalId_lte: optimismsepolia_swap_Bytes + canonicalId_in: [optimismsepolia_swap_Bytes!] + canonicalId_not_in: [optimismsepolia_swap_Bytes!] + canonicalId_contains: optimismsepolia_swap_Bytes + canonicalId_not_contains: optimismsepolia_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: optimismsepolia_swap_Bytes + swapPool_not: optimismsepolia_swap_Bytes + swapPool_gt: optimismsepolia_swap_Bytes + swapPool_lt: optimismsepolia_swap_Bytes + swapPool_gte: optimismsepolia_swap_Bytes + swapPool_lte: optimismsepolia_swap_Bytes + swapPool_in: [optimismsepolia_swap_Bytes!] + swapPool_not_in: [optimismsepolia_swap_Bytes!] + swapPool_contains: optimismsepolia_swap_Bytes + swapPool_not_contains: optimismsepolia_swap_Bytes + lpToken: optimismsepolia_swap_Bytes + lpToken_not: optimismsepolia_swap_Bytes + lpToken_gt: optimismsepolia_swap_Bytes + lpToken_lt: optimismsepolia_swap_Bytes + lpToken_gte: optimismsepolia_swap_Bytes + lpToken_lte: optimismsepolia_swap_Bytes + lpToken_in: [optimismsepolia_swap_Bytes!] + lpToken_not_in: [optimismsepolia_swap_Bytes!] + lpToken_contains: optimismsepolia_swap_Bytes + lpToken_not_contains: optimismsepolia_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [optimismsepolia_swap_Bytes!] + pooledTokens_not: [optimismsepolia_swap_Bytes!] + pooledTokens_contains: [optimismsepolia_swap_Bytes!] + pooledTokens_contains_nocase: [optimismsepolia_swap_Bytes!] + pooledTokens_not_contains: [optimismsepolia_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimismsepolia_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: optimismsepolia_swap_StableSwapEvent_filter + exchanges_: optimismsepolia_swap_StableSwapExchange_filter + hourlyVolumes_: optimismsepolia_swap_SwapHourlyVolume_filter + dailyVolumes_: optimismsepolia_swap_SwapDailyVolume_filter + weeklyVolumes_: optimismsepolia_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpAccount_filter] - or: [mode_swap_LpAccount_filter] -} - -enum mode_swap_LpAccount_orderBy { - id - address - balances + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwap_filter] + or: [optimismsepolia_swap_StableSwap_filter] } -type mode_swap_LpToken { - id: ID! - address: mode_swap_Bytes! - stableSwap: mode_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: mode_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpTokenEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpTokenEvent_filter): [mode_swap_LpTokenEvent!]! +enum optimismsepolia_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 } -interface mode_swap_LpTokenEvent { +type optimismsepolia_swap_SwapDailyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - block: BigInt! + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! -} - -input mode_swap_LpTokenEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpTokenEvent_filter] - or: [mode_swap_LpTokenEvent_filter] -} - -enum mode_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce + volume: optimismsepolia_swap_BigDecimal! } -input mode_swap_LpToken_filter { +input optimismsepolia_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46027,16 +44823,6 @@ input mode_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mode_swap_Bytes - address_not: mode_swap_Bytes - address_gt: mode_swap_Bytes - address_lt: mode_swap_Bytes - address_gte: mode_swap_Bytes - address_lte: mode_swap_Bytes - address_in: [mode_swap_Bytes!] - address_not_in: [mode_swap_Bytes!] - address_contains: mode_swap_Bytes - address_not_contains: mode_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -46057,73 +44843,31 @@ input mode_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: mode_swap_BigDecimal - totalSupply_not: mode_swap_BigDecimal - totalSupply_gt: mode_swap_BigDecimal - totalSupply_lt: mode_swap_BigDecimal - totalSupply_gte: mode_swap_BigDecimal - totalSupply_lte: mode_swap_BigDecimal - totalSupply_in: [mode_swap_BigDecimal!] - totalSupply_not_in: [mode_swap_BigDecimal!] - events_: mode_swap_LpTokenEvent_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpToken_filter] - or: [mode_swap_LpToken_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapDailyVolume_filter] + or: [optimismsepolia_swap_SwapDailyVolume_filter] } -enum mode_swap_LpToken_orderBy { +enum optimismsepolia_swap_SwapDailyVolume_orderBy { id - address stableSwap stableSwap__id stableSwap__isActive @@ -46141,28 +44885,18 @@ enum mode_swap_LpToken_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + timestamp + volume } -type mode_swap_LpTransferEvent implements mode_swap_LpTokenEvent { +type optimismsepolia_swap_SwapHourlyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - from: mode_swap_Bytes! - to: mode_swap_Bytes! - fromBalance: mode_swap_BigDecimal! - toBalance: mode_swap_BigDecimal! - block: BigInt! + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + volume: optimismsepolia_swap_BigDecimal! } -input mode_swap_LpTransferEvent_filter { +input optimismsepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46171,79 +44905,27 @@ input mode_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_swap_BigDecimal!] - from: mode_swap_Bytes - from_not: mode_swap_Bytes - from_gt: mode_swap_Bytes - from_lt: mode_swap_Bytes - from_gte: mode_swap_Bytes - from_lte: mode_swap_Bytes - from_in: [mode_swap_Bytes!] - from_not_in: [mode_swap_Bytes!] - from_contains: mode_swap_Bytes - from_not_contains: mode_swap_Bytes - to: mode_swap_Bytes - to_not: mode_swap_Bytes - to_gt: mode_swap_Bytes - to_lt: mode_swap_Bytes - to_gte: mode_swap_Bytes - to_lte: mode_swap_Bytes - to_in: [mode_swap_Bytes!] - to_not_in: [mode_swap_Bytes!] - to_contains: mode_swap_Bytes - to_not_contains: mode_swap_Bytes - fromBalance: mode_swap_BigDecimal - fromBalance_not: mode_swap_BigDecimal - fromBalance_gt: mode_swap_BigDecimal - fromBalance_lt: mode_swap_BigDecimal - fromBalance_gte: mode_swap_BigDecimal - fromBalance_lte: mode_swap_BigDecimal - fromBalance_in: [mode_swap_BigDecimal!] - fromBalance_not_in: [mode_swap_BigDecimal!] - toBalance: mode_swap_BigDecimal - toBalance_not: mode_swap_BigDecimal - toBalance_gt: mode_swap_BigDecimal - toBalance_lt: mode_swap_BigDecimal - toBalance_gte: mode_swap_BigDecimal - toBalance_lte: mode_swap_BigDecimal - toBalance_in: [mode_swap_BigDecimal!] - toBalance_not_in: [mode_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46252,144 +44934,50 @@ input mode_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_LpTransferEvent_filter] - or: [mode_swap_LpTransferEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapHourlyVolume_filter] + or: [optimismsepolia_swap_SwapHourlyVolume_filter] } -enum mode_swap_LpTransferEvent_orderBy { +enum optimismsepolia_swap_SwapHourlyVolume_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum mode_swap_OrderDirection { - asc - desc -} - -type mode_swap_PooledToken { - id: ID! - asset: mode_swap_Bytes! -} - -input mode_swap_PooledToken_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - asset: mode_swap_Bytes - asset_not: mode_swap_Bytes - asset_gt: mode_swap_Bytes - asset_lt: mode_swap_Bytes - asset_gte: mode_swap_Bytes - asset_lte: mode_swap_Bytes - asset_in: [mode_swap_Bytes!] - asset_not_in: [mode_swap_Bytes!] - asset_contains: mode_swap_Bytes - asset_not_contains: mode_swap_Bytes - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_PooledToken_filter] - or: [mode_swap_PooledToken_filter] -} - -enum mode_swap_PooledToken_orderBy { - id - asset -} - -type mode_swap_StableSwap { - id: ID! - isActive: Boolean - key: mode_swap_Bytes! - canonicalId: mode_swap_Bytes - domain: BigInt - swapPool: mode_swap_Bytes - lpToken: mode_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [mode_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapEvent_filter): [mode_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapExchange_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapExchange_filter): [mode_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapHourlyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapHourlyVolume_filter): [mode_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapDailyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapDailyVolume_filter): [mode_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapWeeklyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapWeeklyVolume_filter): [mode_swap_SwapWeeklyVolume!] + volume } -type mode_swap_StableSwapAddLiquidityEvent implements mode_swap_StableSwapEvent { - id: ID! - stableSwap: mode_swap_StableSwap! - provider: mode_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! +interface optimismsepolia_swap_SwapTradeVolume { + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! -} - -input mode_swap_StableSwapAddLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] + volume: optimismsepolia_swap_BigDecimal! +} + +input optimismsepolia_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -46410,67 +44998,7 @@ input mode_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - provider: mode_swap_Bytes - provider_not: mode_swap_Bytes - provider_gt: mode_swap_Bytes - provider_lt: mode_swap_Bytes - provider_gte: mode_swap_Bytes - provider_lte: mode_swap_Bytes - provider_in: [mode_swap_Bytes!] - provider_not_in: [mode_swap_Bytes!] - provider_contains: mode_swap_Bytes - provider_not_contains: mode_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46479,32 +45007,21 @@ input mode_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapAddLiquidityEvent_filter] - or: [mode_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapTradeVolume_filter] + or: [optimismsepolia_swap_SwapTradeVolume_filter] } -enum mode_swap_StableSwapAddLiquidityEvent_orderBy { - id +enum optimismsepolia_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -46522,29 +45039,18 @@ enum mode_swap_StableSwapAddLiquidityEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block timestamp - transaction - nonce + volume } -interface mode_swap_StableSwapEvent { +type optimismsepolia_swap_SwapWeeklyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - stableSwap: mode_swap_StableSwap! - block: BigInt! + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + volume: optimismsepolia_swap_BigDecimal! } -input mode_swap_StableSwapEvent_filter { +input optimismsepolia_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46573,15 +45079,7 @@ input mode_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46590,31 +45088,21 @@ input mode_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapEvent_filter] - or: [mode_swap_StableSwapEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapWeeklyVolume_filter] + or: [optimismsepolia_swap_SwapWeeklyVolume_filter] } -enum mode_swap_StableSwapEvent_orderBy { +enum optimismsepolia_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -46633,29 +45121,97 @@ enum mode_swap_StableSwapEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - block timestamp - transaction - nonce + volume } -type mode_swap_StableSwapExchange { +type optimismsepolia_swap_SystemInfo { id: ID! - stableSwap: mode_swap_StableSwap! - buyer: mode_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input optimismsepolia_swap_SystemInfo_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SystemInfo_filter] + or: [optimismsepolia_swap_SystemInfo_filter] +} + +enum optimismsepolia_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type optimismsepolia_swap__Block_ { + """The hash of the block""" + hash: optimismsepolia_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: optimismsepolia_swap_Bytes +} + +"""The type for the top-level _meta field""" +type optimismsepolia_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: optimismsepolia_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type base_AggregateRoot { + id: ID! + root: base_Bytes! + blockNumber: BigInt! +} + +type base_AggregateRootProposed { + id: ID! + aggregateRoot: base_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input mode_swap_StableSwapExchange_filter { +input base_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -46664,91 +45220,40 @@ input mode_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - buyer: mode_swap_Bytes - buyer_not: mode_swap_Bytes - buyer_gt: mode_swap_Bytes - buyer_lt: mode_swap_Bytes - buyer_gte: mode_swap_Bytes - buyer_lte: mode_swap_Bytes - buyer_in: [mode_swap_Bytes!] - buyer_not_in: [mode_swap_Bytes!] - buyer_contains: mode_swap_Bytes - buyer_not_contains: mode_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -46757,79 +45262,227 @@ input mode_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_AggregateRootProposed_filter] + or: [base_AggregateRootProposed_filter] +} + +enum base_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input base_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_AggregateRoot_filter] + or: [base_AggregateRoot_filter] +} + +enum base_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum base_Aggregation_interval { + hour + day +} + +type base_Asset { + id: ID! + key: base_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: base_Bytes + canonicalDomain: BigInt + adoptedAsset: base_Bytes + localAsset: base_Bytes + blockNumber: BigInt + status: base_AssetStatus +} + +type base_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: base_Router! + asset: base_Asset! + feesEarned: BigInt! +} + +input base_AssetBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: base_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapExchange_filter] - or: [mode_swap_StableSwapExchange_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetBalance_filter] + or: [base_AssetBalance_filter] } -enum mode_swap_StableSwapExchange_orderBy { +enum base_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 mode_swap_StableSwapRemoveLiquidityEvent implements mode_swap_StableSwapEvent { +type base_AssetStatus { id: ID! - stableSwap: mode_swap_StableSwap! - provider: mode_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + status: Boolean } -input mode_swap_StableSwapRemoveLiquidityEvent_filter { +input base_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -46838,152 +45491,22 @@ input mode_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - provider: mode_swap_Bytes - provider_not: mode_swap_Bytes - provider_gt: mode_swap_Bytes - provider_lt: mode_swap_Bytes - provider_gte: mode_swap_Bytes - provider_lte: mode_swap_Bytes - provider_in: [mode_swap_Bytes!] - provider_not_in: [mode_swap_Bytes!] - provider_contains: mode_swap_Bytes - provider_not_contains: mode_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mode_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetStatus_filter] + or: [base_AssetStatus_filter] } -enum mode_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum base_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 mode_swap_StableSwap_filter { +input base_Asset_filter { id: ID id_not: ID id_gt: ID @@ -46992,201 +45515,144 @@ input mode_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: mode_swap_Bytes - key_not: mode_swap_Bytes - key_gt: mode_swap_Bytes - key_lt: mode_swap_Bytes - key_gte: mode_swap_Bytes - key_lte: mode_swap_Bytes - key_in: [mode_swap_Bytes!] - key_not_in: [mode_swap_Bytes!] - key_contains: mode_swap_Bytes - key_not_contains: mode_swap_Bytes - canonicalId: mode_swap_Bytes - canonicalId_not: mode_swap_Bytes - canonicalId_gt: mode_swap_Bytes - canonicalId_lt: mode_swap_Bytes - canonicalId_gte: mode_swap_Bytes - canonicalId_lte: mode_swap_Bytes - canonicalId_in: [mode_swap_Bytes!] - canonicalId_not_in: [mode_swap_Bytes!] - canonicalId_contains: mode_swap_Bytes - canonicalId_not_contains: mode_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: mode_swap_Bytes - swapPool_not: mode_swap_Bytes - swapPool_gt: mode_swap_Bytes - swapPool_lt: mode_swap_Bytes - swapPool_gte: mode_swap_Bytes - swapPool_lte: mode_swap_Bytes - swapPool_in: [mode_swap_Bytes!] - swapPool_not_in: [mode_swap_Bytes!] - swapPool_contains: mode_swap_Bytes - swapPool_not_contains: mode_swap_Bytes - lpToken: mode_swap_Bytes - lpToken_not: mode_swap_Bytes - lpToken_gt: mode_swap_Bytes - lpToken_lt: mode_swap_Bytes - lpToken_gte: mode_swap_Bytes - lpToken_lte: mode_swap_Bytes - lpToken_in: [mode_swap_Bytes!] - lpToken_not_in: [mode_swap_Bytes!] - lpToken_contains: mode_swap_Bytes - lpToken_not_contains: mode_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [mode_swap_Bytes!] - pooledTokens_not: [mode_swap_Bytes!] - pooledTokens_contains: [mode_swap_Bytes!] - pooledTokens_contains_nocase: [mode_swap_Bytes!] - pooledTokens_not_contains: [mode_swap_Bytes!] - pooledTokens_not_contains_nocase: [mode_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: mode_swap_StableSwapEvent_filter - exchanges_: mode_swap_StableSwapExchange_filter - hourlyVolumes_: mode_swap_SwapHourlyVolume_filter - dailyVolumes_: mode_swap_SwapDailyVolume_filter - weeklyVolumes_: mode_swap_SwapWeeklyVolume_filter + 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: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwap_filter] - or: [mode_swap_StableSwap_filter] + _change_block: base_BlockChangedFilter + and: [base_Asset_filter] + or: [base_Asset_filter] } -enum mode_swap_StableSwap_orderBy { +enum base_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 mode_swap_SwapDailyVolume implements mode_swap_SwapTradeVolume { +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! - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + amb: base_Bytes + rootManager: base_Bytes + mirrorConnector: base_Bytes } -input mode_swap_SwapDailyVolume_filter { +input base_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -47195,80 +45661,109 @@ input mode_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: mode_swap_BlockChangedFilter - and: [mode_swap_SwapDailyVolume_filter] - or: [mode_swap_SwapDailyVolume_filter] + _change_block: base_BlockChangedFilter + and: [base_ConnectorMeta_filter] + or: [base_ConnectorMeta_filter] } -enum mode_swap_SwapDailyVolume_orderBy { +enum base_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 mode_swap_SwapHourlyVolume implements mode_swap_SwapTradeVolume { +type base_DestinationTransfer { id: ID! - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + 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 mode_swap_SwapHourlyVolume_filter { +input base_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -47277,152 +45772,400 @@ input mode_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: base_TransferStatus + status_not: base_TransferStatus + status_in: [base_TransferStatus!] + status_not_in: [base_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: base_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: base_Bytes + to_not: base_Bytes + to_gt: base_Bytes + to_lt: base_Bytes + to_gte: base_Bytes + to_lte: base_Bytes + to_in: [base_Bytes!] + to_not_in: [base_Bytes!] + to_contains: base_Bytes + to_not_contains: base_Bytes + delegate: base_Bytes + delegate_not: base_Bytes + delegate_gt: base_Bytes + delegate_lt: base_Bytes + delegate_gte: base_Bytes + delegate_lte: base_Bytes + delegate_in: [base_Bytes!] + delegate_not_in: [base_Bytes!] + delegate_contains: base_Bytes + delegate_not_contains: base_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: base_Bytes + callData_not: base_Bytes + callData_gt: base_Bytes + callData_lt: base_Bytes + callData_gte: base_Bytes + callData_lte: base_Bytes + callData_in: [base_Bytes!] + callData_not_in: [base_Bytes!] + callData_contains: base_Bytes + callData_not_contains: base_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: base_Bytes + originSender_not: base_Bytes + originSender_gt: base_Bytes + originSender_lt: base_Bytes + originSender_gte: base_Bytes + originSender_lte: base_Bytes + originSender_in: [base_Bytes!] + originSender_not_in: [base_Bytes!] + originSender_contains: base_Bytes + originSender_not_contains: base_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: base_Bytes + executedCaller_not: base_Bytes + executedCaller_gt: base_Bytes + executedCaller_lt: base_Bytes + executedCaller_gte: base_Bytes + executedCaller_lte: base_Bytes + executedCaller_in: [base_Bytes!] + executedCaller_not_in: [base_Bytes!] + executedCaller_contains: base_Bytes + executedCaller_not_contains: base_Bytes + executedTransactionHash: base_Bytes + executedTransactionHash_not: base_Bytes + executedTransactionHash_gt: base_Bytes + executedTransactionHash_lt: base_Bytes + executedTransactionHash_gte: base_Bytes + executedTransactionHash_lte: base_Bytes + executedTransactionHash_in: [base_Bytes!] + executedTransactionHash_not_in: [base_Bytes!] + executedTransactionHash_contains: base_Bytes + executedTransactionHash_not_contains: base_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: base_Bytes + executedTxOrigin_not: base_Bytes + executedTxOrigin_gt: base_Bytes + executedTxOrigin_lt: base_Bytes + executedTxOrigin_gte: base_Bytes + executedTxOrigin_lte: base_Bytes + executedTxOrigin_in: [base_Bytes!] + executedTxOrigin_not_in: [base_Bytes!] + executedTxOrigin_contains: base_Bytes + executedTxOrigin_not_contains: base_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: base_Bytes + reconciledCaller_not: base_Bytes + reconciledCaller_gt: base_Bytes + reconciledCaller_lt: base_Bytes + reconciledCaller_gte: base_Bytes + reconciledCaller_lte: base_Bytes + reconciledCaller_in: [base_Bytes!] + reconciledCaller_not_in: [base_Bytes!] + reconciledCaller_contains: base_Bytes + reconciledCaller_not_contains: base_Bytes + reconciledTransactionHash: base_Bytes + reconciledTransactionHash_not: base_Bytes + reconciledTransactionHash_gt: base_Bytes + reconciledTransactionHash_lt: base_Bytes + reconciledTransactionHash_gte: base_Bytes + reconciledTransactionHash_lte: base_Bytes + reconciledTransactionHash_in: [base_Bytes!] + reconciledTransactionHash_not_in: [base_Bytes!] + reconciledTransactionHash_contains: base_Bytes + reconciledTransactionHash_not_contains: base_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: base_Bytes + reconciledTxOrigin_not: base_Bytes + reconciledTxOrigin_gt: base_Bytes + reconciledTxOrigin_lt: base_Bytes + reconciledTxOrigin_gte: base_Bytes + reconciledTxOrigin_lte: base_Bytes + reconciledTxOrigin_in: [base_Bytes!] + reconciledTxOrigin_not_in: [base_Bytes!] + reconciledTxOrigin_contains: base_Bytes + reconciledTxOrigin_not_contains: base_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapHourlyVolume_filter] - or: [mode_swap_SwapHourlyVolume_filter] + _change_block: base_BlockChangedFilter + and: [base_DestinationTransfer_filter] + or: [base_DestinationTransfer_filter] } -enum mode_swap_SwapHourlyVolume_orderBy { +enum base_DestinationTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface mode_swap_SwapTradeVolume { - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + 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 mode_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapTradeVolume_filter] - or: [mode_swap_SwapTradeVolume_filter] -} +""" +8 bytes signed integer -enum mode_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} +""" +scalar base_Int8 -type mode_swap_SwapWeeklyVolume implements mode_swap_SwapTradeVolume { +type base_OptimisticRootFinalized { id: ID! - stableSwap: mode_swap_StableSwap! + aggregateRoot: base_Bytes! timestamp: BigInt! - volume: mode_swap_BigDecimal! + blockNumber: BigInt } -input mode_swap_SwapWeeklyVolume_filter { +input base_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -47431,27 +46174,16 @@ input mode_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mode_swap_StableSwap_filter + 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 @@ -47460,50 +46192,47 @@ input mode_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapWeeklyVolume_filter] - or: [mode_swap_SwapWeeklyVolume_filter] + _change_block: base_BlockChangedFilter + and: [base_OptimisticRootFinalized_filter] + or: [base_OptimisticRootFinalized_filter] } -enum mode_swap_SwapWeeklyVolume_orderBy { +enum base_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 } -type mode_swap_SystemInfo { +"""Defines the order direction, either ascending or descending""" +enum base_OrderDirection { + asc + desc +} + +type base_OriginMessage { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + transferId: base_Bytes + destinationDomain: BigInt + leaf: base_Bytes + index: BigInt + message: base_Bytes + root: base_Bytes + transactionHash: base_Bytes + blockNumber: BigInt + rootCount: base_RootCount } -input mode_swap_SystemInfo_filter { +input base_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -47512,103 +46241,158 @@ input mode_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SystemInfo_filter] - or: [mode_swap_SystemInfo_filter] -} - -enum mode_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type mode_swap__Block_ { - """The hash of the block""" - hash: mode_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: mode_swap_Bytes -} - -"""The type for the top-level _meta field""" -type mode_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mode_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum metis_swap_Aggregation_interval { - hour - day -} - -scalar metis_swap_BigDecimal - -input metis_swap_BlockChangedFilter { - number_gte: Int! -} - -input metis_swap_Block_height { - hash: metis_swap_Bytes - number: Int - number_gte: Int + 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: base_BlockChangedFilter + and: [base_OriginMessage_filter] + or: [base_OriginMessage_filter] } -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!]! +enum base_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type metis_swap_LpAccountBalance { +type base_OriginTransfer { id: ID! - account: metis_swap_LpAccount! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: metis_swap_Bytes + 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 metis_swap_LpAccountBalance_filter { +input base_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -47617,107 +46401,368 @@ input metis_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: metis_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: base_TransferStatus + status_not: base_TransferStatus + status_in: [base_TransferStatus!] + status_not_in: [base_TransferStatus!] + messageHash: base_Bytes + messageHash_not: base_Bytes + messageHash_gt: base_Bytes + messageHash_lt: base_Bytes + messageHash_gte: base_Bytes + messageHash_lte: base_Bytes + messageHash_in: [base_Bytes!] + messageHash_not_in: [base_Bytes!] + messageHash_contains: base_Bytes + messageHash_not_contains: base_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: base_Bytes + to_not: base_Bytes + to_gt: base_Bytes + to_lt: base_Bytes + to_gte: base_Bytes + to_lte: base_Bytes + to_in: [base_Bytes!] + to_not_in: [base_Bytes!] + to_contains: base_Bytes + to_not_contains: base_Bytes + delegate: base_Bytes + delegate_not: base_Bytes + delegate_gt: base_Bytes + delegate_lt: base_Bytes + delegate_gte: base_Bytes + delegate_lte: base_Bytes + delegate_in: [base_Bytes!] + delegate_not_in: [base_Bytes!] + delegate_contains: base_Bytes + delegate_not_contains: base_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: base_Bytes + callData_not: base_Bytes + callData_gt: base_Bytes + callData_lt: base_Bytes + callData_gte: base_Bytes + callData_lte: base_Bytes + callData_in: [base_Bytes!] + callData_not_in: [base_Bytes!] + callData_contains: base_Bytes + callData_not_contains: base_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: base_Bytes + originSender_not: base_Bytes + originSender_gt: base_Bytes + originSender_lt: base_Bytes + originSender_gte: base_Bytes + originSender_lte: base_Bytes + originSender_in: [base_Bytes!] + originSender_not_in: [base_Bytes!] + originSender_contains: base_Bytes + originSender_not_contains: base_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + transactingAsset: base_Bytes + transactingAsset_not: base_Bytes + transactingAsset_gt: base_Bytes + transactingAsset_lt: base_Bytes + transactingAsset_gte: base_Bytes + transactingAsset_lte: base_Bytes + transactingAsset_in: [base_Bytes!] + transactingAsset_not_in: [base_Bytes!] + transactingAsset_contains: base_Bytes + transactingAsset_not_contains: base_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: base_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: base_RelayerFee_filter + initialRelayerFeeAsset: base_Bytes + initialRelayerFeeAsset_not: base_Bytes + initialRelayerFeeAsset_gt: base_Bytes + initialRelayerFeeAsset_lt: base_Bytes + initialRelayerFeeAsset_gte: base_Bytes + initialRelayerFeeAsset_lte: base_Bytes + initialRelayerFeeAsset_in: [base_Bytes!] + initialRelayerFeeAsset_not_in: [base_Bytes!] + initialRelayerFeeAsset_contains: base_Bytes + initialRelayerFeeAsset_not_contains: base_Bytes + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: base_Bytes + txOrigin_not: base_Bytes + txOrigin_gt: base_Bytes + txOrigin_lt: base_Bytes + txOrigin_gte: base_Bytes + txOrigin_lte: base_Bytes + txOrigin_in: [base_Bytes!] + txOrigin_not_in: [base_Bytes!] + txOrigin_contains: base_Bytes + txOrigin_not_contains: base_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccountBalance_filter] - or: [metis_swap_LpAccountBalance_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginTransfer_filter] + or: [base_OriginTransfer_filter] } -enum metis_swap_LpAccountBalance_orderBy { +enum base_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 } -input metis_swap_LpAccount_filter { +type base_Relayer { + id: ID! + isActive: Boolean! + relayer: base_Bytes +} + +type base_RelayerFee { + id: ID! + transfer: base_OriginTransfer! + fee: BigInt! + asset: base_Bytes! +} + +input base_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -47726,51 +46771,101 @@ input metis_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: metis_swap_Bytes - address_not: metis_swap_Bytes - address_gt: metis_swap_Bytes - address_lt: metis_swap_Bytes - address_gte: metis_swap_Bytes - address_lte: metis_swap_Bytes - address_in: [metis_swap_Bytes!] - address_not_in: [metis_swap_Bytes!] - address_contains: metis_swap_Bytes - address_not_contains: metis_swap_Bytes - balances_: metis_swap_LpAccountBalance_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: base_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: base_Bytes + asset_not: base_Bytes + asset_gt: base_Bytes + asset_lt: base_Bytes + asset_gte: base_Bytes + asset_lte: base_Bytes + asset_in: [base_Bytes!] + asset_not_in: [base_Bytes!] + asset_contains: base_Bytes + asset_not_contains: base_Bytes """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccount_filter] - or: [metis_swap_LpAccount_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFee_filter] + or: [base_RelayerFee_filter] } -enum metis_swap_LpAccount_orderBy { +enum base_RelayerFee_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!]! + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -interface metis_swap_LpTokenEvent { +type base_RelayerFeesIncrease { id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - block: BigInt! + transfer: base_OriginTransfer! + increase: BigInt + asset: base_Bytes + caller: base_Bytes! + transactionHash: base_Bytes! timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input metis_swap_LpTokenEvent_filter { +input base_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -47779,43 +46874,65 @@ input metis_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_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 @@ -47824,47 +46941,79 @@ input metis_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpTokenEvent_filter] - or: [metis_swap_LpTokenEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFeesIncrease_filter] + or: [base_RelayerFeesIncrease_filter] } -enum metis_swap_LpTokenEvent_orderBy { +enum base_RelayerFeesIncrease_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input metis_swap_LpToken_filter { +input base_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -47873,142 +47022,80 @@ input metis_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: metis_swap_Bytes - address_not: metis_swap_Bytes - address_gt: metis_swap_Bytes - address_lt: metis_swap_Bytes - address_gte: metis_swap_Bytes - address_lte: metis_swap_Bytes - address_in: [metis_swap_Bytes!] - address_not_in: [metis_swap_Bytes!] - address_contains: metis_swap_Bytes - address_not_contains: metis_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: metis_swap_BigDecimal - totalSupply_not: metis_swap_BigDecimal - totalSupply_gt: metis_swap_BigDecimal - totalSupply_lt: metis_swap_BigDecimal - totalSupply_gte: metis_swap_BigDecimal - totalSupply_lte: metis_swap_BigDecimal - totalSupply_in: [metis_swap_BigDecimal!] - totalSupply_not_in: [metis_swap_BigDecimal!] - events_: metis_swap_LpTokenEvent_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: base_Bytes + relayer_not: base_Bytes + relayer_gt: base_Bytes + relayer_lt: base_Bytes + relayer_gte: base_Bytes + relayer_lte: base_Bytes + relayer_in: [base_Bytes!] + relayer_not_in: [base_Bytes!] + relayer_contains: base_Bytes + relayer_not_contains: base_Bytes """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpToken_filter] - or: [metis_swap_LpToken_filter] + _change_block: base_BlockChangedFilter + and: [base_Relayer_filter] + or: [base_Relayer_filter] } -enum metis_swap_LpToken_orderBy { +enum base_Relayer_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + isActive + relayer } -type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { +type base_RootCount { id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - from: metis_swap_Bytes! - to: metis_swap_Bytes! - fromBalance: metis_swap_BigDecimal! - toBalance: metis_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + count: BigInt +} + +input base_RootCount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_RootCount_filter] + or: [base_RootCount_filter] +} + +enum base_RootCount_orderBy { + id + count +} + +type base_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: base_Bytes + count: BigInt + caller: base_Bytes + transactionHash: base_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input metis_swap_LpTransferEvent_filter { +input base_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -48017,79 +47104,60 @@ 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!] + 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 @@ -48098,62 +47166,69 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: base_BlockChangedFilter + and: [base_RootMessageSent_filter] + or: [base_RootMessageSent_filter] } -enum metis_swap_LpTransferEvent_orderBy { +enum base_RootMessageSent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -"""Defines the order direction, either ascending or descending""" -enum metis_swap_OrderDirection { - asc - desc +type base_Router { + id: ID! + isActive: Boolean! + owner: base_Bytes + recipient: base_Bytes + proposedOwner: base_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: base_AssetBalance_orderBy, orderDirection: base_OrderDirection, where: base_AssetBalance_filter): [base_AssetBalance!]! } -type metis_swap_PooledToken { +type base_RouterDailyTVL { id: ID! - asset: metis_swap_Bytes! + router: base_Router! + asset: base_Asset! + timestamp: BigInt! + balance: BigInt! } -input metis_swap_PooledToken_filter { +input base_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -48162,72 +47237,113 @@ 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 + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: base_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: base_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_PooledToken_filter] - or: [metis_swap_PooledToken_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterDailyTVL_filter] + or: [base_RouterDailyTVL_filter] } -enum metis_swap_PooledToken_orderBy { +enum base_RouterDailyTVL_orderBy { id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance } -type metis_swap_StableSwap { - id: ID! - isActive: Boolean - key: metis_swap_Bytes! - canonicalId: metis_swap_Bytes - domain: BigInt - swapPool: metis_swap_Bytes - lpToken: metis_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [metis_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapEvent_filter): [metis_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapExchange_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapExchange_filter): [metis_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapHourlyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapHourlyVolume_filter): [metis_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapDailyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapDailyVolume_filter): [metis_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapWeeklyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapWeeklyVolume_filter): [metis_swap_SwapWeeklyVolume!] -} - -type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { +type base_RouterLiquidityEvent { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: base_RouterLiquidityEventType + router: base_Router! + asset: base_Asset! + amount: BigInt! + balance: BigInt! + caller: base_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transactionHash: base_Bytes! nonce: BigInt! } -input metis_swap_StableSwapAddLiquidityEvent_filter { +enum base_RouterLiquidityEventType { + Add + Remove +} + +input base_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -48236,87 +47352,86 @@ input metis_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter - provider: metis_swap_Bytes - provider_not: metis_swap_Bytes - provider_gt: metis_swap_Bytes - provider_lt: metis_swap_Bytes - provider_gte: metis_swap_Bytes - provider_lte: metis_swap_Bytes - provider_in: [metis_swap_Bytes!] - provider_not_in: [metis_swap_Bytes!] - provider_contains: metis_swap_Bytes - provider_not_contains: metis_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -48325,16 +47440,16 @@ input metis_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes + 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 @@ -48344,53 +47459,115 @@ input metis_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapAddLiquidityEvent_filter] - or: [metis_swap_StableSwapAddLiquidityEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterLiquidityEvent_filter] + or: [base_RouterLiquidityEvent_filter] } -enum metis_swap_StableSwapAddLiquidityEvent_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 - 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 } -interface metis_swap_StableSwapEvent { +input base_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: base_Bytes + owner_not: base_Bytes + owner_gt: base_Bytes + owner_lt: base_Bytes + owner_gte: base_Bytes + owner_lte: base_Bytes + owner_in: [base_Bytes!] + owner_not_in: [base_Bytes!] + owner_contains: base_Bytes + owner_not_contains: base_Bytes + recipient: base_Bytes + recipient_not: base_Bytes + recipient_gt: base_Bytes + recipient_lt: base_Bytes + recipient_gte: base_Bytes + recipient_lte: base_Bytes + recipient_in: [base_Bytes!] + recipient_not_in: [base_Bytes!] + recipient_contains: base_Bytes + recipient_not_contains: base_Bytes + proposedOwner: base_Bytes + proposedOwner_not: base_Bytes + proposedOwner_gt: base_Bytes + proposedOwner_lt: base_Bytes + proposedOwner_gte: base_Bytes + proposedOwner_lte: base_Bytes + proposedOwner_in: [base_Bytes!] + proposedOwner_not_in: [base_Bytes!] + proposedOwner_contains: base_Bytes + proposedOwner_not_contains: base_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: base_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_Router_filter] + or: [base_Router_filter] +} + +enum base_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type base_Sequencer { id: ID! - stableSwap: metis_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + isActive: Boolean! + sequencer: base_Bytes } -input metis_swap_StableSwapEvent_filter { +input base_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -48399,109 +47576,90 @@ 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!] - 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!] + 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: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapEvent_filter] - or: [metis_swap_StableSwapEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_Sequencer_filter] + or: [base_Sequencer_filter] } -enum metis_swap_StableSwapEvent_orderBy { +enum base_Sequencer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + isActive + sequencer } -type metis_swap_StableSwapExchange { +type base_Setting { id: ID! - stableSwap: metis_swap_StableSwap! - buyer: metis_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + maxRoutersPerTransfer: BigInt! + caller: base_Bytes! +} + +input base_Setting_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_Setting_filter] + or: [base_Setting_filter] +} + +enum base_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type base_SlippageUpdate { + id: ID! + transfer: base_DestinationTransfer! + slippage: BigInt! + caller: base_Bytes! + transactionHash: base_Bytes! timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input metis_swap_StableSwapExchange_filter { +input base_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -48510,172 +47668,151 @@ 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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_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: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapExchange_filter] - or: [metis_swap_StableSwapExchange_filter] + _change_block: base_BlockChangedFilter + and: [base_SlippageUpdate_filter] + or: [base_SlippageUpdate_filter] } -enum metis_swap_StableSwapExchange_orderBy { +enum base_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 } -type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { +type base_SnapshotRoot { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + spokeDomain: BigInt + root: base_Bytes! + count: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt! } -input metis_swap_StableSwapRemoveLiquidityEvent_filter { +input base_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -48684,87 +47821,32 @@ 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!] + 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 @@ -48773,63 +47855,35 @@ input metis_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] - or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: base_BlockChangedFilter + and: [base_SnapshotRoot_filter] + or: [base_SnapshotRoot_filter] } -enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum base_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 } -input metis_swap_StableSwap_filter { +type base_SpokeConnectorMode { + id: ID! + mode: String! +} + +input base_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -48838,201 +47892,85 @@ 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 + 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_StableSwap_filter] - or: [metis_swap_StableSwap_filter] + _change_block: base_BlockChangedFilter + and: [base_SpokeConnectorMode_filter] + or: [base_SpokeConnectorMode_filter] +} + +enum base_SpokeConnectorMode_orderBy { + id + mode +} + +enum base_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type base__Block_ { + """The hash of the block""" + hash: base_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: base_Bytes } -enum metis_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 +"""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 metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { +enum xdai_Aggregation_interval { + hour + day +} + +type xdai_AssetBalance { id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! + amount: BigInt! + router: xdai_Router! + assetId: xdai_Bytes! } -input metis_swap_SwapDailyVolume_filter { +input xdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -49041,80 +47979,92 @@ 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!] + 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_: xdai_Router_filter + assetId: xdai_Bytes + assetId_not: xdai_Bytes + assetId_gt: xdai_Bytes + assetId_lt: xdai_Bytes + assetId_gte: xdai_Bytes + assetId_lte: xdai_Bytes + assetId_in: [xdai_Bytes!] + assetId_not_in: [xdai_Bytes!] + assetId_contains: xdai_Bytes + assetId_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapDailyVolume_filter] - or: [metis_swap_SwapDailyVolume_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetBalance_filter] + or: [xdai_AssetBalance_filter] } -enum metis_swap_SwapDailyVolume_orderBy { +enum xdai_AssetBalance_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + amount + router + router__id + assetId } -type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { +scalar xdai_BigDecimal + +input xdai_BlockChangedFilter { + number_gte: Int! +} + +input xdai_Block_height { + hash: xdai_Bytes + number: Int + number_gte: Int +} + +scalar xdai_Bytes + +""" +8 bytes signed integer + +""" +scalar xdai_Int8 + +"""Defines the order direction, either ascending or descending""" +enum xdai_OrderDirection { + asc + desc +} + +type xdai_Router { id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! + transactions(skip: Int = 0, first: Int = 100, orderBy: xdai_Transaction_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Transaction_filter): [xdai_Transaction!]! } -input metis_swap_SwapHourlyVolume_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -49123,152 +48073,70 @@ 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!] + assetBalances_: xdai_AssetBalance_filter + transactions_: xdai_Transaction_filter """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapHourlyVolume_filter] - or: [metis_swap_SwapHourlyVolume_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Router_filter] + or: [xdai_Router_filter] } -enum metis_swap_SwapHourlyVolume_orderBy { +enum xdai_Router_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -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] + assetBalances + transactions } -enum metis_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +type xdai_Transaction { + id: ID! + status: xdai_TransactionStatus! + chainId: BigInt! + preparedTimestamp: BigInt! + receivingChainTxManagerAddress: xdai_Bytes! + user: xdai_User! + router: xdai_Router! + initiator: xdai_Bytes! + sendingAssetId: xdai_Bytes! + receivingAssetId: xdai_Bytes! + sendingChainFallback: xdai_Bytes! + callTo: xdai_Bytes! + receivingAddress: xdai_Bytes! + callDataHash: xdai_Bytes! + transactionId: xdai_Bytes! + sendingChainId: BigInt! + receivingChainId: BigInt! + amount: BigInt! + expiry: BigInt! + preparedBlockNumber: BigInt! + encryptedCallData: String! + prepareCaller: xdai_Bytes + bidSignature: xdai_Bytes! + encodedBid: String! + prepareTransactionHash: xdai_Bytes! + prepareMeta: xdai_Bytes + relayerFee: BigInt + signature: xdai_Bytes + callData: String + externalCallSuccess: Boolean + externalCallIsContract: Boolean + externalCallReturnData: xdai_Bytes + fulfillCaller: xdai_Bytes + fulfillTransactionHash: xdai_Bytes + fulfillMeta: xdai_Bytes + fulfillTimestamp: BigInt + cancelCaller: xdai_Bytes + cancelTransactionHash: xdai_Bytes + cancelMeta: xdai_Bytes + cancelTimestamp: BigInt } -type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { - id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! +enum xdai_TransactionStatus { + Prepared + Fulfilled + Cancelled } -input metis_swap_SwapWeeklyVolume_filter { +input xdai_Transaction_filter { id: ID id_not: ID id_gt: ID @@ -49277,79 +48145,467 @@ 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 - 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!] + status: xdai_TransactionStatus + status_not: xdai_TransactionStatus + status_in: [xdai_TransactionStatus!] + status_not_in: [xdai_TransactionStatus!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + preparedTimestamp: BigInt + preparedTimestamp_not: BigInt + preparedTimestamp_gt: BigInt + preparedTimestamp_lt: BigInt + preparedTimestamp_gte: BigInt + preparedTimestamp_lte: BigInt + preparedTimestamp_in: [BigInt!] + preparedTimestamp_not_in: [BigInt!] + receivingChainTxManagerAddress: xdai_Bytes + receivingChainTxManagerAddress_not: xdai_Bytes + receivingChainTxManagerAddress_gt: xdai_Bytes + receivingChainTxManagerAddress_lt: xdai_Bytes + receivingChainTxManagerAddress_gte: xdai_Bytes + receivingChainTxManagerAddress_lte: xdai_Bytes + receivingChainTxManagerAddress_in: [xdai_Bytes!] + receivingChainTxManagerAddress_not_in: [xdai_Bytes!] + receivingChainTxManagerAddress_contains: xdai_Bytes + receivingChainTxManagerAddress_not_contains: xdai_Bytes + user: String + user_not: String + user_gt: String + user_lt: String + user_gte: String + user_lte: String + user_in: [String!] + user_not_in: [String!] + user_contains: String + user_contains_nocase: String + user_not_contains: String + user_not_contains_nocase: String + user_starts_with: String + user_starts_with_nocase: String + user_not_starts_with: String + user_not_starts_with_nocase: String + user_ends_with: String + user_ends_with_nocase: String + user_not_ends_with: String + user_not_ends_with_nocase: String + user_: xdai_User_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_: xdai_Router_filter + initiator: xdai_Bytes + initiator_not: xdai_Bytes + initiator_gt: xdai_Bytes + initiator_lt: xdai_Bytes + initiator_gte: xdai_Bytes + initiator_lte: xdai_Bytes + initiator_in: [xdai_Bytes!] + initiator_not_in: [xdai_Bytes!] + initiator_contains: xdai_Bytes + initiator_not_contains: xdai_Bytes + sendingAssetId: xdai_Bytes + sendingAssetId_not: xdai_Bytes + sendingAssetId_gt: xdai_Bytes + sendingAssetId_lt: xdai_Bytes + sendingAssetId_gte: xdai_Bytes + sendingAssetId_lte: xdai_Bytes + sendingAssetId_in: [xdai_Bytes!] + sendingAssetId_not_in: [xdai_Bytes!] + sendingAssetId_contains: xdai_Bytes + sendingAssetId_not_contains: xdai_Bytes + receivingAssetId: xdai_Bytes + receivingAssetId_not: xdai_Bytes + receivingAssetId_gt: xdai_Bytes + receivingAssetId_lt: xdai_Bytes + receivingAssetId_gte: xdai_Bytes + receivingAssetId_lte: xdai_Bytes + receivingAssetId_in: [xdai_Bytes!] + receivingAssetId_not_in: [xdai_Bytes!] + receivingAssetId_contains: xdai_Bytes + receivingAssetId_not_contains: xdai_Bytes + sendingChainFallback: xdai_Bytes + sendingChainFallback_not: xdai_Bytes + sendingChainFallback_gt: xdai_Bytes + sendingChainFallback_lt: xdai_Bytes + sendingChainFallback_gte: xdai_Bytes + sendingChainFallback_lte: xdai_Bytes + sendingChainFallback_in: [xdai_Bytes!] + sendingChainFallback_not_in: [xdai_Bytes!] + sendingChainFallback_contains: xdai_Bytes + sendingChainFallback_not_contains: xdai_Bytes + callTo: xdai_Bytes + callTo_not: xdai_Bytes + callTo_gt: xdai_Bytes + callTo_lt: xdai_Bytes + callTo_gte: xdai_Bytes + callTo_lte: xdai_Bytes + callTo_in: [xdai_Bytes!] + callTo_not_in: [xdai_Bytes!] + callTo_contains: xdai_Bytes + callTo_not_contains: xdai_Bytes + receivingAddress: xdai_Bytes + receivingAddress_not: xdai_Bytes + receivingAddress_gt: xdai_Bytes + receivingAddress_lt: xdai_Bytes + receivingAddress_gte: xdai_Bytes + receivingAddress_lte: xdai_Bytes + receivingAddress_in: [xdai_Bytes!] + receivingAddress_not_in: [xdai_Bytes!] + receivingAddress_contains: xdai_Bytes + receivingAddress_not_contains: xdai_Bytes + callDataHash: xdai_Bytes + callDataHash_not: xdai_Bytes + callDataHash_gt: xdai_Bytes + callDataHash_lt: xdai_Bytes + callDataHash_gte: xdai_Bytes + callDataHash_lte: xdai_Bytes + callDataHash_in: [xdai_Bytes!] + callDataHash_not_in: [xdai_Bytes!] + callDataHash_contains: xdai_Bytes + callDataHash_not_contains: xdai_Bytes + transactionId: xdai_Bytes + transactionId_not: xdai_Bytes + transactionId_gt: xdai_Bytes + transactionId_lt: xdai_Bytes + transactionId_gte: xdai_Bytes + transactionId_lte: xdai_Bytes + transactionId_in: [xdai_Bytes!] + transactionId_not_in: [xdai_Bytes!] + transactionId_contains: xdai_Bytes + transactionId_not_contains: xdai_Bytes + sendingChainId: BigInt + sendingChainId_not: BigInt + sendingChainId_gt: BigInt + sendingChainId_lt: BigInt + sendingChainId_gte: BigInt + sendingChainId_lte: BigInt + sendingChainId_in: [BigInt!] + sendingChainId_not_in: [BigInt!] + receivingChainId: BigInt + receivingChainId_not: BigInt + receivingChainId_gt: BigInt + receivingChainId_lt: BigInt + receivingChainId_gte: BigInt + receivingChainId_lte: BigInt + receivingChainId_in: [BigInt!] + receivingChainId_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!] + expiry: BigInt + expiry_not: BigInt + expiry_gt: BigInt + expiry_lt: BigInt + expiry_gte: BigInt + expiry_lte: BigInt + expiry_in: [BigInt!] + expiry_not_in: [BigInt!] + preparedBlockNumber: BigInt + preparedBlockNumber_not: BigInt + preparedBlockNumber_gt: BigInt + preparedBlockNumber_lt: BigInt + preparedBlockNumber_gte: BigInt + preparedBlockNumber_lte: BigInt + preparedBlockNumber_in: [BigInt!] + preparedBlockNumber_not_in: [BigInt!] + encryptedCallData: String + encryptedCallData_not: String + encryptedCallData_gt: String + encryptedCallData_lt: String + encryptedCallData_gte: String + encryptedCallData_lte: String + encryptedCallData_in: [String!] + encryptedCallData_not_in: [String!] + encryptedCallData_contains: String + encryptedCallData_contains_nocase: String + encryptedCallData_not_contains: String + encryptedCallData_not_contains_nocase: String + encryptedCallData_starts_with: String + encryptedCallData_starts_with_nocase: String + encryptedCallData_not_starts_with: String + encryptedCallData_not_starts_with_nocase: String + encryptedCallData_ends_with: String + encryptedCallData_ends_with_nocase: String + encryptedCallData_not_ends_with: String + encryptedCallData_not_ends_with_nocase: String + prepareCaller: xdai_Bytes + prepareCaller_not: xdai_Bytes + prepareCaller_gt: xdai_Bytes + prepareCaller_lt: xdai_Bytes + prepareCaller_gte: xdai_Bytes + prepareCaller_lte: xdai_Bytes + prepareCaller_in: [xdai_Bytes!] + prepareCaller_not_in: [xdai_Bytes!] + prepareCaller_contains: xdai_Bytes + prepareCaller_not_contains: xdai_Bytes + bidSignature: xdai_Bytes + bidSignature_not: xdai_Bytes + bidSignature_gt: xdai_Bytes + bidSignature_lt: xdai_Bytes + bidSignature_gte: xdai_Bytes + bidSignature_lte: xdai_Bytes + bidSignature_in: [xdai_Bytes!] + bidSignature_not_in: [xdai_Bytes!] + bidSignature_contains: xdai_Bytes + bidSignature_not_contains: xdai_Bytes + encodedBid: String + encodedBid_not: String + encodedBid_gt: String + encodedBid_lt: String + encodedBid_gte: String + encodedBid_lte: String + encodedBid_in: [String!] + encodedBid_not_in: [String!] + encodedBid_contains: String + encodedBid_contains_nocase: String + encodedBid_not_contains: String + encodedBid_not_contains_nocase: String + encodedBid_starts_with: String + encodedBid_starts_with_nocase: String + encodedBid_not_starts_with: String + encodedBid_not_starts_with_nocase: String + encodedBid_ends_with: String + encodedBid_ends_with_nocase: String + encodedBid_not_ends_with: String + encodedBid_not_ends_with_nocase: String + prepareTransactionHash: xdai_Bytes + prepareTransactionHash_not: xdai_Bytes + prepareTransactionHash_gt: xdai_Bytes + prepareTransactionHash_lt: xdai_Bytes + prepareTransactionHash_gte: xdai_Bytes + prepareTransactionHash_lte: xdai_Bytes + prepareTransactionHash_in: [xdai_Bytes!] + prepareTransactionHash_not_in: [xdai_Bytes!] + prepareTransactionHash_contains: xdai_Bytes + prepareTransactionHash_not_contains: xdai_Bytes + prepareMeta: xdai_Bytes + prepareMeta_not: xdai_Bytes + prepareMeta_gt: xdai_Bytes + prepareMeta_lt: xdai_Bytes + prepareMeta_gte: xdai_Bytes + prepareMeta_lte: xdai_Bytes + prepareMeta_in: [xdai_Bytes!] + prepareMeta_not_in: [xdai_Bytes!] + prepareMeta_contains: xdai_Bytes + prepareMeta_not_contains: xdai_Bytes + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + signature: xdai_Bytes + signature_not: xdai_Bytes + signature_gt: xdai_Bytes + signature_lt: xdai_Bytes + signature_gte: xdai_Bytes + signature_lte: xdai_Bytes + signature_in: [xdai_Bytes!] + signature_not_in: [xdai_Bytes!] + signature_contains: xdai_Bytes + signature_not_contains: xdai_Bytes + callData: String + callData_not: String + callData_gt: String + callData_lt: String + callData_gte: String + callData_lte: String + callData_in: [String!] + callData_not_in: [String!] + callData_contains: String + callData_contains_nocase: String + callData_not_contains: String + callData_not_contains_nocase: String + callData_starts_with: String + callData_starts_with_nocase: String + callData_not_starts_with: String + callData_not_starts_with_nocase: String + callData_ends_with: String + callData_ends_with_nocase: String + callData_not_ends_with: String + callData_not_ends_with_nocase: String + externalCallSuccess: Boolean + externalCallSuccess_not: Boolean + externalCallSuccess_in: [Boolean!] + externalCallSuccess_not_in: [Boolean!] + externalCallIsContract: Boolean + externalCallIsContract_not: Boolean + externalCallIsContract_in: [Boolean!] + externalCallIsContract_not_in: [Boolean!] + externalCallReturnData: xdai_Bytes + externalCallReturnData_not: xdai_Bytes + externalCallReturnData_gt: xdai_Bytes + externalCallReturnData_lt: xdai_Bytes + externalCallReturnData_gte: xdai_Bytes + externalCallReturnData_lte: xdai_Bytes + externalCallReturnData_in: [xdai_Bytes!] + externalCallReturnData_not_in: [xdai_Bytes!] + externalCallReturnData_contains: xdai_Bytes + externalCallReturnData_not_contains: xdai_Bytes + fulfillCaller: xdai_Bytes + fulfillCaller_not: xdai_Bytes + fulfillCaller_gt: xdai_Bytes + fulfillCaller_lt: xdai_Bytes + fulfillCaller_gte: xdai_Bytes + fulfillCaller_lte: xdai_Bytes + fulfillCaller_in: [xdai_Bytes!] + fulfillCaller_not_in: [xdai_Bytes!] + fulfillCaller_contains: xdai_Bytes + fulfillCaller_not_contains: xdai_Bytes + fulfillTransactionHash: xdai_Bytes + fulfillTransactionHash_not: xdai_Bytes + fulfillTransactionHash_gt: xdai_Bytes + fulfillTransactionHash_lt: xdai_Bytes + fulfillTransactionHash_gte: xdai_Bytes + fulfillTransactionHash_lte: xdai_Bytes + fulfillTransactionHash_in: [xdai_Bytes!] + fulfillTransactionHash_not_in: [xdai_Bytes!] + fulfillTransactionHash_contains: xdai_Bytes + fulfillTransactionHash_not_contains: xdai_Bytes + fulfillMeta: xdai_Bytes + fulfillMeta_not: xdai_Bytes + fulfillMeta_gt: xdai_Bytes + fulfillMeta_lt: xdai_Bytes + fulfillMeta_gte: xdai_Bytes + fulfillMeta_lte: xdai_Bytes + fulfillMeta_in: [xdai_Bytes!] + fulfillMeta_not_in: [xdai_Bytes!] + fulfillMeta_contains: xdai_Bytes + fulfillMeta_not_contains: xdai_Bytes + fulfillTimestamp: BigInt + fulfillTimestamp_not: BigInt + fulfillTimestamp_gt: BigInt + fulfillTimestamp_lt: BigInt + fulfillTimestamp_gte: BigInt + fulfillTimestamp_lte: BigInt + fulfillTimestamp_in: [BigInt!] + fulfillTimestamp_not_in: [BigInt!] + cancelCaller: xdai_Bytes + cancelCaller_not: xdai_Bytes + cancelCaller_gt: xdai_Bytes + cancelCaller_lt: xdai_Bytes + cancelCaller_gte: xdai_Bytes + cancelCaller_lte: xdai_Bytes + cancelCaller_in: [xdai_Bytes!] + cancelCaller_not_in: [xdai_Bytes!] + cancelCaller_contains: xdai_Bytes + cancelCaller_not_contains: xdai_Bytes + cancelTransactionHash: xdai_Bytes + cancelTransactionHash_not: xdai_Bytes + cancelTransactionHash_gt: xdai_Bytes + cancelTransactionHash_lt: xdai_Bytes + cancelTransactionHash_gte: xdai_Bytes + cancelTransactionHash_lte: xdai_Bytes + cancelTransactionHash_in: [xdai_Bytes!] + cancelTransactionHash_not_in: [xdai_Bytes!] + cancelTransactionHash_contains: xdai_Bytes + cancelTransactionHash_not_contains: xdai_Bytes + cancelMeta: xdai_Bytes + cancelMeta_not: xdai_Bytes + cancelMeta_gt: xdai_Bytes + cancelMeta_lt: xdai_Bytes + cancelMeta_gte: xdai_Bytes + cancelMeta_lte: xdai_Bytes + cancelMeta_in: [xdai_Bytes!] + cancelMeta_not_in: [xdai_Bytes!] + cancelMeta_contains: xdai_Bytes + cancelMeta_not_contains: xdai_Bytes + cancelTimestamp: BigInt + cancelTimestamp_not: BigInt + cancelTimestamp_gt: BigInt + cancelTimestamp_lt: BigInt + cancelTimestamp_gte: BigInt + cancelTimestamp_lte: BigInt + cancelTimestamp_in: [BigInt!] + cancelTimestamp_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: xdai_BlockChangedFilter + and: [xdai_Transaction_filter] + or: [xdai_Transaction_filter] } -enum metis_swap_SwapWeeklyVolume_orderBy { +enum xdai_Transaction_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - 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 + chainId + preparedTimestamp + receivingChainTxManagerAddress + user + user__id + router + router__id + initiator + sendingAssetId + receivingAssetId + sendingChainFallback + callTo + receivingAddress + callDataHash + transactionId + sendingChainId + receivingChainId + amount + expiry + preparedBlockNumber + encryptedCallData + prepareCaller + bidSignature + encodedBid + prepareTransactionHash + prepareMeta + relayerFee + signature + callData + externalCallSuccess + externalCallIsContract + externalCallReturnData + fulfillCaller + fulfillTransactionHash + fulfillMeta + fulfillTimestamp + cancelCaller + cancelTransactionHash + cancelMeta + cancelTimestamp } -type metis_swap_SystemInfo { +type xdai_User { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + transactions(skip: Int = 0, first: Int = 100, orderBy: xdai_Transaction_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Transaction_filter): [xdai_Transaction!]! } -input metis_swap_SystemInfo_filter { +input xdai_User_filter { id: ID id_not: ID id_gt: ID @@ -49358,47 +48614,31 @@ input metis_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!] + transactions_: xdai_Transaction_filter """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SystemInfo_filter] - or: [metis_swap_SystemInfo_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_User_filter] + or: [xdai_User_filter] } -enum metis_swap_SystemInfo_orderBy { +enum xdai_User_orderBy { id - exchangeCount - swapCount + transactions } -type metis_swap__Block_ { +type xdai__Block_ { """The hash of the block""" - hash: metis_swap_Bytes + hash: xdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: metis_swap_Bytes + parentHash: xdai_Bytes } """The type for the top-level _meta field""" -type metis_swap__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 @@ -49406,55 +48646,55 @@ type metis_swap__Meta_ { and therefore asks for the latest block """ - block: metis_swap__Block_! + block: xdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum zksync_swap_Aggregation_interval { +enum mode_swap_Aggregation_interval { hour day } -scalar zksync_swap_BigDecimal +scalar mode_swap_BigDecimal -input zksync_swap_BlockChangedFilter { +input mode_swap_BlockChangedFilter { number_gte: Int! } -input zksync_swap_Block_height { - hash: zksync_swap_Bytes +input mode_swap_Block_height { + hash: mode_swap_Bytes number: Int number_gte: Int } -scalar zksync_swap_Bytes +scalar mode_swap_Bytes """ 8 bytes signed integer """ -scalar zksync_swap_Int8 +scalar mode_swap_Int8 -type zksync_swap_LpAccount { +type mode_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!]! + address: mode_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpAccountBalance_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpAccountBalance_filter): [mode_swap_LpAccountBalance!]! } -type zksync_swap_LpAccountBalance { +type mode_swap_LpAccountBalance { id: ID! - account: zksync_swap_LpAccount! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! + account: mode_swap_LpAccount! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! block: BigInt modified: BigInt - transaction: zksync_swap_Bytes + transaction: mode_swap_Bytes } -input zksync_swap_LpAccountBalance_filter { +input mode_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -49483,7 +48723,7 @@ input zksync_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: zksync_swap_LpAccount_filter + account_: mode_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -49504,15 +48744,15 @@ input zksync_swap_LpAccountBalance_filter { 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!] + token_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49529,23 +48769,23 @@ input zksync_swap_LpAccountBalance_filter { 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 + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccountBalance_filter] - or: [zksync_swap_LpAccountBalance_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpAccountBalance_filter] + or: [mode_swap_LpAccountBalance_filter] } -enum zksync_swap_LpAccountBalance_orderBy { +enum mode_swap_LpAccountBalance_orderBy { id account account__id @@ -49563,7 +48803,7 @@ enum zksync_swap_LpAccountBalance_orderBy { transaction } -input zksync_swap_LpAccount_filter { +input mode_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -49572,51 +48812,51 @@ 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 + address: mode_swap_Bytes + address_not: mode_swap_Bytes + address_gt: mode_swap_Bytes + address_lt: mode_swap_Bytes + address_gte: mode_swap_Bytes + address_lte: mode_swap_Bytes + address_in: [mode_swap_Bytes!] + address_not_in: [mode_swap_Bytes!] + address_contains: mode_swap_Bytes + address_not_contains: mode_swap_Bytes + balances_: mode_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccount_filter] - or: [zksync_swap_LpAccount_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpAccount_filter] + or: [mode_swap_LpAccount_filter] } -enum zksync_swap_LpAccount_orderBy { +enum mode_swap_LpAccount_orderBy { id address balances } -type zksync_swap_LpToken { +type mode_swap_LpToken { id: ID! - address: zksync_swap_Bytes! - stableSwap: zksync_swap_StableSwap! + address: mode_swap_Bytes! + stableSwap: mode_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!]! + totalSupply: mode_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpTokenEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpTokenEvent_filter): [mode_swap_LpTokenEvent!]! } -interface zksync_swap_LpTokenEvent { +interface mode_swap_LpTokenEvent { id: ID! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input zksync_swap_LpTokenEvent_filter { +input mode_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -49645,15 +48885,15 @@ input zksync_swap_LpTokenEvent_filter { 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!] + token_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49670,16 +48910,16 @@ input zksync_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -49689,12 +48929,12 @@ input zksync_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_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: mode_swap_BlockChangedFilter + and: [mode_swap_LpTokenEvent_filter] + or: [mode_swap_LpTokenEvent_filter] } -enum zksync_swap_LpTokenEvent_orderBy { +enum mode_swap_LpTokenEvent_orderBy { id token token__id @@ -49710,7 +48950,7 @@ enum zksync_swap_LpTokenEvent_orderBy { nonce } -input zksync_swap_LpToken_filter { +input mode_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -49719,16 +48959,16 @@ 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 + address: mode_swap_Bytes + address_not: mode_swap_Bytes + address_gt: mode_swap_Bytes + address_lt: mode_swap_Bytes + address_gte: mode_swap_Bytes + address_lte: mode_swap_Bytes + address_in: [mode_swap_Bytes!] + address_not_in: [mode_swap_Bytes!] + address_contains: mode_swap_Bytes + address_not_contains: mode_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -49749,7 +48989,7 @@ input zksync_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -49798,22 +49038,22 @@ input zksync_swap_LpToken_filter { 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 + totalSupply: mode_swap_BigDecimal + totalSupply_not: mode_swap_BigDecimal + totalSupply_gt: mode_swap_BigDecimal + totalSupply_lt: mode_swap_BigDecimal + totalSupply_gte: mode_swap_BigDecimal + totalSupply_lte: mode_swap_BigDecimal + totalSupply_in: [mode_swap_BigDecimal!] + totalSupply_not_in: [mode_swap_BigDecimal!] + events_: mode_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpToken_filter] - or: [zksync_swap_LpToken_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpToken_filter] + or: [mode_swap_LpToken_filter] } -enum zksync_swap_LpToken_orderBy { +enum mode_swap_LpToken_orderBy { id address stableSwap @@ -49840,21 +49080,21 @@ enum zksync_swap_LpToken_orderBy { events } -type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { +type mode_swap_LpTransferEvent implements mode_swap_LpTokenEvent { id: ID! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - from: zksync_swap_Bytes! - to: zksync_swap_Bytes! - fromBalance: zksync_swap_BigDecimal! - toBalance: zksync_swap_BigDecimal! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! + from: mode_swap_Bytes! + to: mode_swap_Bytes! + fromBalance: mode_swap_BigDecimal! + toBalance: mode_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input zksync_swap_LpTransferEvent_filter { +input mode_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -49883,51 +49123,51 @@ input zksync_swap_LpTransferEvent_filter { 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!] + token_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_swap_BigDecimal!] + from: mode_swap_Bytes + from_not: mode_swap_Bytes + from_gt: mode_swap_Bytes + from_lt: mode_swap_Bytes + from_gte: mode_swap_Bytes + from_lte: mode_swap_Bytes + from_in: [mode_swap_Bytes!] + from_not_in: [mode_swap_Bytes!] + from_contains: mode_swap_Bytes + from_not_contains: mode_swap_Bytes + to: mode_swap_Bytes + to_not: mode_swap_Bytes + to_gt: mode_swap_Bytes + to_lt: mode_swap_Bytes + to_gte: mode_swap_Bytes + to_lte: mode_swap_Bytes + to_in: [mode_swap_Bytes!] + to_not_in: [mode_swap_Bytes!] + to_contains: mode_swap_Bytes + to_not_contains: mode_swap_Bytes + fromBalance: mode_swap_BigDecimal + fromBalance_not: mode_swap_BigDecimal + fromBalance_gt: mode_swap_BigDecimal + fromBalance_lt: mode_swap_BigDecimal + fromBalance_gte: mode_swap_BigDecimal + fromBalance_lte: mode_swap_BigDecimal + fromBalance_in: [mode_swap_BigDecimal!] + fromBalance_not_in: [mode_swap_BigDecimal!] + toBalance: mode_swap_BigDecimal + toBalance_not: mode_swap_BigDecimal + toBalance_gt: mode_swap_BigDecimal + toBalance_lt: mode_swap_BigDecimal + toBalance_gte: mode_swap_BigDecimal + toBalance_lte: mode_swap_BigDecimal + toBalance_in: [mode_swap_BigDecimal!] + toBalance_not_in: [mode_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49944,16 +49184,16 @@ 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 + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -49963,12 +49203,12 @@ input zksync_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_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: mode_swap_BlockChangedFilter + and: [mode_swap_LpTransferEvent_filter] + or: [mode_swap_LpTransferEvent_filter] } -enum zksync_swap_LpTransferEvent_orderBy { +enum mode_swap_LpTransferEvent_orderBy { id token token__id @@ -49989,17 +49229,17 @@ enum zksync_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum zksync_swap_OrderDirection { +enum mode_swap_OrderDirection { asc desc } -type zksync_swap_PooledToken { +type mode_swap_PooledToken { id: ID! - asset: zksync_swap_Bytes! + asset: mode_swap_Bytes! } -input zksync_swap_PooledToken_filter { +input mode_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -50008,59 +49248,59 @@ 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 + asset: mode_swap_Bytes + asset_not: mode_swap_Bytes + asset_gt: mode_swap_Bytes + asset_lt: mode_swap_Bytes + asset_gte: mode_swap_Bytes + asset_lte: mode_swap_Bytes + asset_in: [mode_swap_Bytes!] + asset_not_in: [mode_swap_Bytes!] + asset_contains: mode_swap_Bytes + asset_not_contains: mode_swap_Bytes """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_PooledToken_filter] - or: [zksync_swap_PooledToken_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_PooledToken_filter] + or: [mode_swap_PooledToken_filter] } -enum zksync_swap_PooledToken_orderBy { +enum mode_swap_PooledToken_orderBy { id asset } -type zksync_swap_StableSwap { +type mode_swap_StableSwap { id: ID! isActive: Boolean - key: zksync_swap_Bytes! - canonicalId: zksync_swap_Bytes + key: mode_swap_Bytes! + canonicalId: mode_swap_Bytes domain: BigInt - swapPool: zksync_swap_Bytes - lpToken: zksync_swap_Bytes + swapPool: mode_swap_Bytes + lpToken: mode_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [zksync_swap_Bytes!]! + pooledTokens: [mode_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: 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!] + events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapEvent_filter): [mode_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapExchange_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapExchange_filter): [mode_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapHourlyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapHourlyVolume_filter): [mode_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapDailyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapDailyVolume_filter): [mode_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapWeeklyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapWeeklyVolume_filter): [mode_swap_SwapWeeklyVolume!] } -type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { +type mode_swap_StableSwapAddLiquidityEvent implements mode_swap_StableSwapEvent { id: ID! - stableSwap: zksync_swap_StableSwap! - provider: zksync_swap_Bytes! + stableSwap: mode_swap_StableSwap! + provider: mode_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -50069,11 +49309,11 @@ type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapAddLiquidityEvent_filter { +input mode_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -50102,17 +49342,17 @@ input zksync_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - provider: zksync_swap_Bytes - provider_not: zksync_swap_Bytes - provider_gt: zksync_swap_Bytes - provider_lt: zksync_swap_Bytes - provider_gte: zksync_swap_Bytes - provider_lte: zksync_swap_Bytes - provider_in: [zksync_swap_Bytes!] - provider_not_in: [zksync_swap_Bytes!] - provider_contains: zksync_swap_Bytes - provider_not_contains: zksync_swap_Bytes + stableSwap_: mode_swap_StableSwap_filter + provider: mode_swap_Bytes + provider_not: mode_swap_Bytes + provider_gt: mode_swap_Bytes + provider_lt: mode_swap_Bytes + provider_gte: mode_swap_Bytes + provider_lte: mode_swap_Bytes + provider_in: [mode_swap_Bytes!] + provider_not_in: [mode_swap_Bytes!] + provider_contains: mode_swap_Bytes + provider_not_contains: mode_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -50171,16 +49411,16 @@ input zksync_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50190,12 +49430,12 @@ input zksync_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapAddLiquidityEvent_filter] - or: [zksync_swap_StableSwapAddLiquidityEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapAddLiquidityEvent_filter] + or: [mode_swap_StableSwapAddLiquidityEvent_filter] } -enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { +enum mode_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -50227,16 +49467,16 @@ enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface zksync_swap_StableSwapEvent { +interface mode_swap_StableSwapEvent { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: mode_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapEvent_filter { +input mode_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -50265,7 +49505,7 @@ input zksync_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -50282,16 +49522,16 @@ input zksync_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50301,12 +49541,12 @@ input zksync_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapEvent_filter] - or: [zksync_swap_StableSwapEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapEvent_filter] + or: [mode_swap_StableSwapEvent_filter] } -enum zksync_swap_StableSwapEvent_orderBy { +enum mode_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -50331,10 +49571,10 @@ enum zksync_swap_StableSwapEvent_orderBy { nonce } -type zksync_swap_StableSwapExchange { +type mode_swap_StableSwapExchange { id: ID! - stableSwap: zksync_swap_StableSwap! - buyer: zksync_swap_Bytes! + stableSwap: mode_swap_StableSwap! + buyer: mode_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -50343,11 +49583,11 @@ type zksync_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapExchange_filter { +input mode_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -50376,17 +49616,17 @@ input zksync_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - buyer: zksync_swap_Bytes - buyer_not: zksync_swap_Bytes - buyer_gt: zksync_swap_Bytes - buyer_lt: zksync_swap_Bytes - buyer_gte: zksync_swap_Bytes - buyer_lte: zksync_swap_Bytes - buyer_in: [zksync_swap_Bytes!] - buyer_not_in: [zksync_swap_Bytes!] - buyer_contains: zksync_swap_Bytes - buyer_not_contains: zksync_swap_Bytes + stableSwap_: mode_swap_StableSwap_filter + buyer: mode_swap_Bytes + buyer_not: mode_swap_Bytes + buyer_gt: mode_swap_Bytes + buyer_lt: mode_swap_Bytes + buyer_gte: mode_swap_Bytes + buyer_lte: mode_swap_Bytes + buyer_in: [mode_swap_Bytes!] + buyer_not_in: [mode_swap_Bytes!] + buyer_contains: mode_swap_Bytes + buyer_not_contains: mode_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -50449,16 +49689,16 @@ input zksync_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50468,12 +49708,12 @@ input zksync_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapExchange_filter] - or: [zksync_swap_StableSwapExchange_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapExchange_filter] + or: [mode_swap_StableSwapExchange_filter] } -enum zksync_swap_StableSwapExchange_orderBy { +enum mode_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -50505,10 +49745,10 @@ enum zksync_swap_StableSwapExchange_orderBy { nonce } -type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { +type mode_swap_StableSwapRemoveLiquidityEvent implements mode_swap_StableSwapEvent { id: ID! - stableSwap: zksync_swap_StableSwap! - provider: zksync_swap_Bytes! + stableSwap: mode_swap_StableSwap! + provider: mode_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -50517,11 +49757,11 @@ type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: zksync_swap_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -input zksync_swap_StableSwapRemoveLiquidityEvent_filter { +input mode_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -50550,17 +49790,17 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter - provider: zksync_swap_Bytes - provider_not: zksync_swap_Bytes - provider_gt: zksync_swap_Bytes - provider_lt: zksync_swap_Bytes - provider_gte: zksync_swap_Bytes - provider_lte: zksync_swap_Bytes - provider_in: [zksync_swap_Bytes!] - provider_not_in: [zksync_swap_Bytes!] - provider_contains: zksync_swap_Bytes - provider_not_contains: zksync_swap_Bytes + stableSwap_: mode_swap_StableSwap_filter + provider: mode_swap_Bytes + provider_not: mode_swap_Bytes + provider_gt: mode_swap_Bytes + provider_lt: mode_swap_Bytes + provider_gte: mode_swap_Bytes + provider_lte: mode_swap_Bytes + provider_in: [mode_swap_Bytes!] + provider_not_in: [mode_swap_Bytes!] + provider_contains: mode_swap_Bytes + provider_not_contains: mode_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -50619,16 +49859,16 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50638,12 +49878,12 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] - or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mode_swap_StableSwapRemoveLiquidityEvent_filter] } -enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mode_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -50675,7 +49915,7 @@ enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input zksync_swap_StableSwap_filter { +input mode_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -50688,26 +49928,26 @@ input zksync_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: zksync_swap_Bytes - key_not: zksync_swap_Bytes - key_gt: zksync_swap_Bytes - key_lt: zksync_swap_Bytes - key_gte: zksync_swap_Bytes - key_lte: zksync_swap_Bytes - key_in: [zksync_swap_Bytes!] - key_not_in: [zksync_swap_Bytes!] - key_contains: zksync_swap_Bytes - key_not_contains: zksync_swap_Bytes - canonicalId: zksync_swap_Bytes - canonicalId_not: zksync_swap_Bytes - canonicalId_gt: zksync_swap_Bytes - canonicalId_lt: zksync_swap_Bytes - canonicalId_gte: zksync_swap_Bytes - canonicalId_lte: zksync_swap_Bytes - canonicalId_in: [zksync_swap_Bytes!] - canonicalId_not_in: [zksync_swap_Bytes!] - canonicalId_contains: zksync_swap_Bytes - canonicalId_not_contains: zksync_swap_Bytes + key: mode_swap_Bytes + key_not: mode_swap_Bytes + key_gt: mode_swap_Bytes + key_lt: mode_swap_Bytes + key_gte: mode_swap_Bytes + key_lte: mode_swap_Bytes + key_in: [mode_swap_Bytes!] + key_not_in: [mode_swap_Bytes!] + key_contains: mode_swap_Bytes + key_not_contains: mode_swap_Bytes + canonicalId: mode_swap_Bytes + canonicalId_not: mode_swap_Bytes + canonicalId_gt: mode_swap_Bytes + canonicalId_lt: mode_swap_Bytes + canonicalId_gte: mode_swap_Bytes + canonicalId_lte: mode_swap_Bytes + canonicalId_in: [mode_swap_Bytes!] + canonicalId_not_in: [mode_swap_Bytes!] + canonicalId_contains: mode_swap_Bytes + canonicalId_not_contains: mode_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -50716,26 +49956,26 @@ input zksync_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: zksync_swap_Bytes - swapPool_not: zksync_swap_Bytes - swapPool_gt: zksync_swap_Bytes - swapPool_lt: zksync_swap_Bytes - swapPool_gte: zksync_swap_Bytes - swapPool_lte: zksync_swap_Bytes - swapPool_in: [zksync_swap_Bytes!] - swapPool_not_in: [zksync_swap_Bytes!] - swapPool_contains: zksync_swap_Bytes - swapPool_not_contains: zksync_swap_Bytes - lpToken: zksync_swap_Bytes - lpToken_not: zksync_swap_Bytes - lpToken_gt: zksync_swap_Bytes - lpToken_lt: zksync_swap_Bytes - lpToken_gte: zksync_swap_Bytes - lpToken_lte: zksync_swap_Bytes - lpToken_in: [zksync_swap_Bytes!] - lpToken_not_in: [zksync_swap_Bytes!] - lpToken_contains: zksync_swap_Bytes - lpToken_not_contains: zksync_swap_Bytes + swapPool: mode_swap_Bytes + swapPool_not: mode_swap_Bytes + swapPool_gt: mode_swap_Bytes + swapPool_lt: mode_swap_Bytes + swapPool_gte: mode_swap_Bytes + swapPool_lte: mode_swap_Bytes + swapPool_in: [mode_swap_Bytes!] + swapPool_not_in: [mode_swap_Bytes!] + swapPool_contains: mode_swap_Bytes + swapPool_not_contains: mode_swap_Bytes + lpToken: mode_swap_Bytes + lpToken_not: mode_swap_Bytes + lpToken_gt: mode_swap_Bytes + lpToken_lt: mode_swap_Bytes + lpToken_gte: mode_swap_Bytes + lpToken_lte: mode_swap_Bytes + lpToken_in: [mode_swap_Bytes!] + lpToken_not_in: [mode_swap_Bytes!] + lpToken_contains: mode_swap_Bytes + lpToken_not_contains: mode_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -50784,12 +50024,12 @@ input zksync_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [zksync_swap_Bytes!] - pooledTokens_not: [zksync_swap_Bytes!] - pooledTokens_contains: [zksync_swap_Bytes!] - pooledTokens_contains_nocase: [zksync_swap_Bytes!] - pooledTokens_not_contains: [zksync_swap_Bytes!] - pooledTokens_not_contains_nocase: [zksync_swap_Bytes!] + pooledTokens: [mode_swap_Bytes!] + pooledTokens_not: [mode_swap_Bytes!] + pooledTokens_contains: [mode_swap_Bytes!] + pooledTokens_contains_nocase: [mode_swap_Bytes!] + pooledTokens_not_contains: [mode_swap_Bytes!] + pooledTokens_not_contains_nocase: [mode_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -50832,18 +50072,18 @@ input zksync_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: zksync_swap_StableSwapEvent_filter - exchanges_: zksync_swap_StableSwapExchange_filter - hourlyVolumes_: zksync_swap_SwapHourlyVolume_filter - dailyVolumes_: zksync_swap_SwapDailyVolume_filter - weeklyVolumes_: zksync_swap_SwapWeeklyVolume_filter + events_: mode_swap_StableSwapEvent_filter + exchanges_: mode_swap_StableSwapExchange_filter + hourlyVolumes_: mode_swap_SwapHourlyVolume_filter + dailyVolumes_: mode_swap_SwapDailyVolume_filter + weeklyVolumes_: mode_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwap_filter] - or: [zksync_swap_StableSwap_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwap_filter] + or: [mode_swap_StableSwap_filter] } -enum zksync_swap_StableSwap_orderBy { +enum mode_swap_StableSwap_orderBy { id isActive key @@ -50871,14 +50111,14 @@ enum zksync_swap_StableSwap_orderBy { weeklyVolumes } -type zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { +type mode_swap_SwapDailyVolume implements mode_swap_SwapTradeVolume { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input zksync_swap_SwapDailyVolume_filter { +input mode_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50907,7 +50147,7 @@ input zksync_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50916,21 +50156,21 @@ input zksync_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapDailyVolume_filter] - or: [zksync_swap_SwapDailyVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapDailyVolume_filter] + or: [mode_swap_SwapDailyVolume_filter] } -enum zksync_swap_SwapDailyVolume_orderBy { +enum mode_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -50953,14 +50193,14 @@ enum zksync_swap_SwapDailyVolume_orderBy { volume } -type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { +type mode_swap_SwapHourlyVolume implements mode_swap_SwapTradeVolume { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input zksync_swap_SwapHourlyVolume_filter { +input mode_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50989,7 +50229,7 @@ input zksync_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50998,21 +50238,21 @@ input zksync_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapHourlyVolume_filter] - or: [zksync_swap_SwapHourlyVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapHourlyVolume_filter] + or: [mode_swap_SwapHourlyVolume_filter] } -enum zksync_swap_SwapHourlyVolume_orderBy { +enum mode_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -51035,13 +50275,13 @@ enum zksync_swap_SwapHourlyVolume_orderBy { volume } -interface zksync_swap_SwapTradeVolume { - stableSwap: zksync_swap_StableSwap! +interface mode_swap_SwapTradeVolume { + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input zksync_swap_SwapTradeVolume_filter { +input mode_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -51062,7 +50302,7 @@ input zksync_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -51071,21 +50311,21 @@ input zksync_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapTradeVolume_filter] - or: [zksync_swap_SwapTradeVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapTradeVolume_filter] + or: [mode_swap_SwapTradeVolume_filter] } -enum zksync_swap_SwapTradeVolume_orderBy { +enum mode_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -51107,14 +50347,14 @@ enum zksync_swap_SwapTradeVolume_orderBy { volume } -type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { +type mode_swap_SwapWeeklyVolume implements mode_swap_SwapTradeVolume { id: ID! - stableSwap: zksync_swap_StableSwap! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + volume: mode_swap_BigDecimal! } -input zksync_swap_SwapWeeklyVolume_filter { +input mode_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -51143,7 +50383,7 @@ input zksync_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: zksync_swap_StableSwap_filter + stableSwap_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -51152,21 +50392,21 @@ input zksync_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + volume: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapWeeklyVolume_filter] - or: [zksync_swap_SwapWeeklyVolume_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapWeeklyVolume_filter] + or: [mode_swap_SwapWeeklyVolume_filter] } -enum zksync_swap_SwapWeeklyVolume_orderBy { +enum mode_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -51189,13 +50429,13 @@ enum zksync_swap_SwapWeeklyVolume_orderBy { volume } -type zksync_swap_SystemInfo { +type mode_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input zksync_swap_SystemInfo_filter { +input mode_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -51221,30 +50461,30 @@ input zksync_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SystemInfo_filter] - or: [zksync_swap_SystemInfo_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SystemInfo_filter] + or: [mode_swap_SystemInfo_filter] } -enum zksync_swap_SystemInfo_orderBy { +enum mode_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type zksync_swap__Block_ { +type mode_swap__Block_ { """The hash of the block""" - hash: zksync_swap_Bytes + hash: mode_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: zksync_swap_Bytes + parentHash: mode_swap_Bytes } """The type for the top-level _meta field""" -type zksync_swap__Meta_ { +type mode_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -51252,55 +50492,55 @@ type zksync_swap__Meta_ { and therefore asks for the latest block """ - block: zksync_swap__Block_! + block: mode_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum arbitrumsepolia_swap_Aggregation_interval { +enum metis_swap_Aggregation_interval { hour day } -scalar arbitrumsepolia_swap_BigDecimal +scalar metis_swap_BigDecimal -input arbitrumsepolia_swap_BlockChangedFilter { +input metis_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumsepolia_swap_Block_height { - hash: arbitrumsepolia_swap_Bytes +input metis_swap_Block_height { + hash: metis_swap_Bytes number: Int number_gte: Int } -scalar arbitrumsepolia_swap_Bytes +scalar metis_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumsepolia_swap_Int8 +scalar metis_swap_Int8 -type arbitrumsepolia_swap_LpAccount { +type metis_swap_LpAccount { id: ID! - address: arbitrumsepolia_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpAccountBalance_filter): [arbitrumsepolia_swap_LpAccountBalance!]! + address: 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 arbitrumsepolia_swap_LpAccountBalance { +type metis_swap_LpAccountBalance { id: ID! - account: arbitrumsepolia_swap_LpAccount! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! + account: metis_swap_LpAccount! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumsepolia_swap_Bytes + transaction: metis_swap_Bytes } -input arbitrumsepolia_swap_LpAccountBalance_filter { +input metis_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -51329,7 +50569,7 @@ input arbitrumsepolia_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: arbitrumsepolia_swap_LpAccount_filter + account_: metis_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -51350,15 +50590,15 @@ input arbitrumsepolia_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumsepolia_swap_LpToken_filter - amount: arbitrumsepolia_swap_BigDecimal - amount_not: arbitrumsepolia_swap_BigDecimal - amount_gt: arbitrumsepolia_swap_BigDecimal - amount_lt: arbitrumsepolia_swap_BigDecimal - amount_gte: arbitrumsepolia_swap_BigDecimal - amount_lte: arbitrumsepolia_swap_BigDecimal - amount_in: [arbitrumsepolia_swap_BigDecimal!] - amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + token_: 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 @@ -51375,23 +50615,23 @@ input arbitrumsepolia_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpAccountBalance_filter] - or: [arbitrumsepolia_swap_LpAccountBalance_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccountBalance_filter] + or: [metis_swap_LpAccountBalance_filter] } -enum arbitrumsepolia_swap_LpAccountBalance_orderBy { +enum metis_swap_LpAccountBalance_orderBy { id account account__id @@ -51409,7 +50649,7 @@ enum arbitrumsepolia_swap_LpAccountBalance_orderBy { transaction } -input arbitrumsepolia_swap_LpAccount_filter { +input metis_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -51418,51 +50658,51 @@ input arbitrumsepolia_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumsepolia_swap_Bytes - address_not: arbitrumsepolia_swap_Bytes - address_gt: arbitrumsepolia_swap_Bytes - address_lt: arbitrumsepolia_swap_Bytes - address_gte: arbitrumsepolia_swap_Bytes - address_lte: arbitrumsepolia_swap_Bytes - address_in: [arbitrumsepolia_swap_Bytes!] - address_not_in: [arbitrumsepolia_swap_Bytes!] - address_contains: arbitrumsepolia_swap_Bytes - address_not_contains: arbitrumsepolia_swap_Bytes - balances_: arbitrumsepolia_swap_LpAccountBalance_filter + address: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpAccount_filter] - or: [arbitrumsepolia_swap_LpAccount_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccount_filter] + or: [metis_swap_LpAccount_filter] } -enum arbitrumsepolia_swap_LpAccount_orderBy { +enum metis_swap_LpAccount_orderBy { id address balances } -type arbitrumsepolia_swap_LpToken { +type metis_swap_LpToken { id: ID! - address: arbitrumsepolia_swap_Bytes! - stableSwap: arbitrumsepolia_swap_StableSwap! + address: metis_swap_Bytes! + stableSwap: metis_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: arbitrumsepolia_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpTokenEvent_filter): [arbitrumsepolia_swap_LpTokenEvent!]! + totalSupply: 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 arbitrumsepolia_swap_LpTokenEvent { +interface metis_swap_LpTokenEvent { id: ID! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_LpTokenEvent_filter { +input metis_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -51491,15 +50731,15 @@ input arbitrumsepolia_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumsepolia_swap_LpToken_filter - amount: arbitrumsepolia_swap_BigDecimal - amount_not: arbitrumsepolia_swap_BigDecimal - amount_gt: arbitrumsepolia_swap_BigDecimal - amount_lt: arbitrumsepolia_swap_BigDecimal - amount_gte: arbitrumsepolia_swap_BigDecimal - amount_lte: arbitrumsepolia_swap_BigDecimal - amount_in: [arbitrumsepolia_swap_BigDecimal!] - amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + token_: 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 @@ -51516,16 +50756,16 @@ input arbitrumsepolia_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: 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 @@ -51535,12 +50775,12 @@ input arbitrumsepolia_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpTokenEvent_filter] - or: [arbitrumsepolia_swap_LpTokenEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTokenEvent_filter] + or: [metis_swap_LpTokenEvent_filter] } -enum arbitrumsepolia_swap_LpTokenEvent_orderBy { +enum metis_swap_LpTokenEvent_orderBy { id token token__id @@ -51556,7 +50796,7 @@ enum arbitrumsepolia_swap_LpTokenEvent_orderBy { nonce } -input arbitrumsepolia_swap_LpToken_filter { +input metis_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -51565,16 +50805,16 @@ input arbitrumsepolia_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumsepolia_swap_Bytes - address_not: arbitrumsepolia_swap_Bytes - address_gt: arbitrumsepolia_swap_Bytes - address_lt: arbitrumsepolia_swap_Bytes - address_gte: arbitrumsepolia_swap_Bytes - address_lte: arbitrumsepolia_swap_Bytes - address_in: [arbitrumsepolia_swap_Bytes!] - address_not_in: [arbitrumsepolia_swap_Bytes!] - address_contains: arbitrumsepolia_swap_Bytes - address_not_contains: arbitrumsepolia_swap_Bytes + address: 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 @@ -51595,7 +50835,7 @@ input arbitrumsepolia_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -51644,22 +50884,22 @@ input arbitrumsepolia_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: arbitrumsepolia_swap_BigDecimal - totalSupply_not: arbitrumsepolia_swap_BigDecimal - totalSupply_gt: arbitrumsepolia_swap_BigDecimal - totalSupply_lt: arbitrumsepolia_swap_BigDecimal - totalSupply_gte: arbitrumsepolia_swap_BigDecimal - totalSupply_lte: arbitrumsepolia_swap_BigDecimal - totalSupply_in: [arbitrumsepolia_swap_BigDecimal!] - totalSupply_not_in: [arbitrumsepolia_swap_BigDecimal!] - events_: arbitrumsepolia_swap_LpTokenEvent_filter + totalSupply: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpToken_filter] - or: [arbitrumsepolia_swap_LpToken_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpToken_filter] + or: [metis_swap_LpToken_filter] } -enum arbitrumsepolia_swap_LpToken_orderBy { +enum metis_swap_LpToken_orderBy { id address stableSwap @@ -51686,21 +50926,21 @@ enum arbitrumsepolia_swap_LpToken_orderBy { events } -type arbitrumsepolia_swap_LpTransferEvent implements arbitrumsepolia_swap_LpTokenEvent { +type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { id: ID! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! - from: arbitrumsepolia_swap_Bytes! - to: arbitrumsepolia_swap_Bytes! - fromBalance: arbitrumsepolia_swap_BigDecimal! - toBalance: arbitrumsepolia_swap_BigDecimal! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! + from: metis_swap_Bytes! + to: metis_swap_Bytes! + fromBalance: metis_swap_BigDecimal! + toBalance: metis_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_LpTransferEvent_filter { +input metis_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -51729,51 +50969,51 @@ input arbitrumsepolia_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumsepolia_swap_LpToken_filter - amount: arbitrumsepolia_swap_BigDecimal - amount_not: arbitrumsepolia_swap_BigDecimal - amount_gt: arbitrumsepolia_swap_BigDecimal - amount_lt: arbitrumsepolia_swap_BigDecimal - amount_gte: arbitrumsepolia_swap_BigDecimal - amount_lte: arbitrumsepolia_swap_BigDecimal - amount_in: [arbitrumsepolia_swap_BigDecimal!] - amount_not_in: [arbitrumsepolia_swap_BigDecimal!] - from: arbitrumsepolia_swap_Bytes - from_not: arbitrumsepolia_swap_Bytes - from_gt: arbitrumsepolia_swap_Bytes - from_lt: arbitrumsepolia_swap_Bytes - from_gte: arbitrumsepolia_swap_Bytes - from_lte: arbitrumsepolia_swap_Bytes - from_in: [arbitrumsepolia_swap_Bytes!] - from_not_in: [arbitrumsepolia_swap_Bytes!] - from_contains: arbitrumsepolia_swap_Bytes - from_not_contains: arbitrumsepolia_swap_Bytes - to: arbitrumsepolia_swap_Bytes - to_not: arbitrumsepolia_swap_Bytes - to_gt: arbitrumsepolia_swap_Bytes - to_lt: arbitrumsepolia_swap_Bytes - to_gte: arbitrumsepolia_swap_Bytes - to_lte: arbitrumsepolia_swap_Bytes - to_in: [arbitrumsepolia_swap_Bytes!] - to_not_in: [arbitrumsepolia_swap_Bytes!] - to_contains: arbitrumsepolia_swap_Bytes - to_not_contains: arbitrumsepolia_swap_Bytes - fromBalance: arbitrumsepolia_swap_BigDecimal - fromBalance_not: arbitrumsepolia_swap_BigDecimal - fromBalance_gt: arbitrumsepolia_swap_BigDecimal - fromBalance_lt: arbitrumsepolia_swap_BigDecimal - fromBalance_gte: arbitrumsepolia_swap_BigDecimal - fromBalance_lte: arbitrumsepolia_swap_BigDecimal - fromBalance_in: [arbitrumsepolia_swap_BigDecimal!] - fromBalance_not_in: [arbitrumsepolia_swap_BigDecimal!] - toBalance: arbitrumsepolia_swap_BigDecimal - toBalance_not: arbitrumsepolia_swap_BigDecimal - toBalance_gt: arbitrumsepolia_swap_BigDecimal - toBalance_lt: arbitrumsepolia_swap_BigDecimal - toBalance_gte: arbitrumsepolia_swap_BigDecimal - toBalance_lte: arbitrumsepolia_swap_BigDecimal - toBalance_in: [arbitrumsepolia_swap_BigDecimal!] - toBalance_not_in: [arbitrumsepolia_swap_BigDecimal!] + token_: 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 @@ -51790,16 +51030,16 @@ input arbitrumsepolia_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: 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 @@ -51809,12 +51049,12 @@ input arbitrumsepolia_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpTransferEvent_filter] - or: [arbitrumsepolia_swap_LpTransferEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTransferEvent_filter] + or: [metis_swap_LpTransferEvent_filter] } -enum arbitrumsepolia_swap_LpTransferEvent_orderBy { +enum metis_swap_LpTransferEvent_orderBy { id token token__id @@ -51835,17 +51075,17 @@ enum arbitrumsepolia_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumsepolia_swap_OrderDirection { +enum metis_swap_OrderDirection { asc desc } -type arbitrumsepolia_swap_PooledToken { +type metis_swap_PooledToken { id: ID! - asset: arbitrumsepolia_swap_Bytes! + asset: metis_swap_Bytes! } -input arbitrumsepolia_swap_PooledToken_filter { +input metis_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -51854,59 +51094,59 @@ input arbitrumsepolia_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: arbitrumsepolia_swap_Bytes - asset_not: arbitrumsepolia_swap_Bytes - asset_gt: arbitrumsepolia_swap_Bytes - asset_lt: arbitrumsepolia_swap_Bytes - asset_gte: arbitrumsepolia_swap_Bytes - asset_lte: arbitrumsepolia_swap_Bytes - asset_in: [arbitrumsepolia_swap_Bytes!] - asset_not_in: [arbitrumsepolia_swap_Bytes!] - asset_contains: arbitrumsepolia_swap_Bytes - asset_not_contains: arbitrumsepolia_swap_Bytes + asset: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_PooledToken_filter] - or: [arbitrumsepolia_swap_PooledToken_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_PooledToken_filter] + or: [metis_swap_PooledToken_filter] } -enum arbitrumsepolia_swap_PooledToken_orderBy { +enum metis_swap_PooledToken_orderBy { id asset } -type arbitrumsepolia_swap_StableSwap { +type metis_swap_StableSwap { id: ID! isActive: Boolean - key: arbitrumsepolia_swap_Bytes! - canonicalId: arbitrumsepolia_swap_Bytes + key: metis_swap_Bytes! + canonicalId: metis_swap_Bytes domain: BigInt - swapPool: arbitrumsepolia_swap_Bytes - lpToken: arbitrumsepolia_swap_Bytes + swapPool: metis_swap_Bytes + lpToken: metis_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [arbitrumsepolia_swap_Bytes!]! + pooledTokens: [metis_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapEvent_filter): [arbitrumsepolia_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapExchange_filter): [arbitrumsepolia_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapHourlyVolume_filter): [arbitrumsepolia_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapDailyVolume_filter): [arbitrumsepolia_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapWeeklyVolume_filter): [arbitrumsepolia_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapEvent_filter): [metis_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapExchange_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapExchange_filter): [metis_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapHourlyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapHourlyVolume_filter): [metis_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapDailyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapDailyVolume_filter): [metis_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapWeeklyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapWeeklyVolume_filter): [metis_swap_SwapWeeklyVolume!] } -type arbitrumsepolia_swap_StableSwapAddLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { +type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! - provider: arbitrumsepolia_swap_Bytes! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -51915,11 +51155,11 @@ type arbitrumsepolia_swap_StableSwapAddLiquidityEvent implements arbitrumsepolia balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { +input metis_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -51948,17 +51188,17 @@ input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter - provider: arbitrumsepolia_swap_Bytes - provider_not: arbitrumsepolia_swap_Bytes - provider_gt: arbitrumsepolia_swap_Bytes - provider_lt: arbitrumsepolia_swap_Bytes - provider_gte: arbitrumsepolia_swap_Bytes - provider_lte: arbitrumsepolia_swap_Bytes - provider_in: [arbitrumsepolia_swap_Bytes!] - provider_not_in: [arbitrumsepolia_swap_Bytes!] - provider_contains: arbitrumsepolia_swap_Bytes - provider_not_contains: arbitrumsepolia_swap_Bytes + stableSwap_: 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!] @@ -52017,16 +51257,16 @@ input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: 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 @@ -52036,12 +51276,12 @@ input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapAddLiquidityEvent_filter] + or: [metis_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy { +enum metis_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -52073,16 +51313,16 @@ enum arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumsepolia_swap_StableSwapEvent { +interface metis_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapEvent_filter { +input metis_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -52111,7 +51351,7 @@ input arbitrumsepolia_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -52128,16 +51368,16 @@ input arbitrumsepolia_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: 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 @@ -52147,12 +51387,12 @@ input arbitrumsepolia_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapEvent_filter] - or: [arbitrumsepolia_swap_StableSwapEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapEvent_filter] + or: [metis_swap_StableSwapEvent_filter] } -enum arbitrumsepolia_swap_StableSwapEvent_orderBy { +enum metis_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -52177,10 +51417,10 @@ enum arbitrumsepolia_swap_StableSwapEvent_orderBy { nonce } -type arbitrumsepolia_swap_StableSwapExchange { +type metis_swap_StableSwapExchange { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! - buyer: arbitrumsepolia_swap_Bytes! + stableSwap: metis_swap_StableSwap! + buyer: metis_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -52189,11 +51429,11 @@ type arbitrumsepolia_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapExchange_filter { +input metis_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -52222,17 +51462,17 @@ input arbitrumsepolia_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter - buyer: arbitrumsepolia_swap_Bytes - buyer_not: arbitrumsepolia_swap_Bytes - buyer_gt: arbitrumsepolia_swap_Bytes - buyer_lt: arbitrumsepolia_swap_Bytes - buyer_gte: arbitrumsepolia_swap_Bytes - buyer_lte: arbitrumsepolia_swap_Bytes - buyer_in: [arbitrumsepolia_swap_Bytes!] - buyer_not_in: [arbitrumsepolia_swap_Bytes!] - buyer_contains: arbitrumsepolia_swap_Bytes - buyer_not_contains: arbitrumsepolia_swap_Bytes + stableSwap_: 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 @@ -52295,16 +51535,16 @@ input arbitrumsepolia_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: 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 @@ -52314,12 +51554,12 @@ input arbitrumsepolia_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapExchange_filter] - or: [arbitrumsepolia_swap_StableSwapExchange_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapExchange_filter] + or: [metis_swap_StableSwapExchange_filter] } -enum arbitrumsepolia_swap_StableSwapExchange_orderBy { +enum metis_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -52351,10 +51591,10 @@ enum arbitrumsepolia_swap_StableSwapExchange_orderBy { nonce } -type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { +type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! - provider: arbitrumsepolia_swap_Bytes! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -52363,11 +51603,11 @@ type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent implements arbitrumsepo balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { +input metis_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -52396,17 +51636,17 @@ input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter - provider: arbitrumsepolia_swap_Bytes - provider_not: arbitrumsepolia_swap_Bytes - provider_gt: arbitrumsepolia_swap_Bytes - provider_lt: arbitrumsepolia_swap_Bytes - provider_gte: arbitrumsepolia_swap_Bytes - provider_lte: arbitrumsepolia_swap_Bytes - provider_in: [arbitrumsepolia_swap_Bytes!] - provider_not_in: [arbitrumsepolia_swap_Bytes!] - provider_contains: arbitrumsepolia_swap_Bytes - provider_not_contains: arbitrumsepolia_swap_Bytes + stableSwap_: 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!] @@ -52465,16 +51705,16 @@ input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: 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 @@ -52484,12 +51724,12 @@ input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -52521,7 +51761,7 @@ enum arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input arbitrumsepolia_swap_StableSwap_filter { +input metis_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -52534,26 +51774,26 @@ input arbitrumsepolia_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: arbitrumsepolia_swap_Bytes - key_not: arbitrumsepolia_swap_Bytes - key_gt: arbitrumsepolia_swap_Bytes - key_lt: arbitrumsepolia_swap_Bytes - key_gte: arbitrumsepolia_swap_Bytes - key_lte: arbitrumsepolia_swap_Bytes - key_in: [arbitrumsepolia_swap_Bytes!] - key_not_in: [arbitrumsepolia_swap_Bytes!] - key_contains: arbitrumsepolia_swap_Bytes - key_not_contains: arbitrumsepolia_swap_Bytes - canonicalId: arbitrumsepolia_swap_Bytes - canonicalId_not: arbitrumsepolia_swap_Bytes - canonicalId_gt: arbitrumsepolia_swap_Bytes - canonicalId_lt: arbitrumsepolia_swap_Bytes - canonicalId_gte: arbitrumsepolia_swap_Bytes - canonicalId_lte: arbitrumsepolia_swap_Bytes - canonicalId_in: [arbitrumsepolia_swap_Bytes!] - canonicalId_not_in: [arbitrumsepolia_swap_Bytes!] - canonicalId_contains: arbitrumsepolia_swap_Bytes - canonicalId_not_contains: arbitrumsepolia_swap_Bytes + key: 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 @@ -52562,26 +51802,26 @@ input arbitrumsepolia_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: arbitrumsepolia_swap_Bytes - swapPool_not: arbitrumsepolia_swap_Bytes - swapPool_gt: arbitrumsepolia_swap_Bytes - swapPool_lt: arbitrumsepolia_swap_Bytes - swapPool_gte: arbitrumsepolia_swap_Bytes - swapPool_lte: arbitrumsepolia_swap_Bytes - swapPool_in: [arbitrumsepolia_swap_Bytes!] - swapPool_not_in: [arbitrumsepolia_swap_Bytes!] - swapPool_contains: arbitrumsepolia_swap_Bytes - swapPool_not_contains: arbitrumsepolia_swap_Bytes - lpToken: arbitrumsepolia_swap_Bytes - lpToken_not: arbitrumsepolia_swap_Bytes - lpToken_gt: arbitrumsepolia_swap_Bytes - lpToken_lt: arbitrumsepolia_swap_Bytes - lpToken_gte: arbitrumsepolia_swap_Bytes - lpToken_lte: arbitrumsepolia_swap_Bytes - lpToken_in: [arbitrumsepolia_swap_Bytes!] - lpToken_not_in: [arbitrumsepolia_swap_Bytes!] - lpToken_contains: arbitrumsepolia_swap_Bytes - lpToken_not_contains: arbitrumsepolia_swap_Bytes + swapPool: 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 @@ -52630,12 +51870,12 @@ input arbitrumsepolia_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumsepolia_swap_Bytes!] - pooledTokens_not: [arbitrumsepolia_swap_Bytes!] - pooledTokens_contains: [arbitrumsepolia_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumsepolia_swap_Bytes!] - pooledTokens_not_contains: [arbitrumsepolia_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumsepolia_swap_Bytes!] + pooledTokens: [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!] @@ -52678,18 +51918,18 @@ input arbitrumsepolia_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: arbitrumsepolia_swap_StableSwapEvent_filter - exchanges_: arbitrumsepolia_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumsepolia_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumsepolia_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumsepolia_swap_SwapWeeklyVolume_filter + events_: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwap_filter] - or: [arbitrumsepolia_swap_StableSwap_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwap_filter] + or: [metis_swap_StableSwap_filter] } -enum arbitrumsepolia_swap_StableSwap_orderBy { +enum metis_swap_StableSwap_orderBy { id isActive key @@ -52717,14 +51957,14 @@ enum arbitrumsepolia_swap_StableSwap_orderBy { weeklyVolumes } -type arbitrumsepolia_swap_SwapDailyVolume implements arbitrumsepolia_swap_SwapTradeVolume { +type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapDailyVolume_filter { +input metis_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52753,7 +51993,7 @@ input arbitrumsepolia_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52762,21 +52002,21 @@ input arbitrumsepolia_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapDailyVolume_filter] - or: [arbitrumsepolia_swap_SwapDailyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapDailyVolume_filter] + or: [metis_swap_SwapDailyVolume_filter] } -enum arbitrumsepolia_swap_SwapDailyVolume_orderBy { +enum metis_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -52799,14 +52039,14 @@ enum arbitrumsepolia_swap_SwapDailyVolume_orderBy { volume } -type arbitrumsepolia_swap_SwapHourlyVolume implements arbitrumsepolia_swap_SwapTradeVolume { +type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapHourlyVolume_filter { +input metis_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52835,7 +52075,7 @@ input arbitrumsepolia_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52844,21 +52084,21 @@ input arbitrumsepolia_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapHourlyVolume_filter] - or: [arbitrumsepolia_swap_SwapHourlyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapHourlyVolume_filter] + or: [metis_swap_SwapHourlyVolume_filter] } -enum arbitrumsepolia_swap_SwapHourlyVolume_orderBy { +enum metis_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -52881,13 +52121,13 @@ enum arbitrumsepolia_swap_SwapHourlyVolume_orderBy { volume } -interface arbitrumsepolia_swap_SwapTradeVolume { - stableSwap: arbitrumsepolia_swap_StableSwap! +interface metis_swap_SwapTradeVolume { + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapTradeVolume_filter { +input metis_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -52908,7 +52148,7 @@ input arbitrumsepolia_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52917,21 +52157,21 @@ input arbitrumsepolia_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapTradeVolume_filter] - or: [arbitrumsepolia_swap_SwapTradeVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapTradeVolume_filter] + or: [metis_swap_SwapTradeVolume_filter] } -enum arbitrumsepolia_swap_SwapTradeVolume_orderBy { +enum metis_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -52953,14 +52193,14 @@ enum arbitrumsepolia_swap_SwapTradeVolume_orderBy { volume } -type arbitrumsepolia_swap_SwapWeeklyVolume implements arbitrumsepolia_swap_SwapTradeVolume { +type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapWeeklyVolume_filter { +input metis_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52989,7 +52229,7 @@ input arbitrumsepolia_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52998,21 +52238,21 @@ input arbitrumsepolia_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] - or: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapWeeklyVolume_filter] + or: [metis_swap_SwapWeeklyVolume_filter] } -enum arbitrumsepolia_swap_SwapWeeklyVolume_orderBy { +enum metis_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -53035,13 +52275,13 @@ enum arbitrumsepolia_swap_SwapWeeklyVolume_orderBy { volume } -type arbitrumsepolia_swap_SystemInfo { +type metis_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input arbitrumsepolia_swap_SystemInfo_filter { +input metis_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -53067,30 +52307,30 @@ input arbitrumsepolia_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SystemInfo_filter] - or: [arbitrumsepolia_swap_SystemInfo_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SystemInfo_filter] + or: [metis_swap_SystemInfo_filter] } -enum arbitrumsepolia_swap_SystemInfo_orderBy { +enum metis_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type arbitrumsepolia_swap__Block_ { +type metis_swap__Block_ { """The hash of the block""" - hash: arbitrumsepolia_swap_Bytes + hash: metis_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: arbitrumsepolia_swap_Bytes + parentHash: metis_swap_Bytes } """The type for the top-level _meta field""" -type arbitrumsepolia_swap__Meta_ { +type metis_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -53098,55 +52338,55 @@ type arbitrumsepolia_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumsepolia_swap__Block_! + block: metis_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum sepolia_swap_Aggregation_interval { +enum mantle_swap_Aggregation_interval { hour day } -scalar sepolia_swap_BigDecimal +scalar mantle_swap_BigDecimal -input sepolia_swap_BlockChangedFilter { +input mantle_swap_BlockChangedFilter { number_gte: Int! } -input sepolia_swap_Block_height { - hash: sepolia_swap_Bytes +input mantle_swap_Block_height { + hash: mantle_swap_Bytes number: Int number_gte: Int } -scalar sepolia_swap_Bytes +scalar mantle_swap_Bytes """ 8 bytes signed integer """ -scalar sepolia_swap_Int8 +scalar mantle_swap_Int8 -type sepolia_swap_LpAccount { +type mantle_swap_LpAccount { id: ID! - address: sepolia_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpAccountBalance_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpAccountBalance_filter): [sepolia_swap_LpAccountBalance!]! + address: 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 sepolia_swap_LpAccountBalance { +type mantle_swap_LpAccountBalance { id: ID! - account: sepolia_swap_LpAccount! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! + account: mantle_swap_LpAccount! + token: mantle_swap_LpToken! + amount: mantle_swap_BigDecimal! block: BigInt modified: BigInt - transaction: sepolia_swap_Bytes + transaction: mantle_swap_Bytes } -input sepolia_swap_LpAccountBalance_filter { +input mantle_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -53175,7 +52415,7 @@ input sepolia_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: sepolia_swap_LpAccount_filter + account_: mantle_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -53196,15 +52436,15 @@ input sepolia_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: sepolia_swap_LpToken_filter - amount: sepolia_swap_BigDecimal - amount_not: sepolia_swap_BigDecimal - amount_gt: sepolia_swap_BigDecimal - amount_lt: sepolia_swap_BigDecimal - amount_gte: sepolia_swap_BigDecimal - amount_lte: sepolia_swap_BigDecimal - amount_in: [sepolia_swap_BigDecimal!] - amount_not_in: [sepolia_swap_BigDecimal!] + token_: 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 @@ -53221,23 +52461,23 @@ input sepolia_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpAccountBalance_filter] - or: [sepolia_swap_LpAccountBalance_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpAccountBalance_filter] + or: [mantle_swap_LpAccountBalance_filter] } -enum sepolia_swap_LpAccountBalance_orderBy { +enum mantle_swap_LpAccountBalance_orderBy { id account account__id @@ -53255,7 +52495,7 @@ enum sepolia_swap_LpAccountBalance_orderBy { transaction } -input sepolia_swap_LpAccount_filter { +input mantle_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -53264,51 +52504,51 @@ input sepolia_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: sepolia_swap_Bytes - address_not: sepolia_swap_Bytes - address_gt: sepolia_swap_Bytes - address_lt: sepolia_swap_Bytes - address_gte: sepolia_swap_Bytes - address_lte: sepolia_swap_Bytes - address_in: [sepolia_swap_Bytes!] - address_not_in: [sepolia_swap_Bytes!] - address_contains: sepolia_swap_Bytes - address_not_contains: sepolia_swap_Bytes - balances_: sepolia_swap_LpAccountBalance_filter + address: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpAccount_filter] - or: [sepolia_swap_LpAccount_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpAccount_filter] + or: [mantle_swap_LpAccount_filter] } -enum sepolia_swap_LpAccount_orderBy { +enum mantle_swap_LpAccount_orderBy { id address balances } -type sepolia_swap_LpToken { +type mantle_swap_LpToken { id: ID! - address: sepolia_swap_Bytes! - stableSwap: sepolia_swap_StableSwap! + address: mantle_swap_Bytes! + stableSwap: mantle_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: sepolia_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpTokenEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpTokenEvent_filter): [sepolia_swap_LpTokenEvent!]! + totalSupply: 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 sepolia_swap_LpTokenEvent { +interface mantle_swap_LpTokenEvent { id: ID! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! + token: mantle_swap_LpToken! + amount: mantle_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -input sepolia_swap_LpTokenEvent_filter { +input mantle_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -53337,15 +52577,15 @@ input sepolia_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: sepolia_swap_LpToken_filter - amount: sepolia_swap_BigDecimal - amount_not: sepolia_swap_BigDecimal - amount_gt: sepolia_swap_BigDecimal - amount_lt: sepolia_swap_BigDecimal - amount_gte: sepolia_swap_BigDecimal - amount_lte: sepolia_swap_BigDecimal - amount_in: [sepolia_swap_BigDecimal!] - amount_not_in: [sepolia_swap_BigDecimal!] + token_: 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 @@ -53362,16 +52602,16 @@ input sepolia_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: 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 @@ -53381,12 +52621,12 @@ input sepolia_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpTokenEvent_filter] - or: [sepolia_swap_LpTokenEvent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTokenEvent_filter] + or: [mantle_swap_LpTokenEvent_filter] } -enum sepolia_swap_LpTokenEvent_orderBy { +enum mantle_swap_LpTokenEvent_orderBy { id token token__id @@ -53402,7 +52642,7 @@ enum sepolia_swap_LpTokenEvent_orderBy { nonce } -input sepolia_swap_LpToken_filter { +input mantle_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -53411,16 +52651,16 @@ input sepolia_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: sepolia_swap_Bytes - address_not: sepolia_swap_Bytes - address_gt: sepolia_swap_Bytes - address_lt: sepolia_swap_Bytes - address_gte: sepolia_swap_Bytes - address_lte: sepolia_swap_Bytes - address_in: [sepolia_swap_Bytes!] - address_not_in: [sepolia_swap_Bytes!] - address_contains: sepolia_swap_Bytes - address_not_contains: sepolia_swap_Bytes + address: 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 @@ -53441,7 +52681,7 @@ input sepolia_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: mantle_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -53490,22 +52730,22 @@ input sepolia_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: sepolia_swap_BigDecimal - totalSupply_not: sepolia_swap_BigDecimal - totalSupply_gt: sepolia_swap_BigDecimal - totalSupply_lt: sepolia_swap_BigDecimal - totalSupply_gte: sepolia_swap_BigDecimal - totalSupply_lte: sepolia_swap_BigDecimal - totalSupply_in: [sepolia_swap_BigDecimal!] - totalSupply_not_in: [sepolia_swap_BigDecimal!] - events_: sepolia_swap_LpTokenEvent_filter + totalSupply: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpToken_filter] - or: [sepolia_swap_LpToken_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpToken_filter] + or: [mantle_swap_LpToken_filter] } -enum sepolia_swap_LpToken_orderBy { +enum mantle_swap_LpToken_orderBy { id address stableSwap @@ -53532,21 +52772,21 @@ enum sepolia_swap_LpToken_orderBy { events } -type sepolia_swap_LpTransferEvent implements sepolia_swap_LpTokenEvent { +type mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { id: ID! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! - from: sepolia_swap_Bytes! - to: sepolia_swap_Bytes! - fromBalance: sepolia_swap_BigDecimal! - toBalance: sepolia_swap_BigDecimal! + token: mantle_swap_LpToken! + amount: mantle_swap_BigDecimal! + from: mantle_swap_Bytes! + to: mantle_swap_Bytes! + fromBalance: mantle_swap_BigDecimal! + toBalance: mantle_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -input sepolia_swap_LpTransferEvent_filter { +input mantle_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -53575,51 +52815,51 @@ input sepolia_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: sepolia_swap_LpToken_filter - amount: sepolia_swap_BigDecimal - amount_not: sepolia_swap_BigDecimal - amount_gt: sepolia_swap_BigDecimal - amount_lt: sepolia_swap_BigDecimal - amount_gte: sepolia_swap_BigDecimal - amount_lte: sepolia_swap_BigDecimal - amount_in: [sepolia_swap_BigDecimal!] - amount_not_in: [sepolia_swap_BigDecimal!] - from: sepolia_swap_Bytes - from_not: sepolia_swap_Bytes - from_gt: sepolia_swap_Bytes - from_lt: sepolia_swap_Bytes - from_gte: sepolia_swap_Bytes - from_lte: sepolia_swap_Bytes - from_in: [sepolia_swap_Bytes!] - from_not_in: [sepolia_swap_Bytes!] - from_contains: sepolia_swap_Bytes - from_not_contains: sepolia_swap_Bytes - to: sepolia_swap_Bytes - to_not: sepolia_swap_Bytes - to_gt: sepolia_swap_Bytes - to_lt: sepolia_swap_Bytes - to_gte: sepolia_swap_Bytes - to_lte: sepolia_swap_Bytes - to_in: [sepolia_swap_Bytes!] - to_not_in: [sepolia_swap_Bytes!] - to_contains: sepolia_swap_Bytes - to_not_contains: sepolia_swap_Bytes - fromBalance: sepolia_swap_BigDecimal - fromBalance_not: sepolia_swap_BigDecimal - fromBalance_gt: sepolia_swap_BigDecimal - fromBalance_lt: sepolia_swap_BigDecimal - fromBalance_gte: sepolia_swap_BigDecimal - fromBalance_lte: sepolia_swap_BigDecimal - fromBalance_in: [sepolia_swap_BigDecimal!] - fromBalance_not_in: [sepolia_swap_BigDecimal!] - toBalance: sepolia_swap_BigDecimal - toBalance_not: sepolia_swap_BigDecimal - toBalance_gt: sepolia_swap_BigDecimal - toBalance_lt: sepolia_swap_BigDecimal - toBalance_gte: sepolia_swap_BigDecimal - toBalance_lte: sepolia_swap_BigDecimal - toBalance_in: [sepolia_swap_BigDecimal!] - toBalance_not_in: [sepolia_swap_BigDecimal!] + token_: 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 @@ -53636,16 +52876,16 @@ input sepolia_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: 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 @@ -53655,12 +52895,12 @@ input sepolia_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpTransferEvent_filter] - or: [sepolia_swap_LpTransferEvent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTransferEvent_filter] + or: [mantle_swap_LpTransferEvent_filter] } -enum sepolia_swap_LpTransferEvent_orderBy { +enum mantle_swap_LpTransferEvent_orderBy { id token token__id @@ -53681,17 +52921,17 @@ enum sepolia_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum sepolia_swap_OrderDirection { +enum mantle_swap_OrderDirection { asc desc } -type sepolia_swap_PooledToken { +type mantle_swap_PooledToken { id: ID! - asset: sepolia_swap_Bytes! + asset: mantle_swap_Bytes! } -input sepolia_swap_PooledToken_filter { +input mantle_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -53700,59 +52940,59 @@ input sepolia_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: sepolia_swap_Bytes - asset_not: sepolia_swap_Bytes - asset_gt: sepolia_swap_Bytes - asset_lt: sepolia_swap_Bytes - asset_gte: sepolia_swap_Bytes - asset_lte: sepolia_swap_Bytes - asset_in: [sepolia_swap_Bytes!] - asset_not_in: [sepolia_swap_Bytes!] - asset_contains: sepolia_swap_Bytes - asset_not_contains: sepolia_swap_Bytes + asset: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_PooledToken_filter] - or: [sepolia_swap_PooledToken_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_PooledToken_filter] + or: [mantle_swap_PooledToken_filter] } -enum sepolia_swap_PooledToken_orderBy { +enum mantle_swap_PooledToken_orderBy { id asset } -type sepolia_swap_StableSwap { +type mantle_swap_StableSwap { id: ID! isActive: Boolean - key: sepolia_swap_Bytes! - canonicalId: sepolia_swap_Bytes + key: mantle_swap_Bytes! + canonicalId: mantle_swap_Bytes domain: BigInt - swapPool: sepolia_swap_Bytes - lpToken: sepolia_swap_Bytes + swapPool: mantle_swap_Bytes + lpToken: mantle_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [sepolia_swap_Bytes!]! + pooledTokens: [mantle_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapEvent_filter): [sepolia_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapExchange_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapExchange_filter): [sepolia_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapHourlyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapHourlyVolume_filter): [sepolia_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapDailyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapDailyVolume_filter): [sepolia_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapWeeklyVolume_filter): [sepolia_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: 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!] } -type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwapEvent { +type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { id: ID! - stableSwap: sepolia_swap_StableSwap! - provider: sepolia_swap_Bytes! + stableSwap: mantle_swap_StableSwap! + provider: mantle_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -53761,11 +53001,11 @@ type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapAddLiquidityEvent_filter { +input mantle_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -53794,17 +53034,17 @@ input sepolia_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter - provider: sepolia_swap_Bytes - provider_not: sepolia_swap_Bytes - provider_gt: sepolia_swap_Bytes - provider_lt: sepolia_swap_Bytes - provider_gte: sepolia_swap_Bytes - provider_lte: sepolia_swap_Bytes - provider_in: [sepolia_swap_Bytes!] - provider_not_in: [sepolia_swap_Bytes!] - provider_contains: sepolia_swap_Bytes - provider_not_contains: sepolia_swap_Bytes + stableSwap_: 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!] @@ -53863,16 +53103,16 @@ input sepolia_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: 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 @@ -53882,12 +53122,12 @@ input sepolia_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [sepolia_swap_StableSwapAddLiquidityEvent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapAddLiquidityEvent_filter] + or: [mantle_swap_StableSwapAddLiquidityEvent_filter] } -enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { +enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -53919,16 +53159,16 @@ enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface sepolia_swap_StableSwapEvent { +interface mantle_swap_StableSwapEvent { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: mantle_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapEvent_filter { +input mantle_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -53957,7 +53197,7 @@ input sepolia_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: mantle_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -53974,16 +53214,16 @@ input sepolia_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: 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 @@ -53993,12 +53233,12 @@ input sepolia_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapEvent_filter] - or: [sepolia_swap_StableSwapEvent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapEvent_filter] + or: [mantle_swap_StableSwapEvent_filter] } -enum sepolia_swap_StableSwapEvent_orderBy { +enum mantle_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -54023,10 +53263,10 @@ enum sepolia_swap_StableSwapEvent_orderBy { nonce } -type sepolia_swap_StableSwapExchange { +type mantle_swap_StableSwapExchange { id: ID! - stableSwap: sepolia_swap_StableSwap! - buyer: sepolia_swap_Bytes! + stableSwap: mantle_swap_StableSwap! + buyer: mantle_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -54035,11 +53275,11 @@ type sepolia_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapExchange_filter { +input mantle_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -54068,17 +53308,17 @@ input sepolia_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter - buyer: sepolia_swap_Bytes - buyer_not: sepolia_swap_Bytes - buyer_gt: sepolia_swap_Bytes - buyer_lt: sepolia_swap_Bytes - buyer_gte: sepolia_swap_Bytes - buyer_lte: sepolia_swap_Bytes - buyer_in: [sepolia_swap_Bytes!] - buyer_not_in: [sepolia_swap_Bytes!] - buyer_contains: sepolia_swap_Bytes - buyer_not_contains: sepolia_swap_Bytes + stableSwap_: 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 @@ -54141,16 +53381,16 @@ input sepolia_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: 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 @@ -54160,12 +53400,12 @@ input sepolia_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapExchange_filter] - or: [sepolia_swap_StableSwapExchange_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapExchange_filter] + or: [mantle_swap_StableSwapExchange_filter] } -enum sepolia_swap_StableSwapExchange_orderBy { +enum mantle_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -54197,10 +53437,10 @@ enum sepolia_swap_StableSwapExchange_orderBy { nonce } -type sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableSwapEvent { +type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { id: ID! - stableSwap: sepolia_swap_StableSwap! - provider: sepolia_swap_Bytes! + stableSwap: mantle_swap_StableSwap! + provider: mantle_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -54209,11 +53449,11 @@ type sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { +input mantle_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -54242,17 +53482,17 @@ input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter - provider: sepolia_swap_Bytes - provider_not: sepolia_swap_Bytes - provider_gt: sepolia_swap_Bytes - provider_lt: sepolia_swap_Bytes - provider_gte: sepolia_swap_Bytes - provider_lte: sepolia_swap_Bytes - provider_in: [sepolia_swap_Bytes!] - provider_not_in: [sepolia_swap_Bytes!] - provider_contains: sepolia_swap_Bytes - provider_not_contains: sepolia_swap_Bytes + 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!] @@ -54311,16 +53551,16 @@ input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: 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 @@ -54330,12 +53570,12 @@ input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] - or: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] } -enum sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -54367,7 +53607,7 @@ enum sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input sepolia_swap_StableSwap_filter { +input mantle_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -54380,26 +53620,26 @@ input sepolia_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: sepolia_swap_Bytes - key_not: sepolia_swap_Bytes - key_gt: sepolia_swap_Bytes - key_lt: sepolia_swap_Bytes - key_gte: sepolia_swap_Bytes - key_lte: sepolia_swap_Bytes - key_in: [sepolia_swap_Bytes!] - key_not_in: [sepolia_swap_Bytes!] - key_contains: sepolia_swap_Bytes - key_not_contains: sepolia_swap_Bytes - canonicalId: sepolia_swap_Bytes - canonicalId_not: sepolia_swap_Bytes - canonicalId_gt: sepolia_swap_Bytes - canonicalId_lt: sepolia_swap_Bytes - canonicalId_gte: sepolia_swap_Bytes - canonicalId_lte: sepolia_swap_Bytes - canonicalId_in: [sepolia_swap_Bytes!] - canonicalId_not_in: [sepolia_swap_Bytes!] - canonicalId_contains: sepolia_swap_Bytes - canonicalId_not_contains: sepolia_swap_Bytes + key: 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 @@ -54408,26 +53648,26 @@ input sepolia_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: sepolia_swap_Bytes - swapPool_not: sepolia_swap_Bytes - swapPool_gt: sepolia_swap_Bytes - swapPool_lt: sepolia_swap_Bytes - swapPool_gte: sepolia_swap_Bytes - swapPool_lte: sepolia_swap_Bytes - swapPool_in: [sepolia_swap_Bytes!] - swapPool_not_in: [sepolia_swap_Bytes!] - swapPool_contains: sepolia_swap_Bytes - swapPool_not_contains: sepolia_swap_Bytes - lpToken: sepolia_swap_Bytes - lpToken_not: sepolia_swap_Bytes - lpToken_gt: sepolia_swap_Bytes - lpToken_lt: sepolia_swap_Bytes - lpToken_gte: sepolia_swap_Bytes - lpToken_lte: sepolia_swap_Bytes - lpToken_in: [sepolia_swap_Bytes!] - lpToken_not_in: [sepolia_swap_Bytes!] - lpToken_contains: sepolia_swap_Bytes - lpToken_not_contains: sepolia_swap_Bytes + swapPool: 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 @@ -54476,12 +53716,12 @@ input sepolia_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [sepolia_swap_Bytes!] - pooledTokens_not: [sepolia_swap_Bytes!] - pooledTokens_contains: [sepolia_swap_Bytes!] - pooledTokens_contains_nocase: [sepolia_swap_Bytes!] - pooledTokens_not_contains: [sepolia_swap_Bytes!] - pooledTokens_not_contains_nocase: [sepolia_swap_Bytes!] + pooledTokens: [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!] @@ -54524,18 +53764,18 @@ input sepolia_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: sepolia_swap_StableSwapEvent_filter - exchanges_: sepolia_swap_StableSwapExchange_filter - hourlyVolumes_: sepolia_swap_SwapHourlyVolume_filter - dailyVolumes_: sepolia_swap_SwapDailyVolume_filter - weeklyVolumes_: sepolia_swap_SwapWeeklyVolume_filter + events_: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwap_filter] - or: [sepolia_swap_StableSwap_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwap_filter] + or: [mantle_swap_StableSwap_filter] } -enum sepolia_swap_StableSwap_orderBy { +enum mantle_swap_StableSwap_orderBy { id isActive key @@ -54563,14 +53803,14 @@ enum sepolia_swap_StableSwap_orderBy { weeklyVolumes } -type sepolia_swap_SwapDailyVolume implements sepolia_swap_SwapTradeVolume { +type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: mantle_swap_BigDecimal! } -input sepolia_swap_SwapDailyVolume_filter { +input mantle_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54599,7 +53839,7 @@ input sepolia_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: mantle_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54608,21 +53848,21 @@ input sepolia_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapDailyVolume_filter] - or: [sepolia_swap_SwapDailyVolume_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapDailyVolume_filter] + or: [mantle_swap_SwapDailyVolume_filter] } -enum sepolia_swap_SwapDailyVolume_orderBy { +enum mantle_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -54645,14 +53885,14 @@ enum sepolia_swap_SwapDailyVolume_orderBy { volume } -type sepolia_swap_SwapHourlyVolume implements sepolia_swap_SwapTradeVolume { +type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: mantle_swap_BigDecimal! } -input sepolia_swap_SwapHourlyVolume_filter { +input mantle_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54681,7 +53921,7 @@ input sepolia_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: mantle_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54690,21 +53930,21 @@ input sepolia_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapHourlyVolume_filter] - or: [sepolia_swap_SwapHourlyVolume_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapHourlyVolume_filter] + or: [mantle_swap_SwapHourlyVolume_filter] } -enum sepolia_swap_SwapHourlyVolume_orderBy { +enum mantle_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -54727,13 +53967,13 @@ enum sepolia_swap_SwapHourlyVolume_orderBy { volume } -interface sepolia_swap_SwapTradeVolume { - stableSwap: sepolia_swap_StableSwap! +interface mantle_swap_SwapTradeVolume { + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: mantle_swap_BigDecimal! } -input sepolia_swap_SwapTradeVolume_filter { +input mantle_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -54754,7 +53994,7 @@ input sepolia_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: mantle_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54763,21 +54003,21 @@ input sepolia_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapTradeVolume_filter] - or: [sepolia_swap_SwapTradeVolume_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapTradeVolume_filter] + or: [mantle_swap_SwapTradeVolume_filter] } -enum sepolia_swap_SwapTradeVolume_orderBy { +enum mantle_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -54799,14 +54039,14 @@ enum sepolia_swap_SwapTradeVolume_orderBy { volume } -type sepolia_swap_SwapWeeklyVolume implements sepolia_swap_SwapTradeVolume { +type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: mantle_swap_BigDecimal! } -input sepolia_swap_SwapWeeklyVolume_filter { +input mantle_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54835,7 +54075,7 @@ input sepolia_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: mantle_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54844,22 +54084,516 @@ input sepolia_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: 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_SwapWeeklyVolume_filter] + or: [mantle_swap_SwapWeeklyVolume_filter] +} + +enum 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 +} + +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 hash of the parent block""" + parentHash: mantle_swap_Bytes +} + +"""The type for the top-level _meta field""" +type mantle_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mantle_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum zksync_swap_Aggregation_interval { + hour + day +} + +scalar zksync_swap_BigDecimal + +input zksync_swap_BlockChangedFilter { + number_gte: Int! +} + +input zksync_swap_Block_height { + hash: zksync_swap_Bytes + number: Int + number_gte: Int +} + +scalar zksync_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar zksync_swap_Int8 + +type zksync_swap_LpAccount { + id: ID! + address: zksync_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpAccountBalance_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpAccountBalance_filter): [zksync_swap_LpAccountBalance!]! +} + +type 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 + 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 +} + +input zksync_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: 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: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccount_filter] + or: [zksync_swap_LpAccount_filter] +} + +enum zksync_swap_LpAccount_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!]! +} + +interface zksync_swap_LpTokenEvent { + id: ID! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: zksync_swap_Bytes! + nonce: BigInt! +} + +input zksync_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_: 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: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTokenEvent_filter] + or: [zksync_swap_LpTokenEvent_filter] +} + +enum zksync_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input zksync_swap_LpToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: zksync_swap_Bytes + address_not: zksync_swap_Bytes + address_gt: zksync_swap_Bytes + address_lt: zksync_swap_Bytes + address_gte: zksync_swap_Bytes + address_lte: zksync_swap_Bytes + address_in: [zksync_swap_Bytes!] + address_not_in: [zksync_swap_Bytes!] + address_contains: zksync_swap_Bytes + address_not_contains: zksync_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: zksync_swap_BigDecimal + totalSupply_not: zksync_swap_BigDecimal + totalSupply_gt: zksync_swap_BigDecimal + totalSupply_lt: zksync_swap_BigDecimal + totalSupply_gte: zksync_swap_BigDecimal + totalSupply_lte: zksync_swap_BigDecimal + totalSupply_in: [zksync_swap_BigDecimal!] + totalSupply_not_in: [zksync_swap_BigDecimal!] + events_: zksync_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapWeeklyVolume_filter] - or: [sepolia_swap_SwapWeeklyVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpToken_filter] + or: [zksync_swap_LpToken_filter] } -enum sepolia_swap_SwapWeeklyVolume_orderBy { +enum zksync_swap_LpToken_orderBy { id + address stableSwap stableSwap__id stableSwap__isActive @@ -54877,122 +54611,28 @@ enum sepolia_swap_SwapWeeklyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - timestamp - volume -} - -type sepolia_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input sepolia_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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SystemInfo_filter] - or: [sepolia_swap_SystemInfo_filter] -} - -enum sepolia_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type sepolia_swap__Block_ { - """The hash of the block""" - hash: sepolia_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: sepolia_swap_Bytes -} - -"""The type for the top-level _meta field""" -type sepolia_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: sepolia_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!]! + decimals + name + symbol + totalSupply + events } -type xdai_swap_LpAccountBalance { +type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { id: ID! - account: xdai_swap_LpAccount! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: xdai_swap_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 xdai_swap_LpAccountBalance_filter { +input zksync_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -55001,27 +54641,6 @@ input xdai_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_: xdai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -55042,15 +54661,51 @@ input xdai_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] + token_: 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 @@ -55059,35 +54714,40 @@ input xdai_swap_LpAccountBalance_filter { 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 + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTransferEvent_filter] + or: [zksync_swap_LpTransferEvent_filter] } -enum xdai_swap_LpAccountBalance_orderBy { +enum zksync_swap_LpTransferEvent_orderBy { id - account - account__id - account__address token token__id token__address @@ -55096,12 +54756,28 @@ enum xdai_swap_LpAccountBalance_orderBy { token__symbol token__totalSupply amount + from + to + fromBalance + toBalance block - modified + timestamp transaction + nonce } -input xdai_swap_LpAccount_filter { +"""Defines the order direction, either ascending or descending""" +enum zksync_swap_OrderDirection { + asc + desc +} + +type zksync_swap_PooledToken { + id: ID! + asset: zksync_swap_Bytes! +} + +input zksync_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -55110,51 +54786,72 @@ 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 + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_PooledToken_filter] + or: [zksync_swap_PooledToken_filter] } -enum xdai_swap_LpAccount_orderBy { +enum zksync_swap_PooledToken_orderBy { id - address - balances + asset } -type xdai_swap_LpToken { +type zksync_swap_StableSwap { 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!]! + 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!] } -interface xdai_swap_LpTokenEvent { +type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + 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: xdai_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTokenEvent_filter { +input zksync_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -55163,35 +54860,79 @@ 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -55208,16 +54949,16 @@ input xdai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: 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 @@ -55227,28 +54968,53 @@ input xdai_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTokenEvent_filter] - or: [xdai_swap_LpTokenEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapAddLiquidityEvent_filter] + or: [zksync_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + 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 xdai_swap_LpToken_filter { +interface zksync_swap_StableSwapEvent { + id: ID! + stableSwap: zksync_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: zksync_swap_Bytes! + nonce: BigInt! +} + +input zksync_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -55257,16 +55023,6 @@ input xdai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -55287,73 +55043,49 @@ input xdai_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - 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 + 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 + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapEvent_filter] + or: [zksync_swap_StableSwapEvent_filter] } -enum xdai_swap_LpToken_orderBy { +enum zksync_swap_StableSwapEvent_orderBy { id - address stableSwap stableSwap__id stableSwap__isActive @@ -55371,28 +55103,29 @@ enum xdai_swap_LpToken_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + block + timestamp + transaction + nonce } -type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +type zksync_swap_StableSwapExchange { 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! + stableSwap: zksync_swap_StableSwap! + buyer: zksync_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTransferEvent_filter { +input zksync_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -55401,71 +55134,83 @@ 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -55482,16 +55227,16 @@ input xdai_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: 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 @@ -55501,117 +55246,60 @@ input xdai_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTransferEvent_filter] - or: [xdai_swap_LpTransferEvent_filter] -} - -enum xdai_swap_LpTransferEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum xdai_swap_OrderDirection { - asc - desc -} - -type xdai_swap_PooledToken { - id: ID! - asset: xdai_swap_Bytes! -} - -input xdai_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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapExchange_filter] + or: [zksync_swap_StableSwapExchange_filter] } -enum xdai_swap_PooledToken_orderBy { +enum zksync_swap_StableSwapExchange_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!] + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: zksync_swap_StableSwap! + provider: zksync_swap_Bytes! tokenAmounts: [BigInt!]! - fees: [BigInt!]! + fees: [BigInt!] invariant: BigInt lpTokenSupply: BigInt! lpTokenAmount: BigInt! balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input zksync_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -55640,17 +55328,17 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes + stableSwap_: 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!] @@ -55709,16 +55397,16 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: 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 @@ -55728,12 +55416,12 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapAddLiquidityEvent_filter] - or: [xdai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -55765,16 +55453,210 @@ enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface xdai_swap_StableSwapEvent { +input zksync_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: zksync_swap_Bytes + key_not: zksync_swap_Bytes + key_gt: zksync_swap_Bytes + key_lt: zksync_swap_Bytes + key_gte: zksync_swap_Bytes + key_lte: zksync_swap_Bytes + key_in: [zksync_swap_Bytes!] + key_not_in: [zksync_swap_Bytes!] + key_contains: zksync_swap_Bytes + key_not_contains: zksync_swap_Bytes + canonicalId: zksync_swap_Bytes + canonicalId_not: zksync_swap_Bytes + canonicalId_gt: zksync_swap_Bytes + canonicalId_lt: zksync_swap_Bytes + canonicalId_gte: zksync_swap_Bytes + canonicalId_lte: zksync_swap_Bytes + canonicalId_in: [zksync_swap_Bytes!] + canonicalId_not_in: [zksync_swap_Bytes!] + canonicalId_contains: zksync_swap_Bytes + canonicalId_not_contains: zksync_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: zksync_swap_Bytes + swapPool_not: zksync_swap_Bytes + swapPool_gt: zksync_swap_Bytes + swapPool_lt: zksync_swap_Bytes + swapPool_gte: zksync_swap_Bytes + swapPool_lte: zksync_swap_Bytes + swapPool_in: [zksync_swap_Bytes!] + swapPool_not_in: [zksync_swap_Bytes!] + swapPool_contains: zksync_swap_Bytes + swapPool_not_contains: zksync_swap_Bytes + lpToken: zksync_swap_Bytes + lpToken_not: zksync_swap_Bytes + lpToken_gt: zksync_swap_Bytes + lpToken_lt: zksync_swap_Bytes + lpToken_gte: zksync_swap_Bytes + lpToken_lte: zksync_swap_Bytes + lpToken_in: [zksync_swap_Bytes!] + lpToken_not_in: [zksync_swap_Bytes!] + lpToken_contains: zksync_swap_Bytes + lpToken_not_contains: zksync_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [zksync_swap_Bytes!] + pooledTokens_not: [zksync_swap_Bytes!] + pooledTokens_contains: [zksync_swap_Bytes!] + pooledTokens_contains_nocase: [zksync_swap_Bytes!] + pooledTokens_not_contains: [zksync_swap_Bytes!] + pooledTokens_not_contains_nocase: [zksync_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: zksync_swap_StableSwapEvent_filter + exchanges_: zksync_swap_StableSwapExchange_filter + hourlyVolumes_: zksync_swap_SwapHourlyVolume_filter + dailyVolumes_: zksync_swap_SwapDailyVolume_filter + weeklyVolumes_: zksync_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwap_filter] + or: [zksync_swap_StableSwap_filter] +} + +enum zksync_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 zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! - block: BigInt! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + volume: zksync_swap_BigDecimal! } -input xdai_swap_StableSwapEvent_filter { +input zksync_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -55803,15 +55685,7 @@ input xdai_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -55820,31 +55694,21 @@ 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!] + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapEvent_filter] - or: [xdai_swap_StableSwapEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapDailyVolume_filter] + or: [zksync_swap_SwapDailyVolume_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum zksync_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -55863,29 +55727,18 @@ enum xdai_swap_StableSwapEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - block timestamp - transaction - nonce + volume } -type xdai_swap_StableSwapExchange { +type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + volume: zksync_swap_BigDecimal! } -input xdai_swap_StableSwapExchange_filter { +input zksync_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -55914,71 +55767,7 @@ input xdai_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - buyer: xdai_swap_Bytes - buyer_not: xdai_swap_Bytes - buyer_gt: xdai_swap_Bytes - buyer_lt: xdai_swap_Bytes - buyer_gte: xdai_swap_Bytes - buyer_lte: xdai_swap_Bytes - buyer_in: [xdai_swap_Bytes!] - buyer_not_in: [xdai_swap_Bytes!] - buyer_contains: xdai_swap_Bytes - buyer_not_contains: xdai_swap_Bytes - 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!] + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -55987,32 +55776,94 @@ input xdai_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapHourlyVolume_filter] + or: [zksync_swap_SwapHourlyVolume_filter] +} + +enum zksync_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 zksync_swap_SwapTradeVolume { + stableSwap: zksync_swap_StableSwap! + timestamp: BigInt! + volume: zksync_swap_BigDecimal! +} + +input zksync_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: zksync_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapExchange_filter] - or: [xdai_swap_StableSwapExchange_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapTradeVolume_filter] + or: [zksync_swap_SwapTradeVolume_filter] } -enum xdai_swap_StableSwapExchange_orderBy { - id +enum zksync_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -56030,36 +55881,18 @@ enum xdai_swap_StableSwapExchange_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block timestamp - transaction - nonce + volume } -type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + volume: zksync_swap_BigDecimal! } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +input zksync_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -56088,67 +55921,7 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes - 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!] + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56157,31 +55930,21 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapWeeklyVolume_filter] + or: [zksync_swap_SwapWeeklyVolume_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum zksync_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -56200,20 +55963,17 @@ enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block timestamp - transaction - nonce + volume } -input xdai_swap_StableSwap_filter { +type zksync_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input zksync_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -56222,201 +55982,234 @@ input xdai_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: 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 + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SystemInfo_filter] + or: [zksync_swap_SystemInfo_filter] } -enum xdai_swap_StableSwap_orderBy { +enum zksync_swap_SystemInfo_orderBy { id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers + exchangeCount + swapCount +} + +type zksync_swap__Block_ { + """The hash of the block""" + hash: zksync_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: zksync_swap_Bytes +} + +"""The type for the top-level _meta field""" +type zksync_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: zksync_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar linea_swap_BigDecimal + +input linea_swap_BlockChangedFilter { + number_gte: Int! +} + +input linea_swap_Block_height { + hash: linea_swap_Bytes + number: Int + number_gte: Int +} + +scalar linea_swap_Bytes + +type linea_swap_LpAccount { + id: ID! + address: linea_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! +} + +type linea_swap_LpAccountBalance { + id: ID! + account: linea_swap_LpAccount! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: linea_swap_Bytes +} + +input linea_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: linea_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_LpAccountBalance_orderBy { + id + account + token + amount + block + modified + transaction +} + +input linea_swap_LpAccount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + balances_: linea_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_LpAccount_orderBy { + id + address balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes } -type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type linea_swap_LpToken { id: ID! - stableSwap: xdai_swap_StableSwap! + address: linea_swap_Bytes! + stableSwap: linea_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: linea_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! +} + +interface linea_swap_LpTokenEvent { + id: ID! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input xdai_swap_SwapDailyVolume_filter { +input linea_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -56425,27 +56218,43 @@ 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 + 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 @@ -56454,51 +56263,35 @@ input xdai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum xdai_swap_SwapDailyVolume_orderBy { +enum linea_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 + token + amount + block timestamp - volume -} - -type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { - id: ID! - stableSwap: xdai_swap_StableSwap! - timestamp: BigInt! - volume: xdai_swap_BigDecimal! + transaction + nonce } -input xdai_swap_SwapHourlyVolume_filter { +input linea_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -56507,6 +56300,12 @@ input xdai_swap_SwapHourlyVolume_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 @@ -56527,7 +56326,166 @@ input xdai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: 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: linea_swap_BlockChangedFilter +} + +enum linea_swap_LpToken_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! +} + +input linea_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_: 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 @@ -56536,50 +56494,126 @@ 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!] + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum linea_swap_LpTransferEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + token + amount + from + to + fromBalance + toBalance + block timestamp - volume + transaction + nonce } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! +"""Defines the order direction, either ascending or descending""" +enum linea_swap_OrderDirection { + asc + desc +} + +type linea_swap_PooledToken { + id: ID! + asset: linea_swap_Bytes! +} + +input linea_swap_PooledToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + asset: linea_swap_Bytes + asset_not: linea_swap_Bytes + asset_in: [linea_swap_Bytes!] + asset_not_in: [linea_swap_Bytes!] + asset_contains: linea_swap_Bytes + asset_not_contains: linea_swap_Bytes + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_PooledToken_orderBy { + id + asset +} + +type linea_swap_StableSwap { + id: ID! + isActive: Boolean + key: linea_swap_Bytes! + canonicalId: linea_swap_Bytes + domain: BigInt + swapPool: linea_swap_Bytes + lpToken: linea_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [linea_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] +} + +type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { + id: ID! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input xdai_swap_SwapTradeVolume_filter { +input linea_swap_StableSwapAddLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -56600,7 +56634,63 @@ input xdai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: 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 @@ -56609,50 +56699,50 @@ 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!] + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum xdai_swap_SwapTradeVolume_orderBy { +enum linea_swap_StableSwapAddLiquidityEvent_orderBy { + id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - volume + transaction + nonce } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +interface linea_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: linea_swap_StableSwap! + block: BigInt! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input xdai_swap_SwapWeeklyVolume_filter { +input linea_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -56681,7 +56771,15 @@ input xdai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: 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 @@ -56690,256 +56788,50 @@ 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!] + 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum xdai_swap_SwapWeeklyVolume_orderBy { +enum linea_swap_StableSwapEvent_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + block timestamp - volume -} - -type xdai_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input xdai_swap_SystemInfo_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SystemInfo_filter] - or: [xdai_swap_SystemInfo_filter] -} - -enum xdai_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type xdai_swap__Block_ { - """The hash of the block""" - hash: xdai_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: xdai_swap_Bytes -} - -"""The type for the top-level _meta field""" -type xdai_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: xdai_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type linea_AggregateRoot { - id: ID! - root: linea_Bytes! - blockNumber: BigInt! + transaction + nonce } -type linea_AggregateRootProposed { +type linea_swap_StableSwapExchange { id: ID! - aggregateRoot: linea_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + stableSwap: linea_swap_StableSwap! + buyer: linea_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt -} - -input linea_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: linea_Bytes - aggregateRoot_not: linea_Bytes - aggregateRoot_in: [linea_Bytes!] - aggregateRoot_not_in: [linea_Bytes!] - aggregateRoot_contains: linea_Bytes - aggregateRoot_not_contains: linea_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input linea_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: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_AggregateRoot_orderBy { - id - root - blockNumber -} - -type linea_Asset { - id: ID! - key: linea_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: linea_Bytes - canonicalDomain: BigInt - adoptedAsset: linea_Bytes - localAsset: linea_Bytes - blockNumber: BigInt - status: linea_AssetStatus -} - -type linea_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: linea_Router! - asset: linea_Asset! - feesEarned: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input linea_AssetBalance_filter { +input linea_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -56948,109 +56840,146 @@ input linea_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + buyer: linea_swap_Bytes + buyer_not: linea_swap_Bytes + buyer_in: [linea_swap_Bytes!] + buyer_not_in: [linea_swap_Bytes!] + buyer_contains: linea_swap_Bytes + buyer_not_contains: linea_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: linea_swap_BlockChangedFilter } -enum linea_AssetBalance_orderBy { +enum linea_swap_StableSwapExchange_orderBy { id - amount - locked - supplied - removed - router - asset - feesEarned + stableSwap + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type linea_AssetStatus { +type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { id: ID! - status: Boolean + 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_AssetStatus_filter { +input linea_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -57059,20 +56988,126 @@ input linea_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_: 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: linea_BlockChangedFilter + _change_block: linea_swap_BlockChangedFilter } -enum linea_AssetStatus_orderBy { +enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { id - status + stableSwap + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input linea_Asset_filter { +input linea_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -57081,124 +57116,182 @@ input linea_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: linea_Bytes - key_not: linea_Bytes - key_in: [linea_Bytes!] - key_not_in: [linea_Bytes!] - key_contains: linea_Bytes - key_not_contains: linea_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: linea_Bytes - adoptedAsset_not: linea_Bytes - adoptedAsset_in: [linea_Bytes!] - adoptedAsset_not_in: [linea_Bytes!] - adoptedAsset_contains: linea_Bytes - adoptedAsset_not_contains: linea_Bytes - localAsset: linea_Bytes - localAsset_not: linea_Bytes - localAsset_in: [linea_Bytes!] - localAsset_not_in: [linea_Bytes!] - localAsset_contains: linea_Bytes - localAsset_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: linea_AssetStatus_filter + 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_BlockChangedFilter + _change_block: linea_swap_BlockChangedFilter } -enum linea_Asset_orderBy { +enum linea_swap_StableSwap_orderBy { id + isActive key - decimal - adoptedDecimal canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status -} - -scalar linea_BigDecimal - -input linea_BlockChangedFilter { - number_gte: Int! -} - -input linea_Block_height { - hash: linea_Bytes - number: Int - number_gte: Int + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -scalar linea_Bytes - -type linea_ConnectorMeta { +type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: linea_Bytes - rootManager: linea_Bytes - mirrorConnector: linea_Bytes + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! } -input linea_ConnectorMeta_filter { +input linea_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -57207,95 +57300,62 @@ input linea_ConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: linea_Bytes - amb_not: linea_Bytes - amb_in: [linea_Bytes!] - amb_not_in: [linea_Bytes!] - amb_contains: linea_Bytes - amb_not_contains: linea_Bytes - rootManager: linea_Bytes - rootManager_not: linea_Bytes - rootManager_in: [linea_Bytes!] - rootManager_not_in: [linea_Bytes!] - rootManager_contains: linea_Bytes - rootManager_not_contains: linea_Bytes - mirrorConnector: linea_Bytes - mirrorConnector_not: linea_Bytes - mirrorConnector_in: [linea_Bytes!] - mirrorConnector_not_in: [linea_Bytes!] - mirrorConnector_contains: linea_Bytes - mirrorConnector_not_contains: linea_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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_BlockChangedFilter + _change_block: linea_swap_BlockChangedFilter } -enum linea_ConnectorMeta_orderBy { +enum linea_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + timestamp + volume } -type linea_DestinationTransfer { +type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { id: ID! - chainId: BigInt - transferId: linea_Bytes - nonce: BigInt - status: linea_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes - receiveLocal: Boolean - callData: linea_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: linea_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - amount: BigInt - routersFee: BigInt - executedCaller: linea_Bytes - executedTransactionHash: linea_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: linea_Bytes - executedTxNonce: BigInt - reconciledCaller: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: linea_Bytes - reconciledTxNonce: BigInt + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! } -input linea_DestinationTransfer_filter { +input linea_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -57304,335 +57364,116 @@ input linea_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: linea_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: linea_Bytes - executedCaller_not: linea_Bytes - executedCaller_in: [linea_Bytes!] - executedCaller_not_in: [linea_Bytes!] - executedCaller_contains: linea_Bytes - executedCaller_not_contains: linea_Bytes - executedTransactionHash: linea_Bytes - executedTransactionHash_not: linea_Bytes - executedTransactionHash_in: [linea_Bytes!] - executedTransactionHash_not_in: [linea_Bytes!] - executedTransactionHash_contains: linea_Bytes - executedTransactionHash_not_contains: linea_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: linea_Bytes - executedTxOrigin_not: linea_Bytes - executedTxOrigin_in: [linea_Bytes!] - executedTxOrigin_not_in: [linea_Bytes!] - executedTxOrigin_contains: linea_Bytes - executedTxOrigin_not_contains: linea_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: linea_Bytes - reconciledCaller_not: linea_Bytes - reconciledCaller_in: [linea_Bytes!] - reconciledCaller_not_in: [linea_Bytes!] - reconciledCaller_contains: linea_Bytes - reconciledCaller_not_contains: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTransactionHash_not: linea_Bytes - reconciledTransactionHash_in: [linea_Bytes!] - reconciledTransactionHash_not_in: [linea_Bytes!] - reconciledTransactionHash_contains: linea_Bytes - reconciledTransactionHash_not_contains: linea_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: linea_Bytes - reconciledTxOrigin_not: linea_Bytes - reconciledTxOrigin_in: [linea_Bytes!] - reconciledTxOrigin_not_in: [linea_Bytes!] - reconciledTxOrigin_contains: linea_Bytes - reconciledTxOrigin_not_contains: linea_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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_BlockChangedFilter + _change_block: linea_swap_BlockChangedFilter } -enum linea_DestinationTransfer_orderBy { +enum linea_swap_SwapHourlyVolume_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + stableSwap + timestamp + volume } -type linea_OptimisticRootFinalized { +interface linea_swap_SwapTradeVolume { + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! +} + +input linea_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_SwapTradeVolume_orderBy { + stableSwap + timestamp + volume +} + +type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { id: ID! - aggregateRoot: linea_Bytes! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: linea_swap_BigDecimal! } -input linea_OptimisticRootFinalized_filter { +input linea_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -57641,12 +57482,27 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -57655,45 +57511,32 @@ input linea_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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_BlockChangedFilter + _change_block: linea_swap_BlockChangedFilter } -enum linea_OptimisticRootFinalized_orderBy { +enum linea_swap_SwapWeeklyVolume_orderBy { id - aggregateRoot + stableSwap timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum linea_OrderDirection { - asc - desc + volume } -type linea_OriginMessage { +type linea_swap_SystemInfo { id: ID! - transferId: linea_Bytes - destinationDomain: BigInt - leaf: linea_Bytes - index: BigInt - message: linea_Bytes - root: linea_Bytes - transactionHash: linea_Bytes - blockNumber: BigInt - rootCount: linea_RootCount + exchangeCount: BigInt! + swapCount: BigInt! } -input linea_OriginMessage_filter { +input linea_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -57702,134 +57545,99 @@ 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 - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: linea_Bytes - leaf_not: linea_Bytes - leaf_in: [linea_Bytes!] - leaf_not_in: [linea_Bytes!] - leaf_contains: linea_Bytes - leaf_not_contains: linea_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: linea_Bytes - message_not: linea_Bytes - message_in: [linea_Bytes!] - message_not_in: [linea_Bytes!] - message_contains: linea_Bytes - message_not_contains: linea_Bytes - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: linea_RootCount_filter + 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: linea_BlockChangedFilter + _change_block: linea_swap_BlockChangedFilter } -enum linea_OriginMessage_orderBy { +enum linea_swap_SystemInfo_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount + exchangeCount + swapCount } -type linea_OriginTransfer { +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 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! - chainId: BigInt - transferId: linea_Bytes - nonce: BigInt - status: linea_TransferStatus - messageHash: linea_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes - receiveLocal: Boolean - callData: linea_Bytes - slippage: BigInt - originSender: linea_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - transactingAsset: linea_Bytes - message: linea_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] - initialRelayerFeeAsset: linea_Bytes - caller: linea_Bytes - transactionHash: linea_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: linea_Bytes - txNonce: BigInt + address: base_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpAccountBalance_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpAccountBalance_filter): [base_swap_LpAccountBalance!]! } -input linea_OriginTransfer_filter { +type base_swap_LpAccountBalance { + id: ID! + account: base_swap_LpAccount! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: base_swap_Bytes +} + +input base_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -57838,201 +57646,205 @@ input linea_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: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - messageHash: linea_Bytes - messageHash_not: linea_Bytes - messageHash_in: [linea_Bytes!] - messageHash_not_in: [linea_Bytes!] - messageHash_contains: linea_Bytes - messageHash_not_contains: linea_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - transactingAsset: linea_Bytes - transactingAsset_not: linea_Bytes - transactingAsset_in: [linea_Bytes!] - transactingAsset_not_in: [linea_Bytes!] - transactingAsset_contains: linea_Bytes - transactingAsset_not_contains: linea_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: linea_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: linea_RelayerFee_filter - initialRelayerFeeAsset: linea_Bytes - initialRelayerFeeAsset_not: linea_Bytes - initialRelayerFeeAsset_in: [linea_Bytes!] - initialRelayerFeeAsset_not_in: [linea_Bytes!] - initialRelayerFeeAsset_contains: linea_Bytes - initialRelayerFeeAsset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: base_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: base_swap_LpToken_filter + amount: base_swap_BigDecimal + amount_not: base_swap_BigDecimal + amount_gt: base_swap_BigDecimal + amount_lt: base_swap_BigDecimal + amount_gte: base_swap_BigDecimal + amount_lte: base_swap_BigDecimal + amount_in: [base_swap_BigDecimal!] + amount_not_in: [base_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes + """Filter for the block changed event.""" + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccountBalance_filter] + or: [base_swap_LpAccountBalance_filter] +} + +enum base_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input base_swap_LpAccount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: base_swap_Bytes + address_not: base_swap_Bytes + address_gt: base_swap_Bytes + address_lt: base_swap_Bytes + address_gte: base_swap_Bytes + address_lte: base_swap_Bytes + address_in: [base_swap_Bytes!] + address_not_in: [base_swap_Bytes!] + address_contains: base_swap_Bytes + address_not_contains: base_swap_Bytes + balances_: base_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccount_filter] + or: [base_swap_LpAccount_filter] +} + +enum base_swap_LpAccount_orderBy { + id + address + balances +} + +type base_swap_LpToken { + id: ID! + address: base_swap_Bytes! + stableSwap: base_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: base_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpTokenEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpTokenEvent_filter): [base_swap_LpTokenEvent!]! +} + +interface base_swap_LpTokenEvent { + id: ID! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! +} + +input base_swap_LpTokenEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: base_swap_LpToken_filter + amount: base_swap_BigDecimal + amount_not: base_swap_BigDecimal + amount_gt: base_swap_BigDecimal + amount_lt: base_swap_BigDecimal + amount_gte: base_swap_BigDecimal + amount_lte: base_swap_BigDecimal + amount_in: [base_swap_BigDecimal!] + amount_not_in: [base_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58041,97 +57853,47 @@ input linea_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: linea_Bytes - txOrigin_not: linea_Bytes - txOrigin_in: [linea_Bytes!] - txOrigin_not_in: [linea_Bytes!] - txOrigin_contains: linea_Bytes - txOrigin_not_contains: linea_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + transaction: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpTokenEvent_filter] + or: [base_swap_LpTokenEvent_filter] } -enum linea_OriginTransfer_orderBy { +enum base_swap_LpTokenEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type linea_Relayer { - id: ID! - isActive: Boolean! - relayer: linea_Bytes -} - -type linea_RelayerFee { - id: ID! - transfer: linea_OriginTransfer! - fee: BigInt! - asset: linea_Bytes! + transaction + nonce } -input linea_RelayerFee_filter { +input base_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -58140,66 +57902,142 @@ input linea_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes + address: base_swap_Bytes + address_not: base_swap_Bytes + address_gt: base_swap_Bytes + address_lt: base_swap_Bytes + address_gte: base_swap_Bytes + address_lte: base_swap_Bytes + address_in: [base_swap_Bytes!] + address_not_in: [base_swap_Bytes!] + address_contains: base_swap_Bytes + address_not_contains: base_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: base_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: base_swap_BigDecimal + totalSupply_not: base_swap_BigDecimal + totalSupply_gt: base_swap_BigDecimal + totalSupply_lt: base_swap_BigDecimal + totalSupply_gte: base_swap_BigDecimal + totalSupply_lte: base_swap_BigDecimal + totalSupply_in: [base_swap_BigDecimal!] + totalSupply_not_in: [base_swap_BigDecimal!] + events_: base_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpToken_filter] + or: [base_swap_LpToken_filter] } -enum linea_RelayerFee_orderBy { +enum base_swap_LpToken_orderBy { id - transfer - 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 linea_RelayerFeesIncrease { +type base_swap_LpTransferEvent implements base_swap_LpTokenEvent { id: ID! - transfer: linea_OriginTransfer! - increase: BigInt - asset: linea_Bytes - caller: linea_Bytes! - transactionHash: linea_Bytes! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + from: base_swap_Bytes! + to: base_swap_Bytes! + fromBalance: base_swap_BigDecimal! + toBalance: base_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input linea_RelayerFeesIncrease_filter { +input base_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -58208,53 +58046,79 @@ input linea_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_: linea_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + 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 @@ -58263,82 +58127,62 @@ input linea_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpTransferEvent_filter] + or: [base_swap_LpTransferEvent_filter] } -enum linea_RelayerFeesIncrease_orderBy { +enum base_swap_LpTransferEvent_orderBy { id - transfer - 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 linea_Relayer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: linea_Bytes - relayer_not: linea_Bytes - relayer_in: [linea_Bytes!] - relayer_not_in: [linea_Bytes!] - relayer_contains: linea_Bytes - relayer_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + transaction + nonce } -enum linea_Relayer_orderBy { - id - isActive - relayer +"""Defines the order direction, either ascending or descending""" +enum base_swap_OrderDirection { + asc + desc } -type linea_RootCount { +type base_swap_PooledToken { id: ID! - count: BigInt + asset: base_swap_Bytes! } -input linea_RootCount_filter { +input base_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -58347,38 +58191,72 @@ input linea_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + asset: base_swap_Bytes + asset_not: base_swap_Bytes + asset_gt: base_swap_Bytes + asset_lt: base_swap_Bytes + asset_gte: base_swap_Bytes + asset_lte: base_swap_Bytes + asset_in: [base_swap_Bytes!] + asset_not_in: [base_swap_Bytes!] + asset_contains: base_swap_Bytes + asset_not_contains: base_swap_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_PooledToken_filter] + or: [base_swap_PooledToken_filter] } -enum linea_RootCount_orderBy { +enum base_swap_PooledToken_orderBy { id - count + asset } -type linea_RootMessageSent { +type base_swap_StableSwap { 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 + isActive: Boolean + key: base_swap_Bytes! + canonicalId: base_swap_Bytes + domain: BigInt + swapPool: base_swap_Bytes + lpToken: base_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [base_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapEvent_filter): [base_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapExchange_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapExchange_filter): [base_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapHourlyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapHourlyVolume_filter): [base_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapDailyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapDailyVolume_filter): [base_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapWeeklyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapWeeklyVolume_filter): [base_swap_SwapWeeklyVolume!] } -input linea_RootMessageSent_filter { +type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { + id: ID! + stableSwap: base_swap_StableSwap! + provider: base_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! +} + +input base_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -58387,48 +58265,87 @@ input linea_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: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -58437,117 +58354,109 @@ input linea_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapAddLiquidityEvent_filter] + or: [base_swap_StableSwapAddLiquidityEvent_filter] } -enum linea_RootMessageSent_orderBy { +enum base_swap_StableSwapAddLiquidityEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber -} - -type 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!]! + transaction + nonce } -type linea_RouterDailyTVL { +interface base_swap_StableSwapEvent { id: ID! - router: linea_Router! - asset: linea_Asset! + stableSwap: base_swap_StableSwap! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input linea_RouterDailyTVL_filter { +input base_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_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 + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: base_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58556,46 +58465,72 @@ input linea_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + transaction: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapEvent_filter] + or: [base_swap_StableSwapEvent_filter] } -enum linea_RouterDailyTVL_orderBy { +enum base_swap_StableSwapEvent_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 + block timestamp - balance + transaction + nonce } -type linea_RouterLiquidityEvent { +type base_swap_StableSwapExchange { id: ID! - type: linea_RouterLiquidityEventType - router: linea_Router! - asset: linea_Asset! - amount: BigInt! - balance: BigInt! - caller: linea_Bytes - blockNumber: BigInt! + stableSwap: base_swap_StableSwap! + buyer: base_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - transactionHash: linea_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -enum linea_RouterLiquidityEventType { - Add - Remove -} - -input linea_RouterLiquidityEvent_filter { +input base_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -58604,82 +58539,91 @@ input linea_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: linea_RouterLiquidityEventType - type_not: linea_RouterLiquidityEventType - type_in: [linea_RouterLiquidityEventType!] - type_not_in: [linea_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -58688,12 +58632,16 @@ input linea_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + 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 @@ -58703,24 +58651,60 @@ input linea_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapExchange_filter] + or: [base_swap_StableSwapExchange_filter] } -enum linea_RouterLiquidityEvent_orderBy { +enum base_swap_StableSwapExchange_orderBy { id - type - router - asset - 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 linea_Router_filter { +type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { + id: ID! + stableSwap: base_swap_StableSwap! + provider: base_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! +} + +input base_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -58729,58 +58713,152 @@ input linea_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: base_swap_StableSwap_filter + provider: base_swap_Bytes + provider_not: base_swap_Bytes + provider_gt: base_swap_Bytes + provider_lt: base_swap_Bytes + provider_gte: base_swap_Bytes + provider_lte: base_swap_Bytes + provider_in: [base_swap_Bytes!] + provider_not_in: [base_swap_Bytes!] + provider_contains: base_swap_Bytes + provider_not_contains: base_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapRemoveLiquidityEvent_filter] + or: [base_swap_StableSwapRemoveLiquidityEvent_filter] } -enum linea_Router_orderBy { +enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type linea_Sequencer { - id: ID! - isActive: Boolean! - sequencer: linea_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 linea_Sequencer_filter { +input base_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -58793,29 +58871,197 @@ input linea_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: linea_Bytes - sequencer_not: linea_Bytes - sequencer_in: [linea_Bytes!] - sequencer_not_in: [linea_Bytes!] - sequencer_contains: linea_Bytes - sequencer_not_contains: linea_Bytes + key: base_swap_Bytes + key_not: base_swap_Bytes + key_gt: base_swap_Bytes + key_lt: base_swap_Bytes + key_gte: base_swap_Bytes + key_lte: base_swap_Bytes + key_in: [base_swap_Bytes!] + key_not_in: [base_swap_Bytes!] + key_contains: base_swap_Bytes + key_not_contains: base_swap_Bytes + canonicalId: base_swap_Bytes + canonicalId_not: base_swap_Bytes + canonicalId_gt: base_swap_Bytes + canonicalId_lt: base_swap_Bytes + canonicalId_gte: base_swap_Bytes + canonicalId_lte: base_swap_Bytes + canonicalId_in: [base_swap_Bytes!] + canonicalId_not_in: [base_swap_Bytes!] + canonicalId_contains: base_swap_Bytes + canonicalId_not_contains: base_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: base_swap_Bytes + swapPool_not: base_swap_Bytes + swapPool_gt: base_swap_Bytes + swapPool_lt: base_swap_Bytes + swapPool_gte: base_swap_Bytes + swapPool_lte: base_swap_Bytes + swapPool_in: [base_swap_Bytes!] + swapPool_not_in: [base_swap_Bytes!] + swapPool_contains: base_swap_Bytes + swapPool_not_contains: base_swap_Bytes + lpToken: base_swap_Bytes + lpToken_not: base_swap_Bytes + lpToken_gt: base_swap_Bytes + lpToken_lt: base_swap_Bytes + lpToken_gte: base_swap_Bytes + lpToken_lte: base_swap_Bytes + lpToken_in: [base_swap_Bytes!] + lpToken_not_in: [base_swap_Bytes!] + lpToken_contains: base_swap_Bytes + lpToken_not_contains: base_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [base_swap_Bytes!] + pooledTokens_not: [base_swap_Bytes!] + pooledTokens_contains: [base_swap_Bytes!] + pooledTokens_contains_nocase: [base_swap_Bytes!] + pooledTokens_not_contains: [base_swap_Bytes!] + pooledTokens_not_contains_nocase: [base_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: base_swap_StableSwapEvent_filter + exchanges_: base_swap_StableSwapExchange_filter + hourlyVolumes_: base_swap_SwapHourlyVolume_filter + dailyVolumes_: base_swap_SwapDailyVolume_filter + weeklyVolumes_: base_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwap_filter] + or: [base_swap_StableSwap_filter] } -enum linea_Sequencer_orderBy { +enum base_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 linea_Setting { +type base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: linea_Bytes! + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! } -input linea_Setting_filter { +input base_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58824,43 +59070,80 @@ input linea_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: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: base_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapDailyVolume_filter] + or: [base_swap_SwapDailyVolume_filter] } -enum linea_Setting_orderBy { +enum base_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 linea_SlippageUpdate { +type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { id: ID! - transfer: linea_DestinationTransfer! - slippage: BigInt! - caller: linea_Bytes! - transactionHash: linea_Bytes! + stableSwap: base_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: base_swap_BigDecimal! } -input linea_SlippageUpdate_filter { +input base_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58869,47 +59152,27 @@ input linea_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -58918,56 +59181,123 @@ input linea_SlippageUpdate_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapHourlyVolume_filter] + or: [base_swap_SwapHourlyVolume_filter] } -enum linea_SlippageUpdate_orderBy { +enum base_swap_SwapHourlyVolume_orderBy { id - transfer - slippage - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type linea_SnapshotRoot { +interface base_swap_SwapTradeVolume { + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! +} + +input base_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: base_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapTradeVolume_filter] + or: [base_swap_SwapTradeVolume_filter] +} + +enum base_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: linea_Bytes! - count: BigInt! + stableSwap: base_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: base_swap_BigDecimal! } -input linea_SnapshotRoot_filter { +input base_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58976,28 +59306,27 @@ input linea_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: 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -59006,33 +59335,50 @@ input linea_SnapshotRoot_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapWeeklyVolume_filter] + or: [base_swap_SwapWeeklyVolume_filter] } -enum linea_SnapshotRoot_orderBy { +enum base_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type linea_SpokeConnectorMode { +type base_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input linea_SpokeConnectorMode_filter { +input base_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -59041,54 +59387,47 @@ input linea_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: linea_BlockChangedFilter + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SystemInfo_filter] + or: [base_swap_SystemInfo_filter] } -enum linea_SpokeConnectorMode_orderBy { +enum base_swap_SystemInfo_orderBy { id - mode -} - -enum linea_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type linea__Block_ { +type base_swap__Block_ { """The hash of the block""" - hash: linea_Bytes + hash: base_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: base_swap_Bytes } """The type for the top-level _meta field""" -type linea__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 @@ -59096,105 +59435,55 @@ type linea__Meta_ { and therefore asks for the latest block """ - block: linea__Block_! + block: base_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type optimism_AggregateRoot { - id: ID! - root: optimism_Bytes! - blockNumber: BigInt! +enum sepolia_swap_Aggregation_interval { + hour + day } -type optimism_AggregateRootProposed { - id: ID! - aggregateRoot: optimism_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt +scalar sepolia_swap_BigDecimal + +input sepolia_swap_BlockChangedFilter { + number_gte: Int! } -input optimism_AggregateRootProposed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: optimism_Bytes - aggregateRoot_not: optimism_Bytes - aggregateRoot_gt: optimism_Bytes - aggregateRoot_lt: optimism_Bytes - aggregateRoot_gte: optimism_Bytes - aggregateRoot_lte: optimism_Bytes - aggregateRoot_in: [optimism_Bytes!] - aggregateRoot_not_in: [optimism_Bytes!] - aggregateRoot_contains: optimism_Bytes - aggregateRoot_not_contains: optimism_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRootProposed_filter] - or: [optimism_AggregateRootProposed_filter] +input sepolia_swap_Block_height { + hash: sepolia_swap_Bytes + number: Int + number_gte: Int } -enum optimism_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber +scalar sepolia_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar sepolia_swap_Int8 + +type sepolia_swap_LpAccount { + id: ID! + address: sepolia_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpAccountBalance_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpAccountBalance_filter): [sepolia_swap_LpAccountBalance!]! } -input optimism_AggregateRoot_filter { +type sepolia_swap_LpAccountBalance { + id: ID! + account: sepolia_swap_LpAccount! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: sepolia_swap_Bytes +} + +input sepolia_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -59203,66 +59492,107 @@ 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 - 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_: sepolia_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: sepolia_swap_LpToken_filter + amount: sepolia_swap_BigDecimal + amount_not: sepolia_swap_BigDecimal + amount_gt: sepolia_swap_BigDecimal + amount_lt: sepolia_swap_BigDecimal + amount_gte: sepolia_swap_BigDecimal + amount_lte: sepolia_swap_BigDecimal + amount_in: [sepolia_swap_BigDecimal!] + amount_not_in: [sepolia_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRoot_filter] - or: [optimism_AggregateRoot_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpAccountBalance_filter] + or: [sepolia_swap_LpAccountBalance_filter] } -enum optimism_AggregateRoot_orderBy { +enum sepolia_swap_LpAccountBalance_orderBy { id - root - blockNumber -} - -enum optimism_Aggregation_interval { - hour - day -} - -type optimism_Asset { - id: ID! - key: optimism_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: optimism_Bytes - canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes - blockNumber: BigInt - status: optimism_AssetStatus -} - -type optimism_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! - feesEarned: BigInt! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input optimism_AssetBalance_filter { +input sepolia_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -59271,126 +59601,51 @@ input optimism_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_: optimism_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + address: sepolia_swap_Bytes + address_not: sepolia_swap_Bytes + address_gt: sepolia_swap_Bytes + address_lt: sepolia_swap_Bytes + address_gte: sepolia_swap_Bytes + address_lte: sepolia_swap_Bytes + address_in: [sepolia_swap_Bytes!] + address_not_in: [sepolia_swap_Bytes!] + address_contains: sepolia_swap_Bytes + address_not_contains: sepolia_swap_Bytes + balances_: sepolia_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetBalance_filter] - or: [optimism_AssetBalance_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpAccount_filter] + or: [sepolia_swap_LpAccount_filter] } -enum optimism_AssetBalance_orderBy { +enum sepolia_swap_LpAccount_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 + address + balances } -type optimism_AssetStatus { +type sepolia_swap_LpToken { id: ID! - status: Boolean + address: sepolia_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: sepolia_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpTokenEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpTokenEvent_filter): [sepolia_swap_LpTokenEvent!]! } -input optimism_AssetStatus_filter { +interface sepolia_swap_LpTokenEvent { + id: ID! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: sepolia_swap_Bytes! + nonce: BigInt! +} + +input sepolia_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -59399,22 +59654,92 @@ input optimism_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: sepolia_swap_LpToken_filter + amount: sepolia_swap_BigDecimal + amount_not: sepolia_swap_BigDecimal + amount_gt: sepolia_swap_BigDecimal + amount_lt: sepolia_swap_BigDecimal + amount_gte: sepolia_swap_BigDecimal + amount_lte: sepolia_swap_BigDecimal + amount_in: [sepolia_swap_BigDecimal!] + amount_not_in: [sepolia_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetStatus_filter] - or: [optimism_AssetStatus_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpTokenEvent_filter] + or: [sepolia_swap_LpTokenEvent_filter] } -enum optimism_AssetStatus_orderBy { +enum sepolia_swap_LpTokenEvent_orderBy { id - status + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input optimism_Asset_filter { +input sepolia_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -59423,144 +59748,287 @@ input optimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimism_Bytes - key_not: optimism_Bytes - key_gt: optimism_Bytes - key_lt: optimism_Bytes - key_gte: optimism_Bytes - key_lte: optimism_Bytes - key_in: [optimism_Bytes!] - key_not_in: [optimism_Bytes!] - key_contains: optimism_Bytes - key_not_contains: optimism_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - 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: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimism_Bytes - adoptedAsset_not: optimism_Bytes - adoptedAsset_gt: optimism_Bytes - adoptedAsset_lt: optimism_Bytes - adoptedAsset_gte: optimism_Bytes - adoptedAsset_lte: optimism_Bytes - adoptedAsset_in: [optimism_Bytes!] - adoptedAsset_not_in: [optimism_Bytes!] - adoptedAsset_contains: optimism_Bytes - adoptedAsset_not_contains: optimism_Bytes - localAsset: optimism_Bytes - localAsset_not: optimism_Bytes - localAsset_gt: optimism_Bytes - localAsset_lt: optimism_Bytes - localAsset_gte: optimism_Bytes - localAsset_lte: optimism_Bytes - localAsset_in: [optimism_Bytes!] - localAsset_not_in: [optimism_Bytes!] - localAsset_contains: optimism_Bytes - localAsset_not_contains: optimism_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: optimism_AssetStatus_filter + address: sepolia_swap_Bytes + address_not: sepolia_swap_Bytes + address_gt: sepolia_swap_Bytes + address_lt: sepolia_swap_Bytes + address_gte: sepolia_swap_Bytes + address_lte: sepolia_swap_Bytes + address_in: [sepolia_swap_Bytes!] + address_not_in: [sepolia_swap_Bytes!] + address_contains: sepolia_swap_Bytes + address_not_contains: sepolia_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: sepolia_swap_BigDecimal + totalSupply_not: sepolia_swap_BigDecimal + totalSupply_gt: sepolia_swap_BigDecimal + totalSupply_lt: sepolia_swap_BigDecimal + totalSupply_gte: sepolia_swap_BigDecimal + totalSupply_lte: sepolia_swap_BigDecimal + totalSupply_in: [sepolia_swap_BigDecimal!] + totalSupply_not_in: [sepolia_swap_BigDecimal!] + events_: sepolia_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpToken_filter] + or: [sepolia_swap_LpToken_filter] } -enum optimism_Asset_orderBy { +enum sepolia_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 } -scalar optimism_BigDecimal +type sepolia_swap_LpTransferEvent implements sepolia_swap_LpTokenEvent { + id: ID! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! + from: sepolia_swap_Bytes! + to: sepolia_swap_Bytes! + fromBalance: sepolia_swap_BigDecimal! + toBalance: sepolia_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: sepolia_swap_Bytes! + nonce: BigInt! +} -input optimism_BlockChangedFilter { - number_gte: Int! +input sepolia_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_: sepolia_swap_LpToken_filter + amount: sepolia_swap_BigDecimal + amount_not: sepolia_swap_BigDecimal + amount_gt: sepolia_swap_BigDecimal + amount_lt: sepolia_swap_BigDecimal + amount_gte: sepolia_swap_BigDecimal + amount_lte: sepolia_swap_BigDecimal + amount_in: [sepolia_swap_BigDecimal!] + amount_not_in: [sepolia_swap_BigDecimal!] + from: sepolia_swap_Bytes + from_not: sepolia_swap_Bytes + from_gt: sepolia_swap_Bytes + from_lt: sepolia_swap_Bytes + from_gte: sepolia_swap_Bytes + from_lte: sepolia_swap_Bytes + from_in: [sepolia_swap_Bytes!] + from_not_in: [sepolia_swap_Bytes!] + from_contains: sepolia_swap_Bytes + from_not_contains: sepolia_swap_Bytes + to: sepolia_swap_Bytes + to_not: sepolia_swap_Bytes + to_gt: sepolia_swap_Bytes + to_lt: sepolia_swap_Bytes + to_gte: sepolia_swap_Bytes + to_lte: sepolia_swap_Bytes + to_in: [sepolia_swap_Bytes!] + to_not_in: [sepolia_swap_Bytes!] + to_contains: sepolia_swap_Bytes + to_not_contains: sepolia_swap_Bytes + fromBalance: sepolia_swap_BigDecimal + fromBalance_not: sepolia_swap_BigDecimal + fromBalance_gt: sepolia_swap_BigDecimal + fromBalance_lt: sepolia_swap_BigDecimal + fromBalance_gte: sepolia_swap_BigDecimal + fromBalance_lte: sepolia_swap_BigDecimal + fromBalance_in: [sepolia_swap_BigDecimal!] + fromBalance_not_in: [sepolia_swap_BigDecimal!] + toBalance: sepolia_swap_BigDecimal + toBalance_not: sepolia_swap_BigDecimal + toBalance_gt: sepolia_swap_BigDecimal + toBalance_lt: sepolia_swap_BigDecimal + toBalance_gte: sepolia_swap_BigDecimal + toBalance_lte: sepolia_swap_BigDecimal + toBalance_in: [sepolia_swap_BigDecimal!] + toBalance_not_in: [sepolia_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpTransferEvent_filter] + or: [sepolia_swap_LpTransferEvent_filter] +} + +enum sepolia_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 } -input optimism_Block_height { - hash: optimism_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum sepolia_swap_OrderDirection { + asc + desc } -scalar optimism_Bytes - -type optimism_ConnectorMeta { +type sepolia_swap_PooledToken { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes + asset: sepolia_swap_Bytes! } -input optimism_ConnectorMeta_filter { +input sepolia_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -59569,511 +60037,235 @@ input optimism_ConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: optimism_Bytes - amb_not: optimism_Bytes - amb_gt: optimism_Bytes - amb_lt: optimism_Bytes - amb_gte: optimism_Bytes - amb_lte: optimism_Bytes - amb_in: [optimism_Bytes!] - amb_not_in: [optimism_Bytes!] - amb_contains: optimism_Bytes - amb_not_contains: optimism_Bytes - rootManager: optimism_Bytes - rootManager_not: optimism_Bytes - rootManager_gt: optimism_Bytes - rootManager_lt: optimism_Bytes - rootManager_gte: optimism_Bytes - rootManager_lte: optimism_Bytes - rootManager_in: [optimism_Bytes!] - rootManager_not_in: [optimism_Bytes!] - rootManager_contains: optimism_Bytes - rootManager_not_contains: optimism_Bytes - mirrorConnector: optimism_Bytes - mirrorConnector_not: optimism_Bytes - mirrorConnector_gt: optimism_Bytes - mirrorConnector_lt: optimism_Bytes - mirrorConnector_gte: optimism_Bytes - mirrorConnector_lte: optimism_Bytes - mirrorConnector_in: [optimism_Bytes!] - mirrorConnector_not_in: [optimism_Bytes!] - mirrorConnector_contains: optimism_Bytes - mirrorConnector_not_contains: optimism_Bytes + asset: sepolia_swap_Bytes + asset_not: sepolia_swap_Bytes + asset_gt: sepolia_swap_Bytes + asset_lt: sepolia_swap_Bytes + asset_gte: sepolia_swap_Bytes + asset_lte: sepolia_swap_Bytes + asset_in: [sepolia_swap_Bytes!] + asset_not_in: [sepolia_swap_Bytes!] + asset_contains: sepolia_swap_Bytes + asset_not_contains: sepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_PooledToken_filter] + or: [sepolia_swap_PooledToken_filter] } -enum optimism_ConnectorMeta_orderBy { +enum sepolia_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type optimism_DestinationTransfer { +type sepolia_swap_StableSwap { id: ID! - chainId: BigInt - transferId: optimism_Bytes - nonce: BigInt - status: optimism_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimism_Router_orderBy, orderDirection: optimism_OrderDirection, where: optimism_Router_filter): [optimism_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes - receiveLocal: Boolean - callData: optimism_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: optimism_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - amount: BigInt - routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes - executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes - reconciledTxNonce: BigInt + isActive: Boolean + key: sepolia_swap_Bytes! + canonicalId: sepolia_swap_Bytes + domain: BigInt + swapPool: sepolia_swap_Bytes + lpToken: sepolia_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [sepolia_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapEvent_filter): [sepolia_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapExchange_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapExchange_filter): [sepolia_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapHourlyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapHourlyVolume_filter): [sepolia_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapDailyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapDailyVolume_filter): [sepolia_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapWeeklyVolume_filter): [sepolia_swap_SwapWeeklyVolume!] } -input optimism_DestinationTransfer_filter { +type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwapEvent { + id: ID! + stableSwap: sepolia_swap_StableSwap! + provider: sepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: sepolia_swap_Bytes! + nonce: BigInt! +} + +input sepolia_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: optimism_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: optimism_Bytes - executedCaller_not: optimism_Bytes - executedCaller_gt: optimism_Bytes - executedCaller_lt: optimism_Bytes - executedCaller_gte: optimism_Bytes - executedCaller_lte: optimism_Bytes - executedCaller_in: [optimism_Bytes!] - executedCaller_not_in: [optimism_Bytes!] - executedCaller_contains: optimism_Bytes - executedCaller_not_contains: optimism_Bytes - executedTransactionHash: optimism_Bytes - executedTransactionHash_not: optimism_Bytes - executedTransactionHash_gt: optimism_Bytes - executedTransactionHash_lt: optimism_Bytes - executedTransactionHash_gte: optimism_Bytes - executedTransactionHash_lte: optimism_Bytes - executedTransactionHash_in: [optimism_Bytes!] - executedTransactionHash_not_in: [optimism_Bytes!] - executedTransactionHash_contains: optimism_Bytes - executedTransactionHash_not_contains: optimism_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimism_Bytes - executedTxOrigin_not: optimism_Bytes - executedTxOrigin_gt: optimism_Bytes - executedTxOrigin_lt: optimism_Bytes - executedTxOrigin_gte: optimism_Bytes - executedTxOrigin_lte: optimism_Bytes - executedTxOrigin_in: [optimism_Bytes!] - executedTxOrigin_not_in: [optimism_Bytes!] - executedTxOrigin_contains: optimism_Bytes - executedTxOrigin_not_contains: optimism_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimism_Bytes - reconciledCaller_not: optimism_Bytes - reconciledCaller_gt: optimism_Bytes - reconciledCaller_lt: optimism_Bytes - reconciledCaller_gte: optimism_Bytes - reconciledCaller_lte: optimism_Bytes - reconciledCaller_in: [optimism_Bytes!] - reconciledCaller_not_in: [optimism_Bytes!] - reconciledCaller_contains: optimism_Bytes - reconciledCaller_not_contains: optimism_Bytes - reconciledTransactionHash: optimism_Bytes - reconciledTransactionHash_not: optimism_Bytes - reconciledTransactionHash_gt: optimism_Bytes - reconciledTransactionHash_lt: optimism_Bytes - reconciledTransactionHash_gte: optimism_Bytes - reconciledTransactionHash_lte: optimism_Bytes - reconciledTransactionHash_in: [optimism_Bytes!] - reconciledTransactionHash_not_in: [optimism_Bytes!] - reconciledTransactionHash_contains: optimism_Bytes - reconciledTransactionHash_not_contains: optimism_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimism_Bytes - reconciledTxOrigin_not: optimism_Bytes - reconciledTxOrigin_gt: optimism_Bytes - reconciledTxOrigin_lt: optimism_Bytes - reconciledTxOrigin_gte: optimism_Bytes - reconciledTxOrigin_lte: optimism_Bytes - reconciledTxOrigin_in: [optimism_Bytes!] - reconciledTxOrigin_not_in: [optimism_Bytes!] - reconciledTxOrigin_contains: optimism_Bytes - reconciledTxOrigin_not_contains: optimism_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter + provider: sepolia_swap_Bytes + provider_not: sepolia_swap_Bytes + provider_gt: sepolia_swap_Bytes + provider_lt: sepolia_swap_Bytes + provider_gte: sepolia_swap_Bytes + provider_lte: sepolia_swap_Bytes + provider_in: [sepolia_swap_Bytes!] + provider_not_in: [sepolia_swap_Bytes!] + provider_contains: sepolia_swap_Bytes + provider_not_contains: sepolia_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_DestinationTransfer_filter] - or: [optimism_DestinationTransfer_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [sepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum optimism_DestinationTransfer_orderBy { +enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { id - chainId - transferId + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar optimism_Int8 - -type optimism_OptimisticRootFinalized { +interface sepolia_swap_StableSwapEvent { id: ID! - aggregateRoot: optimism_Bytes! + stableSwap: sepolia_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: sepolia_swap_Bytes! + nonce: BigInt! } -input optimism_OptimisticRootFinalized_filter { +input sepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -60082,16 +60274,35 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60100,47 +60311,72 @@ input optimism_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OptimisticRootFinalized_filter] - or: [optimism_OptimisticRootFinalized_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapEvent_filter] + or: [sepolia_swap_StableSwapEvent_filter] } -enum optimism_OptimisticRootFinalized_orderBy { +enum sepolia_swap_StableSwapEvent_orderBy { id - aggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { - asc - desc + transaction + nonce } -type optimism_OriginMessage { +type sepolia_swap_StableSwapExchange { id: ID! - transferId: optimism_Bytes - destinationDomain: BigInt - leaf: optimism_Bytes - index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes - blockNumber: BigInt - rootCount: optimism_RootCount + stableSwap: sepolia_swap_StableSwap! + buyer: sepolia_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: sepolia_swap_Bytes! + nonce: BigInt! } -input optimism_OriginMessage_filter { +input sepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -60149,158 +60385,172 @@ input optimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: optimism_Bytes - leaf_not: optimism_Bytes - leaf_gt: optimism_Bytes - leaf_lt: optimism_Bytes - leaf_gte: optimism_Bytes - leaf_lte: optimism_Bytes - leaf_in: [optimism_Bytes!] - leaf_not_in: [optimism_Bytes!] - leaf_contains: optimism_Bytes - leaf_not_contains: optimism_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: optimism_Bytes - message_not: optimism_Bytes - message_gt: optimism_Bytes - message_lt: optimism_Bytes - message_gte: optimism_Bytes - message_lte: optimism_Bytes - message_in: [optimism_Bytes!] - message_not_in: [optimism_Bytes!] - message_contains: optimism_Bytes - message_not_contains: optimism_Bytes - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: optimism_RootCount_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter + buyer: sepolia_swap_Bytes + buyer_not: sepolia_swap_Bytes + buyer_gt: sepolia_swap_Bytes + buyer_lt: sepolia_swap_Bytes + buyer_gte: sepolia_swap_Bytes + buyer_lte: sepolia_swap_Bytes + buyer_in: [sepolia_swap_Bytes!] + buyer_not_in: [sepolia_swap_Bytes!] + buyer_contains: sepolia_swap_Bytes + buyer_not_contains: sepolia_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapExchange_filter] + or: [sepolia_swap_StableSwapExchange_filter] } -enum optimism_OriginMessage_orderBy { +enum sepolia_swap_StableSwapExchange_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type optimism_OriginTransfer { +type sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableSwapEvent { id: ID! - chainId: BigInt - transferId: optimism_Bytes - nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes - receiveLocal: Boolean - callData: optimism_Bytes - slippage: BigInt - originSender: optimism_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimism_RelayerFee_orderBy, orderDirection: optimism_OrderDirection, where: optimism_RelayerFee_filter): [optimism_RelayerFee!] - initialRelayerFeeAsset: optimism_Bytes - caller: optimism_Bytes - transactionHash: optimism_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: optimism_Bytes - txNonce: BigInt + stableSwap: sepolia_swap_StableSwap! + provider: sepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: sepolia_swap_Bytes! + nonce: BigInt! } -input optimism_OriginTransfer_filter { +input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60309,24 +60559,105 @@ input optimism_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter + provider: sepolia_swap_Bytes + provider_not: sepolia_swap_Bytes + provider_gt: sepolia_swap_Bytes + provider_lt: sepolia_swap_Bytes + provider_gte: sepolia_swap_Bytes + provider_lte: sepolia_swap_Bytes + provider_in: [sepolia_swap_Bytes!] + provider_not_in: [sepolia_swap_Bytes!] + provider_contains: sepolia_swap_Bytes + provider_not_contains: sepolia_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60335,219 +60666,277 @@ 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 - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - transactingAsset: optimism_Bytes - transactingAsset_not: optimism_Bytes - transactingAsset_gt: optimism_Bytes - transactingAsset_lt: optimism_Bytes - transactingAsset_gte: optimism_Bytes - transactingAsset_lte: optimism_Bytes - transactingAsset_in: [optimism_Bytes!] - transactingAsset_not_in: [optimism_Bytes!] - transactingAsset_contains: optimism_Bytes - transactingAsset_not_contains: optimism_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: optimism_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: optimism_RelayerFee_filter - initialRelayerFeeAsset: optimism_Bytes - initialRelayerFeeAsset_not: optimism_Bytes - initialRelayerFeeAsset_gt: optimism_Bytes - initialRelayerFeeAsset_lt: optimism_Bytes - initialRelayerFeeAsset_gte: optimism_Bytes - initialRelayerFeeAsset_lte: optimism_Bytes - initialRelayerFeeAsset_in: [optimism_Bytes!] - initialRelayerFeeAsset_not_in: [optimism_Bytes!] - initialRelayerFeeAsset_contains: optimism_Bytes - initialRelayerFeeAsset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] +} + +enum sepolia_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 sepolia_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: sepolia_swap_Bytes + key_not: sepolia_swap_Bytes + key_gt: sepolia_swap_Bytes + key_lt: sepolia_swap_Bytes + key_gte: sepolia_swap_Bytes + key_lte: sepolia_swap_Bytes + key_in: [sepolia_swap_Bytes!] + key_not_in: [sepolia_swap_Bytes!] + key_contains: sepolia_swap_Bytes + key_not_contains: sepolia_swap_Bytes + canonicalId: sepolia_swap_Bytes + canonicalId_not: sepolia_swap_Bytes + canonicalId_gt: sepolia_swap_Bytes + canonicalId_lt: sepolia_swap_Bytes + canonicalId_gte: sepolia_swap_Bytes + canonicalId_lte: sepolia_swap_Bytes + canonicalId_in: [sepolia_swap_Bytes!] + canonicalId_not_in: [sepolia_swap_Bytes!] + canonicalId_contains: sepolia_swap_Bytes + canonicalId_not_contains: sepolia_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: sepolia_swap_Bytes + swapPool_not: sepolia_swap_Bytes + swapPool_gt: sepolia_swap_Bytes + swapPool_lt: sepolia_swap_Bytes + swapPool_gte: sepolia_swap_Bytes + swapPool_lte: sepolia_swap_Bytes + swapPool_in: [sepolia_swap_Bytes!] + swapPool_not_in: [sepolia_swap_Bytes!] + swapPool_contains: sepolia_swap_Bytes + swapPool_not_contains: sepolia_swap_Bytes + lpToken: sepolia_swap_Bytes + lpToken_not: sepolia_swap_Bytes + lpToken_gt: sepolia_swap_Bytes + lpToken_lt: sepolia_swap_Bytes + lpToken_gte: sepolia_swap_Bytes + lpToken_lte: sepolia_swap_Bytes + lpToken_in: [sepolia_swap_Bytes!] + lpToken_not_in: [sepolia_swap_Bytes!] + lpToken_contains: sepolia_swap_Bytes + lpToken_not_contains: sepolia_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [sepolia_swap_Bytes!] + pooledTokens_not: [sepolia_swap_Bytes!] + pooledTokens_contains: [sepolia_swap_Bytes!] + pooledTokens_contains_nocase: [sepolia_swap_Bytes!] + pooledTokens_not_contains: [sepolia_swap_Bytes!] + pooledTokens_not_contains_nocase: [sepolia_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: sepolia_swap_StableSwapEvent_filter + exchanges_: sepolia_swap_StableSwapExchange_filter + hourlyVolumes_: sepolia_swap_SwapHourlyVolume_filter + dailyVolumes_: sepolia_swap_SwapDailyVolume_filter + weeklyVolumes_: sepolia_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwap_filter] + or: [sepolia_swap_StableSwap_filter] +} + +enum sepolia_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 sepolia_swap_SwapDailyVolume implements sepolia_swap_SwapTradeVolume { + id: ID! + stableSwap: sepolia_swap_StableSwap! + timestamp: BigInt! + volume: sepolia_swap_BigDecimal! +} + +input sepolia_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_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60556,121 +60945,51 @@ input optimism_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: optimism_Bytes - txOrigin_not: optimism_Bytes - txOrigin_gt: optimism_Bytes - txOrigin_lt: optimism_Bytes - txOrigin_gte: optimism_Bytes - txOrigin_lte: optimism_Bytes - txOrigin_in: [optimism_Bytes!] - txOrigin_not_in: [optimism_Bytes!] - txOrigin_contains: optimism_Bytes - txOrigin_not_contains: optimism_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginTransfer_filter] - or: [optimism_OriginTransfer_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapDailyVolume_filter] + or: [sepolia_swap_SwapDailyVolume_filter] } -enum optimism_OriginTransfer_orderBy { +enum sepolia_swap_SwapDailyVolume_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type optimism_Relayer { - id: ID! - isActive: Boolean! - relayer: optimism_Bytes + volume } -type optimism_RelayerFee { +type sepolia_swap_SwapHourlyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - transfer: optimism_OriginTransfer! - fee: BigInt! - asset: optimism_Bytes! + stableSwap: sepolia_swap_StableSwap! + timestamp: BigInt! + volume: sepolia_swap_BigDecimal! } -input optimism_RelayerFee_filter { +input sepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60679,101 +60998,152 @@ input optimism_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapHourlyVolume_filter] + or: [sepolia_swap_SwapHourlyVolume_filter] } -enum optimism_RelayerFee_orderBy { +enum sepolia_swap_SwapHourlyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + 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 sepolia_swap_SwapTradeVolume { + stableSwap: sepolia_swap_StableSwap! + timestamp: BigInt! + volume: sepolia_swap_BigDecimal! +} + +input sepolia_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapTradeVolume_filter] + or: [sepolia_swap_SwapTradeVolume_filter] } -type optimism_RelayerFeesIncrease { +enum sepolia_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type sepolia_swap_SwapWeeklyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - transfer: optimism_OriginTransfer! - increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: sepolia_swap_BigDecimal! } -input optimism_RelayerFeesIncrease_filter { +input sepolia_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60782,65 +61152,27 @@ input optimism_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60849,79 +61181,50 @@ input optimism_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFeesIncrease_filter] - or: [optimism_RelayerFeesIncrease_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapWeeklyVolume_filter] + or: [sepolia_swap_SwapWeeklyVolume_filter] } -enum optimism_RelayerFeesIncrease_orderBy { +enum sepolia_swap_SwapWeeklyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -input optimism_Relayer_filter { +type sepolia_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input sepolia_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -60930,38 +61233,70 @@ input optimism_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: 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 + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SystemInfo_filter] + or: [sepolia_swap_SystemInfo_filter] } -enum optimism_Relayer_orderBy { +enum sepolia_swap_SystemInfo_orderBy { id - isActive - relayer + exchangeCount + swapCount } -type optimism_RootCount { +type sepolia_swap__Block_ { + """The hash of the block""" + hash: sepolia_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: sepolia_swap_Bytes +} + +"""The type for the top-level _meta field""" +type sepolia_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: sepolia_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregateRootSavedSlow { id: ID! - count: BigInt + aggregateRoot: mainnet_Bytes! + count: BigInt! + aggregatedRoots: [mainnet_Bytes!] + rootTimestamp: BigInt! } -input optimism_RootCount_filter { +input mainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -60970,6 +61305,16 @@ input optimism_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -60978,32 +61323,193 @@ input optimism_RootCount_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] + aggregatedRoots: [mainnet_Bytes!] + aggregatedRoots_not: [mainnet_Bytes!] + aggregatedRoots_contains: [mainnet_Bytes!] + aggregatedRoots_contains_nocase: [mainnet_Bytes!] + aggregatedRoots_not_contains: [mainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [mainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootCount_filter] - or: [optimism_RootCount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootSavedSlow_filter] + or: [mainnet_AggregateRootSavedSlow_filter] } -enum optimism_RootCount_orderBy { +enum mainnet_AggregateRootSavedSlow_orderBy { id + aggregateRoot count + aggregatedRoots + rootTimestamp } -type optimism_RootMessageSent { +type mainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: mainnet_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input mainnet_AggregatedMessageRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: mainnet_Bytes + receivedRoot_not: mainnet_Bytes + receivedRoot_gt: mainnet_Bytes + receivedRoot_lt: mainnet_Bytes + receivedRoot_gte: mainnet_Bytes + receivedRoot_lte: mainnet_Bytes + receivedRoot_in: [mainnet_Bytes!] + receivedRoot_not_in: [mainnet_Bytes!] + receivedRoot_contains: mainnet_Bytes + receivedRoot_not_contains: mainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregatedMessageRoot_filter] + or: [mainnet_AggregatedMessageRoot_filter] +} + +enum mainnet_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber +} + +enum mainnet_Aggregation_interval { + hour + day +} + +type mainnet_ArbitrumConnectorMeta { id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_ArbitrumConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + 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: optimism_Bytes - count: BigInt - caller: optimism_Bytes - transactionHash: optimism_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_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 optimism_RootMessageSent_filter { +input mainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -61028,115 +61534,61 @@ 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 - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootMessageSent_filter] - or: [optimism_RootMessageSent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AvalancheConnectorMeta_filter] + or: [mainnet_AvalancheConnectorMeta_filter] } -enum optimism_RootMessageSent_orderBy { +enum mainnet_AvalancheConnectorMeta_orderBy { id spokeDomain hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type optimism_Router { - id: ID! - isActive: Boolean! - owner: optimism_Bytes - recipient: optimism_Bytes - proposedOwner: optimism_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! + amb + rootManager + mirrorConnector } -type optimism_RouterDailyTVL { +type mainnet_BaseConnectorMeta { id: ID! - router: optimism_Router! - asset: optimism_Asset! - timestamp: BigInt! - balance: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input optimism_RouterDailyTVL_filter { +input mainnet_BaseConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -61145,337 +61597,170 @@ input optimism_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: optimism_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterDailyTVL_filter] - or: [optimism_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BaseConnectorMeta_filter] + or: [mainnet_BaseConnectorMeta_filter] } -enum optimism_RouterDailyTVL_orderBy { +enum mainnet_BaseConnectorMeta_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -type optimism_RouterLiquidityEvent { - id: ID! - type: optimism_RouterLiquidityEventType - router: optimism_Router! - asset: optimism_Asset! - amount: BigInt! - balance: BigInt! - caller: optimism_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: optimism_Bytes! - nonce: BigInt! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -enum optimism_RouterLiquidityEventType { - Add - Remove -} +scalar mainnet_BigDecimal -input optimism_RouterLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - type: optimism_RouterLiquidityEventType - type_not: optimism_RouterLiquidityEventType - type_in: [optimism_RouterLiquidityEventType!] - type_not_in: [optimism_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: optimism_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - 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: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterLiquidityEvent_filter] - or: [optimism_RouterLiquidityEvent_filter] +input mainnet_BlockChangedFilter { + number_gte: Int! } -enum 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 +input mainnet_Block_height { + hash: mainnet_Bytes + number: Int + number_gte: Int } -input optimism_Router_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: optimism_Bytes - owner_not: optimism_Bytes - owner_gt: optimism_Bytes - owner_lt: optimism_Bytes - owner_gte: optimism_Bytes - owner_lte: optimism_Bytes - owner_in: [optimism_Bytes!] - owner_not_in: [optimism_Bytes!] - owner_contains: optimism_Bytes - owner_not_contains: optimism_Bytes - recipient: optimism_Bytes - recipient_not: optimism_Bytes - recipient_gt: optimism_Bytes - recipient_lt: optimism_Bytes - recipient_gte: optimism_Bytes - recipient_lte: optimism_Bytes - recipient_in: [optimism_Bytes!] - recipient_not_in: [optimism_Bytes!] - recipient_contains: optimism_Bytes - recipient_not_contains: optimism_Bytes - proposedOwner: optimism_Bytes - proposedOwner_not: optimism_Bytes - proposedOwner_gt: optimism_Bytes - proposedOwner_lt: optimism_Bytes - proposedOwner_gte: optimism_Bytes - proposedOwner_lte: optimism_Bytes - proposedOwner_in: [optimism_Bytes!] - proposedOwner_not_in: [optimism_Bytes!] - proposedOwner_contains: optimism_Bytes - proposedOwner_not_contains: optimism_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter +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: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BnbConnectorMeta_filter] + or: [mainnet_BnbConnectorMeta_filter] } -enum optimism_Router_orderBy { +enum mainnet_BnbConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimism_Sequencer { +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { id: ID! - isActive: Boolean! - sequencer: optimism_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input optimism_Sequencer_filter { +input mainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -61484,39 +61769,73 @@ input optimism_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_GnosisConnectorMeta_filter] + or: [mainnet_GnosisConnectorMeta_filter] } -enum optimism_Sequencer_orderBy { +enum mainnet_GnosisConnectorMeta_orderBy { id - isActive - sequencer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimism_Setting { +type mainnet_HubDomain { id: ID! - maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + domain: BigInt } -input optimism_Setting_filter { +input mainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -61525,49 +61844,33 @@ input optimism_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes + 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: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_HubDomain_filter] + or: [mainnet_HubDomain_filter] } -enum optimism_Setting_orderBy { +enum mainnet_HubDomain_orderBy { id - maxRoutersPerTransfer - caller + domain } -type optimism_SlippageUpdate { +type mainnet_HubOptimisticRootFinalized { id: ID! - transfer: optimism_DestinationTransfer! - slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input optimism_SlippageUpdate_filter { +input mainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -61576,55 +61879,16 @@ input optimism_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: optimism_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + 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 @@ -61633,22 +61897,6 @@ input optimism_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 @@ -61658,69 +61906,113 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_HubOptimisticRootFinalized_filter] + or: [mainnet_HubOptimisticRootFinalized_filter] } -enum optimism_SlippageUpdate_orderBy { +enum mainnet_HubOptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -type optimism_SnapshotRoot { +""" +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 + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] spokeDomain: BigInt - root: optimism_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_LineaConnectorMeta_filter] + or: [mainnet_LineaConnectorMeta_filter] } -input optimism_SnapshotRoot_filter { +enum mainnet_LineaConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_MantleConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -61737,61 +62029,69 @@ 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 - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SnapshotRoot_filter] - or: [optimism_SnapshotRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_MantleConnectorMeta_filter] + or: [mainnet_MantleConnectorMeta_filter] } -enum optimism_SnapshotRoot_orderBy { +enum mainnet_MantleConnectorMeta_orderBy { id spokeDomain - root - count - timestamp - blockNumber + hubDomain + amb + rootManager + mirrorConnector } -type optimism_SpokeConnectorMode { +type mainnet_MetisConnectorMeta { id: ID! - mode: String! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input optimism_SpokeConnectorMode_filter { +input mainnet_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -61800,164 +62100,77 @@ input optimism_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: optimism_BlockChangedFilter - and: [optimism_SpokeConnectorMode_filter] - or: [optimism_SpokeConnectorMode_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_MetisConnectorMeta_filter] + or: [mainnet_MetisConnectorMeta_filter] } -enum optimism_SpokeConnectorMode_orderBy { +enum mainnet_MetisConnectorMeta_orderBy { id - mode -} - -enum optimism_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type optimism__Block_ { - """The hash of the block""" - hash: optimism_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: optimism_Bytes -} - -"""The type for the top-level _meta field""" -type optimism__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: optimism__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type polygonzkevm_AggregateRoot { - id: ID! - root: polygonzkevm_Bytes! - blockNumber: BigInt! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygonzkevm_AggregateRootProposed { +type mainnet_ModeConnectorMeta { id: ID! - aggregateRoot: polygonzkevm_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input polygonzkevm_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_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 - 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_BlockChangedFilter - and: [polygonzkevm_AggregateRootProposed_filter] - or: [polygonzkevm_AggregateRootProposed_filter] -} - -enum polygonzkevm_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygonzkevm_AggregateRoot_filter { +input mainnet_ModeConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -61966,66 +62179,77 @@ 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 - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_AggregateRoot_filter] - or: [polygonzkevm_AggregateRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ModeConnectorMeta_filter] + or: [mainnet_ModeConnectorMeta_filter] } -enum polygonzkevm_AggregateRoot_orderBy { +enum mainnet_ModeConnectorMeta_orderBy { id - root - blockNumber -} - -enum polygonzkevm_Aggregation_interval { - hour - day -} - -type polygonzkevm_Asset { - id: ID! - key: polygonzkevm_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: polygonzkevm_Bytes - canonicalDomain: BigInt - adoptedAsset: polygonzkevm_Bytes - localAsset: polygonzkevm_Bytes - blockNumber: BigInt - status: polygonzkevm_AssetStatus + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygonzkevm_AssetBalance { +type mainnet_OptimismConnectorMeta { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! - feesEarned: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygonzkevm_AssetBalance_filter { +input mainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -62034,126 +62258,76 @@ input polygonzkevm_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_: polygonzkevm_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_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_BlockChangedFilter - and: [polygonzkevm_AssetBalance_filter] - or: [polygonzkevm_AssetBalance_filter] -} - -enum polygonzkevm_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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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] } -type polygonzkevm_AssetStatus { +enum mainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_OptimisticRootPropagated { id: ID! - status: Boolean + aggregateRoot: mainnet_Bytes! + domainsHash: mainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input polygonzkevm_AssetStatus_filter { +input mainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -62162,22 +62336,68 @@ input polygonzkevm_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: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes + domainsHash: mainnet_Bytes + domainsHash_not: mainnet_Bytes + domainsHash_gt: mainnet_Bytes + domainsHash_lt: mainnet_Bytes + domainsHash_gte: mainnet_Bytes + domainsHash_lte: mainnet_Bytes + domainsHash_in: [mainnet_Bytes!] + domainsHash_not_in: [mainnet_Bytes!] + domainsHash_contains: mainnet_Bytes + domainsHash_not_contains: mainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_AssetStatus_filter] - or: [polygonzkevm_AssetStatus_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootPropagated_filter] + or: [mainnet_OptimisticRootPropagated_filter] } -enum polygonzkevm_AssetStatus_orderBy { +enum mainnet_OptimisticRootPropagated_orderBy { id - status + aggregateRoot + domainsHash + timestamp + blockNumber } -input polygonzkevm_Asset_filter { +type mainnet_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: mainnet_Bytes! + snapshotsRoots: [mainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: mainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input mainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -62186,70 +62406,54 @@ 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 - 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_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 - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: polygonzkevm_Bytes - adoptedAsset_not: polygonzkevm_Bytes - adoptedAsset_gt: polygonzkevm_Bytes - adoptedAsset_lt: polygonzkevm_Bytes - adoptedAsset_gte: polygonzkevm_Bytes - adoptedAsset_lte: polygonzkevm_Bytes - adoptedAsset_in: [polygonzkevm_Bytes!] - adoptedAsset_not_in: [polygonzkevm_Bytes!] - adoptedAsset_contains: polygonzkevm_Bytes - adoptedAsset_not_contains: polygonzkevm_Bytes - localAsset: polygonzkevm_Bytes - localAsset_not: polygonzkevm_Bytes - localAsset_gt: polygonzkevm_Bytes - localAsset_lt: polygonzkevm_Bytes - localAsset_gte: polygonzkevm_Bytes - localAsset_lte: polygonzkevm_Bytes - localAsset_in: [polygonzkevm_Bytes!] - localAsset_not_in: [polygonzkevm_Bytes!] - localAsset_contains: polygonzkevm_Bytes - localAsset_not_contains: polygonzkevm_Bytes + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes + snapshotsRoots: [mainnet_Bytes!] + snapshotsRoots_not: [mainnet_Bytes!] + snapshotsRoots_contains: [mainnet_Bytes!] + snapshotsRoots_contains_nocase: [mainnet_Bytes!] + snapshotsRoots_not_contains: [mainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [mainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: mainnet_Bytes + baseAggregateRoot_not: mainnet_Bytes + baseAggregateRoot_gt: mainnet_Bytes + baseAggregateRoot_lt: mainnet_Bytes + baseAggregateRoot_gte: mainnet_Bytes + baseAggregateRoot_lte: mainnet_Bytes + baseAggregateRoot_in: [mainnet_Bytes!] + baseAggregateRoot_not_in: [mainnet_Bytes!] + baseAggregateRoot_contains: mainnet_Bytes + baseAggregateRoot_not_contains: mainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -62258,72 +62462,118 @@ input polygonzkevm_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_: polygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Asset_filter] - or: [polygonzkevm_Asset_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootProposed_filter] + or: [mainnet_OptimisticRootProposed_filter] } -enum polygonzkevm_Asset_orderBy { +enum mainnet_OptimisticRootProposed_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp blockNumber - status - status__id - status__status } -scalar polygonzkevm_BigDecimal +"""Defines the order direction, either ascending or descending""" +enum mainnet_OrderDirection { + asc + desc +} -input polygonzkevm_BlockChangedFilter { - number_gte: Int! +type mainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygonzkevm_Block_height { - hash: polygonzkevm_Bytes - number: Int - number_gte: Int +input mainnet_PolygonConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonConnectorMeta_filter] + or: [mainnet_PolygonConnectorMeta_filter] } -scalar polygonzkevm_Bytes +enum mainnet_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} -type polygonzkevm_ConnectorMeta { +type mainnet_PolygonZkConnectorMeta { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: polygonzkevm_Bytes - rootManager: polygonzkevm_Bytes - mirrorConnector: polygonzkevm_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygonzkevm_ConnectorMeta_filter { +input mainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -62348,43 +62598,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_ConnectorMeta_filter] - or: [polygonzkevm_ConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonZkConnectorMeta_filter] + or: [mainnet_PolygonZkConnectorMeta_filter] } -enum polygonzkevm_ConnectorMeta_orderBy { +enum mainnet_PolygonZkConnectorMeta_orderBy { id spokeDomain hubDomain @@ -62393,48 +62643,68 @@ enum polygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_DestinationTransfer { +type mainnet_RootAggregated { id: ID! - chainId: BigInt - transferId: polygonzkevm_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!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes - receiveLocal: Boolean - callData: polygonzkevm_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: polygonzkevm_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset - amount: BigInt - routersFee: BigInt - executedCaller: polygonzkevm_Bytes - executedTransactionHash: polygonzkevm_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_Bytes - executedTxNonce: BigInt - reconciledCaller: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_Bytes - reconciledTxNonce: BigInt + domain: BigInt! + receivedRoot: mainnet_Bytes! + index: BigInt! +} + +input mainnet_RootAggregated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: mainnet_Bytes + receivedRoot_not: mainnet_Bytes + receivedRoot_gt: mainnet_Bytes + receivedRoot_lt: mainnet_Bytes + receivedRoot_gte: mainnet_Bytes + receivedRoot_lte: mainnet_Bytes + receivedRoot_in: [mainnet_Bytes!] + receivedRoot_not_in: [mainnet_Bytes!] + receivedRoot_contains: mainnet_Bytes + receivedRoot_not_contains: mainnet_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootAggregated_filter] + or: [mainnet_RootAggregated_filter] +} + +enum mainnet_RootAggregated_orderBy { + id + domain + receivedRoot + index +} + +type mainnet_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [mainnet_Bytes!] } -input polygonzkevm_DestinationTransfer_filter { +input mainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -62443,400 +62713,89 @@ input polygonzkevm_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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!] - 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 - 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_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: 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 - 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_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 - 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_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 - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_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_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_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 - 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_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 - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygonzkevm_Bytes - reconciledCaller_not: polygonzkevm_Bytes - reconciledCaller_gt: polygonzkevm_Bytes - reconciledCaller_lt: polygonzkevm_Bytes - reconciledCaller_gte: polygonzkevm_Bytes - reconciledCaller_lte: polygonzkevm_Bytes - reconciledCaller_in: [polygonzkevm_Bytes!] - reconciledCaller_not_in: [polygonzkevm_Bytes!] - reconciledCaller_contains: polygonzkevm_Bytes - reconciledCaller_not_contains: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes - reconciledTransactionHash_not: polygonzkevm_Bytes - reconciledTransactionHash_gt: polygonzkevm_Bytes - reconciledTransactionHash_lt: polygonzkevm_Bytes - reconciledTransactionHash_gte: polygonzkevm_Bytes - reconciledTransactionHash_lte: polygonzkevm_Bytes - reconciledTransactionHash_in: [polygonzkevm_Bytes!] - reconciledTransactionHash_not_in: [polygonzkevm_Bytes!] - reconciledTransactionHash_contains: polygonzkevm_Bytes - reconciledTransactionHash_not_contains: polygonzkevm_Bytes - 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_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 - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [mainnet_Bytes!] + connectors_not: [mainnet_Bytes!] + connectors_contains: [mainnet_Bytes!] + connectors_contains_nocase: [mainnet_Bytes!] + connectors_not_contains: [mainnet_Bytes!] + connectors_not_contains_nocase: [mainnet_Bytes!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_DestinationTransfer_filter] - or: [polygonzkevm_DestinationTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] } -enum polygonzkevm_DestinationTransfer_orderBy { +enum mainnet_RootManagerMeta_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 + domains + connectors } -""" -8 bytes signed integer +type mainnet_RootManagerMode { + id: ID! + mode: String! +} -""" -scalar polygonzkevm_Int8 +input mainnet_RootManagerMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMode_filter] + or: [mainnet_RootManagerMode_filter] +} -type polygonzkevm_OptimisticRootFinalized { +enum mainnet_RootManagerMode_orderBy { + id + mode +} + +type mainnet_RootMessageProcessed { id: ID! - aggregateRoot: polygonzkevm_Bytes! - timestamp: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + root: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_OptimisticRootFinalized_filter { +input mainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -62845,16 +62804,52 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -62863,6 +62858,22 @@ input polygonzkevm_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -62872,38 +62883,33 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum polygonzkevm_OptimisticRootFinalized_orderBy { +enum mainnet_RootMessageProcessed_orderBy { id - aggregateRoot + spokeDomain + hubDomain + root + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -"""Defines the order direction, either ascending or descending""" -enum polygonzkevm_OrderDirection { - asc - desc -} - -type polygonzkevm_OriginMessage { +type mainnet_RootPropagated { id: ID! - transferId: polygonzkevm_Bytes - destinationDomain: BigInt - leaf: polygonzkevm_Bytes - index: BigInt - message: polygonzkevm_Bytes - root: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! + count: BigInt! blockNumber: BigInt - rootCount: polygonzkevm_RootCount } -input polygonzkevm_OriginMessage_filter { +input mainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -62912,72 +62918,34 @@ 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 - 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_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 - index_lt: BigInt - index_gte: BigInt - 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 + aggregate: mainnet_Bytes + aggregate_not: mainnet_Bytes + aggregate_gt: mainnet_Bytes + aggregate_lt: mainnet_Bytes + aggregate_gte: mainnet_Bytes + aggregate_lte: mainnet_Bytes + aggregate_in: [mainnet_Bytes!] + aggregate_not_in: [mainnet_Bytes!] + aggregate_contains: mainnet_Bytes + aggregate_not_contains: mainnet_Bytes + domainsHash: mainnet_Bytes + domainsHash_not: mainnet_Bytes + domainsHash_gt: mainnet_Bytes + domainsHash_lt: mainnet_Bytes + domainsHash_gte: mainnet_Bytes + domainsHash_lte: mainnet_Bytes + domainsHash_in: [mainnet_Bytes!] + domainsHash_not_in: [mainnet_Bytes!] + domainsHash_contains: mainnet_Bytes + domainsHash_not_contains: mainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -62986,84 +62954,330 @@ input polygonzkevm_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_: polygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OriginMessage_filter] - or: [polygonzkevm_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootPropagated_filter] + or: [mainnet_RootPropagated_filter] } -enum polygonzkevm_OriginMessage_orderBy { +enum mainnet_RootPropagated_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash + aggregate + domainsHash + count blockNumber - rootCount - rootCount__id - rootCount__count } -type polygonzkevm_OriginTransfer { +type mainnet_ZkSyncConnectorMeta { id: ID! - chainId: BigInt - transferId: polygonzkevm_Bytes - nonce: BigInt - status: polygonzkevm_TransferStatus - messageHash: polygonzkevm_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes - receiveLocal: Boolean - callData: polygonzkevm_Bytes - slippage: BigInt - originSender: polygonzkevm_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset - transactingAsset: polygonzkevm_Bytes - message: polygonzkevm_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 - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: polygonzkevm_Bytes - txNonce: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_ZkSyncConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] +} + +enum mainnet_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet__Block_ { + """The hash of the block""" + hash: mainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: mainnet_Bytes +} + +"""The type for the top-level _meta field""" +type mainnet__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mainnet__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum optimism_swap_Aggregation_interval { + hour + day +} + +scalar optimism_swap_BigDecimal + +input optimism_swap_BlockChangedFilter { + number_gte: Int! +} + +input optimism_swap_Block_height { + hash: optimism_swap_Bytes + number: Int + number_gte: Int +} + +scalar optimism_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar optimism_swap_Int8 + +type optimism_swap_LpAccount { + id: ID! + address: optimism_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! +} + +type optimism_swap_LpAccountBalance { + id: ID! + account: optimism_swap_LpAccount! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: optimism_swap_Bytes +} + +input optimism_swap_LpAccountBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: optimism_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes + """Filter for the block changed event.""" + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccountBalance_filter] + or: [optimism_swap_LpAccountBalance_filter] +} + +enum optimism_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input optimism_swap_LpAccount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes + balances_: optimism_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccount_filter] + or: [optimism_swap_LpAccount_filter] +} + +enum optimism_swap_LpAccount_orderBy { + id + address + balances +} + +type optimism_swap_LpToken { + id: ID! + address: optimism_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: optimism_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! } -input polygonzkevm_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 @@ -63072,245 +63286,43 @@ input polygonzkevm_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 - 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_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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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_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 - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_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_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 - 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_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_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 + 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 @@ -63319,121 +63331,47 @@ input polygonzkevm_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: 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 - 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OriginTransfer_filter] - or: [polygonzkevm_OriginTransfer_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTokenEvent_filter] + or: [optimism_swap_LpTokenEvent_filter] } -enum polygonzkevm_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 polygonzkevm_Relayer { - id: ID! - isActive: Boolean! - relayer: polygonzkevm_Bytes -} - -type polygonzkevm_RelayerFee { - id: ID! - transfer: polygonzkevm_OriginTransfer! - fee: BigInt! - asset: polygonzkevm_Bytes! + transaction + nonce } -input polygonzkevm_RelayerFee_filter { +input optimism_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -63442,101 +63380,142 @@ input polygonzkevm_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_: polygonzkevm_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_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 + 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RelayerFee_filter] - or: [polygonzkevm_RelayerFee_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpToken_filter] + or: [optimism_swap_LpToken_filter] } -enum polygonzkevm_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 polygonzkevm_RelayerFeesIncrease { +type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { id: ID! - transfer: polygonzkevm_OriginTransfer! - increase: BigInt - asset: polygonzkevm_Bytes - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_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 polygonzkevm_RelayerFeesIncrease_filter { +input optimism_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -63545,65 +63524,79 @@ input polygonzkevm_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_: polygonzkevm_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_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 + 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 @@ -63612,79 +63605,62 @@ input polygonzkevm_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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RelayerFeesIncrease_filter] - or: [polygonzkevm_RelayerFeesIncrease_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTransferEvent_filter] + or: [optimism_swap_LpTransferEvent_filter] } -enum polygonzkevm_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 polygonzkevm_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 @@ -63693,38 +63669,72 @@ input polygonzkevm_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: 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 + 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Relayer_filter] - or: [polygonzkevm_Relayer_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_PooledToken_filter] + or: [optimism_swap_PooledToken_filter] } -enum polygonzkevm_Relayer_orderBy { +enum optimism_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type polygonzkevm_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 polygonzkevm_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 @@ -63733,40 +63743,161 @@ input polygonzkevm_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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RootCount_filter] - or: [polygonzkevm_RootCount_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapAddLiquidityEvent_filter] + or: [optimism_swap_StableSwapAddLiquidityEvent_filter] } -enum polygonzkevm_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 polygonzkevm_RootMessageSent { +interface optimism_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: polygonzkevm_Bytes - count: BigInt - caller: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: optimism_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: optimism_swap_Bytes! + nonce: BigInt! } -input polygonzkevm_RootMessageSent_filter { +input optimism_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -63775,60 +63906,35 @@ input polygonzkevm_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: 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 - count_lt: BigInt - count_gte: BigInt - 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -63837,69 +63943,72 @@ input polygonzkevm_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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RootMessageSent_filter] - or: [polygonzkevm_RootMessageSent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapEvent_filter] + or: [optimism_swap_StableSwapEvent_filter] } -enum polygonzkevm_RootMessageSent_orderBy { +enum optimism_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 polygonzkevm_Router { - id: ID! - isActive: Boolean! - owner: polygonzkevm_Bytes - recipient: polygonzkevm_Bytes - proposedOwner: polygonzkevm_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_AssetBalance_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_AssetBalance_filter): [polygonzkevm_AssetBalance!]! + transaction + nonce } -type polygonzkevm_RouterDailyTVL { +type optimism_swap_StableSwapExchange { id: ID! - router: polygonzkevm_Router! - asset: polygonzkevm_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 polygonzkevm_RouterDailyTVL_filter { +input optimism_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -63908,48 +64017,91 @@ input polygonzkevm_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_: polygonzkevm_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_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 @@ -63958,63 +64110,79 @@ input polygonzkevm_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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RouterDailyTVL_filter] - or: [polygonzkevm_RouterDailyTVL_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapExchange_filter] + or: [optimism_swap_StableSwapExchange_filter] } -enum polygonzkevm_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 polygonzkevm_RouterLiquidityEvent { +type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - type: polygonzkevm_RouterLiquidityEventType - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! - amount: BigInt! - balance: BigInt! - caller: polygonzkevm_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: polygonzkevm_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -enum polygonzkevm_RouterLiquidityEventType { - Add - Remove -} - -input polygonzkevm_RouterLiquidityEvent_filter { +input optimism_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -64023,86 +64191,87 @@ 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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_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_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_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_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 - 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 @@ -64111,16 +64280,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 + 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 @@ -64130,115 +64299,44 @@ 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: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygonzkevm_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 polygonzkevm_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_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 - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Router_filter] - or: [polygonzkevm_Router_filter] -} - -enum polygonzkevm_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type polygonzkevm_Sequencer { - id: ID! - isActive: Boolean! - sequencer: polygonzkevm_Bytes -} - -input polygonzkevm_Sequencer_filter { +input optimism_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -64251,35 +64349,197 @@ 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 + 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Sequencer_filter] - or: [polygonzkevm_Sequencer_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwap_filter] + or: [optimism_swap_StableSwap_filter] } -enum polygonzkevm_Sequencer_orderBy { +enum optimism_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 polygonzkevm_Setting { +type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_Bytes! + stableSwap: optimism_swap_StableSwap! + timestamp: BigInt! + volume: optimism_swap_BigDecimal! } -input polygonzkevm_Setting_filter { +input optimism_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64288,49 +64548,80 @@ input polygonzkevm_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Setting_filter] - or: [polygonzkevm_Setting_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapDailyVolume_filter] + or: [optimism_swap_SwapDailyVolume_filter] } -enum polygonzkevm_Setting_orderBy { +enum optimism_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 polygonzkevm_SlippageUpdate { +type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { id: ID! - transfer: polygonzkevm_DestinationTransfer! - slippage: BigInt! - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: optimism_swap_BigDecimal! } -input polygonzkevm_SlippageUpdate_filter { +input optimism_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64339,55 +64630,27 @@ input polygonzkevm_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_: polygonzkevm_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_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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -64396,128 +64659,71 @@ input polygonzkevm_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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_SlippageUpdate_filter] - or: [polygonzkevm_SlippageUpdate_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapHourlyVolume_filter] + or: [optimism_swap_SwapHourlyVolume_filter] } -enum polygonzkevm_SlippageUpdate_orderBy { +enum optimism_swap_SwapHourlyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type polygonzkevm_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: polygonzkevm_Bytes! - count: BigInt! +interface optimism_swap_SwapTradeVolume { + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: optimism_swap_BigDecimal! } -input polygonzkevm_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_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 - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] +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 @@ -64526,35 +64732,50 @@ input polygonzkevm_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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_SnapshotRoot_filter] - or: [polygonzkevm_SnapshotRoot_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapTradeVolume_filter] + or: [optimism_swap_SwapTradeVolume_filter] } -enum polygonzkevm_SnapshotRoot_orderBy { - id - spokeDomain - root - count +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 - blockNumber + volume } -type polygonzkevm_SpokeConnectorMode { +type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { id: ID! - mode: String! + stableSwap: optimism_swap_StableSwap! + timestamp: BigInt! + volume: optimism_swap_BigDecimal! } -input polygonzkevm_SpokeConnectorMode_filter { +input optimism_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64563,58 +64784,128 @@ input polygonzkevm_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_: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_SpokeConnectorMode_filter] - or: [polygonzkevm_SpokeConnectorMode_filter] + _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! } -enum polygonzkevm_SpokeConnectorMode_orderBy { - id - mode +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 polygonzkevm_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast +enum optimism_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount } -type polygonzkevm__Block_ { +type optimism_swap__Block_ { """The hash of the block""" - hash: polygonzkevm_Bytes + hash: optimism_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: polygonzkevm_Bytes + parentHash: optimism_swap_Bytes } """The type for the top-level _meta field""" -type polygonzkevm__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 @@ -64622,30 +64913,22 @@ type polygonzkevm__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm__Block_! + block: optimism_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mantle_AggregateRoot { - id: ID! - root: mantle_Bytes! - blockNumber: BigInt! -} - -type mantle_AggregateRootProposed { +type sepolia_AggregateRootSavedSlow { id: ID! - aggregateRoot: mantle_Bytes! + aggregateRoot: sepolia_Bytes! + count: BigInt! + aggregatedRoots: [sepolia_Bytes!] rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt } -input mantle_AggregateRootProposed_filter { +input sepolia_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -64654,16 +64937,30 @@ 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: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [sepolia_Bytes!] + aggregatedRoots_not: [sepolia_Bytes!] + aggregatedRoots_contains: [sepolia_Bytes!] + aggregatedRoots_contains_nocase: [sepolia_Bytes!] + aggregatedRoots_not_contains: [sepolia_Bytes!] + aggregatedRoots_not_contains_nocase: [sepolia_Bytes!] rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -64672,275 +64969,29 @@ input mantle_AggregateRootProposed_filter { rootTimestamp_lte: BigInt rootTimestamp_in: [BigInt!] rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AggregateRootProposed_filter] - or: [mantle_AggregateRootProposed_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregateRootSavedSlow_filter] + or: [sepolia_AggregateRootSavedSlow_filter] } -enum mantle_AggregateRootProposed_orderBy { +enum sepolia_AggregateRootSavedSlow_orderBy { id aggregateRoot + count + aggregatedRoots rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input mantle_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: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AggregateRoot_filter] - or: [mantle_AggregateRoot_filter] -} - -enum mantle_AggregateRoot_orderBy { - id - root - blockNumber } -enum mantle_Aggregation_interval { - hour - day -} - -type mantle_Asset { +type sepolia_AggregatedMessageRoot { id: ID! - key: mantle_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: mantle_Bytes - canonicalDomain: BigInt - adoptedAsset: mantle_Bytes - localAsset: mantle_Bytes + index: BigInt! + receivedRoot: sepolia_Bytes! + domain: BigInt blockNumber: BigInt - status: mantle_AssetStatus -} - -type mantle_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: mantle_Router! - asset: mantle_Asset! - feesEarned: BigInt! -} - -input mantle_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_: mantle_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AssetBalance_filter] - or: [mantle_AssetBalance_filter] -} - -enum 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 -} - -type mantle_AssetStatus { - id: ID! - status: Boolean -} - -input mantle_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: mantle_BlockChangedFilter - and: [mantle_AssetStatus_filter] - or: [mantle_AssetStatus_filter] } -enum mantle_AssetStatus_orderBy { - id - status -} - -input mantle_Asset_filter { +input sepolia_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -64949,70 +65000,32 @@ 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 - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: mantle_Bytes - adoptedAsset_not: mantle_Bytes - adoptedAsset_gt: mantle_Bytes - adoptedAsset_lt: mantle_Bytes - adoptedAsset_gte: mantle_Bytes - adoptedAsset_lte: mantle_Bytes - adoptedAsset_in: [mantle_Bytes!] - adoptedAsset_not_in: [mantle_Bytes!] - adoptedAsset_contains: mantle_Bytes - adoptedAsset_not_contains: mantle_Bytes - localAsset: mantle_Bytes - localAsset_not: mantle_Bytes - localAsset_gt: mantle_Bytes - localAsset_lt: mantle_Bytes - localAsset_gte: mantle_Bytes - localAsset_lte: mantle_Bytes - localAsset_in: [mantle_Bytes!] - localAsset_not_in: [mantle_Bytes!] - localAsset_contains: mantle_Bytes - localAsset_not_contains: mantle_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: sepolia_Bytes + receivedRoot_not: sepolia_Bytes + receivedRoot_gt: sepolia_Bytes + receivedRoot_lt: sepolia_Bytes + receivedRoot_gte: sepolia_Bytes + receivedRoot_lte: sepolia_Bytes + receivedRoot_in: [sepolia_Bytes!] + receivedRoot_not_in: [sepolia_Bytes!] + receivedRoot_contains: sepolia_Bytes + receivedRoot_not_contains: sepolia_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -65021,72 +65034,35 @@ input mantle_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_: mantle_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Asset_filter] - or: [mantle_Asset_filter] -} - -enum mantle_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregatedMessageRoot_filter] + or: [sepolia_AggregatedMessageRoot_filter] } -scalar mantle_BigDecimal - -input mantle_BlockChangedFilter { - number_gte: Int! +enum sepolia_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber } -input mantle_Block_height { - hash: mantle_Bytes - number: Int - number_gte: Int +enum sepolia_Aggregation_interval { + hour + day } -scalar mantle_Bytes - -type mantle_ConnectorMeta { +type sepolia_ArbitrumConnectorMeta { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: mantle_Bytes - rootManager: mantle_Bytes - mirrorConnector: mantle_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input mantle_ConnectorMeta_filter { +input sepolia_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -65111,43 +65087,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: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_ConnectorMeta_filter] - or: [mantle_ConnectorMeta_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_ArbitrumConnectorMeta_filter] + or: [sepolia_ArbitrumConnectorMeta_filter] } -enum mantle_ConnectorMeta_orderBy { +enum sepolia_ArbitrumConnectorMeta_orderBy { id spokeDomain hubDomain @@ -65156,48 +65132,16 @@ enum mantle_ConnectorMeta_orderBy { mirrorConnector } -type mantle_DestinationTransfer { +type sepolia_AvalancheConnectorMeta { id: ID! - chainId: BigInt - transferId: mantle_Bytes - nonce: BigInt - status: mantle_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mantle_Router_orderBy, orderDirection: mantle_OrderDirection, where: mantle_Router_filter): [mantle_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: mantle_Bytes - delegate: mantle_Bytes - receiveLocal: Boolean - callData: mantle_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: mantle_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset - amount: BigInt - routersFee: BigInt - executedCaller: mantle_Bytes - executedTransactionHash: mantle_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: mantle_Bytes - executedTxNonce: BigInt - reconciledCaller: mantle_Bytes - reconciledTransactionHash: mantle_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: mantle_Bytes - reconciledTxNonce: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input mantle_DestinationTransfer_filter { +input sepolia_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -65206,400 +65150,359 @@ input mantle_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: mantle_TransferStatus - status_not: mantle_TransferStatus - status_in: [mantle_TransferStatus!] - status_not_in: [mantle_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: mantle_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: mantle_Bytes - to_not: mantle_Bytes - to_gt: mantle_Bytes - to_lt: mantle_Bytes - to_gte: mantle_Bytes - to_lte: mantle_Bytes - to_in: [mantle_Bytes!] - to_not_in: [mantle_Bytes!] - to_contains: mantle_Bytes - to_not_contains: mantle_Bytes - delegate: mantle_Bytes - delegate_not: mantle_Bytes - delegate_gt: mantle_Bytes - delegate_lt: mantle_Bytes - delegate_gte: mantle_Bytes - delegate_lte: mantle_Bytes - delegate_in: [mantle_Bytes!] - delegate_not_in: [mantle_Bytes!] - delegate_contains: mantle_Bytes - delegate_not_contains: mantle_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: mantle_Bytes - callData_not: mantle_Bytes - callData_gt: mantle_Bytes - callData_lt: mantle_Bytes - callData_gte: mantle_Bytes - callData_lte: mantle_Bytes - callData_in: [mantle_Bytes!] - callData_not_in: [mantle_Bytes!] - callData_contains: mantle_Bytes - callData_not_contains: mantle_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: mantle_Bytes - originSender_not: mantle_Bytes - originSender_gt: mantle_Bytes - originSender_lt: mantle_Bytes - originSender_gte: mantle_Bytes - originSender_lte: mantle_Bytes - originSender_in: [mantle_Bytes!] - originSender_not_in: [mantle_Bytes!] - originSender_contains: mantle_Bytes - originSender_not_contains: mantle_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: mantle_Bytes - executedCaller_not: mantle_Bytes - executedCaller_gt: mantle_Bytes - executedCaller_lt: mantle_Bytes - executedCaller_gte: mantle_Bytes - executedCaller_lte: mantle_Bytes - executedCaller_in: [mantle_Bytes!] - executedCaller_not_in: [mantle_Bytes!] - executedCaller_contains: mantle_Bytes - executedCaller_not_contains: mantle_Bytes - executedTransactionHash: mantle_Bytes - executedTransactionHash_not: mantle_Bytes - executedTransactionHash_gt: mantle_Bytes - executedTransactionHash_lt: mantle_Bytes - executedTransactionHash_gte: mantle_Bytes - executedTransactionHash_lte: mantle_Bytes - executedTransactionHash_in: [mantle_Bytes!] - executedTransactionHash_not_in: [mantle_Bytes!] - executedTransactionHash_contains: mantle_Bytes - executedTransactionHash_not_contains: mantle_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mantle_Bytes - executedTxOrigin_not: mantle_Bytes - executedTxOrigin_gt: mantle_Bytes - executedTxOrigin_lt: mantle_Bytes - executedTxOrigin_gte: mantle_Bytes - executedTxOrigin_lte: mantle_Bytes - executedTxOrigin_in: [mantle_Bytes!] - executedTxOrigin_not_in: [mantle_Bytes!] - executedTxOrigin_contains: mantle_Bytes - executedTxOrigin_not_contains: mantle_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: mantle_Bytes - reconciledCaller_not: mantle_Bytes - reconciledCaller_gt: mantle_Bytes - reconciledCaller_lt: mantle_Bytes - reconciledCaller_gte: mantle_Bytes - reconciledCaller_lte: mantle_Bytes - reconciledCaller_in: [mantle_Bytes!] - reconciledCaller_not_in: [mantle_Bytes!] - reconciledCaller_contains: mantle_Bytes - reconciledCaller_not_contains: mantle_Bytes - reconciledTransactionHash: mantle_Bytes - reconciledTransactionHash_not: mantle_Bytes - reconciledTransactionHash_gt: mantle_Bytes - reconciledTransactionHash_lt: mantle_Bytes - reconciledTransactionHash_gte: mantle_Bytes - reconciledTransactionHash_lte: mantle_Bytes - reconciledTransactionHash_in: [mantle_Bytes!] - reconciledTransactionHash_not_in: [mantle_Bytes!] - reconciledTransactionHash_contains: mantle_Bytes - reconciledTransactionHash_not_contains: mantle_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mantle_Bytes - reconciledTxOrigin_not: mantle_Bytes - reconciledTxOrigin_gt: mantle_Bytes - reconciledTxOrigin_lt: mantle_Bytes - reconciledTxOrigin_gte: mantle_Bytes - reconciledTxOrigin_lte: mantle_Bytes - reconciledTxOrigin_in: [mantle_Bytes!] - reconciledTxOrigin_not_in: [mantle_Bytes!] - reconciledTxOrigin_contains: mantle_Bytes - reconciledTxOrigin_not_contains: mantle_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_DestinationTransfer_filter] - or: [mantle_DestinationTransfer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AvalancheConnectorMeta_filter] + or: [sepolia_AvalancheConnectorMeta_filter] } -enum mantle_DestinationTransfer_orderBy { +enum sepolia_AvalancheConnectorMeta_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 +type sepolia_BaseConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} -""" -scalar mantle_Int8 +input sepolia_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: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_BaseConnectorMeta_filter] + or: [sepolia_BaseConnectorMeta_filter] +} -type mantle_OptimisticRootFinalized { +enum sepolia_BaseConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar sepolia_BigDecimal + +input sepolia_BlockChangedFilter { + number_gte: Int! +} + +input sepolia_Block_height { + hash: sepolia_Bytes + number: Int + number_gte: Int +} + +type sepolia_BnbConnectorMeta { id: ID! - aggregateRoot: mantle_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_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: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_BnbConnectorMeta_filter] + or: [sepolia_BnbConnectorMeta_filter] +} + +enum sepolia_BnbConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar sepolia_Bytes + +type sepolia_GnosisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_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: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_GnosisConnectorMeta_filter] + or: [sepolia_GnosisConnectorMeta_filter] +} + +enum sepolia_GnosisConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_HubDomain { + id: ID! + domain: BigInt +} + +input sepolia_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: sepolia_BlockChangedFilter + and: [sepolia_HubDomain_filter] + or: [sepolia_HubDomain_filter] +} + +enum sepolia_HubDomain_orderBy { + id + domain +} + +type sepolia_HubOptimisticRootFinalized { + id: ID! + aggregateRoot: sepolia_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mantle_OptimisticRootFinalized_filter { +input sepolia_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -65608,16 +65511,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: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -65635,38 +65538,192 @@ 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: sepolia_BlockChangedFilter + and: [sepolia_HubOptimisticRootFinalized_filter] + or: [sepolia_HubOptimisticRootFinalized_filter] +} + +enum sepolia_HubOptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +""" +8 bytes signed integer + +""" +scalar sepolia_Int8 + +type sepolia_LineaConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_LineaConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_LineaConnectorMeta_filter] + or: [sepolia_LineaConnectorMeta_filter] +} + +enum sepolia_LineaConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_MantleConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_MantleConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_MantleConnectorMeta_filter] + or: [sepolia_MantleConnectorMeta_filter] } -enum mantle_OptimisticRootFinalized_orderBy { +enum sepolia_MantleConnectorMeta_orderBy { id - aggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum mantle_OrderDirection { - asc - desc + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mantle_OriginMessage { +type sepolia_MetisConnectorMeta { id: ID! - transferId: mantle_Bytes - destinationDomain: BigInt - leaf: mantle_Bytes - index: BigInt - message: mantle_Bytes - root: mantle_Bytes - transactionHash: mantle_Bytes - blockNumber: BigInt - rootCount: mantle_RootCount + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input mantle_OriginMessage_filter { +input sepolia_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -65675,405 +65732,262 @@ input mantle_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: mantle_Bytes - leaf_not: mantle_Bytes - leaf_gt: mantle_Bytes - leaf_lt: mantle_Bytes - leaf_gte: mantle_Bytes - leaf_lte: mantle_Bytes - leaf_in: [mantle_Bytes!] - leaf_not_in: [mantle_Bytes!] - leaf_contains: mantle_Bytes - leaf_not_contains: mantle_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: mantle_Bytes - message_not: mantle_Bytes - message_gt: mantle_Bytes - message_lt: mantle_Bytes - message_gte: mantle_Bytes - message_lte: mantle_Bytes - message_in: [mantle_Bytes!] - message_not_in: [mantle_Bytes!] - message_contains: mantle_Bytes - message_not_contains: mantle_Bytes - root: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: mantle_RootCount_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginMessage_filter] - or: [mantle_OriginMessage_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_MetisConnectorMeta_filter] + or: [sepolia_MetisConnectorMeta_filter] } -enum mantle_OriginMessage_orderBy { +enum sepolia_MetisConnectorMeta_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mantle_OriginTransfer { +type sepolia_ModeConnectorMeta { id: ID! - chainId: BigInt - transferId: mantle_Bytes - nonce: BigInt - status: mantle_TransferStatus - messageHash: mantle_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: mantle_Bytes - delegate: mantle_Bytes - receiveLocal: Boolean - callData: mantle_Bytes - slippage: BigInt - originSender: mantle_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset - transactingAsset: mantle_Bytes - message: mantle_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mantle_RelayerFee_orderBy, orderDirection: mantle_OrderDirection, where: mantle_RelayerFee_filter): [mantle_RelayerFee!] - initialRelayerFeeAsset: mantle_Bytes - caller: mantle_Bytes - transactionHash: mantle_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: mantle_Bytes - txNonce: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input mantle_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: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: mantle_TransferStatus - status_not: mantle_TransferStatus - status_in: [mantle_TransferStatus!] - status_not_in: [mantle_TransferStatus!] - messageHash: mantle_Bytes - messageHash_not: mantle_Bytes - messageHash_gt: mantle_Bytes - messageHash_lt: mantle_Bytes - messageHash_gte: mantle_Bytes - messageHash_lte: mantle_Bytes - messageHash_in: [mantle_Bytes!] - messageHash_not_in: [mantle_Bytes!] - messageHash_contains: mantle_Bytes - messageHash_not_contains: mantle_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: mantle_Bytes - to_not: mantle_Bytes - to_gt: mantle_Bytes - to_lt: mantle_Bytes - to_gte: mantle_Bytes - to_lte: mantle_Bytes - to_in: [mantle_Bytes!] - to_not_in: [mantle_Bytes!] - to_contains: mantle_Bytes - to_not_contains: mantle_Bytes - delegate: mantle_Bytes - delegate_not: mantle_Bytes - delegate_gt: mantle_Bytes - delegate_lt: mantle_Bytes - delegate_gte: mantle_Bytes - delegate_lte: mantle_Bytes - delegate_in: [mantle_Bytes!] - delegate_not_in: [mantle_Bytes!] - delegate_contains: mantle_Bytes - delegate_not_contains: mantle_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: mantle_Bytes - callData_not: mantle_Bytes - callData_gt: mantle_Bytes - callData_lt: mantle_Bytes - callData_gte: mantle_Bytes - callData_lte: mantle_Bytes - callData_in: [mantle_Bytes!] - callData_not_in: [mantle_Bytes!] - callData_contains: mantle_Bytes - callData_not_contains: mantle_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: mantle_Bytes - originSender_not: mantle_Bytes - originSender_gt: mantle_Bytes - originSender_lt: mantle_Bytes - originSender_gte: mantle_Bytes - originSender_lte: mantle_Bytes - originSender_in: [mantle_Bytes!] - originSender_not_in: [mantle_Bytes!] - originSender_contains: mantle_Bytes - originSender_not_contains: mantle_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - transactingAsset: mantle_Bytes - transactingAsset_not: mantle_Bytes - transactingAsset_gt: mantle_Bytes - transactingAsset_lt: mantle_Bytes - transactingAsset_gte: mantle_Bytes - transactingAsset_lte: mantle_Bytes - transactingAsset_in: [mantle_Bytes!] - transactingAsset_not_in: [mantle_Bytes!] - transactingAsset_contains: mantle_Bytes - transactingAsset_not_contains: mantle_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: mantle_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: mantle_RelayerFee_filter - initialRelayerFeeAsset: mantle_Bytes - initialRelayerFeeAsset_not: mantle_Bytes - initialRelayerFeeAsset_gt: mantle_Bytes - initialRelayerFeeAsset_lt: mantle_Bytes - initialRelayerFeeAsset_gte: mantle_Bytes - initialRelayerFeeAsset_lte: mantle_Bytes - initialRelayerFeeAsset_in: [mantle_Bytes!] - initialRelayerFeeAsset_not_in: [mantle_Bytes!] - initialRelayerFeeAsset_contains: mantle_Bytes - initialRelayerFeeAsset_not_contains: mantle_Bytes - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes +input sepolia_ModeConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_ModeConnectorMeta_filter] + or: [sepolia_ModeConnectorMeta_filter] +} + +enum sepolia_ModeConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_OptimismConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_OptimismConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OptimismConnectorMeta_filter] + or: [sepolia_OptimismConnectorMeta_filter] +} + +enum sepolia_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_OptimisticRootPropagated { + id: ID! + aggregateRoot: sepolia_Bytes! + domainsHash: sepolia_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input sepolia_OptimisticRootPropagated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes + domainsHash: sepolia_Bytes + domainsHash_not: sepolia_Bytes + domainsHash_gt: sepolia_Bytes + domainsHash_lt: sepolia_Bytes + domainsHash_gte: sepolia_Bytes + domainsHash_lte: sepolia_Bytes + domainsHash_in: [sepolia_Bytes!] + domainsHash_not_in: [sepolia_Bytes!] + domainsHash_contains: sepolia_Bytes + domainsHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66082,22 +65996,6 @@ input mantle_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -66106,97 +66004,129 @@ 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 - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginTransfer_filter] - or: [mantle_OriginTransfer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OptimisticRootPropagated_filter] + or: [sepolia_OptimisticRootPropagated_filter] } -enum mantle_OriginTransfer_orderBy { +enum sepolia_OptimisticRootPropagated_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + aggregateRoot + domainsHash timestamp - gasPrice - gasLimit blockNumber - txOrigin - txNonce } -type mantle_Relayer { +type sepolia_OptimisticRootProposed { id: ID! - isActive: Boolean! - relayer: mantle_Bytes + disputeCliff: BigInt! + aggregateRoot: sepolia_Bytes! + snapshotsRoots: [sepolia_Bytes!] + domains: [BigInt!] + baseAggregateRoot: sepolia_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -type mantle_RelayerFee { +input sepolia_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: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes + snapshotsRoots: [sepolia_Bytes!] + snapshotsRoots_not: [sepolia_Bytes!] + snapshotsRoots_contains: [sepolia_Bytes!] + snapshotsRoots_contains_nocase: [sepolia_Bytes!] + snapshotsRoots_not_contains: [sepolia_Bytes!] + snapshotsRoots_not_contains_nocase: [sepolia_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: sepolia_Bytes + baseAggregateRoot_not: sepolia_Bytes + baseAggregateRoot_gt: sepolia_Bytes + baseAggregateRoot_lt: sepolia_Bytes + baseAggregateRoot_gte: sepolia_Bytes + baseAggregateRoot_lte: sepolia_Bytes + baseAggregateRoot_in: [sepolia_Bytes!] + baseAggregateRoot_not_in: [sepolia_Bytes!] + baseAggregateRoot_contains: sepolia_Bytes + baseAggregateRoot_not_contains: sepolia_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OptimisticRootProposed_filter] + or: [sepolia_OptimisticRootProposed_filter] +} + +enum sepolia_OptimisticRootProposed_orderBy { + id + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum sepolia_OrderDirection { + asc + desc +} + +type sepolia_PolygonConnectorMeta { id: ID! - transfer: mantle_OriginTransfer! - fee: BigInt! - asset: mantle_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input mantle_RelayerFee_filter { +input sepolia_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -66205,101 +66135,154 @@ input mantle_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: mantle_OriginTransfer_filter - 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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_PolygonConnectorMeta_filter] + or: [sepolia_PolygonConnectorMeta_filter] +} + +enum sepolia_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_PolygonZkConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_PolygonZkConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RelayerFee_filter] - or: [mantle_RelayerFee_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_PolygonZkConnectorMeta_filter] + or: [sepolia_PolygonZkConnectorMeta_filter] } -enum mantle_RelayerFee_orderBy { +enum sepolia_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 } -type mantle_RelayerFeesIncrease { +type sepolia_RootAggregated { id: ID! - transfer: mantle_OriginTransfer! - increase: BigInt - asset: mantle_Bytes - caller: mantle_Bytes! - transactionHash: mantle_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + domain: BigInt! + receivedRoot: sepolia_Bytes! + index: BigInt! } -input mantle_RelayerFeesIncrease_filter { +input sepolia_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -66308,146 +66291,52 @@ input mantle_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: mantle_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: mantle_Bytes - asset_not: mantle_Bytes - asset_gt: mantle_Bytes - asset_lt: mantle_Bytes - asset_gte: mantle_Bytes - asset_lte: mantle_Bytes - asset_in: [mantle_Bytes!] - asset_not_in: [mantle_Bytes!] - asset_contains: mantle_Bytes - asset_not_contains: mantle_Bytes - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: sepolia_Bytes + receivedRoot_not: sepolia_Bytes + receivedRoot_gt: sepolia_Bytes + receivedRoot_lt: sepolia_Bytes + receivedRoot_gte: sepolia_Bytes + receivedRoot_lte: sepolia_Bytes + receivedRoot_in: [sepolia_Bytes!] + receivedRoot_not_in: [sepolia_Bytes!] + receivedRoot_contains: sepolia_Bytes + receivedRoot_not_contains: sepolia_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RelayerFeesIncrease_filter] - or: [mantle_RelayerFeesIncrease_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootAggregated_filter] + or: [sepolia_RootAggregated_filter] } -enum mantle_RelayerFeesIncrease_orderBy { +enum sepolia_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 } -input mantle_Relayer_filter { +type sepolia_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [sepolia_Bytes!] +} + +input sepolia_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -66456,38 +66345,36 @@ input mantle_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: mantle_Bytes - relayer_not: mantle_Bytes - relayer_gt: mantle_Bytes - relayer_lt: mantle_Bytes - relayer_gte: mantle_Bytes - relayer_lte: mantle_Bytes - relayer_in: [mantle_Bytes!] - relayer_not_in: [mantle_Bytes!] - relayer_contains: mantle_Bytes - relayer_not_contains: mantle_Bytes + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [sepolia_Bytes!] + connectors_not: [sepolia_Bytes!] + connectors_contains: [sepolia_Bytes!] + connectors_contains_nocase: [sepolia_Bytes!] + connectors_not_contains: [sepolia_Bytes!] + connectors_not_contains_nocase: [sepolia_Bytes!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Relayer_filter] - or: [mantle_Relayer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootManagerMeta_filter] + or: [sepolia_RootManagerMeta_filter] } -enum mantle_Relayer_orderBy { +enum sepolia_RootManagerMeta_orderBy { id - isActive - relayer + domains + connectors } -type mantle_RootCount { +type sepolia_RootManagerMode { id: ID! - count: BigInt + mode: String! } -input mantle_RootCount_filter { +input sepolia_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -66496,40 +66383,51 @@ input mantle_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RootCount_filter] - or: [mantle_RootCount_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootManagerMode_filter] + or: [sepolia_RootManagerMode_filter] } -enum mantle_RootCount_orderBy { +enum sepolia_RootManagerMode_orderBy { id - count + mode } -type mantle_RootMessageSent { +type sepolia_RootMessageProcessed { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: mantle_Bytes - count: BigInt - caller: mantle_Bytes - transactionHash: mantle_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + root: sepolia_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mantle_RootMessageSent_filter { +input sepolia_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -66554,44 +66452,36 @@ 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 - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66625,44 +66515,101 @@ 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: sepolia_BlockChangedFilter + and: [sepolia_RootMessageProcessed_filter] + or: [sepolia_RootMessageProcessed_filter] +} + +enum sepolia_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type sepolia_RootPropagated { + id: ID! + aggregate: sepolia_Bytes! + domainsHash: sepolia_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input sepolia_RootPropagated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregate: sepolia_Bytes + aggregate_not: sepolia_Bytes + aggregate_gt: sepolia_Bytes + aggregate_lt: sepolia_Bytes + aggregate_gte: sepolia_Bytes + aggregate_lte: sepolia_Bytes + aggregate_in: [sepolia_Bytes!] + aggregate_not_in: [sepolia_Bytes!] + aggregate_contains: sepolia_Bytes + aggregate_not_contains: sepolia_Bytes + domainsHash: sepolia_Bytes + domainsHash_not: sepolia_Bytes + domainsHash_gt: sepolia_Bytes + domainsHash_lt: sepolia_Bytes + domainsHash_gte: sepolia_Bytes + domainsHash_lte: sepolia_Bytes + domainsHash_in: [sepolia_Bytes!] + domainsHash_not_in: [sepolia_Bytes!] + domainsHash_contains: sepolia_Bytes + domainsHash_not_contains: sepolia_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootPropagated_filter] + or: [sepolia_RootPropagated_filter] } -enum mantle_RootMessageSent_orderBy { +enum sepolia_RootPropagated_orderBy { id - spokeDomain - hubDomain - root + aggregate + domainsHash count - caller - transactionHash - timestamp - gasPrice - gasLimit blockNumber } -type mantle_Router { - id: ID! - isActive: Boolean! - owner: mantle_Bytes - recipient: mantle_Bytes - proposedOwner: mantle_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mantle_AssetBalance_orderBy, orderDirection: mantle_OrderDirection, where: mantle_AssetBalance_filter): [mantle_AssetBalance!]! -} - -type mantle_RouterDailyTVL { +type sepolia_ScrollConnectorMeta { id: ID! - router: mantle_Router! - asset: mantle_Asset! - timestamp: BigInt! - balance: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input mantle_RouterDailyTVL_filter { +input sepolia_ScrollConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -66671,113 +66618,77 @@ input mantle_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: mantle_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - 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: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RouterDailyTVL_filter] - or: [mantle_RouterDailyTVL_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_ScrollConnectorMeta_filter] + or: [sepolia_ScrollConnectorMeta_filter] } -enum mantle_RouterDailyTVL_orderBy { +enum sepolia_ScrollConnectorMeta_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 mantle_RouterLiquidityEvent { +type sepolia_X1ConnectorMeta { id: ID! - type: mantle_RouterLiquidityEventType - router: mantle_Router! - asset: mantle_Asset! - amount: BigInt! - balance: BigInt! - caller: mantle_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: mantle_Bytes! - nonce: BigInt! -} - -enum mantle_RouterLiquidityEventType { - Add - Remove + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input mantle_RouterLiquidityEvent_filter { +input sepolia_X1ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -66786,148 +66697,77 @@ input mantle_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mantle_RouterLiquidityEventType - type_not: mantle_RouterLiquidityEventType - type_in: [mantle_RouterLiquidityEventType!] - type_not_in: [mantle_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: mantle_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RouterLiquidityEvent_filter] - or: [mantle_RouterLiquidityEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_X1ConnectorMeta_filter] + or: [sepolia_X1ConnectorMeta_filter] } -enum mantle_RouterLiquidityEvent_orderBy { +enum sepolia_X1ConnectorMeta_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 mantle_Router_filter { +type sepolia_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -66936,72 +66776,136 @@ input mantle_Router_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: mantle_Bytes - owner_not: mantle_Bytes - owner_gt: mantle_Bytes - owner_lt: mantle_Bytes - owner_gte: mantle_Bytes - owner_lte: mantle_Bytes - owner_in: [mantle_Bytes!] - owner_not_in: [mantle_Bytes!] - owner_contains: mantle_Bytes - owner_not_contains: mantle_Bytes - recipient: mantle_Bytes - recipient_not: mantle_Bytes - recipient_gt: mantle_Bytes - recipient_lt: mantle_Bytes - recipient_gte: mantle_Bytes - recipient_lte: mantle_Bytes - recipient_in: [mantle_Bytes!] - recipient_not_in: [mantle_Bytes!] - recipient_contains: mantle_Bytes - recipient_not_contains: mantle_Bytes - proposedOwner: mantle_Bytes - proposedOwner_not: mantle_Bytes - proposedOwner_gt: mantle_Bytes - proposedOwner_lt: mantle_Bytes - proposedOwner_gte: mantle_Bytes - proposedOwner_lte: mantle_Bytes - proposedOwner_in: [mantle_Bytes!] - proposedOwner_not_in: [mantle_Bytes!] - proposedOwner_contains: mantle_Bytes - proposedOwner_not_contains: mantle_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: mantle_AssetBalance_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Router_filter] - or: [mantle_Router_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_ZkSyncConnectorMeta_filter] + or: [sepolia_ZkSyncConnectorMeta_filter] +} + +enum sepolia_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia__Block_ { + """The hash of the block""" + hash: sepolia_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: sepolia_Bytes } -enum mantle_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances +"""The type for the top-level _meta field""" +type sepolia__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: sepolia__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -type mantle_Sequencer { +enum arbitrumsepolia_swap_Aggregation_interval { + hour + day +} + +scalar arbitrumsepolia_swap_BigDecimal + +input arbitrumsepolia_swap_BlockChangedFilter { + number_gte: Int! +} + +input arbitrumsepolia_swap_Block_height { + hash: arbitrumsepolia_swap_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumsepolia_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar arbitrumsepolia_swap_Int8 + +type arbitrumsepolia_swap_LpAccount { id: ID! - isActive: Boolean! - sequencer: mantle_Bytes + address: arbitrumsepolia_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpAccountBalance_filter): [arbitrumsepolia_swap_LpAccountBalance!]! } -input mantle_Sequencer_filter { +type arbitrumsepolia_swap_LpAccountBalance { + id: ID! + account: arbitrumsepolia_swap_LpAccount! + token: arbitrumsepolia_swap_LpToken! + amount: arbitrumsepolia_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: arbitrumsepolia_swap_Bytes +} + +input arbitrumsepolia_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -67010,39 +66914,107 @@ input mantle_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: 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 + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: arbitrumsepolia_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: arbitrumsepolia_swap_LpToken_filter + amount: arbitrumsepolia_swap_BigDecimal + amount_not: arbitrumsepolia_swap_BigDecimal + amount_gt: arbitrumsepolia_swap_BigDecimal + amount_lt: arbitrumsepolia_swap_BigDecimal + amount_gte: arbitrumsepolia_swap_BigDecimal + amount_lte: arbitrumsepolia_swap_BigDecimal + amount_in: [arbitrumsepolia_swap_BigDecimal!] + amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Sequencer_filter] - or: [mantle_Sequencer_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpAccountBalance_filter] + or: [arbitrumsepolia_swap_LpAccountBalance_filter] } -enum mantle_Sequencer_orderBy { +enum arbitrumsepolia_swap_LpAccountBalance_orderBy { id - isActive - sequencer -} - -type mantle_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: mantle_Bytes! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input mantle_Setting_filter { +input arbitrumsepolia_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -67051,49 +67023,51 @@ input mantle_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes + address: arbitrumsepolia_swap_Bytes + address_not: arbitrumsepolia_swap_Bytes + address_gt: arbitrumsepolia_swap_Bytes + address_lt: arbitrumsepolia_swap_Bytes + address_gte: arbitrumsepolia_swap_Bytes + address_lte: arbitrumsepolia_swap_Bytes + address_in: [arbitrumsepolia_swap_Bytes!] + address_not_in: [arbitrumsepolia_swap_Bytes!] + address_contains: arbitrumsepolia_swap_Bytes + address_not_contains: arbitrumsepolia_swap_Bytes + balances_: arbitrumsepolia_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Setting_filter] - or: [mantle_Setting_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpAccount_filter] + or: [arbitrumsepolia_swap_LpAccount_filter] } -enum mantle_Setting_orderBy { +enum arbitrumsepolia_swap_LpAccount_orderBy { id - maxRoutersPerTransfer - caller + address + balances } -type mantle_SlippageUpdate { +type arbitrumsepolia_swap_LpToken { id: ID! - transfer: mantle_DestinationTransfer! - slippage: BigInt! - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + address: arbitrumsepolia_swap_Bytes! + stableSwap: arbitrumsepolia_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: arbitrumsepolia_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpTokenEvent_filter): [arbitrumsepolia_swap_LpTokenEvent!]! +} + +interface arbitrumsepolia_swap_LpTokenEvent { + id: ID! + token: arbitrumsepolia_swap_LpToken! + amount: arbitrumsepolia_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! } -input mantle_SlippageUpdate_filter { +input arbitrumsepolia_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -67102,55 +67076,43 @@ input mantle_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: mantle_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: arbitrumsepolia_swap_LpToken_filter + amount: arbitrumsepolia_swap_BigDecimal + amount_not: arbitrumsepolia_swap_BigDecimal + amount_gt: arbitrumsepolia_swap_BigDecimal + amount_lt: arbitrumsepolia_swap_BigDecimal + amount_gte: arbitrumsepolia_swap_BigDecimal + amount_lte: arbitrumsepolia_swap_BigDecimal + amount_in: [arbitrumsepolia_swap_BigDecimal!] + amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -67159,94 +67121,191 @@ input mantle_SlippageUpdate_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_SlippageUpdate_filter] - or: [mantle_SlippageUpdate_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpTokenEvent_filter] + or: [arbitrumsepolia_swap_LpTokenEvent_filter] } -enum mantle_SlippageUpdate_orderBy { +enum arbitrumsepolia_swap_LpTokenEvent_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce +} + +input arbitrumsepolia_swap_LpToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + address: arbitrumsepolia_swap_Bytes + address_not: arbitrumsepolia_swap_Bytes + address_gt: arbitrumsepolia_swap_Bytes + address_lt: arbitrumsepolia_swap_Bytes + address_gte: arbitrumsepolia_swap_Bytes + address_lte: arbitrumsepolia_swap_Bytes + address_in: [arbitrumsepolia_swap_Bytes!] + address_not_in: [arbitrumsepolia_swap_Bytes!] + address_contains: arbitrumsepolia_swap_Bytes + address_not_contains: arbitrumsepolia_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumsepolia_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: arbitrumsepolia_swap_BigDecimal + totalSupply_not: arbitrumsepolia_swap_BigDecimal + totalSupply_gt: arbitrumsepolia_swap_BigDecimal + totalSupply_lt: arbitrumsepolia_swap_BigDecimal + totalSupply_gte: arbitrumsepolia_swap_BigDecimal + totalSupply_lte: arbitrumsepolia_swap_BigDecimal + totalSupply_in: [arbitrumsepolia_swap_BigDecimal!] + totalSupply_not_in: [arbitrumsepolia_swap_BigDecimal!] + events_: arbitrumsepolia_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpToken_filter] + or: [arbitrumsepolia_swap_LpToken_filter] } -type mantle_SnapshotRoot { +enum arbitrumsepolia_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events +} + +type arbitrumsepolia_swap_LpTransferEvent implements arbitrumsepolia_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt - root: mantle_Bytes! - count: BigInt! + token: arbitrumsepolia_swap_LpToken! + amount: arbitrumsepolia_swap_BigDecimal! + from: arbitrumsepolia_swap_Bytes! + to: arbitrumsepolia_swap_Bytes! + fromBalance: arbitrumsepolia_swap_BigDecimal! + toBalance: arbitrumsepolia_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! } -input mantle_SnapshotRoot_filter { +input arbitrumsepolia_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -67255,32 +67314,79 @@ input mantle_SnapshotRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: arbitrumsepolia_swap_LpToken_filter + amount: arbitrumsepolia_swap_BigDecimal + amount_not: arbitrumsepolia_swap_BigDecimal + amount_gt: arbitrumsepolia_swap_BigDecimal + amount_lt: arbitrumsepolia_swap_BigDecimal + amount_gte: arbitrumsepolia_swap_BigDecimal + amount_lte: arbitrumsepolia_swap_BigDecimal + amount_in: [arbitrumsepolia_swap_BigDecimal!] + amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + from: arbitrumsepolia_swap_Bytes + from_not: arbitrumsepolia_swap_Bytes + from_gt: arbitrumsepolia_swap_Bytes + from_lt: arbitrumsepolia_swap_Bytes + from_gte: arbitrumsepolia_swap_Bytes + from_lte: arbitrumsepolia_swap_Bytes + from_in: [arbitrumsepolia_swap_Bytes!] + from_not_in: [arbitrumsepolia_swap_Bytes!] + from_contains: arbitrumsepolia_swap_Bytes + from_not_contains: arbitrumsepolia_swap_Bytes + to: arbitrumsepolia_swap_Bytes + to_not: arbitrumsepolia_swap_Bytes + to_gt: arbitrumsepolia_swap_Bytes + to_lt: arbitrumsepolia_swap_Bytes + to_gte: arbitrumsepolia_swap_Bytes + to_lte: arbitrumsepolia_swap_Bytes + to_in: [arbitrumsepolia_swap_Bytes!] + to_not_in: [arbitrumsepolia_swap_Bytes!] + to_contains: arbitrumsepolia_swap_Bytes + to_not_contains: arbitrumsepolia_swap_Bytes + fromBalance: arbitrumsepolia_swap_BigDecimal + fromBalance_not: arbitrumsepolia_swap_BigDecimal + fromBalance_gt: arbitrumsepolia_swap_BigDecimal + fromBalance_lt: arbitrumsepolia_swap_BigDecimal + fromBalance_gte: arbitrumsepolia_swap_BigDecimal + fromBalance_lte: arbitrumsepolia_swap_BigDecimal + fromBalance_in: [arbitrumsepolia_swap_BigDecimal!] + fromBalance_not_in: [arbitrumsepolia_swap_BigDecimal!] + toBalance: arbitrumsepolia_swap_BigDecimal + toBalance_not: arbitrumsepolia_swap_BigDecimal + toBalance_gt: arbitrumsepolia_swap_BigDecimal + toBalance_lt: arbitrumsepolia_swap_BigDecimal + toBalance_gte: arbitrumsepolia_swap_BigDecimal + toBalance_lte: arbitrumsepolia_swap_BigDecimal + toBalance_in: [arbitrumsepolia_swap_BigDecimal!] + toBalance_not_in: [arbitrumsepolia_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -67289,35 +67395,62 @@ input mantle_SnapshotRoot_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_SnapshotRoot_filter] - or: [mantle_SnapshotRoot_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpTransferEvent_filter] + or: [arbitrumsepolia_swap_LpTransferEvent_filter] } -enum mantle_SnapshotRoot_orderBy { +enum arbitrumsepolia_swap_LpTransferEvent_orderBy { id - spokeDomain - root - count + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - blockNumber + transaction + nonce } -type mantle_SpokeConnectorMode { +"""Defines the order direction, either ascending or descending""" +enum arbitrumsepolia_swap_OrderDirection { + asc + desc +} + +type arbitrumsepolia_swap_PooledToken { id: ID! - mode: String! + asset: arbitrumsepolia_swap_Bytes! } -input mantle_SpokeConnectorMode_filter { +input arbitrumsepolia_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -67326,89 +67459,72 @@ input mantle_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + asset: arbitrumsepolia_swap_Bytes + asset_not: arbitrumsepolia_swap_Bytes + asset_gt: arbitrumsepolia_swap_Bytes + asset_lt: arbitrumsepolia_swap_Bytes + asset_gte: arbitrumsepolia_swap_Bytes + asset_lte: arbitrumsepolia_swap_Bytes + asset_in: [arbitrumsepolia_swap_Bytes!] + asset_not_in: [arbitrumsepolia_swap_Bytes!] + asset_contains: arbitrumsepolia_swap_Bytes + asset_not_contains: arbitrumsepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_SpokeConnectorMode_filter] - or: [mantle_SpokeConnectorMode_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_PooledToken_filter] + or: [arbitrumsepolia_swap_PooledToken_filter] } -enum mantle_SpokeConnectorMode_orderBy { +enum arbitrumsepolia_swap_PooledToken_orderBy { id - mode -} - -enum mantle_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type mantle__Block_ { - """The hash of the block""" - hash: mantle_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: mantle_Bytes -} - -"""The type for the top-level _meta field""" -type mantle__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mantle__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + asset } -type arbitrumone_AggregateRoot { +type arbitrumsepolia_swap_StableSwap { id: ID! - root: arbitrumone_Bytes! - blockNumber: BigInt! + isActive: Boolean + key: arbitrumsepolia_swap_Bytes! + canonicalId: arbitrumsepolia_swap_Bytes + domain: BigInt + swapPool: arbitrumsepolia_swap_Bytes + lpToken: arbitrumsepolia_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [arbitrumsepolia_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapEvent_filter): [arbitrumsepolia_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapExchange_filter): [arbitrumsepolia_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapHourlyVolume_filter): [arbitrumsepolia_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapDailyVolume_filter): [arbitrumsepolia_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapWeeklyVolume_filter): [arbitrumsepolia_swap_SwapWeeklyVolume!] } -type arbitrumone_AggregateRootProposed { +type arbitrumsepolia_swap_StableSwapAddLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { id: ID! - aggregateRoot: arbitrumone_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + stableSwap: arbitrumsepolia_swap_StableSwap! + provider: arbitrumsepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! } -input arbitrumone_AggregateRootProposed_filter { +input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -67417,40 +67533,87 @@ 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 - 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_: arbitrumsepolia_swap_StableSwap_filter + provider: arbitrumsepolia_swap_Bytes + provider_not: arbitrumsepolia_swap_Bytes + provider_gt: arbitrumsepolia_swap_Bytes + provider_lt: arbitrumsepolia_swap_Bytes + provider_gte: arbitrumsepolia_swap_Bytes + provider_lte: arbitrumsepolia_swap_Bytes + provider_in: [arbitrumsepolia_swap_Bytes!] + provider_not_in: [arbitrumsepolia_swap_Bytes!] + provider_contains: arbitrumsepolia_swap_Bytes + provider_not_contains: arbitrumsepolia_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -67459,31 +67622,72 @@ input arbitrumone_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: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AggregateRootProposed_filter] - or: [arbitrumone_AggregateRootProposed_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumone_AggregateRootProposed_orderBy { +enum arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - blockNumber + transaction + nonce } -input arbitrumone_AggregateRoot_filter { +interface arbitrumsepolia_swap_StableSwapEvent { + id: ID! + stableSwap: arbitrumsepolia_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! +} + +input arbitrumsepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -67492,66 +67696,109 @@ 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 - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumsepolia_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AggregateRoot_filter] - or: [arbitrumone_AggregateRoot_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapEvent_filter] + or: [arbitrumsepolia_swap_StableSwapEvent_filter] } -enum arbitrumone_AggregateRoot_orderBy { +enum arbitrumsepolia_swap_StableSwapEvent_orderBy { id - root - blockNumber -} - -enum arbitrumone_Aggregation_interval { - hour - day -} - -type arbitrumone_Asset { - id: ID! - key: arbitrumone_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: arbitrumone_Bytes - canonicalDomain: BigInt - adoptedAsset: arbitrumone_Bytes - localAsset: arbitrumone_Bytes - blockNumber: BigInt - status: arbitrumone_AssetStatus + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce } -type arbitrumone_AssetBalance { +type arbitrumsepolia_swap_StableSwapExchange { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: arbitrumone_Router! - asset: arbitrumone_Asset! - feesEarned: BigInt! + stableSwap: arbitrumsepolia_swap_StableSwap! + buyer: arbitrumsepolia_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! } -input arbitrumone_AssetBalance_filter { +input arbitrumsepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -67560,126 +67807,172 @@ input arbitrumone_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_: arbitrumone_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumsepolia_swap_StableSwap_filter + buyer: arbitrumsepolia_swap_Bytes + buyer_not: arbitrumsepolia_swap_Bytes + buyer_gt: arbitrumsepolia_swap_Bytes + buyer_lt: arbitrumsepolia_swap_Bytes + buyer_gte: arbitrumsepolia_swap_Bytes + buyer_lte: arbitrumsepolia_swap_Bytes + buyer_in: [arbitrumsepolia_swap_Bytes!] + buyer_not_in: [arbitrumsepolia_swap_Bytes!] + buyer_contains: arbitrumsepolia_swap_Bytes + buyer_not_contains: arbitrumsepolia_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AssetBalance_filter] - or: [arbitrumone_AssetBalance_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapExchange_filter] + or: [arbitrumsepolia_swap_StableSwapExchange_filter] } -enum arbitrumone_AssetBalance_orderBy { +enum arbitrumsepolia_swap_StableSwapExchange_orderBy { id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type arbitrumone_AssetStatus { +type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { id: ID! - status: Boolean + stableSwap: arbitrumsepolia_swap_StableSwap! + provider: arbitrumsepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! } -input arbitrumone_AssetStatus_filter { +input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -67688,22 +67981,152 @@ input arbitrumone_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_: arbitrumsepolia_swap_StableSwap_filter + provider: arbitrumsepolia_swap_Bytes + provider_not: arbitrumsepolia_swap_Bytes + provider_gt: arbitrumsepolia_swap_Bytes + provider_lt: arbitrumsepolia_swap_Bytes + provider_gte: arbitrumsepolia_swap_Bytes + provider_lte: arbitrumsepolia_swap_Bytes + provider_in: [arbitrumsepolia_swap_Bytes!] + provider_not_in: [arbitrumsepolia_swap_Bytes!] + provider_contains: arbitrumsepolia_swap_Bytes + provider_not_contains: arbitrumsepolia_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_AssetStatus_filter] - or: [arbitrumone_AssetStatus_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumone_AssetStatus_orderBy { +enum arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { id - status + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input arbitrumone_Asset_filter { +input arbitrumsepolia_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -67712,144 +68135,201 @@ 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 - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: arbitrumone_Bytes - adoptedAsset_not: arbitrumone_Bytes - adoptedAsset_gt: arbitrumone_Bytes - adoptedAsset_lt: arbitrumone_Bytes - adoptedAsset_gte: arbitrumone_Bytes - adoptedAsset_lte: arbitrumone_Bytes - adoptedAsset_in: [arbitrumone_Bytes!] - adoptedAsset_not_in: [arbitrumone_Bytes!] - adoptedAsset_contains: arbitrumone_Bytes - adoptedAsset_not_contains: arbitrumone_Bytes - localAsset: arbitrumone_Bytes - localAsset_not: arbitrumone_Bytes - localAsset_gt: arbitrumone_Bytes - localAsset_lt: arbitrumone_Bytes - localAsset_gte: arbitrumone_Bytes - localAsset_lte: arbitrumone_Bytes - localAsset_in: [arbitrumone_Bytes!] - localAsset_not_in: [arbitrumone_Bytes!] - localAsset_contains: arbitrumone_Bytes - localAsset_not_contains: arbitrumone_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: arbitrumone_AssetStatus_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: arbitrumsepolia_swap_Bytes + key_not: arbitrumsepolia_swap_Bytes + key_gt: arbitrumsepolia_swap_Bytes + key_lt: arbitrumsepolia_swap_Bytes + key_gte: arbitrumsepolia_swap_Bytes + key_lte: arbitrumsepolia_swap_Bytes + key_in: [arbitrumsepolia_swap_Bytes!] + key_not_in: [arbitrumsepolia_swap_Bytes!] + key_contains: arbitrumsepolia_swap_Bytes + key_not_contains: arbitrumsepolia_swap_Bytes + canonicalId: arbitrumsepolia_swap_Bytes + canonicalId_not: arbitrumsepolia_swap_Bytes + canonicalId_gt: arbitrumsepolia_swap_Bytes + canonicalId_lt: arbitrumsepolia_swap_Bytes + canonicalId_gte: arbitrumsepolia_swap_Bytes + canonicalId_lte: arbitrumsepolia_swap_Bytes + canonicalId_in: [arbitrumsepolia_swap_Bytes!] + canonicalId_not_in: [arbitrumsepolia_swap_Bytes!] + canonicalId_contains: arbitrumsepolia_swap_Bytes + canonicalId_not_contains: arbitrumsepolia_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: arbitrumsepolia_swap_Bytes + swapPool_not: arbitrumsepolia_swap_Bytes + swapPool_gt: arbitrumsepolia_swap_Bytes + swapPool_lt: arbitrumsepolia_swap_Bytes + swapPool_gte: arbitrumsepolia_swap_Bytes + swapPool_lte: arbitrumsepolia_swap_Bytes + swapPool_in: [arbitrumsepolia_swap_Bytes!] + swapPool_not_in: [arbitrumsepolia_swap_Bytes!] + swapPool_contains: arbitrumsepolia_swap_Bytes + swapPool_not_contains: arbitrumsepolia_swap_Bytes + lpToken: arbitrumsepolia_swap_Bytes + lpToken_not: arbitrumsepolia_swap_Bytes + lpToken_gt: arbitrumsepolia_swap_Bytes + lpToken_lt: arbitrumsepolia_swap_Bytes + lpToken_gte: arbitrumsepolia_swap_Bytes + lpToken_lte: arbitrumsepolia_swap_Bytes + lpToken_in: [arbitrumsepolia_swap_Bytes!] + lpToken_not_in: [arbitrumsepolia_swap_Bytes!] + lpToken_contains: arbitrumsepolia_swap_Bytes + lpToken_not_contains: arbitrumsepolia_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [arbitrumsepolia_swap_Bytes!] + pooledTokens_not: [arbitrumsepolia_swap_Bytes!] + pooledTokens_contains: [arbitrumsepolia_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumsepolia_swap_Bytes!] + pooledTokens_not_contains: [arbitrumsepolia_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumsepolia_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: arbitrumsepolia_swap_StableSwapEvent_filter + exchanges_: arbitrumsepolia_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumsepolia_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumsepolia_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumsepolia_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_Asset_filter] - or: [arbitrumone_Asset_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwap_filter] + or: [arbitrumsepolia_swap_StableSwap_filter] } -enum arbitrumone_Asset_orderBy { +enum arbitrumsepolia_swap_StableSwap_orderBy { id + isActive key - decimal - adoptedDecimal canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar arbitrumone_BigDecimal - -input arbitrumone_BlockChangedFilter { - number_gte: Int! -} - -input arbitrumone_Block_height { - hash: arbitrumone_Bytes - number: Int - number_gte: Int + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -scalar arbitrumone_Bytes - -type arbitrumone_ConnectorMeta { +type arbitrumsepolia_swap_SwapDailyVolume implements arbitrumsepolia_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: arbitrumone_Bytes - rootManager: arbitrumone_Bytes - mirrorConnector: arbitrumone_Bytes + stableSwap: arbitrumsepolia_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumsepolia_swap_BigDecimal! } -input arbitrumone_ConnectorMeta_filter { +input arbitrumsepolia_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -67858,109 +68338,80 @@ input arbitrumone_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumsepolia_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_ConnectorMeta_filter] - or: [arbitrumone_ConnectorMeta_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapDailyVolume_filter] + or: [arbitrumsepolia_swap_SwapDailyVolume_filter] } -enum arbitrumone_ConnectorMeta_orderBy { +enum arbitrumsepolia_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type arbitrumone_DestinationTransfer { +type arbitrumsepolia_swap_SwapHourlyVolume implements arbitrumsepolia_swap_SwapTradeVolume { id: ID! - chainId: BigInt - transferId: arbitrumone_Bytes - nonce: BigInt - status: arbitrumone_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_Router_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_Router_filter): [arbitrumone_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: arbitrumone_Bytes - delegate: arbitrumone_Bytes - receiveLocal: Boolean - callData: arbitrumone_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: arbitrumone_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset - amount: BigInt - routersFee: BigInt - executedCaller: arbitrumone_Bytes - executedTransactionHash: arbitrumone_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: arbitrumone_Bytes - executedTxNonce: BigInt - reconciledCaller: arbitrumone_Bytes - reconciledTransactionHash: arbitrumone_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumone_Bytes - reconciledTxNonce: BigInt + stableSwap: arbitrumsepolia_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumsepolia_swap_BigDecimal! } -input arbitrumone_DestinationTransfer_filter { +input arbitrumsepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -67969,400 +68420,152 @@ input arbitrumone_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: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: arbitrumone_TransferStatus - status_not: arbitrumone_TransferStatus - status_in: [arbitrumone_TransferStatus!] - status_not_in: [arbitrumone_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: arbitrumone_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: arbitrumone_Bytes - to_not: arbitrumone_Bytes - to_gt: arbitrumone_Bytes - to_lt: arbitrumone_Bytes - to_gte: arbitrumone_Bytes - to_lte: arbitrumone_Bytes - to_in: [arbitrumone_Bytes!] - to_not_in: [arbitrumone_Bytes!] - to_contains: arbitrumone_Bytes - to_not_contains: arbitrumone_Bytes - delegate: arbitrumone_Bytes - delegate_not: arbitrumone_Bytes - delegate_gt: arbitrumone_Bytes - delegate_lt: arbitrumone_Bytes - delegate_gte: arbitrumone_Bytes - delegate_lte: arbitrumone_Bytes - delegate_in: [arbitrumone_Bytes!] - delegate_not_in: [arbitrumone_Bytes!] - delegate_contains: arbitrumone_Bytes - delegate_not_contains: arbitrumone_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: arbitrumone_Bytes - callData_not: arbitrumone_Bytes - callData_gt: arbitrumone_Bytes - callData_lt: arbitrumone_Bytes - callData_gte: arbitrumone_Bytes - callData_lte: arbitrumone_Bytes - callData_in: [arbitrumone_Bytes!] - callData_not_in: [arbitrumone_Bytes!] - callData_contains: arbitrumone_Bytes - callData_not_contains: arbitrumone_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: arbitrumone_Bytes - originSender_not: arbitrumone_Bytes - originSender_gt: arbitrumone_Bytes - originSender_lt: arbitrumone_Bytes - originSender_gte: arbitrumone_Bytes - originSender_lte: arbitrumone_Bytes - originSender_in: [arbitrumone_Bytes!] - originSender_not_in: [arbitrumone_Bytes!] - originSender_contains: arbitrumone_Bytes - originSender_not_contains: arbitrumone_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: arbitrumone_Bytes - executedCaller_not: arbitrumone_Bytes - executedCaller_gt: arbitrumone_Bytes - executedCaller_lt: arbitrumone_Bytes - executedCaller_gte: arbitrumone_Bytes - executedCaller_lte: arbitrumone_Bytes - executedCaller_in: [arbitrumone_Bytes!] - executedCaller_not_in: [arbitrumone_Bytes!] - executedCaller_contains: arbitrumone_Bytes - executedCaller_not_contains: arbitrumone_Bytes - executedTransactionHash: arbitrumone_Bytes - executedTransactionHash_not: arbitrumone_Bytes - executedTransactionHash_gt: arbitrumone_Bytes - executedTransactionHash_lt: arbitrumone_Bytes - executedTransactionHash_gte: arbitrumone_Bytes - executedTransactionHash_lte: arbitrumone_Bytes - executedTransactionHash_in: [arbitrumone_Bytes!] - executedTransactionHash_not_in: [arbitrumone_Bytes!] - executedTransactionHash_contains: arbitrumone_Bytes - executedTransactionHash_not_contains: arbitrumone_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: arbitrumone_Bytes - executedTxOrigin_not: arbitrumone_Bytes - executedTxOrigin_gt: arbitrumone_Bytes - executedTxOrigin_lt: arbitrumone_Bytes - executedTxOrigin_gte: arbitrumone_Bytes - executedTxOrigin_lte: arbitrumone_Bytes - executedTxOrigin_in: [arbitrumone_Bytes!] - executedTxOrigin_not_in: [arbitrumone_Bytes!] - executedTxOrigin_contains: arbitrumone_Bytes - executedTxOrigin_not_contains: arbitrumone_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: arbitrumone_Bytes - reconciledCaller_not: arbitrumone_Bytes - reconciledCaller_gt: arbitrumone_Bytes - reconciledCaller_lt: arbitrumone_Bytes - reconciledCaller_gte: arbitrumone_Bytes - reconciledCaller_lte: arbitrumone_Bytes - reconciledCaller_in: [arbitrumone_Bytes!] - reconciledCaller_not_in: [arbitrumone_Bytes!] - reconciledCaller_contains: arbitrumone_Bytes - reconciledCaller_not_contains: arbitrumone_Bytes - reconciledTransactionHash: arbitrumone_Bytes - reconciledTransactionHash_not: arbitrumone_Bytes - reconciledTransactionHash_gt: arbitrumone_Bytes - reconciledTransactionHash_lt: arbitrumone_Bytes - reconciledTransactionHash_gte: arbitrumone_Bytes - reconciledTransactionHash_lte: arbitrumone_Bytes - reconciledTransactionHash_in: [arbitrumone_Bytes!] - reconciledTransactionHash_not_in: [arbitrumone_Bytes!] - reconciledTransactionHash_contains: arbitrumone_Bytes - reconciledTransactionHash_not_contains: arbitrumone_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: arbitrumone_Bytes - reconciledTxOrigin_not: arbitrumone_Bytes - reconciledTxOrigin_gt: arbitrumone_Bytes - reconciledTxOrigin_lt: arbitrumone_Bytes - reconciledTxOrigin_gte: arbitrumone_Bytes - reconciledTxOrigin_lte: arbitrumone_Bytes - reconciledTxOrigin_in: [arbitrumone_Bytes!] - reconciledTxOrigin_not_in: [arbitrumone_Bytes!] - reconciledTxOrigin_contains: arbitrumone_Bytes - reconciledTxOrigin_not_contains: arbitrumone_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumsepolia_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_DestinationTransfer_filter] - or: [arbitrumone_DestinationTransfer_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapHourlyVolume_filter] + or: [arbitrumsepolia_swap_SwapHourlyVolume_filter] } -enum arbitrumone_DestinationTransfer_orderBy { +enum arbitrumsepolia_swap_SwapHourlyVolume_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface arbitrumsepolia_swap_SwapTradeVolume { + stableSwap: arbitrumsepolia_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumsepolia_swap_BigDecimal! +} + +input arbitrumsepolia_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumsepolia_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapTradeVolume_filter] + or: [arbitrumsepolia_swap_SwapTradeVolume_filter] } -""" -8 bytes signed integer - -""" -scalar arbitrumone_Int8 +enum arbitrumsepolia_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} -type arbitrumone_OptimisticRootFinalized { +type arbitrumsepolia_swap_SwapWeeklyVolume implements arbitrumsepolia_swap_SwapTradeVolume { id: ID! - aggregateRoot: arbitrumone_Bytes! + stableSwap: arbitrumsepolia_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: arbitrumsepolia_swap_BigDecimal! } -input arbitrumone_OptimisticRootFinalized_filter { +input arbitrumsepolia_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -68371,16 +68574,27 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68389,47 +68603,155 @@ input arbitrumone_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: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_OptimisticRootFinalized_filter] - or: [arbitrumone_OptimisticRootFinalized_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] + or: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] } -enum arbitrumone_OptimisticRootFinalized_orderBy { +enum arbitrumsepolia_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 arbitrumone_OrderDirection { - asc - desc +type arbitrumsepolia_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! } -type arbitrumone_OriginMessage { +input arbitrumsepolia_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: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SystemInfo_filter] + or: [arbitrumsepolia_swap_SystemInfo_filter] +} + +enum arbitrumsepolia_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type arbitrumsepolia_swap__Block_ { + """The hash of the block""" + hash: arbitrumsepolia_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumsepolia_swap_Bytes +} + +"""The type for the top-level _meta field""" +type arbitrumsepolia_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: arbitrumsepolia_swap__Block_! + """The deployment ID""" + deployment: 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! - transferId: arbitrumone_Bytes - destinationDomain: BigInt - leaf: arbitrumone_Bytes - index: BigInt - message: arbitrumone_Bytes - root: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - blockNumber: BigInt - rootCount: arbitrumone_RootCount + 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!]! } -input arbitrumone_OriginMessage_filter { +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 @@ -68438,158 +68760,160 @@ 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 - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: arbitrumone_Bytes - leaf_not: arbitrumone_Bytes - leaf_gt: arbitrumone_Bytes - leaf_lt: arbitrumone_Bytes - leaf_gte: arbitrumone_Bytes - leaf_lte: arbitrumone_Bytes - leaf_in: [arbitrumone_Bytes!] - leaf_not_in: [arbitrumone_Bytes!] - leaf_contains: arbitrumone_Bytes - leaf_not_contains: arbitrumone_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: arbitrumone_Bytes - message_not: arbitrumone_Bytes - message_gt: arbitrumone_Bytes - message_lt: arbitrumone_Bytes - message_gte: arbitrumone_Bytes - message_lte: arbitrumone_Bytes - message_in: [arbitrumone_Bytes!] - message_not_in: [arbitrumone_Bytes!] - message_contains: arbitrumone_Bytes - message_not_contains: arbitrumone_Bytes - root: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: arbitrumone_RootCount_filter + 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_OriginMessage_filter] - or: [arbitrumone_OriginMessage_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum arbitrumone_OriginMessage_orderBy { +enum polygon_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 arbitrumone_OriginTransfer { - id: ID! - chainId: BigInt - transferId: arbitrumone_Bytes - nonce: BigInt - status: arbitrumone_TransferStatus - messageHash: arbitrumone_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: arbitrumone_Bytes - delegate: arbitrumone_Bytes - receiveLocal: Boolean - callData: arbitrumone_Bytes - slippage: BigInt - originSender: arbitrumone_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: arbitrumone_Bytes - asset: arbitrumone_Asset - transactingAsset: arbitrumone_Bytes - message: arbitrumone_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_RelayerFee_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_RelayerFee_filter): [arbitrumone_RelayerFee!] - initialRelayerFeeAsset: arbitrumone_Bytes - caller: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: arbitrumone_Bytes - txNonce: BigInt +input polygon_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: 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: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -input arbitrumone_OriginTransfer_filter { +enum polygon_swap_LpAccount_orderBy { + id + address + balances +} + +type polygon_swap_LpToken { + id: ID! + address: polygon_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: polygon_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! +} + +interface polygon_swap_LpTokenEvent { + id: ID! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! +} + +input polygon_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -68598,245 +68922,43 @@ input arbitrumone_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: arbitrumone_Bytes - transferId_not: arbitrumone_Bytes - transferId_gt: arbitrumone_Bytes - transferId_lt: arbitrumone_Bytes - transferId_gte: arbitrumone_Bytes - transferId_lte: arbitrumone_Bytes - transferId_in: [arbitrumone_Bytes!] - transferId_not_in: [arbitrumone_Bytes!] - transferId_contains: arbitrumone_Bytes - transferId_not_contains: arbitrumone_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: arbitrumone_TransferStatus - status_not: arbitrumone_TransferStatus - status_in: [arbitrumone_TransferStatus!] - status_not_in: [arbitrumone_TransferStatus!] - messageHash: arbitrumone_Bytes - messageHash_not: arbitrumone_Bytes - messageHash_gt: arbitrumone_Bytes - messageHash_lt: arbitrumone_Bytes - messageHash_gte: arbitrumone_Bytes - messageHash_lte: arbitrumone_Bytes - messageHash_in: [arbitrumone_Bytes!] - messageHash_not_in: [arbitrumone_Bytes!] - messageHash_contains: arbitrumone_Bytes - messageHash_not_contains: arbitrumone_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: arbitrumone_Bytes - to_not: arbitrumone_Bytes - to_gt: arbitrumone_Bytes - to_lt: arbitrumone_Bytes - to_gte: arbitrumone_Bytes - to_lte: arbitrumone_Bytes - to_in: [arbitrumone_Bytes!] - to_not_in: [arbitrumone_Bytes!] - to_contains: arbitrumone_Bytes - to_not_contains: arbitrumone_Bytes - delegate: arbitrumone_Bytes - delegate_not: arbitrumone_Bytes - delegate_gt: arbitrumone_Bytes - delegate_lt: arbitrumone_Bytes - delegate_gte: arbitrumone_Bytes - delegate_lte: arbitrumone_Bytes - delegate_in: [arbitrumone_Bytes!] - delegate_not_in: [arbitrumone_Bytes!] - delegate_contains: arbitrumone_Bytes - delegate_not_contains: arbitrumone_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: arbitrumone_Bytes - callData_not: arbitrumone_Bytes - callData_gt: arbitrumone_Bytes - callData_lt: arbitrumone_Bytes - callData_gte: arbitrumone_Bytes - callData_lte: arbitrumone_Bytes - callData_in: [arbitrumone_Bytes!] - callData_not_in: [arbitrumone_Bytes!] - callData_contains: arbitrumone_Bytes - callData_not_contains: arbitrumone_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: arbitrumone_Bytes - originSender_not: arbitrumone_Bytes - originSender_gt: arbitrumone_Bytes - originSender_lt: arbitrumone_Bytes - originSender_gte: arbitrumone_Bytes - originSender_lte: arbitrumone_Bytes - originSender_in: [arbitrumone_Bytes!] - originSender_not_in: [arbitrumone_Bytes!] - originSender_contains: arbitrumone_Bytes - originSender_not_contains: arbitrumone_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumone_Bytes - canonicalId_not: arbitrumone_Bytes - canonicalId_gt: arbitrumone_Bytes - canonicalId_lt: arbitrumone_Bytes - canonicalId_gte: arbitrumone_Bytes - canonicalId_lte: arbitrumone_Bytes - canonicalId_in: [arbitrumone_Bytes!] - canonicalId_not_in: [arbitrumone_Bytes!] - canonicalId_contains: arbitrumone_Bytes - canonicalId_not_contains: arbitrumone_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter - transactingAsset: arbitrumone_Bytes - transactingAsset_not: arbitrumone_Bytes - transactingAsset_gt: arbitrumone_Bytes - transactingAsset_lt: arbitrumone_Bytes - transactingAsset_gte: arbitrumone_Bytes - transactingAsset_lte: arbitrumone_Bytes - transactingAsset_in: [arbitrumone_Bytes!] - transactingAsset_not_in: [arbitrumone_Bytes!] - transactingAsset_contains: arbitrumone_Bytes - transactingAsset_not_contains: arbitrumone_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: arbitrumone_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: arbitrumone_RelayerFee_filter - initialRelayerFeeAsset: arbitrumone_Bytes - initialRelayerFeeAsset_not: arbitrumone_Bytes - initialRelayerFeeAsset_gt: arbitrumone_Bytes - initialRelayerFeeAsset_lt: arbitrumone_Bytes - initialRelayerFeeAsset_gte: arbitrumone_Bytes - initialRelayerFeeAsset_lte: arbitrumone_Bytes - initialRelayerFeeAsset_in: [arbitrumone_Bytes!] - initialRelayerFeeAsset_not_in: [arbitrumone_Bytes!] - initialRelayerFeeAsset_contains: arbitrumone_Bytes - initialRelayerFeeAsset_not_contains: arbitrumone_Bytes - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + 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 @@ -68845,121 +68967,47 @@ input arbitrumone_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: arbitrumone_Bytes - txOrigin_not: arbitrumone_Bytes - txOrigin_gt: arbitrumone_Bytes - txOrigin_lt: arbitrumone_Bytes - txOrigin_gte: arbitrumone_Bytes - txOrigin_lte: arbitrumone_Bytes - txOrigin_in: [arbitrumone_Bytes!] - txOrigin_not_in: [arbitrumone_Bytes!] - txOrigin_contains: arbitrumone_Bytes - txOrigin_not_contains: arbitrumone_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_OriginTransfer_filter] - or: [arbitrumone_OriginTransfer_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum arbitrumone_OriginTransfer_orderBy { +enum polygon_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 arbitrumone_Relayer { - id: ID! - isActive: Boolean! - relayer: arbitrumone_Bytes -} - -type arbitrumone_RelayerFee { - id: ID! - transfer: arbitrumone_OriginTransfer! - fee: BigInt! - asset: arbitrumone_Bytes! + transaction + nonce } -input arbitrumone_RelayerFee_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -68968,101 +69016,142 @@ input arbitrumone_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_: arbitrumone_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: arbitrumone_Bytes - asset_not: arbitrumone_Bytes - asset_gt: arbitrumone_Bytes - asset_lt: arbitrumone_Bytes - asset_gte: arbitrumone_Bytes - asset_lte: arbitrumone_Bytes - asset_in: [arbitrumone_Bytes!] - asset_not_in: [arbitrumone_Bytes!] - asset_contains: arbitrumone_Bytes - asset_not_contains: arbitrumone_Bytes + 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_RelayerFee_filter] - or: [arbitrumone_RelayerFee_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] } -enum arbitrumone_RelayerFee_orderBy { +enum polygon_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 arbitrumone_RelayerFeesIncrease { +type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { id: ID! - transfer: arbitrumone_OriginTransfer! - increase: BigInt - asset: arbitrumone_Bytes - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! + 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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input arbitrumone_RelayerFeesIncrease_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -69071,65 +69160,79 @@ input arbitrumone_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_: arbitrumone_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: arbitrumone_Bytes - asset_not: arbitrumone_Bytes - asset_gt: arbitrumone_Bytes - asset_lt: arbitrumone_Bytes - asset_gte: arbitrumone_Bytes - asset_lte: arbitrumone_Bytes - asset_in: [arbitrumone_Bytes!] - asset_not_in: [arbitrumone_Bytes!] - asset_contains: arbitrumone_Bytes - asset_not_contains: arbitrumone_Bytes - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + 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 @@ -69138,79 +69241,62 @@ input arbitrumone_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_RelayerFeesIncrease_filter] - or: [arbitrumone_RelayerFeesIncrease_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum arbitrumone_RelayerFeesIncrease_orderBy { +enum polygon_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 arbitrumone_Relayer_filter { +"""Defines the order direction, either ascending or descending""" +enum polygon_swap_OrderDirection { + asc + desc +} + +type polygon_swap_PooledToken { + id: ID! + asset: polygon_swap_Bytes! +} + +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -69219,38 +69305,72 @@ input arbitrumone_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: 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 + 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Relayer_filter] - or: [arbitrumone_Relayer_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum arbitrumone_Relayer_orderBy { +enum polygon_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type arbitrumone_RootCount { +type polygon_swap_StableSwap { id: ID! - count: BigInt + isActive: Boolean + key: polygon_swap_Bytes! + canonicalId: polygon_swap_Bytes + domain: BigInt + swapPool: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [polygon_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] } -input arbitrumone_RootCount_filter { +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { + id: ID! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! +} + +input polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -69259,40 +69379,161 @@ input arbitrumone_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_: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_RootCount_filter] - or: [arbitrumone_RootCount_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumone_RootCount_orderBy { +enum polygon_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 arbitrumone_RootMessageSent { +interface polygon_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: arbitrumone_Bytes - count: BigInt - caller: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: polygon_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input arbitrumone_RootMessageSent_filter { +input polygon_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -69301,60 +69542,35 @@ input arbitrumone_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: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -69363,69 +69579,72 @@ input arbitrumone_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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_RootMessageSent_filter] - or: [arbitrumone_RootMessageSent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] } -enum arbitrumone_RootMessageSent_orderBy { +enum polygon_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 arbitrumone_Router { - id: ID! - isActive: Boolean! - owner: arbitrumone_Bytes - recipient: arbitrumone_Bytes - proposedOwner: arbitrumone_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_AssetBalance_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_AssetBalance_filter): [arbitrumone_AssetBalance!]! + transaction + nonce } -type arbitrumone_RouterDailyTVL { +type polygon_swap_StableSwapExchange { id: ID! - router: arbitrumone_Router! - asset: arbitrumone_Asset! + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input arbitrumone_RouterDailyTVL_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -69434,48 +69653,91 @@ input arbitrumone_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_: arbitrumone_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -69484,63 +69746,79 @@ input arbitrumone_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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_RouterDailyTVL_filter] - or: [arbitrumone_RouterDailyTVL_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum arbitrumone_RouterDailyTVL_orderBy { +enum polygon_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 arbitrumone_RouterLiquidityEvent { +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - type: arbitrumone_RouterLiquidityEventType - router: arbitrumone_Router! - asset: arbitrumone_Asset! - amount: BigInt! - balance: BigInt! - caller: arbitrumone_Bytes - blockNumber: 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! - transactionHash: arbitrumone_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -enum arbitrumone_RouterLiquidityEventType { - Add - Remove -} - -input arbitrumone_RouterLiquidityEvent_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -69549,86 +69827,87 @@ 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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: arbitrumone_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: arbitrumone_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -69637,16 +69916,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 + 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 @@ -69656,41 +69935,44 @@ 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: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumone_RouterLiquidityEvent_orderBy { +enum polygon_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 arbitrumone_Router_filter { +input polygon_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -69703,68 +69985,197 @@ 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 - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumone_AssetBalance_filter + 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Router_filter] - or: [arbitrumone_Router_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] } -enum arbitrumone_Router_orderBy { +enum polygon_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 arbitrumone_Sequencer { +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: arbitrumone_Bytes + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! } -input arbitrumone_Sequencer_filter { +input polygon_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -69773,39 +70184,80 @@ input arbitrumone_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Sequencer_filter] - or: [arbitrumone_Sequencer_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum arbitrumone_Sequencer_orderBy { +enum polygon_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 arbitrumone_Setting { +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: arbitrumone_Bytes! + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! } -input arbitrumone_Setting_filter { +input polygon_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -69814,106 +70266,100 @@ input arbitrumone_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_Setting_filter] - or: [arbitrumone_Setting_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] } -enum arbitrumone_Setting_orderBy { +enum polygon_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 arbitrumone_SlippageUpdate { - id: ID! - transfer: arbitrumone_DestinationTransfer! - slippage: BigInt! - caller: arbitrumone_Bytes! - transactionHash: arbitrumone_Bytes! +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: polygon_swap_BigDecimal! } -input arbitrumone_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_: arbitrumone_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: arbitrumone_Bytes - caller_not: arbitrumone_Bytes - caller_gt: arbitrumone_Bytes - caller_lt: arbitrumone_Bytes - caller_gte: arbitrumone_Bytes - caller_lte: arbitrumone_Bytes - caller_in: [arbitrumone_Bytes!] - caller_not_in: [arbitrumone_Bytes!] - caller_contains: arbitrumone_Bytes - caller_not_contains: arbitrumone_Bytes - transactionHash: arbitrumone_Bytes - transactionHash_not: arbitrumone_Bytes - transactionHash_gt: arbitrumone_Bytes - transactionHash_lt: arbitrumone_Bytes - transactionHash_gte: arbitrumone_Bytes - transactionHash_lte: arbitrumone_Bytes - transactionHash_in: [arbitrumone_Bytes!] - transactionHash_not_in: [arbitrumone_Bytes!] - transactionHash_contains: arbitrumone_Bytes - transactionHash_not_contains: arbitrumone_Bytes +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 @@ -69922,94 +70368,50 @@ input arbitrumone_SlippageUpdate_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_BlockChangedFilter - and: [arbitrumone_SlippageUpdate_filter] - or: [arbitrumone_SlippageUpdate_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] } -enum arbitrumone_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash +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 - gasPrice - gasLimit - blockNumber + volume } -type arbitrumone_SnapshotRoot { +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: arbitrumone_Bytes! - count: BigInt! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: polygon_swap_BigDecimal! } -input arbitrumone_SnapshotRoot_filter { +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -70018,32 +70420,27 @@ input arbitrumone_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: arbitrumone_Bytes - root_not: arbitrumone_Bytes - root_gt: arbitrumone_Bytes - root_lt: arbitrumone_Bytes - root_gte: arbitrumone_Bytes - root_lte: arbitrumone_Bytes - root_in: [arbitrumone_Bytes!] - root_not_in: [arbitrumone_Bytes!] - root_contains: arbitrumone_Bytes - root_not_contains: arbitrumone_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -70052,35 +70449,50 @@ input arbitrumone_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: 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: arbitrumone_BlockChangedFilter - and: [arbitrumone_SnapshotRoot_filter] - or: [arbitrumone_SnapshotRoot_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum arbitrumone_SnapshotRoot_orderBy { +enum polygon_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 arbitrumone_SpokeConnectorMode { +type polygon_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input arbitrumone_SpokeConnectorMode_filter { +input polygon_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -70089,58 +70501,47 @@ input arbitrumone_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: arbitrumone_BlockChangedFilter - and: [arbitrumone_SpokeConnectorMode_filter] - or: [arbitrumone_SpokeConnectorMode_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] } -enum arbitrumone_SpokeConnectorMode_orderBy { +enum polygon_swap_SystemInfo_orderBy { id - mode -} - -enum arbitrumone_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type arbitrumone__Block_ { +type polygon_swap__Block_ { """The hash of the block""" - hash: arbitrumone_Bytes + hash: polygon_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: arbitrumone_Bytes + parentHash: polygon_swap_Bytes } """The type for the top-level _meta field""" -type arbitrumone__Meta_ { +type polygon_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -70148,30 +70549,55 @@ type arbitrumone__Meta_ { and therefore asks for the latest block """ - block: arbitrumone__Block_! + block: polygon_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type polygonzkevm_swap_AggregateRoot { +enum bnb_swap_Aggregation_interval { + hour + day +} + +scalar bnb_swap_BigDecimal + +input bnb_swap_BlockChangedFilter { + number_gte: Int! +} + +input bnb_swap_Block_height { + hash: bnb_swap_Bytes + number: Int + number_gte: Int +} + +scalar bnb_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar bnb_swap_Int8 + +type bnb_swap_LpAccount { id: ID! - root: polygonzkevm_swap_Bytes! - blockNumber: BigInt! + address: bnb_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! } -type polygonzkevm_swap_AggregateRootProposed { +type bnb_swap_LpAccountBalance { id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + account: bnb_swap_LpAccount! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: bnb_swap_Bytes } -input polygonzkevm_swap_AggregateRootProposed_filter { +input bnb_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -70180,73 +70606,107 @@ input polygonzkevm_swap_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygonzkevm_swap_Bytes - aggregateRoot_not: polygonzkevm_swap_Bytes - aggregateRoot_gt: polygonzkevm_swap_Bytes - aggregateRoot_lt: polygonzkevm_swap_Bytes - aggregateRoot_gte: polygonzkevm_swap_Bytes - aggregateRoot_lte: polygonzkevm_swap_Bytes - aggregateRoot_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_contains: polygonzkevm_swap_Bytes - aggregateRoot_not_contains: polygonzkevm_swap_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: bnb_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AggregateRootProposed_filter] - or: [polygonzkevm_swap_AggregateRootProposed_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccountBalance_filter] + or: [bnb_swap_LpAccountBalance_filter] } -enum polygonzkevm_swap_AggregateRootProposed_orderBy { +enum bnb_swap_LpAccountBalance_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input polygonzkevm_swap_AggregateRoot_filter { +input bnb_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -70255,66 +70715,51 @@ input polygonzkevm_swap_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + address: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes + balances_: bnb_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AggregateRoot_filter] - or: [polygonzkevm_swap_AggregateRoot_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccount_filter] + or: [bnb_swap_LpAccount_filter] } -enum polygonzkevm_swap_AggregateRoot_orderBy { +enum bnb_swap_LpAccount_orderBy { id - root - blockNumber -} - -enum polygonzkevm_swap_Aggregation_interval { - hour - day + address + balances } -type polygonzkevm_swap_Asset { +type bnb_swap_LpToken { id: ID! - key: polygonzkevm_swap_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: polygonzkevm_swap_Bytes - canonicalDomain: BigInt - adoptedAsset: polygonzkevm_swap_Bytes - localAsset: polygonzkevm_swap_Bytes - blockNumber: BigInt - status: polygonzkevm_swap_AssetStatus + address: bnb_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: bnb_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! } -type polygonzkevm_swap_AssetBalance { +interface bnb_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! - feesEarned: BigInt! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input polygonzkevm_swap_AssetBalance_filter { +input bnb_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -70323,126 +70768,92 @@ input polygonzkevm_swap_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_: 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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AssetBalance_filter] - or: [polygonzkevm_swap_AssetBalance_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTokenEvent_filter] + or: [bnb_swap_LpTokenEvent_filter] } -enum polygonzkevm_swap_AssetBalance_orderBy { +enum bnb_swap_LpTokenEvent_orderBy { id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned -} - -type polygonzkevm_swap_AssetStatus { - id: ID! - status: Boolean + block + timestamp + transaction + nonce } -input polygonzkevm_swap_AssetStatus_filter { +input bnb_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -70451,22 +70862,142 @@ input polygonzkevm_swap_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + address: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: bnb_swap_BigDecimal + totalSupply_not: bnb_swap_BigDecimal + totalSupply_gt: bnb_swap_BigDecimal + totalSupply_lt: bnb_swap_BigDecimal + totalSupply_gte: bnb_swap_BigDecimal + totalSupply_lte: bnb_swap_BigDecimal + totalSupply_in: [bnb_swap_BigDecimal!] + totalSupply_not_in: [bnb_swap_BigDecimal!] + events_: bnb_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AssetStatus_filter] - or: [polygonzkevm_swap_AssetStatus_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpToken_filter] + or: [bnb_swap_LpToken_filter] } -enum polygonzkevm_swap_AssetStatus_orderBy { +enum bnb_swap_LpToken_orderBy { id - status + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -input polygonzkevm_swap_Asset_filter { +type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { + id: ID! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + from: bnb_swap_Bytes! + to: bnb_swap_Bytes! + fromBalance: bnb_swap_BigDecimal! + toBalance: bnb_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! +} + +input bnb_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -70475,144 +71006,143 @@ input polygonzkevm_swap_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: polygonzkevm_swap_Bytes - key_not: polygonzkevm_swap_Bytes - key_gt: polygonzkevm_swap_Bytes - key_lt: polygonzkevm_swap_Bytes - key_gte: polygonzkevm_swap_Bytes - key_lte: polygonzkevm_swap_Bytes - key_in: [polygonzkevm_swap_Bytes!] - key_not_in: [polygonzkevm_swap_Bytes!] - key_contains: polygonzkevm_swap_Bytes - key_not_contains: polygonzkevm_swap_Bytes - 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 + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + from: bnb_swap_Bytes + from_not: bnb_swap_Bytes + from_gt: bnb_swap_Bytes + from_lt: bnb_swap_Bytes + from_gte: bnb_swap_Bytes + from_lte: bnb_swap_Bytes + from_in: [bnb_swap_Bytes!] + from_not_in: [bnb_swap_Bytes!] + from_contains: bnb_swap_Bytes + from_not_contains: bnb_swap_Bytes + to: bnb_swap_Bytes + to_not: bnb_swap_Bytes + to_gt: bnb_swap_Bytes + to_lt: bnb_swap_Bytes + to_gte: bnb_swap_Bytes + to_lte: bnb_swap_Bytes + to_in: [bnb_swap_Bytes!] + to_not_in: [bnb_swap_Bytes!] + to_contains: bnb_swap_Bytes + to_not_contains: bnb_swap_Bytes + fromBalance: bnb_swap_BigDecimal + fromBalance_not: bnb_swap_BigDecimal + fromBalance_gt: bnb_swap_BigDecimal + fromBalance_lt: bnb_swap_BigDecimal + fromBalance_gte: bnb_swap_BigDecimal + fromBalance_lte: bnb_swap_BigDecimal + fromBalance_in: [bnb_swap_BigDecimal!] + fromBalance_not_in: [bnb_swap_BigDecimal!] + toBalance: bnb_swap_BigDecimal + toBalance_not: bnb_swap_BigDecimal + toBalance_gt: bnb_swap_BigDecimal + toBalance_lt: bnb_swap_BigDecimal + toBalance_gte: bnb_swap_BigDecimal + toBalance_lte: bnb_swap_BigDecimal + toBalance_in: [bnb_swap_BigDecimal!] + toBalance_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Asset_filter] - or: [polygonzkevm_swap_Asset_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTransferEvent_filter] + or: [bnb_swap_LpTransferEvent_filter] } -enum polygonzkevm_swap_Asset_orderBy { +enum bnb_swap_LpTransferEvent_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar polygonzkevm_swap_BigDecimal - -input polygonzkevm_swap_BlockChangedFilter { - number_gte: Int! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -input polygonzkevm_swap_Block_height { - hash: polygonzkevm_swap_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum bnb_swap_OrderDirection { + asc + desc } -scalar polygonzkevm_swap_Bytes - -type polygonzkevm_swap_ConnectorMeta { +type bnb_swap_PooledToken { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: polygonzkevm_swap_Bytes - rootManager: polygonzkevm_swap_Bytes - mirrorConnector: polygonzkevm_swap_Bytes + asset: bnb_swap_Bytes! } -input polygonzkevm_swap_ConnectorMeta_filter { +input bnb_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -70621,109 +71151,72 @@ input polygonzkevm_swap_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: 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 + asset: bnb_swap_Bytes + asset_not: bnb_swap_Bytes + asset_gt: bnb_swap_Bytes + asset_lt: bnb_swap_Bytes + asset_gte: bnb_swap_Bytes + asset_lte: bnb_swap_Bytes + asset_in: [bnb_swap_Bytes!] + asset_not_in: [bnb_swap_Bytes!] + asset_contains: bnb_swap_Bytes + asset_not_contains: bnb_swap_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_ConnectorMeta_filter] - or: [polygonzkevm_swap_ConnectorMeta_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_PooledToken_filter] + or: [bnb_swap_PooledToken_filter] } -enum polygonzkevm_swap_ConnectorMeta_orderBy { +enum bnb_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type polygonzkevm_swap_DestinationTransfer { +type bnb_swap_StableSwap { id: ID! - 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 + isActive: Boolean + key: bnb_swap_Bytes! + canonicalId: bnb_swap_Bytes + domain: BigInt + swapPool: bnb_swap_Bytes + lpToken: bnb_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [bnb_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] } -input polygonzkevm_swap_DestinationTransfer_filter { +type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { + id: ID! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! +} + +input bnb_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -70732,24 +71225,216 @@ input polygonzkevm_swap_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapAddLiquidityEvent_filter] + or: [bnb_swap_StableSwapAddLiquidityEvent_filter] +} + +enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce +} + +interface bnb_swap_StableSwapEvent { + id: ID! + stableSwap: bnb_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! +} + +input bnb_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_: bnb_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -70758,374 +71443,54 @@ input polygonzkevm_swap_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygonzkevm_swap_TransferStatus - status_not: polygonzkevm_swap_TransferStatus - status_in: [polygonzkevm_swap_TransferStatus!] - status_not_in: [polygonzkevm_swap_TransferStatus!] - 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 - 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!] - 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] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapEvent_filter] + or: [bnb_swap_StableSwapEvent_filter] } -enum polygonzkevm_swap_DestinationTransfer_orderBy { +enum bnb_swap_StableSwapEvent_orderBy { id - chainId - transferId + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction nonce - 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 { +type bnb_swap_StableSwapExchange { id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + buyer: bnb_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input polygonzkevm_swap_OptimisticRootFinalized_filter { +input bnb_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -71134,16 +71499,91 @@ input polygonzkevm_swap_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygonzkevm_swap_Bytes - aggregateRoot_not: polygonzkevm_swap_Bytes - aggregateRoot_gt: polygonzkevm_swap_Bytes - aggregateRoot_lt: polygonzkevm_swap_Bytes - aggregateRoot_gte: polygonzkevm_swap_Bytes - aggregateRoot_lte: polygonzkevm_swap_Bytes - aggregateRoot_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_contains: polygonzkevm_swap_Bytes - aggregateRoot_not_contains: polygonzkevm_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + buyer: bnb_swap_Bytes + buyer_not: bnb_swap_Bytes + buyer_gt: bnb_swap_Bytes + buyer_lt: bnb_swap_Bytes + buyer_gte: bnb_swap_Bytes + buyer_lte: bnb_swap_Bytes + buyer_in: [bnb_swap_Bytes!] + buyer_not_in: [bnb_swap_Bytes!] + buyer_contains: bnb_swap_Bytes + buyer_not_contains: bnb_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71152,47 +71592,79 @@ input polygonzkevm_swap_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_OptimisticRootFinalized_filter] - or: [polygonzkevm_swap_OptimisticRootFinalized_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapExchange_filter] + or: [bnb_swap_StableSwapExchange_filter] } -enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { +enum bnb_swap_StableSwapExchange_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 + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum polygonzkevm_swap_OrderDirection { - asc - desc + transaction + nonce } -type polygonzkevm_swap_OriginMessage { +type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { id: ID! - 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 + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input polygonzkevm_swap_OriginMessage_filter { +input bnb_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -71201,158 +71673,152 @@ input polygonzkevm_swap_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: polygonzkevm_swap_Bytes - transferId_not: polygonzkevm_swap_Bytes - transferId_gt: polygonzkevm_swap_Bytes - transferId_lt: polygonzkevm_swap_Bytes - transferId_gte: polygonzkevm_swap_Bytes - transferId_lte: polygonzkevm_swap_Bytes - transferId_in: [polygonzkevm_swap_Bytes!] - transferId_not_in: [polygonzkevm_swap_Bytes!] - transferId_contains: polygonzkevm_swap_Bytes - transferId_not_contains: polygonzkevm_swap_Bytes - 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + 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_OriginMessage_filter] - or: [polygonzkevm_swap_OriginMessage_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygonzkevm_swap_OriginMessage_orderBy { +enum bnb_swap_StableSwapRemoveLiquidityEvent_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 + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + 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 polygonzkevm_swap_OriginTransfer_filter { +input bnb_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -71361,368 +71827,201 @@ input polygonzkevm_swap_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: 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: bnb_swap_Bytes + key_not: bnb_swap_Bytes + key_gt: bnb_swap_Bytes + key_lt: bnb_swap_Bytes + key_gte: bnb_swap_Bytes + key_lte: bnb_swap_Bytes + key_in: [bnb_swap_Bytes!] + key_not_in: [bnb_swap_Bytes!] + key_contains: bnb_swap_Bytes + key_not_contains: bnb_swap_Bytes + canonicalId: bnb_swap_Bytes + canonicalId_not: bnb_swap_Bytes + canonicalId_gt: bnb_swap_Bytes + canonicalId_lt: bnb_swap_Bytes + canonicalId_gte: bnb_swap_Bytes + canonicalId_lte: bnb_swap_Bytes + canonicalId_in: [bnb_swap_Bytes!] + canonicalId_not_in: [bnb_swap_Bytes!] + canonicalId_contains: bnb_swap_Bytes + canonicalId_not_contains: bnb_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: bnb_swap_Bytes + swapPool_not: bnb_swap_Bytes + swapPool_gt: bnb_swap_Bytes + swapPool_lt: bnb_swap_Bytes + swapPool_gte: bnb_swap_Bytes + swapPool_lte: bnb_swap_Bytes + swapPool_in: [bnb_swap_Bytes!] + swapPool_not_in: [bnb_swap_Bytes!] + swapPool_contains: bnb_swap_Bytes + swapPool_not_contains: bnb_swap_Bytes + lpToken: bnb_swap_Bytes + lpToken_not: bnb_swap_Bytes + lpToken_gt: bnb_swap_Bytes + lpToken_lt: bnb_swap_Bytes + lpToken_gte: bnb_swap_Bytes + lpToken_lte: bnb_swap_Bytes + lpToken_in: [bnb_swap_Bytes!] + lpToken_not_in: [bnb_swap_Bytes!] + lpToken_contains: bnb_swap_Bytes + lpToken_not_contains: bnb_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [bnb_swap_Bytes!] + pooledTokens_not: [bnb_swap_Bytes!] + pooledTokens_contains: [bnb_swap_Bytes!] + pooledTokens_contains_nocase: [bnb_swap_Bytes!] + pooledTokens_not_contains: [bnb_swap_Bytes!] + pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: bnb_swap_StableSwapEvent_filter + exchanges_: bnb_swap_StableSwapExchange_filter + hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter + dailyVolumes_: bnb_swap_SwapDailyVolume_filter + weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_OriginTransfer_filter] - or: [polygonzkevm_swap_OriginTransfer_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwap_filter] + or: [bnb_swap_StableSwap_filter] } -enum polygonzkevm_swap_OriginTransfer_orderBy { +enum bnb_swap_StableSwap_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - 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 - 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 polygonzkevm_swap_Relayer { - id: ID! - isActive: Boolean! - relayer: polygonzkevm_swap_Bytes + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type polygonzkevm_swap_RelayerFee { +type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! - fee: BigInt! - asset: polygonzkevm_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + timestamp: BigInt! + volume: bnb_swap_BigDecimal! } -input polygonzkevm_swap_RelayerFee_filter { +input bnb_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -71731,101 +72030,80 @@ input polygonzkevm_swap_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RelayerFee_filter] - or: [polygonzkevm_swap_RelayerFee_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapDailyVolume_filter] + or: [bnb_swap_SwapDailyVolume_filter] } -enum polygonzkevm_swap_RelayerFee_orderBy { +enum bnb_swap_SwapDailyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - 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 + volume } -type polygonzkevm_swap_RelayerFeesIncrease { +type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! - increase: BigInt - asset: polygonzkevm_swap_Bytes - caller: polygonzkevm_swap_Bytes! - transactionHash: polygonzkevm_swap_Bytes! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: bnb_swap_BigDecimal! } -input polygonzkevm_swap_RelayerFeesIncrease_filter { +input bnb_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -71834,65 +72112,27 @@ input polygonzkevm_swap_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71901,79 +72141,123 @@ input polygonzkevm_swap_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RelayerFeesIncrease_filter] - or: [polygonzkevm_swap_RelayerFeesIncrease_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapHourlyVolume_filter] + or: [bnb_swap_SwapHourlyVolume_filter] } -enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { +enum bnb_swap_SwapHourlyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + 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 bnb_swap_SwapTradeVolume { + stableSwap: bnb_swap_StableSwap! + timestamp: BigInt! + volume: bnb_swap_BigDecimal! +} + +input bnb_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapTradeVolume_filter] + or: [bnb_swap_SwapTradeVolume_filter] +} + +enum bnb_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -input polygonzkevm_swap_Relayer_filter { +type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { + id: ID! + stableSwap: bnb_swap_StableSwap! + timestamp: BigInt! + volume: bnb_swap_BigDecimal! +} + +input bnb_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -71982,38 +72266,79 @@ input polygonzkevm_swap_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Relayer_filter] - or: [polygonzkevm_swap_Relayer_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapWeeklyVolume_filter] + or: [bnb_swap_SwapWeeklyVolume_filter] } -enum polygonzkevm_swap_Relayer_orderBy { +enum bnb_swap_SwapWeeklyVolume_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 } -type polygonzkevm_swap_RootCount { +type bnb_swap_SystemInfo { id: ID! - count: BigInt + exchangeCount: BigInt! + swapCount: BigInt! } -input polygonzkevm_swap_RootCount_filter { +input bnb_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -72022,40 +72347,78 @@ input polygonzkevm_swap_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RootCount_filter] - or: [polygonzkevm_swap_RootCount_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SystemInfo_filter] + or: [bnb_swap_SystemInfo_filter] } -enum polygonzkevm_swap_RootCount_orderBy { +enum bnb_swap_SystemInfo_orderBy { id - count + exchangeCount + swapCount } -type polygonzkevm_swap_RootMessageSent { +type bnb_swap__Block_ { + """The hash of the block""" + hash: bnb_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: bnb_swap_Bytes +} + +"""The type for the top-level _meta field""" +type bnb_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: bnb_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type optimism_AggregateRoot { 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 + root: optimism_Bytes! + blockNumber: BigInt! +} + +type optimism_AggregateRootProposed { + id: ID! + aggregateRoot: optimism_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_swap_RootMessageSent_filter { +input optimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -72064,60 +72427,40 @@ input polygonzkevm_swap_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: 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 + aggregateRoot: optimism_Bytes + aggregateRoot_not: optimism_Bytes + aggregateRoot_gt: optimism_Bytes + aggregateRoot_lt: optimism_Bytes + aggregateRoot_gte: optimism_Bytes + aggregateRoot_lte: optimism_Bytes + aggregateRoot_in: [optimism_Bytes!] + aggregateRoot_not_in: [optimism_Bytes!] + aggregateRoot_contains: optimism_Bytes + aggregateRoot_not_contains: optimism_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -72126,22 +72469,6 @@ input polygonzkevm_swap_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 @@ -72151,44 +72478,22 @@ input polygonzkevm_swap_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RootMessageSent_filter] - or: [polygonzkevm_swap_RootMessageSent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRootProposed_filter] + or: [optimism_AggregateRootProposed_filter] } -enum polygonzkevm_swap_RootMessageSent_orderBy { +enum optimism_AggregateRootProposed_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain 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 { +input optimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -72197,113 +72502,66 @@ input polygonzkevm_swap_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_: 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!] + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RouterDailyTVL_filter] - or: [polygonzkevm_swap_RouterDailyTVL_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] } -enum polygonzkevm_swap_RouterDailyTVL_orderBy { +enum optimism_AggregateRoot_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance + root + blockNumber } -type polygonzkevm_swap_RouterLiquidityEvent { +enum optimism_Aggregation_interval { + hour + day +} + +type optimism_Asset { 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! + key: optimism_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: optimism_Bytes + canonicalDomain: BigInt + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes + blockNumber: BigInt + status: optimism_AssetStatus } -enum polygonzkevm_swap_RouterLiquidityEventType { - Add - Remove +type optimism_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: optimism_Router! + asset: optimism_Asset! + feesEarned: BigInt! } -input polygonzkevm_swap_RouterLiquidityEvent_filter { +input optimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -72312,10 +72570,38 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: polygonzkevm_swap_RouterLiquidityEventType - type_not: polygonzkevm_swap_RouterLiquidityEventType - type_in: [polygonzkevm_swap_RouterLiquidityEventType!] - type_not_in: [polygonzkevm_swap_RouterLiquidityEventType!] + 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 @@ -72336,7 +72622,7 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_swap_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -72357,76 +72643,27 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_swap_Asset_filter - 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!] + asset_: optimism_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RouterLiquidityEvent_filter] - or: [polygonzkevm_swap_RouterLiquidityEvent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { +enum optimism_AssetBalance_orderBy { id - type + amount + locked + supplied + removed router router__id router__isActive @@ -72444,131 +72681,15 @@ enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { 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 + feesEarned } -type polygonzkevm_swap_Setting { +type optimism_AssetStatus { id: ID! - maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_swap_Bytes! + status: Boolean } -input polygonzkevm_swap_Setting_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -72577,49 +72698,22 @@ input polygonzkevm_swap_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: 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 + 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_Setting_filter] - or: [polygonzkevm_swap_Setting_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum polygonzkevm_swap_Setting_orderBy { +enum optimism_AssetStatus_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! + status } -input polygonzkevm_swap_SlippageUpdate_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -72628,79 +72722,70 @@ input polygonzkevm_swap_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_: 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!] + key: optimism_Bytes + key_not: optimism_Bytes + key_gt: optimism_Bytes + key_lt: optimism_Bytes + key_gte: optimism_Bytes + key_lte: optimism_Bytes + key_in: [optimism_Bytes!] + key_not_in: [optimism_Bytes!] + key_contains: optimism_Bytes + key_not_contains: optimism_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + 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: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: optimism_Bytes + adoptedAsset_not: optimism_Bytes + adoptedAsset_gt: optimism_Bytes + adoptedAsset_lt: optimism_Bytes + adoptedAsset_gte: optimism_Bytes + adoptedAsset_lte: optimism_Bytes + adoptedAsset_in: [optimism_Bytes!] + adoptedAsset_not_in: [optimism_Bytes!] + adoptedAsset_contains: optimism_Bytes + adoptedAsset_not_contains: optimism_Bytes + localAsset: optimism_Bytes + localAsset_not: optimism_Bytes + localAsset_gt: optimism_Bytes + localAsset_lt: optimism_Bytes + localAsset_gte: optimism_Bytes + localAsset_lte: optimism_Bytes + localAsset_in: [optimism_Bytes!] + localAsset_not_in: [optimism_Bytes!] + localAsset_contains: optimism_Bytes + localAsset_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -72709,70 +72794,72 @@ input polygonzkevm_swap_SlippageUpdate_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_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SlippageUpdate_filter] - or: [polygonzkevm_swap_SlippageUpdate_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum polygonzkevm_swap_SlippageUpdate_orderBy { +enum optimism_Asset_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -type polygonzkevm_swap_SnapshotRoot { +scalar optimism_BigDecimal + +input optimism_BlockChangedFilter { + number_gte: Int! +} + +input optimism_Block_height { + hash: optimism_Bytes + number: Int + number_gte: Int +} + +scalar optimism_Bytes + +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt - root: polygonzkevm_swap_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + hubDomain: BigInt + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input polygonzkevm_swap_SnapshotRoot_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -72789,61 +72876,101 @@ input polygonzkevm_swap_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes - 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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SnapshotRoot_filter] - or: [polygonzkevm_swap_SnapshotRoot_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum polygonzkevm_swap_SnapshotRoot_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain - root - count - timestamp - blockNumber + hubDomain + amb + rootManager + mirrorConnector } -type polygonzkevm_swap_SpokeConnectorMode { +type optimism_DestinationTransfer { id: ID! - mode: String! + chainId: BigInt + transferId: optimism_Bytes + nonce: BigInt + status: optimism_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimism_Router_orderBy, orderDirection: optimism_OrderDirection, where: optimism_Router_filter): [optimism_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimism_Bytes + delegate: optimism_Bytes + receiveLocal: Boolean + callData: optimism_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: optimism_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimism_Bytes + asset: optimism_Asset + amount: BigInt + routersFee: BigInt + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: optimism_Bytes + executedTxNonce: BigInt + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: optimism_Bytes + reconciledTxNonce: BigInt } -input polygonzkevm_swap_SpokeConnectorMode_filter { +input optimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -72852,114 +72979,400 @@ input polygonzkevm_swap_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: 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 hash of the parent block""" - parentHash: polygonzkevm_swap_Bytes -} - -"""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! -} - -enum avalanche_swap_Aggregation_interval { - hour - day -} - -scalar avalanche_swap_BigDecimal - -input avalanche_swap_BlockChangedFilter { - number_gte: Int! + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: optimism_TransferStatus + status_not: optimism_TransferStatus + status_in: [optimism_TransferStatus!] + status_not_in: [optimism_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: optimism_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: optimism_Bytes + to_not: optimism_Bytes + to_gt: optimism_Bytes + to_lt: optimism_Bytes + to_gte: optimism_Bytes + to_lte: optimism_Bytes + to_in: [optimism_Bytes!] + to_not_in: [optimism_Bytes!] + to_contains: optimism_Bytes + to_not_contains: optimism_Bytes + delegate: optimism_Bytes + delegate_not: optimism_Bytes + delegate_gt: optimism_Bytes + delegate_lt: optimism_Bytes + delegate_gte: optimism_Bytes + delegate_lte: optimism_Bytes + delegate_in: [optimism_Bytes!] + delegate_not_in: [optimism_Bytes!] + delegate_contains: optimism_Bytes + delegate_not_contains: optimism_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: optimism_Bytes + callData_not: optimism_Bytes + callData_gt: optimism_Bytes + callData_lt: optimism_Bytes + callData_gte: optimism_Bytes + callData_lte: optimism_Bytes + callData_in: [optimism_Bytes!] + callData_not_in: [optimism_Bytes!] + callData_contains: optimism_Bytes + callData_not_contains: optimism_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: optimism_Bytes + originSender_not: optimism_Bytes + originSender_gt: optimism_Bytes + originSender_lt: optimism_Bytes + originSender_gte: optimism_Bytes + originSender_lte: optimism_Bytes + originSender_in: [optimism_Bytes!] + originSender_not_in: [optimism_Bytes!] + originSender_contains: optimism_Bytes + originSender_not_contains: optimism_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimism_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: optimism_Bytes + executedCaller_not: optimism_Bytes + executedCaller_gt: optimism_Bytes + executedCaller_lt: optimism_Bytes + executedCaller_gte: optimism_Bytes + executedCaller_lte: optimism_Bytes + executedCaller_in: [optimism_Bytes!] + executedCaller_not_in: [optimism_Bytes!] + executedCaller_contains: optimism_Bytes + executedCaller_not_contains: optimism_Bytes + executedTransactionHash: optimism_Bytes + executedTransactionHash_not: optimism_Bytes + executedTransactionHash_gt: optimism_Bytes + executedTransactionHash_lt: optimism_Bytes + executedTransactionHash_gte: optimism_Bytes + executedTransactionHash_lte: optimism_Bytes + executedTransactionHash_in: [optimism_Bytes!] + executedTransactionHash_not_in: [optimism_Bytes!] + executedTransactionHash_contains: optimism_Bytes + executedTransactionHash_not_contains: optimism_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: optimism_Bytes + executedTxOrigin_not: optimism_Bytes + executedTxOrigin_gt: optimism_Bytes + executedTxOrigin_lt: optimism_Bytes + executedTxOrigin_gte: optimism_Bytes + executedTxOrigin_lte: optimism_Bytes + executedTxOrigin_in: [optimism_Bytes!] + executedTxOrigin_not_in: [optimism_Bytes!] + executedTxOrigin_contains: optimism_Bytes + executedTxOrigin_not_contains: optimism_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: optimism_Bytes + reconciledCaller_not: optimism_Bytes + reconciledCaller_gt: optimism_Bytes + reconciledCaller_lt: optimism_Bytes + reconciledCaller_gte: optimism_Bytes + reconciledCaller_lte: optimism_Bytes + reconciledCaller_in: [optimism_Bytes!] + reconciledCaller_not_in: [optimism_Bytes!] + reconciledCaller_contains: optimism_Bytes + reconciledCaller_not_contains: optimism_Bytes + reconciledTransactionHash: optimism_Bytes + reconciledTransactionHash_not: optimism_Bytes + reconciledTransactionHash_gt: optimism_Bytes + reconciledTransactionHash_lt: optimism_Bytes + reconciledTransactionHash_gte: optimism_Bytes + reconciledTransactionHash_lte: optimism_Bytes + reconciledTransactionHash_in: [optimism_Bytes!] + reconciledTransactionHash_not_in: [optimism_Bytes!] + reconciledTransactionHash_contains: optimism_Bytes + reconciledTransactionHash_not_contains: optimism_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin_not: optimism_Bytes + reconciledTxOrigin_gt: optimism_Bytes + reconciledTxOrigin_lt: optimism_Bytes + reconciledTxOrigin_gte: optimism_Bytes + reconciledTxOrigin_lte: optimism_Bytes + reconciledTxOrigin_in: [optimism_Bytes!] + reconciledTxOrigin_not_in: [optimism_Bytes!] + reconciledTxOrigin_contains: optimism_Bytes + reconciledTxOrigin_not_contains: optimism_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] } -input avalanche_swap_Block_height { - hash: avalanche_swap_Bytes - number: Int - number_gte: Int +enum optimism_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -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!]! -} +scalar optimism_Int8 -type avalanche_swap_LpAccountBalance { +type optimism_OptimisticRootFinalized { id: ID! - account: avalanche_swap_LpAccount! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: avalanche_swap_Bytes + aggregateRoot: optimism_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input avalanche_swap_LpAccountBalance_filter { +input optimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -72968,107 +73381,65 @@ input avalanche_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_: 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 + aggregateRoot: optimism_Bytes + aggregateRoot_not: optimism_Bytes + aggregateRoot_gt: optimism_Bytes + aggregateRoot_lt: optimism_Bytes + aggregateRoot_gte: optimism_Bytes + aggregateRoot_lte: optimism_Bytes + aggregateRoot_in: [optimism_Bytes!] + aggregateRoot_not_in: [optimism_Bytes!] + aggregateRoot_contains: optimism_Bytes + aggregateRoot_not_contains: optimism_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpAccountBalance_filter] - or: [avalanche_swap_LpAccountBalance_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OptimisticRootFinalized_filter] + or: [optimism_OptimisticRootFinalized_filter] } -enum avalanche_swap_LpAccountBalance_orderBy { +enum optimism_OptimisticRootFinalized_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + aggregateRoot + timestamp + blockNumber } -input avalanche_swap_LpAccount_filter { +"""Defines the order direction, either ascending or descending""" +enum optimism_OrderDirection { + asc + desc +} + +type optimism_OriginMessage { + id: ID! + transferId: optimism_Bytes + destinationDomain: BigInt + leaf: optimism_Bytes + index: BigInt + message: optimism_Bytes + root: optimism_Bytes + transactionHash: optimism_Bytes + blockNumber: BigInt + rootCount: optimism_RootCount +} + +input optimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -73077,51 +73448,158 @@ input avalanche_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: avalanche_swap_Bytes - address_not: avalanche_swap_Bytes - address_gt: avalanche_swap_Bytes - address_lt: avalanche_swap_Bytes - address_gte: avalanche_swap_Bytes - address_lte: avalanche_swap_Bytes - address_in: [avalanche_swap_Bytes!] - address_not_in: [avalanche_swap_Bytes!] - address_contains: avalanche_swap_Bytes - address_not_contains: avalanche_swap_Bytes - balances_: avalanche_swap_LpAccountBalance_filter + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: optimism_Bytes + leaf_not: optimism_Bytes + leaf_gt: optimism_Bytes + leaf_lt: optimism_Bytes + leaf_gte: optimism_Bytes + leaf_lte: optimism_Bytes + leaf_in: [optimism_Bytes!] + leaf_not_in: [optimism_Bytes!] + leaf_contains: optimism_Bytes + leaf_not_contains: optimism_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: optimism_Bytes + message_not: optimism_Bytes + message_gt: optimism_Bytes + message_lt: optimism_Bytes + message_gte: optimism_Bytes + message_lte: optimism_Bytes + message_in: [optimism_Bytes!] + message_not_in: [optimism_Bytes!] + message_contains: optimism_Bytes + message_not_contains: optimism_Bytes + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: optimism_RootCount_filter """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpAccount_filter] - or: [avalanche_swap_LpAccount_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] } -enum avalanche_swap_LpAccount_orderBy { +enum optimism_OriginMessage_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!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface avalanche_swap_LpTokenEvent { +type optimism_OriginTransfer { id: ID! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: avalanche_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: optimism_Bytes + nonce: BigInt + status: optimism_TransferStatus + messageHash: optimism_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimism_Bytes + delegate: optimism_Bytes + receiveLocal: Boolean + callData: optimism_Bytes + slippage: BigInt + originSender: optimism_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimism_Bytes + asset: optimism_Asset + transactingAsset: optimism_Bytes + message: optimism_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimism_RelayerFee_orderBy, orderDirection: optimism_OrderDirection, where: optimism_RelayerFee_filter): [optimism_RelayerFee!] + initialRelayerFeeAsset: optimism_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: optimism_Bytes + txNonce: BigInt } -input avalanche_swap_LpTokenEvent_filter { +input optimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -73130,43 +73608,245 @@ input avalanche_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_: 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!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: optimism_TransferStatus + status_not: optimism_TransferStatus + status_in: [optimism_TransferStatus!] + status_not_in: [optimism_TransferStatus!] + messageHash: optimism_Bytes + messageHash_not: optimism_Bytes + messageHash_gt: optimism_Bytes + messageHash_lt: optimism_Bytes + messageHash_gte: optimism_Bytes + messageHash_lte: optimism_Bytes + messageHash_in: [optimism_Bytes!] + messageHash_not_in: [optimism_Bytes!] + messageHash_contains: optimism_Bytes + messageHash_not_contains: optimism_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: optimism_Bytes + to_not: optimism_Bytes + to_gt: optimism_Bytes + to_lt: optimism_Bytes + to_gte: optimism_Bytes + to_lte: optimism_Bytes + to_in: [optimism_Bytes!] + to_not_in: [optimism_Bytes!] + to_contains: optimism_Bytes + to_not_contains: optimism_Bytes + delegate: optimism_Bytes + delegate_not: optimism_Bytes + delegate_gt: optimism_Bytes + delegate_lt: optimism_Bytes + delegate_gte: optimism_Bytes + delegate_lte: optimism_Bytes + delegate_in: [optimism_Bytes!] + delegate_not_in: [optimism_Bytes!] + delegate_contains: optimism_Bytes + delegate_not_contains: optimism_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: optimism_Bytes + callData_not: optimism_Bytes + callData_gt: optimism_Bytes + callData_lt: optimism_Bytes + callData_gte: optimism_Bytes + callData_lte: optimism_Bytes + callData_in: [optimism_Bytes!] + callData_not_in: [optimism_Bytes!] + callData_contains: optimism_Bytes + callData_not_contains: optimism_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: optimism_Bytes + originSender_not: optimism_Bytes + originSender_gt: optimism_Bytes + originSender_lt: optimism_Bytes + originSender_gte: optimism_Bytes + originSender_lte: optimism_Bytes + originSender_in: [optimism_Bytes!] + originSender_not_in: [optimism_Bytes!] + originSender_contains: optimism_Bytes + originSender_not_contains: optimism_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimism_Asset_filter + transactingAsset: optimism_Bytes + transactingAsset_not: optimism_Bytes + transactingAsset_gt: optimism_Bytes + transactingAsset_lt: optimism_Bytes + transactingAsset_gte: optimism_Bytes + transactingAsset_lte: optimism_Bytes + transactingAsset_in: [optimism_Bytes!] + transactingAsset_not_in: [optimism_Bytes!] + transactingAsset_contains: optimism_Bytes + transactingAsset_not_contains: optimism_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: optimism_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: optimism_RelayerFee_filter + initialRelayerFeeAsset: optimism_Bytes + initialRelayerFeeAsset_not: optimism_Bytes + initialRelayerFeeAsset_gt: optimism_Bytes + initialRelayerFeeAsset_lt: optimism_Bytes + initialRelayerFeeAsset_gte: optimism_Bytes + initialRelayerFeeAsset_lte: optimism_Bytes + initialRelayerFeeAsset_in: [optimism_Bytes!] + initialRelayerFeeAsset_not_in: [optimism_Bytes!] + initialRelayerFeeAsset_contains: optimism_Bytes + initialRelayerFeeAsset_not_contains: optimism_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73175,47 +73855,121 @@ input avalanche_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes - 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: optimism_Bytes + txOrigin_not: optimism_Bytes + txOrigin_gt: optimism_Bytes + txOrigin_lt: optimism_Bytes + txOrigin_gte: optimism_Bytes + txOrigin_lte: optimism_Bytes + txOrigin_in: [optimism_Bytes!] + txOrigin_not_in: [optimism_Bytes!] + txOrigin_contains: optimism_Bytes + txOrigin_not_contains: optimism_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpTokenEvent_filter] - or: [avalanche_swap_LpTokenEvent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum avalanche_swap_LpTokenEvent_orderBy { +enum optimism_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 avalanche_swap_LpToken_filter { +type optimism_Relayer { + id: ID! + isActive: Boolean! + relayer: optimism_Bytes +} + +type optimism_RelayerFee { + id: ID! + transfer: optimism_OriginTransfer! + fee: BigInt! + asset: optimism_Bytes! +} + +input optimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -73224,142 +73978,101 @@ input avalanche_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: avalanche_swap_Bytes - address_not: avalanche_swap_Bytes - address_gt: avalanche_swap_Bytes - address_lt: avalanche_swap_Bytes - address_gte: avalanche_swap_Bytes - address_lte: avalanche_swap_Bytes - address_in: [avalanche_swap_Bytes!] - address_not_in: [avalanche_swap_Bytes!] - address_contains: avalanche_swap_Bytes - address_not_contains: avalanche_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimism_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: optimism_Bytes + asset_not: optimism_Bytes + asset_gt: optimism_Bytes + asset_lt: optimism_Bytes + asset_gte: optimism_Bytes + asset_lte: optimism_Bytes + asset_in: [optimism_Bytes!] + asset_not_in: [optimism_Bytes!] + asset_contains: optimism_Bytes + asset_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpToken_filter] - or: [avalanche_swap_LpToken_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] } -enum avalanche_swap_LpToken_orderBy { +enum optimism_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 avalanche_swap_LpTransferEvent implements avalanche_swap_LpTokenEvent { +type optimism_RelayerFeesIncrease { id: ID! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! - from: avalanche_swap_Bytes! - to: avalanche_swap_Bytes! - fromBalance: avalanche_swap_BigDecimal! - toBalance: avalanche_swap_BigDecimal! - block: BigInt! + transfer: optimism_OriginTransfer! + increase: BigInt + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! - transaction: avalanche_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input avalanche_swap_LpTransferEvent_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -73368,79 +74081,65 @@ input avalanche_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_: 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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimism_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: optimism_Bytes + asset_not: optimism_Bytes + asset_gt: optimism_Bytes + asset_lt: optimism_Bytes + asset_gte: optimism_Bytes + asset_lte: optimism_Bytes + asset_in: [optimism_Bytes!] + asset_not_in: [optimism_Bytes!] + asset_contains: optimism_Bytes + asset_not_contains: optimism_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73449,62 +74148,79 @@ input avalanche_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes - 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpTransferEvent_filter] - or: [avalanche_swap_LpTransferEvent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum avalanche_swap_LpTransferEvent_orderBy { +enum optimism_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 avalanche_swap_OrderDirection { - asc - desc -} - -type avalanche_swap_PooledToken { - id: ID! - asset: avalanche_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input avalanche_swap_PooledToken_filter { +input optimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -73513,72 +74229,38 @@ input avalanche_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: avalanche_swap_Bytes - asset_not: avalanche_swap_Bytes - asset_gt: avalanche_swap_Bytes - asset_lt: avalanche_swap_Bytes - asset_gte: avalanche_swap_Bytes - asset_lte: avalanche_swap_Bytes - asset_in: [avalanche_swap_Bytes!] - asset_not_in: [avalanche_swap_Bytes!] - asset_contains: avalanche_swap_Bytes - asset_not_contains: avalanche_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: optimism_Bytes + relayer_not: optimism_Bytes + relayer_gt: optimism_Bytes + relayer_lt: optimism_Bytes + relayer_gte: optimism_Bytes + relayer_lte: optimism_Bytes + relayer_in: [optimism_Bytes!] + relayer_not_in: [optimism_Bytes!] + relayer_contains: optimism_Bytes + relayer_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_PooledToken_filter] - or: [avalanche_swap_PooledToken_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Relayer_filter] + or: [optimism_Relayer_filter] } -enum avalanche_swap_PooledToken_orderBy { +enum optimism_Relayer_orderBy { id - asset -} - -type avalanche_swap_StableSwap { - id: ID! - 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!] + isActive + relayer } -type avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_StableSwapEvent { +type optimism_RootCount { id: ID! - stableSwap: avalanche_swap_StableSwap! - provider: avalanche_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: avalanche_swap_Bytes! - nonce: BigInt! + count: BigInt } -input avalanche_swap_StableSwapAddLiquidityEvent_filter { +input optimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -73587,161 +74269,40 @@ input avalanche_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_: avalanche_swap_StableSwap_filter - provider: avalanche_swap_Bytes - provider_not: avalanche_swap_Bytes - provider_gt: avalanche_swap_Bytes - provider_lt: avalanche_swap_Bytes - provider_gte: avalanche_swap_Bytes - provider_lte: avalanche_swap_Bytes - provider_in: [avalanche_swap_Bytes!] - provider_not_in: [avalanche_swap_Bytes!] - provider_contains: avalanche_swap_Bytes - provider_not_contains: avalanche_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapAddLiquidityEvent_filter] - or: [avalanche_swap_StableSwapAddLiquidityEvent_filter] -} - -enum avalanche_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 + _change_block: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] } -interface avalanche_swap_StableSwapEvent { +enum optimism_RootCount_orderBy { + id + count +} + +type optimism_RootMessageSent { id: ID! - stableSwap: avalanche_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: avalanche_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: optimism_Bytes + count: BigInt + caller: optimism_Bytes + transactionHash: optimism_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input avalanche_swap_StableSwapEvent_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -73750,35 +74311,60 @@ input avalanche_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_: 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73787,72 +74373,69 @@ input avalanche_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes - 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapEvent_filter] - or: [avalanche_swap_StableSwapEvent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum avalanche_swap_StableSwapEvent_orderBy { +enum optimism_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 avalanche_swap_StableSwapExchange { +type optimism_Router { id: ID! - stableSwap: avalanche_swap_StableSwap! - buyer: avalanche_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! +} + +type optimism_RouterDailyTVL { + id: ID! + router: optimism_Router! + asset: optimism_Asset! timestamp: BigInt! - transaction: avalanche_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input avalanche_swap_StableSwapExchange_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -73861,91 +74444,48 @@ input avalanche_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_: 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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimism_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73954,168 +74494,151 @@ input avalanche_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes - 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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapExchange_filter] - or: [avalanche_swap_StableSwapExchange_filter] -} - -enum avalanche_swap_StableSwapExchange_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce -} - -type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_StableSwapEvent { - id: ID! - stableSwap: avalanche_swap_StableSwap! - provider: avalanche_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: avalanche_swap_Bytes! - nonce: BigInt! + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] } - -input avalanche_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_: 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!] + +enum optimism_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type optimism_RouterLiquidityEvent { + id: ID! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! + amount: BigInt! + balance: BigInt! + caller: optimism_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: optimism_Bytes! + nonce: BigInt! +} + +enum optimism_RouterLiquidityEventType { + Add + Remove +} + +input optimism_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimism_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimism_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74124,16 +74647,16 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + 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 @@ -74143,44 +74666,41 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] - or: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] } -enum avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimism_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 avalanche_swap_StableSwap_filter { +input optimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -74193,197 +74713,68 @@ input avalanche_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: avalanche_swap_Bytes - key_not: avalanche_swap_Bytes - key_gt: avalanche_swap_Bytes - key_lt: avalanche_swap_Bytes - key_gte: avalanche_swap_Bytes - key_lte: avalanche_swap_Bytes - key_in: [avalanche_swap_Bytes!] - key_not_in: [avalanche_swap_Bytes!] - key_contains: avalanche_swap_Bytes - key_not_contains: avalanche_swap_Bytes - canonicalId: avalanche_swap_Bytes - canonicalId_not: avalanche_swap_Bytes - canonicalId_gt: avalanche_swap_Bytes - canonicalId_lt: avalanche_swap_Bytes - canonicalId_gte: avalanche_swap_Bytes - canonicalId_lte: avalanche_swap_Bytes - canonicalId_in: [avalanche_swap_Bytes!] - canonicalId_not_in: [avalanche_swap_Bytes!] - canonicalId_contains: avalanche_swap_Bytes - canonicalId_not_contains: avalanche_swap_Bytes - 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 + owner: optimism_Bytes + owner_not: optimism_Bytes + owner_gt: optimism_Bytes + owner_lt: optimism_Bytes + owner_gte: optimism_Bytes + owner_lte: optimism_Bytes + owner_in: [optimism_Bytes!] + owner_not_in: [optimism_Bytes!] + owner_contains: optimism_Bytes + owner_not_contains: optimism_Bytes + recipient: optimism_Bytes + recipient_not: optimism_Bytes + recipient_gt: optimism_Bytes + recipient_lt: optimism_Bytes + recipient_gte: optimism_Bytes + recipient_lte: optimism_Bytes + recipient_in: [optimism_Bytes!] + recipient_not_in: [optimism_Bytes!] + recipient_contains: optimism_Bytes + recipient_not_contains: optimism_Bytes + proposedOwner: optimism_Bytes + proposedOwner_not: optimism_Bytes + proposedOwner_gt: optimism_Bytes + proposedOwner_lt: optimism_Bytes + proposedOwner_gte: optimism_Bytes + proposedOwner_lte: optimism_Bytes + proposedOwner_in: [optimism_Bytes!] + proposedOwner_not_in: [optimism_Bytes!] + proposedOwner_contains: optimism_Bytes + proposedOwner_not_contains: optimism_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: optimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwap_filter] - or: [avalanche_swap_StableSwap_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Router_filter] + or: [optimism_Router_filter] } -enum avalanche_swap_StableSwap_orderBy { +enum optimism_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 avalanche_swap_SwapDailyVolume implements avalanche_swap_SwapTradeVolume { +type optimism_Sequencer { id: ID! - stableSwap: avalanche_swap_StableSwap! - timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + isActive: Boolean! + sequencer: optimism_Bytes } -input avalanche_swap_SwapDailyVolume_filter { +input optimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -74392,80 +74783,39 @@ input avalanche_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_: 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_SwapDailyVolume_filter] - or: [avalanche_swap_SwapDailyVolume_filter] -} - -enum avalanche_swap_SwapDailyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: optimism_Bytes + sequencer_not: optimism_Bytes + sequencer_gt: optimism_Bytes + sequencer_lt: optimism_Bytes + sequencer_gte: optimism_Bytes + sequencer_lte: optimism_Bytes + sequencer_in: [optimism_Bytes!] + sequencer_not_in: [optimism_Bytes!] + sequencer_contains: optimism_Bytes + sequencer_not_contains: optimism_Bytes + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_Sequencer_filter] + or: [optimism_Sequencer_filter] } -type avalanche_swap_SwapHourlyVolume implements avalanche_swap_SwapTradeVolume { +enum optimism_Sequencer_orderBy { + id + isActive + sequencer +} + +type optimism_Setting { id: ID! - stableSwap: avalanche_swap_StableSwap! - timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: optimism_Bytes! } -input avalanche_swap_SwapHourlyVolume_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -74474,100 +74824,106 @@ input avalanche_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_: 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!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapHourlyVolume_filter] - or: [avalanche_swap_SwapHourlyVolume_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum avalanche_swap_SwapHourlyVolume_orderBy { +enum optimism_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 avalanche_swap_SwapTradeVolume { - stableSwap: avalanche_swap_StableSwap! +type optimism_SlippageUpdate { + id: ID! + transfer: optimism_DestinationTransfer! + slippage: BigInt! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -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 +input optimism_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_: optimism_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74576,50 +74932,94 @@ input avalanche_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_swap_BlockChangedFilter - and: [avalanche_swap_SwapTradeVolume_filter] - or: [avalanche_swap_SwapTradeVolume_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -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 +enum 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 - volume + gasPrice + gasLimit + blockNumber } -type avalanche_swap_SwapWeeklyVolume implements avalanche_swap_SwapTradeVolume { +type optimism_SnapshotRoot { id: ID! - stableSwap: avalanche_swap_StableSwap! + spokeDomain: BigInt + root: optimism_Bytes! + count: BigInt! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + blockNumber: BigInt! } -input avalanche_swap_SwapWeeklyVolume_filter { +input optimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -74628,27 +75028,32 @@ input avalanche_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_: avalanche_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: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74657,50 +75062,35 @@ input avalanche_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_swap_BlockChangedFilter - and: [avalanche_swap_SwapWeeklyVolume_filter] - or: [avalanche_swap_SwapWeeklyVolume_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SnapshotRoot_filter] + or: [optimism_SnapshotRoot_filter] } -enum avalanche_swap_SwapWeeklyVolume_orderBy { +enum optimism_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 avalanche_swap_SystemInfo { +type optimism_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input avalanche_swap_SystemInfo_filter { +input optimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -74709,47 +75099,58 @@ input avalanche_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: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SystemInfo_filter] - or: [avalanche_swap_SystemInfo_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SpokeConnectorMode_filter] + or: [optimism_SpokeConnectorMode_filter] } -enum avalanche_swap_SystemInfo_orderBy { +enum optimism_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type avalanche_swap__Block_ { +enum optimism_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type optimism__Block_ { """The hash of the block""" - hash: avalanche_swap_Bytes + hash: optimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: avalanche_swap_Bytes + parentHash: optimism_Bytes } """The type for the top-level _meta field""" -type avalanche_swap__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 @@ -74757,22 +75158,22 @@ type avalanche_swap__Meta_ { and therefore asks for the latest block """ - block: avalanche_swap__Block_! + block: optimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type polygon_AggregateRoot { +type arbitrumone_AggregateRoot { id: ID! - root: polygon_Bytes! + root: arbitrumone_Bytes! blockNumber: BigInt! } -type polygon_AggregateRootProposed { +type arbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: polygon_Bytes! + aggregateRoot: arbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -74780,7 +75181,7 @@ type polygon_AggregateRootProposed { blockNumber: BigInt } -input polygon_AggregateRootProposed_filter { +input arbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -74789,16 +75190,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: 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 @@ -74840,12 +75241,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AggregateRootProposed_filter] + or: [arbitrumone_AggregateRootProposed_filter] } -enum polygon_AggregateRootProposed_orderBy { +enum arbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -74855,7 +75256,7 @@ enum polygon_AggregateRootProposed_orderBy { blockNumber } -input polygon_AggregateRoot_filter { +input arbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -74864,16 +75265,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: 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 @@ -74883,47 +75284,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AggregateRoot_filter] + or: [arbitrumone_AggregateRoot_filter] } -enum polygon_AggregateRoot_orderBy { +enum arbitrumone_AggregateRoot_orderBy { id root blockNumber } -enum polygon_Aggregation_interval { +enum arbitrumone_Aggregation_interval { hour day } -type polygon_Asset { +type arbitrumone_Asset { id: ID! - key: polygon_Bytes + key: arbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygon_Bytes + canonicalId: arbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: polygon_Bytes - localAsset: polygon_Bytes + adoptedAsset: arbitrumone_Bytes + localAsset: arbitrumone_Bytes blockNumber: BigInt - status: polygon_AssetStatus + status: arbitrumone_AssetStatus } -type polygon_AssetBalance { +type arbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygon_Router! - asset: polygon_Asset! + router: arbitrumone_Router! + asset: arbitrumone_Asset! feesEarned: BigInt! } -input polygon_AssetBalance_filter { +input arbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -74984,7 +75385,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_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -75005,7 +75406,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_: arbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -75015,12 +75416,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetBalance_filter] + or: [arbitrumone_AssetBalance_filter] } -enum polygon_AssetBalance_orderBy { +enum arbitrumone_AssetBalance_orderBy { id amount locked @@ -75046,12 +75447,12 @@ enum polygon_AssetBalance_orderBy { feesEarned } -type polygon_AssetStatus { +type arbitrumone_AssetStatus { id: ID! status: Boolean } -input polygon_AssetStatus_filter { +input arbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -75065,17 +75466,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_AssetStatus_filter] + or: [arbitrumone_AssetStatus_filter] } -enum polygon_AssetStatus_orderBy { +enum arbitrumone_AssetStatus_orderBy { id status } -input polygon_Asset_filter { +input arbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -75084,16 +75485,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: 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 @@ -75110,16 +75511,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: 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 @@ -75128,26 +75529,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: 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 @@ -75176,14 +75577,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_: arbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Asset_filter] - or: [polygon_Asset_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Asset_filter] + or: [arbitrumone_Asset_filter] } -enum polygon_Asset_orderBy { +enum arbitrumone_Asset_orderBy { id key decimal @@ -75198,30 +75599,30 @@ enum polygon_Asset_orderBy { status__status } -scalar polygon_BigDecimal +scalar arbitrumone_BigDecimal -input polygon_BlockChangedFilter { +input arbitrumone_BlockChangedFilter { number_gte: Int! } -input polygon_Block_height { - hash: polygon_Bytes +input arbitrumone_Block_height { + hash: arbitrumone_Bytes number: Int number_gte: Int } -scalar polygon_Bytes +scalar arbitrumone_Bytes -type polygon_ConnectorMeta { +type arbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygon_Bytes - rootManager: polygon_Bytes - mirrorConnector: polygon_Bytes + amb: arbitrumone_Bytes + rootManager: arbitrumone_Bytes + mirrorConnector: arbitrumone_Bytes } -input polygon_ConnectorMeta_filter { +input arbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -75246,43 +75647,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: 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: polygon_BlockChangedFilter - and: [polygon_ConnectorMeta_filter] - or: [polygon_ConnectorMeta_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_ConnectorMeta_filter] + or: [arbitrumone_ConnectorMeta_filter] } -enum polygon_ConnectorMeta_orderBy { +enum arbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -75291,48 +75692,48 @@ enum polygon_ConnectorMeta_orderBy { mirrorConnector } -type polygon_DestinationTransfer { +type arbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: arbitrumone_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: 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: polygon_Bytes - delegate: polygon_Bytes + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: arbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygon_Bytes + originSender: arbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: polygon_Bytes - executedTransactionHash: polygon_Bytes + executedCaller: arbitrumone_Bytes + executedTransactionHash: arbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygon_Bytes + executedTxOrigin: arbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: polygon_Bytes - reconciledTransactionHash: polygon_Bytes + reconciledCaller: arbitrumone_Bytes + reconciledTransactionHash: arbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin: arbitrumone_Bytes reconciledTxNonce: BigInt } -input polygon_DestinationTransfer_filter { +input arbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -75349,16 +75750,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: 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 @@ -75367,17 +75768,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: 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_: polygon_Router_filter + routers_: arbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -75402,40 +75803,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: 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: 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: 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 @@ -75452,16 +75853,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: 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 @@ -75478,16 +75879,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: 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 @@ -75508,7 +75909,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_: arbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -75525,26 +75926,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: 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 @@ -75577,44 +75978,44 @@ 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: arbitrumone_Bytes + executedTxOrigin_not: arbitrumone_Bytes + executedTxOrigin_gt: arbitrumone_Bytes + executedTxOrigin_lt: arbitrumone_Bytes + executedTxOrigin_gte: arbitrumone_Bytes + executedTxOrigin_lte: arbitrumone_Bytes + executedTxOrigin_in: [arbitrumone_Bytes!] + executedTxOrigin_not_in: [arbitrumone_Bytes!] + executedTxOrigin_contains: arbitrumone_Bytes + executedTxOrigin_not_contains: arbitrumone_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt executedTxNonce_lt: BigInt executedTxNonce_gte: BigInt executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: 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 + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: arbitrumone_Bytes + reconciledCaller_not: arbitrumone_Bytes + reconciledCaller_gt: arbitrumone_Bytes + reconciledCaller_lt: arbitrumone_Bytes + reconciledCaller_gte: arbitrumone_Bytes + reconciledCaller_lte: arbitrumone_Bytes + reconciledCaller_in: [arbitrumone_Bytes!] + reconciledCaller_not_in: [arbitrumone_Bytes!] + reconciledCaller_contains: arbitrumone_Bytes + reconciledCaller_not_contains: arbitrumone_Bytes + reconciledTransactionHash: arbitrumone_Bytes + reconciledTransactionHash_not: arbitrumone_Bytes + reconciledTransactionHash_gt: arbitrumone_Bytes + reconciledTransactionHash_lt: arbitrumone_Bytes + reconciledTransactionHash_gte: arbitrumone_Bytes + reconciledTransactionHash_lte: arbitrumone_Bytes + reconciledTransactionHash_in: [arbitrumone_Bytes!] + reconciledTransactionHash_not_in: [arbitrumone_Bytes!] + reconciledTransactionHash_contains: arbitrumone_Bytes + reconciledTransactionHash_not_contains: arbitrumone_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -75647,16 +76048,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: 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 @@ -75666,12 +76067,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_DestinationTransfer_filter] + or: [arbitrumone_DestinationTransfer_filter] } -enum polygon_DestinationTransfer_orderBy { +enum arbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -75725,16 +76126,16 @@ enum polygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygon_Int8 +scalar arbitrumone_Int8 -type polygon_OptimisticRootFinalized { +type arbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: polygon_Bytes! + aggregateRoot: arbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygon_OptimisticRootFinalized_filter { +input arbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -75743,16 +76144,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: 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 @@ -75770,12 +76171,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_OptimisticRootFinalized_filter] + or: [arbitrumone_OptimisticRootFinalized_filter] } -enum polygon_OptimisticRootFinalized_orderBy { +enum arbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -75783,25 +76184,25 @@ enum polygon_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_OrderDirection { +enum arbitrumone_OrderDirection { asc desc } -type polygon_OriginMessage { +type arbitrumone_OriginMessage { id: ID! - transferId: polygon_Bytes + transferId: arbitrumone_Bytes destinationDomain: BigInt - leaf: polygon_Bytes + leaf: arbitrumone_Bytes index: BigInt - message: polygon_Bytes - root: polygon_Bytes - transactionHash: polygon_Bytes + message: arbitrumone_Bytes + root: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes blockNumber: BigInt - rootCount: polygon_RootCount + rootCount: arbitrumone_RootCount } -input polygon_OriginMessage_filter { +input arbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -75810,16 +76211,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: 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 @@ -75828,16 +76229,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: 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 @@ -75846,36 +76247,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: 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 @@ -75904,14 +76305,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_: arbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginMessage_filter] - or: [polygon_OriginMessage_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginMessage_filter] + or: [arbitrumone_OriginMessage_filter] } -enum polygon_OriginMessage_orderBy { +enum arbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -75926,42 +76327,42 @@ enum polygon_OriginMessage_orderBy { rootCount__count } -type polygon_OriginTransfer { +type arbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: arbitrumone_Bytes nonce: BigInt - status: polygon_TransferStatus - messageHash: polygon_Bytes + status: arbitrumone_TransferStatus + messageHash: arbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes + to: arbitrumone_Bytes + delegate: arbitrumone_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: arbitrumone_Bytes slippage: BigInt - originSender: polygon_Bytes + originSender: arbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset - transactingAsset: polygon_Bytes - message: polygon_OriginMessage + canonicalId: arbitrumone_Bytes + asset: arbitrumone_Asset + transactingAsset: arbitrumone_Bytes + message: arbitrumone_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: 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: polygon_Bytes + txOrigin: arbitrumone_Bytes txNonce: BigInt } -input polygon_OriginTransfer_filter { +input arbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -75978,16 +76379,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: 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 @@ -75996,20 +76397,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: 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 @@ -76034,40 +76435,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: 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: 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: 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 @@ -76076,16 +76477,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: 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 @@ -76102,16 +76503,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: 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 @@ -76132,17 +76533,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_: 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 @@ -76163,7 +76564,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_: arbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -76178,37 +76579,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_: 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 @@ -76241,16 +76642,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: 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 @@ -76260,12 +76661,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_OriginTransfer_filter] + or: [arbitrumone_OriginTransfer_filter] } -enum polygon_OriginTransfer_orderBy { +enum arbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -76318,20 +76719,20 @@ enum polygon_OriginTransfer_orderBy { txNonce } -type polygon_Relayer { +type arbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: polygon_Bytes + relayer: arbitrumone_Bytes } -type polygon_RelayerFee { +type arbitrumone_RelayerFee { id: ID! - transfer: polygon_OriginTransfer! + transfer: arbitrumone_OriginTransfer! fee: BigInt! - asset: polygon_Bytes! + asset: arbitrumone_Bytes! } -input polygon_RelayerFee_filter { +input arbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -76360,7 +76761,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_: arbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -76369,23 +76770,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: 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: polygon_BlockChangedFilter - and: [polygon_RelayerFee_filter] - or: [polygon_RelayerFee_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFee_filter] + or: [arbitrumone_RelayerFee_filter] } -enum polygon_RelayerFee_orderBy { +enum arbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -76421,20 +76822,20 @@ enum polygon_RelayerFee_orderBy { asset } -type polygon_RelayerFeesIncrease { +type arbitrumone_RelayerFeesIncrease { id: ID! - transfer: polygon_OriginTransfer! + transfer: arbitrumone_OriginTransfer! increase: BigInt - asset: polygon_Bytes - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + asset: arbitrumone_Bytes + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_RelayerFeesIncrease_filter { +input arbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -76463,7 +76864,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_: arbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -76472,36 +76873,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: 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 @@ -76535,12 +76936,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RelayerFeesIncrease_filter] + or: [arbitrumone_RelayerFeesIncrease_filter] } -enum polygon_RelayerFeesIncrease_orderBy { +enum arbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -76582,7 +76983,7 @@ enum polygon_RelayerFeesIncrease_orderBy { blockNumber } -input polygon_Relayer_filter { +input arbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -76595,34 +76996,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: 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: polygon_BlockChangedFilter - and: [polygon_Relayer_filter] - or: [polygon_Relayer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Relayer_filter] + or: [arbitrumone_Relayer_filter] } -enum polygon_Relayer_orderBy { +enum arbitrumone_Relayer_orderBy { id isActive relayer } -type polygon_RootCount { +type arbitrumone_RootCount { id: ID! count: BigInt } -input polygon_RootCount_filter { +input arbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -76640,31 +77041,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootCount_filter] + or: [arbitrumone_RootCount_filter] } -enum polygon_RootCount_orderBy { +enum arbitrumone_RootCount_orderBy { id count } -type polygon_RootMessageSent { +type arbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygon_Bytes + root: arbitrumone_Bytes count: BigInt - caller: polygon_Bytes - transactionHash: polygon_Bytes + caller: arbitrumone_Bytes + transactionHash: arbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygon_RootMessageSent_filter { +input arbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -76689,16 +77090,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: 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 @@ -76707,26 +77108,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: 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 @@ -76760,12 +77161,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: arbitrumone_BlockChangedFilter + and: [arbitrumone_RootMessageSent_filter] + or: [arbitrumone_RootMessageSent_filter] } -enum polygon_RootMessageSent_orderBy { +enum arbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -76779,25 +77180,25 @@ enum polygon_RootMessageSent_orderBy { blockNumber } -type polygon_Router { +type arbitrumone_Router { id: ID! isActive: Boolean! - owner: polygon_Bytes - recipient: polygon_Bytes - proposedOwner: polygon_Bytes + owner: arbitrumone_Bytes + recipient: arbitrumone_Bytes + proposedOwner: arbitrumone_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: arbitrumone_AssetBalance_orderBy, orderDirection: arbitrumone_OrderDirection, where: arbitrumone_AssetBalance_filter): [arbitrumone_AssetBalance!]! } -type polygon_RouterDailyTVL { +type arbitrumone_RouterDailyTVL { id: ID! - router: polygon_Router! - asset: polygon_Asset! + router: arbitrumone_Router! + asset: arbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input polygon_RouterDailyTVL_filter { +input arbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -76826,7 +77227,7 @@ input polygon_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygon_Router_filter + router_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -76847,7 +77248,7 @@ input polygon_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: arbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76865,12 +77266,12 @@ input polygon_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterDailyTVL_filter] - or: [polygon_RouterDailyTVL_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RouterDailyTVL_filter] + or: [arbitrumone_RouterDailyTVL_filter] } -enum polygon_RouterDailyTVL_orderBy { +enum arbitrumone_RouterDailyTVL_orderBy { id router router__id @@ -76893,26 +77294,26 @@ enum polygon_RouterDailyTVL_orderBy { balance } -type polygon_RouterLiquidityEvent { +type arbitrumone_RouterLiquidityEvent { id: ID! - type: polygon_RouterLiquidityEventType - router: polygon_Router! - asset: polygon_Asset! + type: arbitrumone_RouterLiquidityEventType + router: arbitrumone_Router! + asset: arbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: polygon_Bytes + caller: arbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygon_Bytes! + transactionHash: arbitrumone_Bytes! nonce: BigInt! } -enum polygon_RouterLiquidityEventType { +enum arbitrumone_RouterLiquidityEventType { Add Remove } -input polygon_RouterLiquidityEvent_filter { +input arbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -76921,10 +77322,10 @@ 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!] + type: arbitrumone_RouterLiquidityEventType + type_not: arbitrumone_RouterLiquidityEventType + type_in: [arbitrumone_RouterLiquidityEventType!] + type_not_in: [arbitrumone_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -76945,7 +77346,7 @@ 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_: arbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -76966,7 +77367,7 @@ input polygon_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: arbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -76983,16 +77384,16 @@ input polygon_RouterLiquidityEvent_filter { 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 + 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 @@ -77009,16 +77410,16 @@ input polygon_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + 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 @@ -77028,12 +77429,12 @@ input polygon_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterLiquidityEvent_filter] - or: [polygon_RouterLiquidityEvent_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_RouterLiquidityEvent_filter] + or: [arbitrumone_RouterLiquidityEvent_filter] } -enum polygon_RouterLiquidityEvent_orderBy { +enum arbitrumone_RouterLiquidityEvent_orderBy { id type router @@ -77062,7 +77463,7 @@ enum polygon_RouterLiquidityEvent_orderBy { nonce } -input polygon_Router_filter { +input arbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -77075,36 +77476,36 @@ input polygon_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: polygon_Bytes - owner_not: polygon_Bytes - owner_gt: polygon_Bytes - owner_lt: polygon_Bytes - owner_gte: polygon_Bytes - owner_lte: polygon_Bytes - owner_in: [polygon_Bytes!] - owner_not_in: [polygon_Bytes!] - owner_contains: polygon_Bytes - owner_not_contains: polygon_Bytes - recipient: polygon_Bytes - recipient_not: polygon_Bytes - recipient_gt: polygon_Bytes - recipient_lt: polygon_Bytes - recipient_gte: polygon_Bytes - recipient_lte: polygon_Bytes - recipient_in: [polygon_Bytes!] - recipient_not_in: [polygon_Bytes!] - recipient_contains: polygon_Bytes - recipient_not_contains: polygon_Bytes - proposedOwner: polygon_Bytes - proposedOwner_not: polygon_Bytes - proposedOwner_gt: polygon_Bytes - proposedOwner_lt: polygon_Bytes - proposedOwner_gte: polygon_Bytes - proposedOwner_lte: polygon_Bytes - proposedOwner_in: [polygon_Bytes!] - proposedOwner_not_in: [polygon_Bytes!] - proposedOwner_contains: polygon_Bytes - proposedOwner_not_contains: polygon_Bytes + owner: 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 @@ -77113,14 +77514,14 @@ input polygon_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygon_AssetBalance_filter + assetBalances_: arbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Router_filter] - or: [polygon_Router_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Router_filter] + or: [arbitrumone_Router_filter] } -enum polygon_Router_orderBy { +enum arbitrumone_Router_orderBy { id isActive owner @@ -77130,13 +77531,13 @@ enum polygon_Router_orderBy { assetBalances } -type polygon_Sequencer { +type arbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: polygon_Bytes + sequencer: arbitrumone_Bytes } -input polygon_Sequencer_filter { +input arbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -77149,35 +77550,35 @@ input polygon_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: polygon_Bytes - sequencer_not: polygon_Bytes - sequencer_gt: polygon_Bytes - sequencer_lt: polygon_Bytes - sequencer_gte: polygon_Bytes - sequencer_lte: polygon_Bytes - sequencer_in: [polygon_Bytes!] - sequencer_not_in: [polygon_Bytes!] - sequencer_contains: polygon_Bytes - sequencer_not_contains: polygon_Bytes + sequencer: 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: polygon_BlockChangedFilter - and: [polygon_Sequencer_filter] - or: [polygon_Sequencer_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Sequencer_filter] + or: [arbitrumone_Sequencer_filter] } -enum polygon_Sequencer_orderBy { +enum arbitrumone_Sequencer_orderBy { id isActive sequencer } -type polygon_Setting { +type arbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygon_Bytes! + caller: arbitrumone_Bytes! } -input polygon_Setting_filter { +input arbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -77194,41 +77595,41 @@ input polygon_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes + caller: 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: polygon_BlockChangedFilter - and: [polygon_Setting_filter] - or: [polygon_Setting_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_Setting_filter] + or: [arbitrumone_Setting_filter] } -enum polygon_Setting_orderBy { +enum arbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygon_SlippageUpdate { +type arbitrumone_SlippageUpdate { id: ID! - transfer: polygon_DestinationTransfer! + transfer: arbitrumone_DestinationTransfer! slippage: BigInt! - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + caller: arbitrumone_Bytes! + transactionHash: arbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_SlippageUpdate_filter { +input arbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -77257,7 +77658,7 @@ input polygon_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_DestinationTransfer_filter + transfer_: arbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -77266,26 +77667,26 @@ input polygon_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + caller: 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 @@ -77319,12 +77720,12 @@ input polygon_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SlippageUpdate_filter] - or: [polygon_SlippageUpdate_filter] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_SlippageUpdate_filter] + or: [arbitrumone_SlippageUpdate_filter] } -enum polygon_SlippageUpdate_orderBy { +enum arbitrumone_SlippageUpdate_orderBy { id transfer transfer__id @@ -77372,16 +77773,16 @@ enum polygon_SlippageUpdate_orderBy { blockNumber } -type polygon_SnapshotRoot { +type arbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygon_Bytes! + root: arbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygon_SnapshotRoot_filter { +input arbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -77398,16 +77799,16 @@ input polygon_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes + 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 @@ -77433,12 +77834,12 @@ input polygon_SnapshotRoot_filter { 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] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_SnapshotRoot_filter] + or: [arbitrumone_SnapshotRoot_filter] } -enum polygon_SnapshotRoot_orderBy { +enum arbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -77447,12 +77848,12 @@ enum polygon_SnapshotRoot_orderBy { blockNumber } -type polygon_SpokeConnectorMode { +type arbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input polygon_SpokeConnectorMode_filter { +input arbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -77482,17 +77883,17 @@ input polygon_SpokeConnectorMode_filter { 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] + _change_block: arbitrumone_BlockChangedFilter + and: [arbitrumone_SpokeConnectorMode_filter] + or: [arbitrumone_SpokeConnectorMode_filter] } -enum polygon_SpokeConnectorMode_orderBy { +enum arbitrumone_SpokeConnectorMode_orderBy { id mode } -enum polygon_TransferStatus { +enum arbitrumone_TransferStatus { XCalled Executed Reconciled @@ -77500,19 +77901,19 @@ enum polygon_TransferStatus { CompletedFast } -type polygon__Block_ { +type arbitrumone__Block_ { """The hash of the block""" - hash: polygon_Bytes + hash: arbitrumone_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: polygon_Bytes + parentHash: arbitrumone_Bytes } """The type for the top-level _meta field""" -type polygon__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 @@ -77520,55 +77921,55 @@ type polygon__Meta_ { and therefore asks for the latest block """ - block: polygon__Block_! + block: arbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum polygon_swap_Aggregation_interval { +enum avalanche_swap_Aggregation_interval { hour day } -scalar polygon_swap_BigDecimal +scalar avalanche_swap_BigDecimal -input polygon_swap_BlockChangedFilter { +input avalanche_swap_BlockChangedFilter { number_gte: Int! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes +input avalanche_swap_Block_height { + hash: avalanche_swap_Bytes number: Int number_gte: Int } -scalar polygon_swap_Bytes +scalar avalanche_swap_Bytes """ 8 bytes signed integer """ -scalar polygon_swap_Int8 +scalar avalanche_swap_Int8 -type polygon_swap_LpAccount { +type avalanche_swap_LpAccount { id: ID! - address: polygon_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! + address: 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 polygon_swap_LpAccountBalance { +type avalanche_swap_LpAccountBalance { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + account: avalanche_swap_LpAccount! + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! block: BigInt modified: BigInt - transaction: polygon_swap_Bytes + transaction: avalanche_swap_Bytes } -input polygon_swap_LpAccountBalance_filter { +input avalanche_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -77597,7 +77998,7 @@ input polygon_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: polygon_swap_LpAccount_filter + account_: avalanche_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -77618,15 +78019,15 @@ input polygon_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: 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 @@ -77643,23 +78044,23 @@ input polygon_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccountBalance_filter] + or: [avalanche_swap_LpAccountBalance_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum avalanche_swap_LpAccountBalance_orderBy { id account account__id @@ -77677,7 +78078,7 @@ enum polygon_swap_LpAccountBalance_orderBy { transaction } -input polygon_swap_LpAccount_filter { +input avalanche_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -77686,51 +78087,51 @@ input polygon_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes - balances_: polygon_swap_LpAccountBalance_filter + address: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccount_filter] + or: [avalanche_swap_LpAccount_filter] } -enum polygon_swap_LpAccount_orderBy { +enum avalanche_swap_LpAccount_orderBy { id address balances } -type polygon_swap_LpToken { +type avalanche_swap_LpToken { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! + address: avalanche_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: polygon_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! + totalSupply: 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 polygon_swap_LpTokenEvent { +interface avalanche_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTokenEvent_filter { +input avalanche_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -77759,15 +78160,15 @@ input polygon_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: 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 @@ -77784,16 +78185,16 @@ input polygon_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: 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 @@ -77803,12 +78204,12 @@ input polygon_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTokenEvent_filter] - or: [polygon_swap_LpTokenEvent_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTokenEvent_filter] + or: [avalanche_swap_LpTokenEvent_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum avalanche_swap_LpTokenEvent_orderBy { id token token__id @@ -77824,7 +78225,7 @@ enum polygon_swap_LpTokenEvent_orderBy { nonce } -input polygon_swap_LpToken_filter { +input avalanche_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -77833,16 +78234,16 @@ input polygon_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes + address: 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 @@ -77863,7 +78264,7 @@ input polygon_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: avalanche_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -77912,22 +78313,22 @@ input polygon_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: polygon_swap_BigDecimal - totalSupply_not: polygon_swap_BigDecimal - totalSupply_gt: polygon_swap_BigDecimal - totalSupply_lt: polygon_swap_BigDecimal - totalSupply_gte: polygon_swap_BigDecimal - totalSupply_lte: polygon_swap_BigDecimal - totalSupply_in: [polygon_swap_BigDecimal!] - totalSupply_not_in: [polygon_swap_BigDecimal!] - events_: polygon_swap_LpTokenEvent_filter + totalSupply: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpToken_filter] + or: [avalanche_swap_LpToken_filter] } -enum polygon_swap_LpToken_orderBy { +enum avalanche_swap_LpToken_orderBy { id address stableSwap @@ -77954,21 +78355,21 @@ enum polygon_swap_LpToken_orderBy { events } -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type avalanche_swap_LpTransferEvent implements avalanche_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! - from: polygon_swap_Bytes! - to: polygon_swap_Bytes! - fromBalance: polygon_swap_BigDecimal! - toBalance: polygon_swap_BigDecimal! + token: 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: polygon_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTransferEvent_filter { +input avalanche_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -77997,51 +78398,51 @@ input polygon_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] - from: polygon_swap_Bytes - from_not: polygon_swap_Bytes - from_gt: polygon_swap_Bytes - from_lt: polygon_swap_Bytes - from_gte: polygon_swap_Bytes - from_lte: polygon_swap_Bytes - from_in: [polygon_swap_Bytes!] - from_not_in: [polygon_swap_Bytes!] - from_contains: polygon_swap_Bytes - from_not_contains: polygon_swap_Bytes - to: polygon_swap_Bytes - to_not: polygon_swap_Bytes - to_gt: polygon_swap_Bytes - to_lt: polygon_swap_Bytes - to_gte: polygon_swap_Bytes - to_lte: polygon_swap_Bytes - to_in: [polygon_swap_Bytes!] - to_not_in: [polygon_swap_Bytes!] - to_contains: polygon_swap_Bytes - to_not_contains: polygon_swap_Bytes - fromBalance: polygon_swap_BigDecimal - fromBalance_not: polygon_swap_BigDecimal - fromBalance_gt: polygon_swap_BigDecimal - fromBalance_lt: polygon_swap_BigDecimal - fromBalance_gte: polygon_swap_BigDecimal - fromBalance_lte: polygon_swap_BigDecimal - fromBalance_in: [polygon_swap_BigDecimal!] - fromBalance_not_in: [polygon_swap_BigDecimal!] - toBalance: polygon_swap_BigDecimal - toBalance_not: polygon_swap_BigDecimal - toBalance_gt: polygon_swap_BigDecimal - toBalance_lt: polygon_swap_BigDecimal - toBalance_gte: polygon_swap_BigDecimal - toBalance_lte: polygon_swap_BigDecimal - toBalance_in: [polygon_swap_BigDecimal!] - toBalance_not_in: [polygon_swap_BigDecimal!] + token_: 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 @@ -78058,16 +78459,16 @@ input polygon_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: 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 @@ -78077,12 +78478,12 @@ input polygon_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTransferEvent_filter] - or: [polygon_swap_LpTransferEvent_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTransferEvent_filter] + or: [avalanche_swap_LpTransferEvent_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum avalanche_swap_LpTransferEvent_orderBy { id token token__id @@ -78103,17 +78504,17 @@ enum polygon_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum avalanche_swap_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type avalanche_swap_PooledToken { id: ID! - asset: polygon_swap_Bytes! + asset: avalanche_swap_Bytes! } -input polygon_swap_PooledToken_filter { +input avalanche_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -78122,59 +78523,59 @@ input polygon_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: polygon_swap_Bytes - asset_not: polygon_swap_Bytes - asset_gt: polygon_swap_Bytes - asset_lt: polygon_swap_Bytes - asset_gte: polygon_swap_Bytes - asset_lte: polygon_swap_Bytes - asset_in: [polygon_swap_Bytes!] - asset_not_in: [polygon_swap_Bytes!] - asset_contains: polygon_swap_Bytes - asset_not_contains: polygon_swap_Bytes + asset: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_PooledToken_filter] + or: [avalanche_swap_PooledToken_filter] } -enum polygon_swap_PooledToken_orderBy { +enum avalanche_swap_PooledToken_orderBy { id asset } -type polygon_swap_StableSwap { +type avalanche_swap_StableSwap { id: ID! isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes + key: avalanche_swap_Bytes! + canonicalId: avalanche_swap_Bytes domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes + swapPool: avalanche_swap_Bytes + lpToken: avalanche_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [polygon_swap_Bytes!]! + pooledTokens: [avalanche_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: 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 polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! + provider: avalanche_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -78183,11 +78584,11 @@ type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input avalanche_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -78216,17 +78617,17 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: 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!] @@ -78285,16 +78686,16 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: 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 @@ -78304,12 +78705,12 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapAddLiquidityEvent_filter] - or: [polygon_swap_StableSwapAddLiquidityEvent_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapAddLiquidityEvent_filter] + or: [avalanche_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { +enum avalanche_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -78341,16 +78742,16 @@ enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface polygon_swap_StableSwapEvent { +interface avalanche_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapEvent_filter { +input avalanche_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -78379,7 +78780,7 @@ input polygon_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: avalanche_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -78396,16 +78797,16 @@ input polygon_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: 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 @@ -78415,12 +78816,12 @@ input polygon_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapEvent_filter] - or: [polygon_swap_StableSwapEvent_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapEvent_filter] + or: [avalanche_swap_StableSwapEvent_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum avalanche_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -78445,10 +78846,10 @@ enum polygon_swap_StableSwapEvent_orderBy { nonce } -type polygon_swap_StableSwapExchange { +type avalanche_swap_StableSwapExchange { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! + buyer: avalanche_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -78457,11 +78858,11 @@ type polygon_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapExchange_filter { +input avalanche_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -78490,17 +78891,17 @@ input polygon_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - buyer: polygon_swap_Bytes - buyer_not: polygon_swap_Bytes - buyer_gt: polygon_swap_Bytes - buyer_lt: polygon_swap_Bytes - buyer_gte: polygon_swap_Bytes - buyer_lte: polygon_swap_Bytes - buyer_in: [polygon_swap_Bytes!] - buyer_not_in: [polygon_swap_Bytes!] - buyer_contains: polygon_swap_Bytes - buyer_not_contains: polygon_swap_Bytes + stableSwap_: 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 @@ -78563,16 +78964,16 @@ input polygon_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: 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 @@ -78582,12 +78983,12 @@ input polygon_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapExchange_filter] - or: [polygon_swap_StableSwapExchange_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapExchange_filter] + or: [avalanche_swap_StableSwapExchange_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum avalanche_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -78619,10 +79020,10 @@ enum polygon_swap_StableSwapExchange_orderBy { nonce } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! + provider: avalanche_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -78631,11 +79032,11 @@ type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -78664,17 +79065,17 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: 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!] @@ -78733,16 +79134,16 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: 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 @@ -78752,12 +79153,12 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] - or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] + or: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -78789,7 +79190,7 @@ enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input polygon_swap_StableSwap_filter { +input avalanche_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -78802,26 +79203,26 @@ input polygon_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: polygon_swap_Bytes - key_not: polygon_swap_Bytes - key_gt: polygon_swap_Bytes - key_lt: polygon_swap_Bytes - key_gte: polygon_swap_Bytes - key_lte: polygon_swap_Bytes - key_in: [polygon_swap_Bytes!] - key_not_in: [polygon_swap_Bytes!] - key_contains: polygon_swap_Bytes - key_not_contains: polygon_swap_Bytes - canonicalId: polygon_swap_Bytes - canonicalId_not: polygon_swap_Bytes - canonicalId_gt: polygon_swap_Bytes - canonicalId_lt: polygon_swap_Bytes - canonicalId_gte: polygon_swap_Bytes - canonicalId_lte: polygon_swap_Bytes - canonicalId_in: [polygon_swap_Bytes!] - canonicalId_not_in: [polygon_swap_Bytes!] - canonicalId_contains: polygon_swap_Bytes - canonicalId_not_contains: polygon_swap_Bytes + key: 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 @@ -78830,26 +79231,26 @@ input polygon_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: polygon_swap_Bytes - swapPool_not: polygon_swap_Bytes - swapPool_gt: polygon_swap_Bytes - swapPool_lt: polygon_swap_Bytes - swapPool_gte: polygon_swap_Bytes - swapPool_lte: polygon_swap_Bytes - swapPool_in: [polygon_swap_Bytes!] - swapPool_not_in: [polygon_swap_Bytes!] - swapPool_contains: polygon_swap_Bytes - swapPool_not_contains: polygon_swap_Bytes - lpToken: polygon_swap_Bytes - lpToken_not: polygon_swap_Bytes - lpToken_gt: polygon_swap_Bytes - lpToken_lt: polygon_swap_Bytes - lpToken_gte: polygon_swap_Bytes - lpToken_lte: polygon_swap_Bytes - lpToken_in: [polygon_swap_Bytes!] - lpToken_not_in: [polygon_swap_Bytes!] - lpToken_contains: polygon_swap_Bytes - lpToken_not_contains: polygon_swap_Bytes + swapPool: 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 @@ -78898,12 +79299,12 @@ input polygon_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [polygon_swap_Bytes!] - pooledTokens_not: [polygon_swap_Bytes!] - pooledTokens_contains: [polygon_swap_Bytes!] - pooledTokens_contains_nocase: [polygon_swap_Bytes!] - pooledTokens_not_contains: [polygon_swap_Bytes!] - pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] + pooledTokens: [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!] @@ -78946,18 +79347,18 @@ input polygon_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: polygon_swap_StableSwapEvent_filter - exchanges_: polygon_swap_StableSwapExchange_filter - hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter - dailyVolumes_: polygon_swap_SwapDailyVolume_filter - weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter + events_: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwap_filter] + or: [avalanche_swap_StableSwap_filter] } -enum polygon_swap_StableSwap_orderBy { +enum avalanche_swap_StableSwap_orderBy { id isActive key @@ -78985,14 +79386,14 @@ enum polygon_swap_StableSwap_orderBy { weeklyVolumes } -type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type avalanche_swap_SwapDailyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input polygon_swap_SwapDailyVolume_filter { +input avalanche_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -79021,7 +79422,7 @@ input polygon_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79030,21 +79431,21 @@ input polygon_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapDailyVolume_filter] + or: [avalanche_swap_SwapDailyVolume_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum avalanche_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -79067,14 +79468,14 @@ enum polygon_swap_SwapDailyVolume_orderBy { volume } -type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type avalanche_swap_SwapHourlyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input polygon_swap_SwapHourlyVolume_filter { +input avalanche_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -79103,7 +79504,7 @@ input polygon_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79112,21 +79513,21 @@ input polygon_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapHourlyVolume_filter] + or: [avalanche_swap_SwapHourlyVolume_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum avalanche_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -79149,13 +79550,13 @@ enum polygon_swap_SwapHourlyVolume_orderBy { volume } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +interface avalanche_swap_SwapTradeVolume { + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input polygon_swap_SwapTradeVolume_filter { +input avalanche_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -79176,7 +79577,7 @@ input polygon_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79185,21 +79586,21 @@ input polygon_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapTradeVolume_filter] + or: [avalanche_swap_SwapTradeVolume_filter] } -enum polygon_swap_SwapTradeVolume_orderBy { +enum avalanche_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -79221,14 +79622,14 @@ enum polygon_swap_SwapTradeVolume_orderBy { volume } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { +type avalanche_swap_SwapWeeklyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input polygon_swap_SwapWeeklyVolume_filter { +input avalanche_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -79257,7 +79658,7 @@ input polygon_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79266,21 +79667,21 @@ input polygon_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapWeeklyVolume_filter] + or: [avalanche_swap_SwapWeeklyVolume_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum avalanche_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -79303,13 +79704,13 @@ enum polygon_swap_SwapWeeklyVolume_orderBy { volume } -type polygon_swap_SystemInfo { +type avalanche_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input polygon_swap_SystemInfo_filter { +input avalanche_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -79335,30 +79736,30 @@ input polygon_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SystemInfo_filter] - or: [polygon_swap_SystemInfo_filter] + _change_block: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SystemInfo_filter] + or: [avalanche_swap_SystemInfo_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum avalanche_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type polygon_swap__Block_ { +type avalanche_swap__Block_ { """The hash of the block""" - hash: polygon_swap_Bytes + hash: avalanche_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: polygon_swap_Bytes + parentHash: avalanche_swap_Bytes } """The type for the top-level _meta field""" -type polygon_swap__Meta_ { +type avalanche_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -79366,22 +79767,55 @@ type polygon_swap__Meta_ { and therefore asks for the latest block """ - block: polygon_swap__Block_! + block: avalanche_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mainnet_AggregateRootSavedSlow { +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! - aggregateRoot: mainnet_Bytes! - count: BigInt! - aggregatedRoots: [mainnet_Bytes!] - rootTimestamp: BigInt! + address: arbitrumone_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! } -input mainnet_AggregateRootSavedSlow_filter { +type arbitrumone_swap_LpAccountBalance { + id: ID! + account: arbitrumone_swap_LpAccount! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: arbitrumone_swap_Bytes +} + +input arbitrumone_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -79390,61 +79824,107 @@ input mainnet_AggregateRootSavedSlow_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [mainnet_Bytes!] - aggregatedRoots_not: [mainnet_Bytes!] - aggregatedRoots_contains: [mainnet_Bytes!] - aggregatedRoots_contains_nocase: [mainnet_Bytes!] - aggregatedRoots_not_contains: [mainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [mainnet_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootSavedSlow_filter] - or: [mainnet_AggregateRootSavedSlow_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccountBalance_filter] + or: [arbitrumone_swap_LpAccountBalance_filter] } -enum mainnet_AggregateRootSavedSlow_orderBy { +enum arbitrumone_swap_LpAccountBalance_orderBy { id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type mainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: mainnet_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 mainnet_AggregatedMessageRoot_filter { +input arbitrumone_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -79453,69 +79933,51 @@ input mainnet_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: mainnet_Bytes - receivedRoot_not: mainnet_Bytes - receivedRoot_gt: mainnet_Bytes - receivedRoot_lt: mainnet_Bytes - receivedRoot_gte: mainnet_Bytes - receivedRoot_lte: mainnet_Bytes - receivedRoot_in: [mainnet_Bytes!] - receivedRoot_not_in: [mainnet_Bytes!] - receivedRoot_contains: mainnet_Bytes - receivedRoot_not_contains: mainnet_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter - and: [mainnet_AggregatedMessageRoot_filter] - or: [mainnet_AggregatedMessageRoot_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccount_filter] + or: [arbitrumone_swap_LpAccount_filter] } -enum mainnet_AggregatedMessageRoot_orderBy { +enum arbitrumone_swap_LpAccount_orderBy { id - index - receivedRoot - domain - blockNumber + address + balances } -enum mainnet_Aggregation_interval { - hour - day +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!]! } -type mainnet_ArbitrumConnectorMeta { +interface arbitrumone_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input mainnet_ArbitrumConnectorMeta_filter { +input arbitrumone_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -79524,77 +79986,92 @@ input mainnet_ArbitrumConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + 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: mainnet_BlockChangedFilter - and: [mainnet_ArbitrumConnectorMeta_filter] - or: [mainnet_ArbitrumConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTokenEvent_filter] + or: [arbitrumone_swap_LpTokenEvent_filter] } -enum mainnet_ArbitrumConnectorMeta_orderBy { +enum arbitrumone_swap_LpTokenEvent_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! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input mainnet_AvalancheConnectorMeta_filter { +input arbitrumone_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -79603,77 +80080,142 @@ input mainnet_AvalancheConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + 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: mainnet_BlockChangedFilter - and: [mainnet_AvalancheConnectorMeta_filter] - or: [mainnet_AvalancheConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpToken_filter] + or: [arbitrumone_swap_LpToken_filter] } -enum mainnet_AvalancheConnectorMeta_orderBy { +enum arbitrumone_swap_LpToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type mainnet_BaseConnectorMeta { +type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_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! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input mainnet_BaseConnectorMeta_filter { +input arbitrumone_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -79682,89 +80224,143 @@ 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 + 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 + 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: mainnet_BlockChangedFilter - and: [mainnet_BaseConnectorMeta_filter] - or: [mainnet_BaseConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTransferEvent_filter] + or: [arbitrumone_swap_LpTransferEvent_filter] } -enum mainnet_BaseConnectorMeta_orderBy { +enum arbitrumone_swap_LpTransferEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar mainnet_BigDecimal - -input mainnet_BlockChangedFilter { - number_gte: Int! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -input mainnet_Block_height { - hash: mainnet_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum arbitrumone_swap_OrderDirection { + asc + desc } -type mainnet_BnbConnectorMeta { +type arbitrumone_swap_PooledToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + asset: arbitrumone_swap_Bytes! } -input mainnet_BnbConnectorMeta_filter { +input arbitrumone_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -79773,79 +80369,235 @@ 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 + 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: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_PooledToken_filter] + or: [arbitrumone_swap_PooledToken_filter] +} + +enum arbitrumone_swap_PooledToken_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!] +} + +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 + 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_: 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: mainnet_BlockChangedFilter - and: [mainnet_BnbConnectorMeta_filter] - or: [mainnet_BnbConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] } -enum mainnet_BnbConnectorMeta_orderBy { +enum arbitrumone_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 } -scalar mainnet_Bytes - -type mainnet_GnosisConnectorMeta { +interface arbitrumone_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input mainnet_GnosisConnectorMeta_filter { +input arbitrumone_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -79854,73 +80606,109 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_GnosisConnectorMeta_filter] - or: [mainnet_GnosisConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapEvent_filter] + or: [arbitrumone_swap_StableSwapEvent_filter] } -enum mainnet_GnosisConnectorMeta_orderBy { +enum arbitrumone_swap_StableSwapEvent_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 + block + timestamp + transaction + nonce } -type mainnet_HubDomain { +type arbitrumone_swap_StableSwapExchange { id: ID! - domain: BigInt + stableSwap: arbitrumone_swap_StableSwap! + buyer: arbitrumone_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input mainnet_HubDomain_filter { +input arbitrumone_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -79929,33 +80717,172 @@ 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + buyer: arbitrumone_swap_Bytes + buyer_not: arbitrumone_swap_Bytes + buyer_gt: arbitrumone_swap_Bytes + buyer_lt: arbitrumone_swap_Bytes + buyer_gte: arbitrumone_swap_Bytes + buyer_lte: arbitrumone_swap_Bytes + buyer_in: [arbitrumone_swap_Bytes!] + buyer_not_in: [arbitrumone_swap_Bytes!] + buyer_contains: arbitrumone_swap_Bytes + buyer_not_contains: arbitrumone_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_HubDomain_filter] - or: [mainnet_HubDomain_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapExchange_filter] + or: [arbitrumone_swap_StableSwapExchange_filter] } -enum mainnet_HubDomain_orderBy { +enum arbitrumone_swap_StableSwapExchange_orderBy { id - domain + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type mainnet_HubOptimisticRootFinalized { +type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - aggregateRoot: mainnet_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: arbitrumone_swap_Bytes! + nonce: BigInt! } -input mainnet_HubOptimisticRootFinalized_filter { +input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -79964,16 +80891,87 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -79982,43 +80980,63 @@ input mainnet_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: 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: mainnet_BlockChangedFilter - and: [mainnet_HubOptimisticRootFinalized_filter] - or: [mainnet_HubOptimisticRootFinalized_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mainnet_HubOptimisticRootFinalized_orderBy { +enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { id - aggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - blockNumber -} - -""" -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! + transaction + nonce } -input mainnet_LineaConnectorMeta_filter { +input arbitrumone_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -80027,77 +81045,201 @@ 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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_LineaConnectorMeta_filter] - or: [mainnet_LineaConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwap_filter] + or: [arbitrumone_swap_StableSwap_filter] } -enum mainnet_LineaConnectorMeta_orderBy { +enum arbitrumone_swap_StableSwap_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type mainnet_MantleConnectorMeta { +type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input mainnet_MantleConnectorMeta_filter { +input arbitrumone_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -80106,77 +81248,80 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: mainnet_BlockChangedFilter - and: [mainnet_MantleConnectorMeta_filter] - or: [mainnet_MantleConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapDailyVolume_filter] + or: [arbitrumone_swap_SwapDailyVolume_filter] } -enum mainnet_MantleConnectorMeta_orderBy { +enum arbitrumone_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type mainnet_MetisConnectorMeta { +type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input mainnet_MetisConnectorMeta_filter { +input arbitrumone_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -80185,77 +81330,152 @@ input mainnet_MetisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: mainnet_BlockChangedFilter - and: [mainnet_MetisConnectorMeta_filter] - or: [mainnet_MetisConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapHourlyVolume_filter] + or: [arbitrumone_swap_SwapHourlyVolume_filter] } -enum mainnet_MetisConnectorMeta_orderBy { +enum arbitrumone_swap_SwapHourlyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type mainnet_ModeConnectorMeta { +interface arbitrumone_swap_SwapTradeVolume { + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! +} + +input arbitrumone_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: arbitrumone_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapTradeVolume_filter] + or: [arbitrumone_swap_SwapTradeVolume_filter] +} + +enum arbitrumone_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumone_swap_BigDecimal! } -input mainnet_ModeConnectorMeta_filter { +input arbitrumone_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -80264,77 +81484,79 @@ input mainnet_ModeConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: mainnet_BlockChangedFilter - and: [mainnet_ModeConnectorMeta_filter] - or: [mainnet_ModeConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapWeeklyVolume_filter] + or: [arbitrumone_swap_SwapWeeklyVolume_filter] } -enum mainnet_ModeConnectorMeta_orderBy { +enum arbitrumone_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 mainnet_OptimismConnectorMeta { +type arbitrumone_swap_SystemInfo { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input mainnet_OptimismConnectorMeta_filter { +input arbitrumone_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -80343,76 +81565,78 @@ input mainnet_OptimismConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimismConnectorMeta_filter] - or: [mainnet_OptimismConnectorMeta_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SystemInfo_filter] + or: [arbitrumone_swap_SystemInfo_filter] } -enum mainnet_OptimismConnectorMeta_orderBy { +enum arbitrumone_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -type mainnet_OptimisticRootPropagated { +type arbitrumone_swap__Block_ { + """The hash of the block""" + hash: arbitrumone_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumone_swap_Bytes +} + +"""The type for the top-level _meta field""" +type arbitrumone_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: arbitrumone_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type polygonzkevm_AggregateRoot { id: ID! - aggregateRoot: mainnet_Bytes! - domainsHash: mainnet_Bytes! + root: polygonzkevm_Bytes! + blockNumber: BigInt! +} + +type polygonzkevm_AggregateRootProposed { + id: ID! + aggregateRoot: polygonzkevm_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! blockNumber: BigInt } -input mainnet_OptimisticRootPropagated_filter { +input polygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -80421,26 +81645,40 @@ input mainnet_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes - domainsHash: mainnet_Bytes - domainsHash_not: mainnet_Bytes - domainsHash_gt: mainnet_Bytes - domainsHash_lt: mainnet_Bytes - domainsHash_gte: mainnet_Bytes - domainsHash_lte: mainnet_Bytes - domainsHash_in: [mainnet_Bytes!] - domainsHash_not_in: [mainnet_Bytes!] - domainsHash_contains: mainnet_Bytes - domainsHash_not_contains: mainnet_Bytes + aggregateRoot: 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 + 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 @@ -80458,31 +81696,22 @@ 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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRootProposed_filter] + or: [polygonzkevm_AggregateRootProposed_filter] } -enum mainnet_OptimisticRootPropagated_orderBy { +enum polygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot - domainsHash + rootTimestamp + endOfDispute + domain timestamp blockNumber } -type mainnet_OptimisticRootProposed { - id: ID! - disputeCliff: BigInt! - aggregateRoot: mainnet_Bytes! - snapshotsRoots: [mainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: mainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input mainnet_OptimisticRootProposed_filter { +input polygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -80491,54 +81720,16 @@ input mainnet_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes - snapshotsRoots: [mainnet_Bytes!] - snapshotsRoots_not: [mainnet_Bytes!] - snapshotsRoots_contains: [mainnet_Bytes!] - snapshotsRoots_contains_nocase: [mainnet_Bytes!] - snapshotsRoots_not_contains: [mainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [mainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: mainnet_Bytes - baseAggregateRoot_not: mainnet_Bytes - baseAggregateRoot_gt: mainnet_Bytes - baseAggregateRoot_lt: mainnet_Bytes - baseAggregateRoot_gte: mainnet_Bytes - baseAggregateRoot_lte: mainnet_Bytes - baseAggregateRoot_in: [mainnet_Bytes!] - baseAggregateRoot_not_in: [mainnet_Bytes!] - baseAggregateRoot_contains: mainnet_Bytes - baseAggregateRoot_not_contains: mainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + 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 @@ -80548,38 +81739,47 @@ input mainnet_OptimisticRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootProposed_filter] - or: [mainnet_OptimisticRootProposed_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRoot_filter] + or: [polygonzkevm_AggregateRoot_filter] } -enum mainnet_OptimisticRootProposed_orderBy { +enum polygonzkevm_AggregateRoot_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot - timestamp + root blockNumber } -"""Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { - asc - desc +enum polygonzkevm_Aggregation_interval { + hour + day } -type mainnet_PolygonConnectorMeta { +type polygonzkevm_Asset { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + key: polygonzkevm_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: polygonzkevm_Bytes + canonicalDomain: BigInt + adoptedAsset: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes + blockNumber: BigInt + status: polygonzkevm_AssetStatus } -input mainnet_PolygonConnectorMeta_filter { +type polygonzkevm_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! + feesEarned: BigInt! +} + +input polygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -80588,77 +81788,126 @@ input mainnet_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + 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_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_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_PolygonConnectorMeta_filter] - or: [mainnet_PolygonConnectorMeta_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetBalance_filter] + or: [polygonzkevm_AssetBalance_filter] } -enum mainnet_PolygonConnectorMeta_orderBy { +enum polygonzkevm_AssetBalance_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type mainnet_PolygonZkConnectorMeta { +type polygonzkevm_AssetStatus { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + status: Boolean } -input mainnet_PolygonZkConnectorMeta_filter { +input polygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -80667,129 +81916,168 @@ 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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_PolygonZkConnectorMeta_filter] - or: [mainnet_PolygonZkConnectorMeta_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetStatus_filter] + or: [polygonzkevm_AssetStatus_filter] +} + +enum polygonzkevm_AssetStatus_orderBy { + id + status +} + +input polygonzkevm_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: 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 + 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_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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: polygonzkevm_Bytes + adoptedAsset_not: polygonzkevm_Bytes + adoptedAsset_gt: polygonzkevm_Bytes + adoptedAsset_lt: polygonzkevm_Bytes + adoptedAsset_gte: polygonzkevm_Bytes + adoptedAsset_lte: polygonzkevm_Bytes + adoptedAsset_in: [polygonzkevm_Bytes!] + adoptedAsset_not_in: [polygonzkevm_Bytes!] + adoptedAsset_contains: polygonzkevm_Bytes + adoptedAsset_not_contains: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes + localAsset_not: polygonzkevm_Bytes + localAsset_gt: polygonzkevm_Bytes + localAsset_lt: polygonzkevm_Bytes + localAsset_gte: polygonzkevm_Bytes + localAsset_lte: polygonzkevm_Bytes + localAsset_in: [polygonzkevm_Bytes!] + localAsset_not_in: [polygonzkevm_Bytes!] + localAsset_contains: polygonzkevm_Bytes + localAsset_not_contains: polygonzkevm_Bytes + 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_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Asset_filter] + or: [polygonzkevm_Asset_filter] +} + +enum polygonzkevm_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -enum mainnet_PolygonZkConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} +scalar polygonzkevm_BigDecimal -type mainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: mainnet_Bytes! - index: BigInt! +input polygonzkevm_BlockChangedFilter { + number_gte: Int! } -input mainnet_RootAggregated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: mainnet_Bytes - receivedRoot_not: mainnet_Bytes - receivedRoot_gt: mainnet_Bytes - receivedRoot_lt: mainnet_Bytes - receivedRoot_gte: mainnet_Bytes - receivedRoot_lte: mainnet_Bytes - receivedRoot_in: [mainnet_Bytes!] - receivedRoot_not_in: [mainnet_Bytes!] - receivedRoot_contains: mainnet_Bytes - receivedRoot_not_contains: mainnet_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootAggregated_filter] - or: [mainnet_RootAggregated_filter] +input polygonzkevm_Block_height { + hash: polygonzkevm_Bytes + number: Int + number_gte: Int } -enum mainnet_RootAggregated_orderBy { - id - domain - receivedRoot - index -} +scalar polygonzkevm_Bytes -type mainnet_RootManagerMeta { +type polygonzkevm_ConnectorMeta { id: ID! - domains: [BigInt!] - connectors: [mainnet_Bytes!] + spokeDomain: BigInt + hubDomain: BigInt + amb: polygonzkevm_Bytes + rootManager: polygonzkevm_Bytes + mirrorConnector: polygonzkevm_Bytes } -input mainnet_RootManagerMeta_filter { +input polygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -80798,36 +82086,109 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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_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_RootManagerMeta_filter] - or: [mainnet_RootManagerMeta_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_ConnectorMeta_filter] + or: [polygonzkevm_ConnectorMeta_filter] } -enum mainnet_RootManagerMeta_orderBy { +enum polygonzkevm_ConnectorMeta_orderBy { id - domains - connectors + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mainnet_RootManagerMode { +type polygonzkevm_DestinationTransfer { id: ID! - mode: String! + chainId: BigInt + transferId: polygonzkevm_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes + receiveLocal: Boolean + callData: polygonzkevm_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: polygonzkevm_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset + amount: BigInt + routersFee: BigInt + executedCaller: polygonzkevm_Bytes + executedTransactionHash: polygonzkevm_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: polygonzkevm_Bytes + executedTxNonce: BigInt + reconciledCaller: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: polygonzkevm_Bytes + reconciledTxNonce: BigInt } -input mainnet_RootManagerMode_filter { +input polygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80836,51 +82197,400 @@ 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 + 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_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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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_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: 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 + 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_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 + 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_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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_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_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_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 + 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_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 + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: polygonzkevm_Bytes + reconciledCaller_not: polygonzkevm_Bytes + reconciledCaller_gt: polygonzkevm_Bytes + reconciledCaller_lt: polygonzkevm_Bytes + reconciledCaller_gte: polygonzkevm_Bytes + reconciledCaller_lte: polygonzkevm_Bytes + reconciledCaller_in: [polygonzkevm_Bytes!] + reconciledCaller_not_in: [polygonzkevm_Bytes!] + reconciledCaller_contains: polygonzkevm_Bytes + reconciledCaller_not_contains: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes + reconciledTransactionHash_not: polygonzkevm_Bytes + reconciledTransactionHash_gt: polygonzkevm_Bytes + reconciledTransactionHash_lt: polygonzkevm_Bytes + reconciledTransactionHash_gte: polygonzkevm_Bytes + reconciledTransactionHash_lte: polygonzkevm_Bytes + reconciledTransactionHash_in: [polygonzkevm_Bytes!] + reconciledTransactionHash_not_in: [polygonzkevm_Bytes!] + reconciledTransactionHash_contains: polygonzkevm_Bytes + reconciledTransactionHash_not_contains: polygonzkevm_Bytes + 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_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 + 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_RootManagerMode_filter] - or: [mainnet_RootManagerMode_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_DestinationTransfer_filter] + or: [polygonzkevm_DestinationTransfer_filter] } -enum mainnet_RootManagerMode_orderBy { +enum polygonzkevm_DestinationTransfer_orderBy { id - mode + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type mainnet_RootMessageProcessed { +""" +8 bytes signed integer + +""" +scalar polygonzkevm_Int8 + +type polygonzkevm_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + aggregateRoot: polygonzkevm_Bytes! + timestamp: BigInt! blockNumber: BigInt } -input mainnet_RootMessageProcessed_filter { +input polygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -80889,52 +82599,16 @@ input mainnet_RootMessageProcessed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + aggregateRoot: 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 @@ -80943,22 +82617,6 @@ input mainnet_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -80968,348 +82626,38 @@ 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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OptimisticRootFinalized_filter] + or: [polygonzkevm_OptimisticRootFinalized_filter] } -enum mainnet_RootMessageProcessed_orderBy { +enum polygonzkevm_OptimisticRootFinalized_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit - blockNumber -} - -type mainnet_RootPropagated { - id: ID! - aggregate: mainnet_Bytes! - domainsHash: mainnet_Bytes! - count: BigInt! - blockNumber: BigInt -} - -input mainnet_RootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregate: mainnet_Bytes - aggregate_not: mainnet_Bytes - aggregate_gt: mainnet_Bytes - aggregate_lt: mainnet_Bytes - aggregate_gte: mainnet_Bytes - aggregate_lte: mainnet_Bytes - aggregate_in: [mainnet_Bytes!] - aggregate_not_in: [mainnet_Bytes!] - aggregate_contains: mainnet_Bytes - aggregate_not_contains: mainnet_Bytes - domainsHash: mainnet_Bytes - domainsHash_not: mainnet_Bytes - domainsHash_gt: mainnet_Bytes - domainsHash_lt: mainnet_Bytes - domainsHash_gte: mainnet_Bytes - domainsHash_lte: mainnet_Bytes - domainsHash_in: [mainnet_Bytes!] - domainsHash_not_in: [mainnet_Bytes!] - domainsHash_contains: mainnet_Bytes - domainsHash_not_contains: mainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootPropagated_filter] - or: [mainnet_RootPropagated_filter] -} - -enum mainnet_RootPropagated_orderBy { - id - aggregate - domainsHash - count blockNumber } -type mainnet_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_ZkSyncConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ZkSyncConnectorMeta_filter] - or: [mainnet_ZkSyncConnectorMeta_filter] -} - -enum mainnet_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet__Block_ { - """The hash of the block""" - hash: mainnet_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: mainnet_Bytes -} - -"""The type for the top-level _meta field""" -type mainnet__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mainnet__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum 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!]! -} - -type base_swap_LpAccountBalance { - id: ID! - account: base_swap_LpAccount! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: base_swap_Bytes -} - -input base_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: base_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: base_swap_LpToken_filter - amount: base_swap_BigDecimal - amount_not: base_swap_BigDecimal - amount_gt: base_swap_BigDecimal - amount_lt: base_swap_BigDecimal - amount_gte: base_swap_BigDecimal - amount_lte: base_swap_BigDecimal - amount_in: [base_swap_BigDecimal!] - amount_not_in: [base_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes - """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpAccountBalance_filter] - or: [base_swap_LpAccountBalance_filter] -} - -enum base_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction +"""Defines the order direction, either ascending or descending""" +enum polygonzkevm_OrderDirection { + asc + desc } -input base_swap_LpAccount_filter { +type polygonzkevm_OriginMessage { + id: ID! + transferId: polygonzkevm_Bytes + destinationDomain: BigInt + leaf: polygonzkevm_Bytes + index: BigInt + message: polygonzkevm_Bytes + root: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + blockNumber: BigInt + rootCount: polygonzkevm_RootCount +} + +input polygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -81318,51 +82666,158 @@ input base_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: base_swap_Bytes - address_not: base_swap_Bytes - address_gt: base_swap_Bytes - address_lt: base_swap_Bytes - address_gte: base_swap_Bytes - address_lte: base_swap_Bytes - address_in: [base_swap_Bytes!] - address_not_in: [base_swap_Bytes!] - address_contains: base_swap_Bytes - address_not_contains: base_swap_Bytes - balances_: base_swap_LpAccountBalance_filter + transferId: 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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_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 + 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_RootCount_filter """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpAccount_filter] - or: [base_swap_LpAccount_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginMessage_filter] + or: [polygonzkevm_OriginMessage_filter] } -enum base_swap_LpAccount_orderBy { +enum polygonzkevm_OriginMessage_orderBy { id - address - balances -} - -type base_swap_LpToken { - id: ID! - address: base_swap_Bytes! - stableSwap: base_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: base_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpTokenEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpTokenEvent_filter): [base_swap_LpTokenEvent!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface base_swap_LpTokenEvent { +type polygonzkevm_OriginTransfer { id: ID! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: polygonzkevm_Bytes + nonce: BigInt + status: polygonzkevm_TransferStatus + messageHash: polygonzkevm_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes + receiveLocal: Boolean + callData: polygonzkevm_Bytes + slippage: BigInt + originSender: polygonzkevm_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset + transactingAsset: polygonzkevm_Bytes + message: polygonzkevm_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: polygonzkevm_Bytes + txNonce: BigInt } -input base_swap_LpTokenEvent_filter { +input polygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -81371,61 +82826,24 @@ input base_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: base_swap_LpToken_filter - amount: base_swap_BigDecimal - amount_not: base_swap_BigDecimal - amount_gt: base_swap_BigDecimal - amount_lt: base_swap_BigDecimal - amount_gte: base_swap_BigDecimal - amount_lte: base_swap_BigDecimal - amount_in: [base_swap_BigDecimal!] - amount_not_in: [base_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: 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 @@ -81434,29 +82852,342 @@ input base_swap_LpTokenEvent_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 + 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_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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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_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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_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_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 + 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_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_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 + 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_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 + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpTokenEvent_filter] - or: [base_swap_LpTokenEvent_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginTransfer_filter] + or: [polygonzkevm_OriginTransfer_filter] } -enum base_swap_LpTokenEvent_orderBy { +enum polygonzkevm_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -input base_swap_LpToken_filter { +type polygonzkevm_Relayer { + id: ID! + isActive: Boolean! + relayer: polygonzkevm_Bytes +} + +type polygonzkevm_RelayerFee { + id: ID! + transfer: polygonzkevm_OriginTransfer! + fee: BigInt! + asset: polygonzkevm_Bytes! +} + +input polygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -81465,142 +83196,101 @@ input base_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: base_swap_Bytes - address_not: base_swap_Bytes - address_gt: base_swap_Bytes - address_lt: base_swap_Bytes - address_gte: base_swap_Bytes - address_lte: base_swap_Bytes - address_in: [base_swap_Bytes!] - address_not_in: [base_swap_Bytes!] - address_contains: base_swap_Bytes - address_not_contains: base_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: base_swap_BigDecimal - totalSupply_not: base_swap_BigDecimal - totalSupply_gt: base_swap_BigDecimal - totalSupply_lt: base_swap_BigDecimal - totalSupply_gte: base_swap_BigDecimal - totalSupply_lte: base_swap_BigDecimal - totalSupply_in: [base_swap_BigDecimal!] - totalSupply_not_in: [base_swap_BigDecimal!] - events_: base_swap_LpTokenEvent_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: polygonzkevm_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_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: base_swap_BlockChangedFilter - and: [base_swap_LpToken_filter] - or: [base_swap_LpToken_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFee_filter] + or: [polygonzkevm_RelayerFee_filter] } -enum base_swap_LpToken_orderBy { +enum polygonzkevm_RelayerFee_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type base_swap_LpTransferEvent implements base_swap_LpTokenEvent { +type polygonzkevm_RelayerFeesIncrease { id: ID! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - from: base_swap_Bytes! - to: base_swap_Bytes! - fromBalance: base_swap_BigDecimal! - toBalance: base_swap_BigDecimal! - block: BigInt! + transfer: polygonzkevm_OriginTransfer! + increase: BigInt + asset: polygonzkevm_Bytes + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input base_swap_LpTransferEvent_filter { +input polygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -81609,79 +83299,65 @@ input base_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: base_swap_LpToken_filter - amount: base_swap_BigDecimal - amount_not: base_swap_BigDecimal - amount_gt: base_swap_BigDecimal - amount_lt: base_swap_BigDecimal - amount_gte: base_swap_BigDecimal - amount_lte: base_swap_BigDecimal - amount_in: [base_swap_BigDecimal!] - amount_not_in: [base_swap_BigDecimal!] - from: base_swap_Bytes - from_not: base_swap_Bytes - from_gt: base_swap_Bytes - from_lt: base_swap_Bytes - from_gte: base_swap_Bytes - from_lte: base_swap_Bytes - from_in: [base_swap_Bytes!] - from_not_in: [base_swap_Bytes!] - from_contains: base_swap_Bytes - from_not_contains: base_swap_Bytes - to: base_swap_Bytes - to_not: base_swap_Bytes - to_gt: base_swap_Bytes - to_lt: base_swap_Bytes - to_gte: base_swap_Bytes - to_lte: base_swap_Bytes - to_in: [base_swap_Bytes!] - to_not_in: [base_swap_Bytes!] - to_contains: base_swap_Bytes - to_not_contains: base_swap_Bytes - fromBalance: base_swap_BigDecimal - fromBalance_not: base_swap_BigDecimal - fromBalance_gt: base_swap_BigDecimal - fromBalance_lt: base_swap_BigDecimal - fromBalance_gte: base_swap_BigDecimal - fromBalance_lte: base_swap_BigDecimal - fromBalance_in: [base_swap_BigDecimal!] - fromBalance_not_in: [base_swap_BigDecimal!] - toBalance: base_swap_BigDecimal - toBalance_not: base_swap_BigDecimal - toBalance_gt: base_swap_BigDecimal - toBalance_lt: base_swap_BigDecimal - toBalance_gte: base_swap_BigDecimal - toBalance_lte: base_swap_BigDecimal - toBalance_in: [base_swap_BigDecimal!] - toBalance_not_in: [base_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: polygonzkevm_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_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 @@ -81690,62 +83366,119 @@ input base_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpTransferEvent_filter] - or: [base_swap_LpTransferEvent_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFeesIncrease_filter] + or: [polygonzkevm_RelayerFeesIncrease_filter] +} + +enum polygonzkevm_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 } -enum base_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 +input polygonzkevm_Relayer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: polygonzkevm_Bytes + relayer_not: polygonzkevm_Bytes + relayer_gt: polygonzkevm_Bytes + relayer_lt: polygonzkevm_Bytes + relayer_gte: polygonzkevm_Bytes + relayer_lte: polygonzkevm_Bytes + relayer_in: [polygonzkevm_Bytes!] + relayer_not_in: [polygonzkevm_Bytes!] + relayer_contains: polygonzkevm_Bytes + relayer_not_contains: polygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Relayer_filter] + or: [polygonzkevm_Relayer_filter] } -"""Defines the order direction, either ascending or descending""" -enum base_swap_OrderDirection { - asc - desc +enum polygonzkevm_Relayer_orderBy { + id + isActive + relayer } -type base_swap_PooledToken { +type polygonzkevm_RootCount { id: ID! - asset: base_swap_Bytes! + count: BigInt } -input base_swap_PooledToken_filter { +input polygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -81754,72 +83487,40 @@ 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 + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_PooledToken_filter] - or: [base_swap_PooledToken_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootCount_filter] + or: [polygonzkevm_RootCount_filter] } -enum base_swap_PooledToken_orderBy { +enum polygonzkevm_RootCount_orderBy { id - asset -} - -type base_swap_StableSwap { - id: ID! - isActive: Boolean - key: base_swap_Bytes! - canonicalId: base_swap_Bytes - domain: BigInt - swapPool: base_swap_Bytes - lpToken: base_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [base_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapEvent_filter): [base_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapExchange_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapExchange_filter): [base_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapHourlyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapHourlyVolume_filter): [base_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapDailyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapDailyVolume_filter): [base_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapWeeklyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapWeeklyVolume_filter): [base_swap_SwapWeeklyVolume!] + count } -type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { +type polygonzkevm_RootMessageSent { 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: polygonzkevm_Bytes + count: BigInt + caller: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input base_swap_StableSwapAddLiquidityEvent_filter { +input polygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -81828,87 +83529,60 @@ 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: 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 + count_lt: BigInt + count_gte: BigInt + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81917,72 +83591,69 @@ 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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootMessageSent_filter] + or: [polygonzkevm_RootMessageSent_filter] } -enum base_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygonzkevm_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 - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -interface base_swap_StableSwapEvent { +type polygonzkevm_Router { id: ID! - stableSwap: base_swap_StableSwap! - block: BigInt! + isActive: Boolean! + owner: polygonzkevm_Bytes + recipient: polygonzkevm_Bytes + proposedOwner: polygonzkevm_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_AssetBalance_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_AssetBalance_filter): [polygonzkevm_AssetBalance!]! +} + +type polygonzkevm_RouterDailyTVL { + id: ID! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input base_swap_StableSwapEvent_filter { +input polygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -81991,35 +83662,48 @@ 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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_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_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_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82028,72 +83712,63 @@ input base_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapEvent_filter] - or: [base_swap_StableSwapEvent_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterDailyTVL_filter] + or: [polygonzkevm_RouterDailyTVL_filter] } -enum base_swap_StableSwapEvent_orderBy { +enum polygonzkevm_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 - block + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - transaction - nonce + balance } -type base_swap_StableSwapExchange { +type polygonzkevm_RouterLiquidityEvent { id: ID! - stableSwap: base_swap_StableSwap! - buyer: base_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + type: polygonzkevm_RouterLiquidityEventType + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! + amount: BigInt! + balance: BigInt! + caller: polygonzkevm_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transactionHash: polygonzkevm_Bytes! nonce: BigInt! } -input base_swap_StableSwapExchange_filter { +enum polygonzkevm_RouterLiquidityEventType { + Add + Remove +} + +input polygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -82102,91 +83777,86 @@ 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!] + type: polygonzkevm_RouterLiquidityEventType + type_not: polygonzkevm_RouterLiquidityEventType + type_in: [polygonzkevm_RouterLiquidityEventType!] + type_not_in: [polygonzkevm_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_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_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_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 + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82195,16 +83865,16 @@ input base_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + 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 @@ -82214,60 +83884,41 @@ input base_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapExchange_filter] - or: [base_swap_StableSwapExchange_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterLiquidityEvent_filter] + or: [polygonzkevm_RouterLiquidityEvent_filter] } -enum base_swap_StableSwapExchange_orderBy { +enum polygonzkevm_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 - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - 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 } -type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { - id: ID! - stableSwap: base_swap_StableSwap! - provider: base_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! -} - -input base_swap_StableSwapRemoveLiquidityEvent_filter { +input polygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -82276,152 +83927,72 @@ 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!] + isActive: Boolean + 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 + 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_AssetBalance_filter """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapRemoveLiquidityEvent_filter] - or: [base_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Router_filter] + or: [polygonzkevm_Router_filter] } - -enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + +enum polygonzkevm_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -input base_swap_StableSwap_filter { +type polygonzkevm_Sequencer { + id: ID! + isActive: Boolean! + sequencer: polygonzkevm_Bytes +} + +input polygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -82434,197 +84005,35 @@ input base_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: base_swap_Bytes - key_not: base_swap_Bytes - key_gt: base_swap_Bytes - key_lt: base_swap_Bytes - key_gte: base_swap_Bytes - key_lte: base_swap_Bytes - key_in: [base_swap_Bytes!] - key_not_in: [base_swap_Bytes!] - key_contains: base_swap_Bytes - key_not_contains: base_swap_Bytes - canonicalId: base_swap_Bytes - canonicalId_not: base_swap_Bytes - canonicalId_gt: base_swap_Bytes - canonicalId_lt: base_swap_Bytes - canonicalId_gte: base_swap_Bytes - canonicalId_lte: base_swap_Bytes - canonicalId_in: [base_swap_Bytes!] - canonicalId_not_in: [base_swap_Bytes!] - canonicalId_contains: base_swap_Bytes - canonicalId_not_contains: base_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: base_swap_Bytes - swapPool_not: base_swap_Bytes - swapPool_gt: base_swap_Bytes - swapPool_lt: base_swap_Bytes - swapPool_gte: base_swap_Bytes - swapPool_lte: base_swap_Bytes - swapPool_in: [base_swap_Bytes!] - swapPool_not_in: [base_swap_Bytes!] - swapPool_contains: base_swap_Bytes - swapPool_not_contains: base_swap_Bytes - lpToken: base_swap_Bytes - lpToken_not: base_swap_Bytes - lpToken_gt: base_swap_Bytes - lpToken_lt: base_swap_Bytes - lpToken_gte: base_swap_Bytes - lpToken_lte: base_swap_Bytes - lpToken_in: [base_swap_Bytes!] - lpToken_not_in: [base_swap_Bytes!] - lpToken_contains: base_swap_Bytes - lpToken_not_contains: base_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [base_swap_Bytes!] - pooledTokens_not: [base_swap_Bytes!] - pooledTokens_contains: [base_swap_Bytes!] - pooledTokens_contains_nocase: [base_swap_Bytes!] - pooledTokens_not_contains: [base_swap_Bytes!] - pooledTokens_not_contains_nocase: [base_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: base_swap_StableSwapEvent_filter - exchanges_: base_swap_StableSwapExchange_filter - hourlyVolumes_: base_swap_SwapHourlyVolume_filter - dailyVolumes_: base_swap_SwapDailyVolume_filter - weeklyVolumes_: base_swap_SwapWeeklyVolume_filter + 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: base_swap_BlockChangedFilter - and: [base_swap_StableSwap_filter] - or: [base_swap_StableSwap_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Sequencer_filter] + or: [polygonzkevm_Sequencer_filter] } -enum base_swap_StableSwap_orderBy { +enum polygonzkevm_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 } -type base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { +type polygonzkevm_Setting { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: polygonzkevm_Bytes! } -input base_swap_SwapDailyVolume_filter { +input polygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -82633,80 +84042,49 @@ 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!] + 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_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: base_swap_BlockChangedFilter - and: [base_swap_SwapDailyVolume_filter] - or: [base_swap_SwapDailyVolume_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Setting_filter] + or: [polygonzkevm_Setting_filter] } -enum base_swap_SwapDailyVolume_orderBy { +enum polygonzkevm_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 } -type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { +type polygonzkevm_SlippageUpdate { id: ID! - stableSwap: base_swap_StableSwap! + transfer: polygonzkevm_DestinationTransfer! + slippage: BigInt! + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! - volume: base_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input base_swap_SwapHourlyVolume_filter { +input polygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -82715,100 +84093,55 @@ 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!] - """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapHourlyVolume_filter] - or: [base_swap_SwapHourlyVolume_filter] -} - -enum base_swap_SwapHourlyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface base_swap_SwapTradeVolume { - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! -} - -input base_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_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_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_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 @@ -82817,50 +84150,94 @@ input base_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: base_swap_BigDecimal - volume_not: base_swap_BigDecimal - volume_gt: base_swap_BigDecimal - volume_lt: base_swap_BigDecimal - volume_gte: base_swap_BigDecimal - volume_lte: base_swap_BigDecimal - volume_in: [base_swap_BigDecimal!] - volume_not_in: [base_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapTradeVolume_filter] - or: [base_swap_SwapTradeVolume_filter] -} - -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 + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SlippageUpdate_filter] + or: [polygonzkevm_SlippageUpdate_filter] +} + +enum polygonzkevm_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { +type polygonzkevm_SnapshotRoot { id: ID! - stableSwap: base_swap_StableSwap! + spokeDomain: BigInt + root: polygonzkevm_Bytes! + count: BigInt! timestamp: BigInt! - volume: base_swap_BigDecimal! + blockNumber: BigInt! } -input base_swap_SwapWeeklyVolume_filter { +input polygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -82869,27 +84246,32 @@ input base_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: 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 + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82898,50 +84280,35 @@ input base_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: base_swap_BigDecimal - volume_not: base_swap_BigDecimal - volume_gt: base_swap_BigDecimal - volume_lt: base_swap_BigDecimal - volume_gte: base_swap_BigDecimal - volume_lte: base_swap_BigDecimal - volume_in: [base_swap_BigDecimal!] - volume_not_in: [base_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapWeeklyVolume_filter] - or: [base_swap_SwapWeeklyVolume_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SnapshotRoot_filter] + or: [polygonzkevm_SnapshotRoot_filter] } -enum base_swap_SwapWeeklyVolume_orderBy { +enum polygonzkevm_SnapshotRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + root + count timestamp - volume + blockNumber } -type base_swap_SystemInfo { +type polygonzkevm_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input base_swap_SystemInfo_filter { +input polygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -82950,47 +84317,58 @@ input base_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SystemInfo_filter] - or: [base_swap_SystemInfo_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SpokeConnectorMode_filter] + or: [polygonzkevm_SpokeConnectorMode_filter] } -enum base_swap_SystemInfo_orderBy { +enum polygonzkevm_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type base_swap__Block_ { +enum polygonzkevm_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type polygonzkevm__Block_ { """The hash of the block""" - hash: base_swap_Bytes + hash: polygonzkevm_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: base_swap_Bytes + parentHash: polygonzkevm_Bytes } """The type for the top-level _meta field""" -type base_swap__Meta_ { +type polygonzkevm__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -82998,22 +84376,22 @@ type base_swap__Meta_ { and therefore asks for the latest block """ - block: base_swap__Block_! + block: polygonzkevm__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type bnb_AggregateRoot { +type linea_AggregateRoot { id: ID! - root: bnb_Bytes! + root: linea_Bytes! blockNumber: BigInt! } -type bnb_AggregateRootProposed { +type linea_AggregateRootProposed { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: linea_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -83021,7 +84399,7 @@ type bnb_AggregateRootProposed { blockNumber: BigInt } -input bnb_AggregateRootProposed_filter { +input linea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -83030,16 +84408,12 @@ 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: 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 @@ -83081,12 +84455,10 @@ 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: linea_BlockChangedFilter } -enum bnb_AggregateRootProposed_orderBy { +enum linea_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -83096,7 +84468,7 @@ enum bnb_AggregateRootProposed_orderBy { blockNumber } -input bnb_AggregateRoot_filter { +input linea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -83105,16 +84477,12 @@ 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: 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 @@ -83124,47 +84492,40 @@ 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: linea_BlockChangedFilter } -enum bnb_AggregateRoot_orderBy { +enum linea_AggregateRoot_orderBy { id root blockNumber } -enum bnb_Aggregation_interval { - hour - day -} - -type bnb_Asset { +type linea_Asset { id: ID! - key: bnb_Bytes + key: linea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: bnb_Bytes + canonicalId: linea_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: linea_Bytes + localAsset: linea_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: linea_AssetStatus } -type bnb_AssetBalance { +type linea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: linea_Router! + asset: linea_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input linea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -83225,7 +84586,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -83246,7 +84607,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_: linea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -83256,43 +84617,26 @@ 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: linea_BlockChangedFilter } -enum bnb_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 bnb_AssetStatus { +type linea_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input linea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -83306,17 +84650,15 @@ 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: linea_BlockChangedFilter } -enum bnb_AssetStatus_orderBy { +enum linea_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input linea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -83325,16 +84667,12 @@ 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: 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 @@ -83351,16 +84689,12 @@ 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: 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 @@ -83369,26 +84703,18 @@ 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: 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 @@ -83417,14 +84743,12 @@ 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_: linea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_Asset_orderBy { +enum linea_Asset_orderBy { id key decimal @@ -83435,34 +84759,32 @@ enum bnb_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar bnb_BigDecimal +scalar linea_BigDecimal -input bnb_BlockChangedFilter { +input linea_BlockChangedFilter { number_gte: Int! } -input bnb_Block_height { - hash: bnb_Bytes +input linea_Block_height { + hash: linea_Bytes number: Int number_gte: Int } -scalar bnb_Bytes +scalar linea_Bytes -type bnb_ConnectorMeta { +type linea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: linea_Bytes + rootManager: linea_Bytes + mirrorConnector: linea_Bytes } -input bnb_ConnectorMeta_filter { +input linea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -83487,43 +84809,29 @@ 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: linea_Bytes + amb_not: linea_Bytes + amb_in: [linea_Bytes!] + amb_not_in: [linea_Bytes!] + amb_contains: linea_Bytes + amb_not_contains: linea_Bytes + rootManager: linea_Bytes + rootManager_not: linea_Bytes + rootManager_in: [linea_Bytes!] + rootManager_not_in: [linea_Bytes!] + rootManager_contains: linea_Bytes + rootManager_not_contains: linea_Bytes + mirrorConnector: linea_Bytes + mirrorConnector_not: linea_Bytes + mirrorConnector_in: [linea_Bytes!] + mirrorConnector_not_in: [linea_Bytes!] + mirrorConnector_contains: linea_Bytes + mirrorConnector_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_ConnectorMeta_orderBy { +enum linea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -83532,48 +84840,48 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type linea_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: linea_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: 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: bnb_Bytes - delegate: bnb_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: linea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: linea_Bytes + asset: linea_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: linea_Bytes + executedTransactionHash: linea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: linea_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: linea_Bytes + reconciledTransactionHash: linea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: linea_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input linea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83590,16 +84898,12 @@ 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: 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 @@ -83608,17 +84912,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: 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_: bnb_Router_filter + routers_: linea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -83643,40 +84947,28 @@ 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: 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: 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: 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 @@ -83693,16 +84985,12 @@ 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: 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 @@ -83719,16 +85007,12 @@ 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: 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 @@ -83749,7 +85033,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_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -83766,26 +85050,18 @@ 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: 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 @@ -83818,16 +85094,12 @@ 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: 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 @@ -83836,26 +85108,18 @@ 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: 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 @@ -83888,16 +85152,12 @@ 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: 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 @@ -83907,12 +85167,10 @@ 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: linea_BlockChangedFilter } -enum bnb_DestinationTransfer_orderBy { +enum linea_DestinationTransfer_orderBy { id chainId transferId @@ -83933,15 +85191,6 @@ enum bnb_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 @@ -83962,20 +85211,14 @@ enum bnb_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar bnb_Int8 - -type bnb_OptimisticRootFinalized { +type linea_OptimisticRootFinalized { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: linea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input bnb_OptimisticRootFinalized_filter { +input linea_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -83984,16 +85227,12 @@ 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: 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 @@ -84011,12 +85250,10 @@ 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: linea_BlockChangedFilter } -enum bnb_OptimisticRootFinalized_orderBy { +enum linea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -84024,25 +85261,25 @@ enum bnb_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { +enum linea_OrderDirection { asc desc } -type bnb_OriginMessage { +type linea_OriginMessage { id: ID! - transferId: bnb_Bytes + transferId: linea_Bytes destinationDomain: BigInt - leaf: bnb_Bytes + leaf: linea_Bytes index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + message: linea_Bytes + root: linea_Bytes + transactionHash: linea_Bytes blockNumber: BigInt - rootCount: bnb_RootCount + rootCount: linea_RootCount } -input bnb_OriginMessage_filter { +input linea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -84051,16 +85288,12 @@ 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: 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 @@ -84069,16 +85302,12 @@ 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: 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 @@ -84087,36 +85316,24 @@ 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: 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 @@ -84145,14 +85362,12 @@ 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_: linea_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_OriginMessage_orderBy { +enum linea_OriginMessage_orderBy { id transferId destinationDomain @@ -84163,46 +85378,44 @@ enum bnb_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type bnb_OriginTransfer { +type linea_OriginTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: linea_Bytes nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes + status: linea_TransferStatus + messageHash: linea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: linea_Bytes slippage: BigInt - originSender: bnb_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_OriginMessage + canonicalId: linea_Bytes + asset: linea_Asset + transactingAsset: linea_Bytes + message: linea_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: 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: bnb_Bytes + txOrigin: linea_Bytes txNonce: BigInt } -input bnb_OriginTransfer_filter { +input linea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -84219,16 +85432,12 @@ 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: 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 @@ -84237,20 +85446,16 @@ 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: 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 @@ -84275,58 +85480,42 @@ 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: 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: 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: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt slippage_lt: BigInt slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: 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 + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -84343,16 +85532,12 @@ 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: 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 @@ -84373,17 +85558,13 @@ 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_: 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 @@ -84404,7 +85585,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_: linea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -84419,37 +85600,25 @@ 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_: 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 @@ -84482,16 +85651,12 @@ 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: 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 @@ -84501,12 +85666,10 @@ 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: linea_BlockChangedFilter } -enum bnb_OriginTransfer_orderBy { +enum linea_OriginTransfer_orderBy { id chainId transferId @@ -84526,26 +85689,8 @@ enum bnb_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 @@ -84559,20 +85704,20 @@ enum bnb_OriginTransfer_orderBy { txNonce } -type bnb_Relayer { +type linea_Relayer { id: ID! isActive: Boolean! - relayer: bnb_Bytes + relayer: linea_Bytes } -type bnb_RelayerFee { +type linea_RelayerFee { id: ID! - transfer: bnb_OriginTransfer! + transfer: linea_OriginTransfer! fee: BigInt! - asset: bnb_Bytes! + asset: linea_Bytes! } -input bnb_RelayerFee_filter { +input linea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -84601,7 +85746,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_: linea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -84610,72 +85755,37 @@ 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: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_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 bnb_RelayerFeesIncrease { +type linea_RelayerFeesIncrease { id: ID! - transfer: bnb_OriginTransfer! + transfer: linea_OriginTransfer! increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + asset: linea_Bytes + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input linea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -84704,7 +85814,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_: linea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -84713,36 +85823,24 @@ 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: 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 @@ -84776,43 +85874,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: linea_BlockChangedFilter } -enum bnb_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 @@ -84823,7 +85890,7 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +input linea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -84836,34 +85903,28 @@ 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: 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: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_Relayer_orderBy { +enum linea_Relayer_orderBy { id isActive relayer } -type bnb_RootCount { +type linea_RootCount { id: ID! count: BigInt } -input bnb_RootCount_filter { +input linea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -84881,31 +85942,29 @@ 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: linea_BlockChangedFilter } -enum bnb_RootCount_orderBy { +enum linea_RootCount_orderBy { id count } -type bnb_RootMessageSent { +type linea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: bnb_Bytes + root: linea_Bytes count: BigInt - caller: bnb_Bytes - transactionHash: bnb_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input bnb_RootMessageSent_filter { +input linea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -84930,16 +85989,12 @@ 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: 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 @@ -84948,26 +86003,18 @@ 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: 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 @@ -85001,12 +86048,10 @@ 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: linea_BlockChangedFilter } -enum bnb_RootMessageSent_orderBy { +enum linea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -85020,25 +86065,25 @@ enum bnb_RootMessageSent_orderBy { blockNumber } -type bnb_Router { +type linea_Router { id: ID! isActive: Boolean! - owner: bnb_Bytes - recipient: bnb_Bytes - proposedOwner: bnb_Bytes + owner: linea_Bytes + recipient: linea_Bytes + proposedOwner: linea_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: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! } -type bnb_RouterDailyTVL { +type linea_RouterDailyTVL { id: ID! - router: bnb_Router! - asset: bnb_Asset! + router: linea_Router! + asset: linea_Asset! timestamp: BigInt! balance: BigInt! } -input bnb_RouterDailyTVL_filter { +input linea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -85067,7 +86112,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -85088,7 +86133,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_: linea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85106,54 +86151,37 @@ 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: linea_BlockChangedFilter } -enum bnb_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 bnb_RouterLiquidityEvent { +type linea_RouterLiquidityEvent { id: ID! - type: bnb_RouterLiquidityEventType - router: bnb_Router! - asset: bnb_Asset! + type: linea_RouterLiquidityEventType + router: linea_Router! + asset: linea_Asset! amount: BigInt! balance: BigInt! - caller: bnb_Bytes + caller: linea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: bnb_Bytes! + transactionHash: linea_Bytes! nonce: BigInt! } -enum bnb_RouterLiquidityEventType { +enum linea_RouterLiquidityEventType { Add Remove } -input bnb_RouterLiquidityEvent_filter { +input linea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -85162,10 +86190,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: linea_RouterLiquidityEventType + type_not: linea_RouterLiquidityEventType + type_in: [linea_RouterLiquidityEventType!] + type_not_in: [linea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -85186,7 +86214,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -85207,7 +86235,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_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -85224,16 +86252,12 @@ 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: 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 @@ -85250,16 +86274,12 @@ 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: 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 @@ -85269,31 +86289,14 @@ 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: linea_BlockChangedFilter } -enum bnb_RouterLiquidityEvent_orderBy { - id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp +enum linea_RouterLiquidityEvent_orderBy { + id + type + router asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount balance caller @@ -85303,7 +86306,7 @@ enum bnb_RouterLiquidityEvent_orderBy { nonce } -input bnb_Router_filter { +input linea_Router_filter { id: ID id_not: ID id_gt: ID @@ -85316,36 +86319,24 @@ 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: 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 @@ -85354,14 +86345,12 @@ input bnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: bnb_AssetBalance_filter + assetBalances_: linea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Router_filter] - or: [bnb_Router_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_Router_orderBy { +enum linea_Router_orderBy { id isActive owner @@ -85371,13 +86360,13 @@ enum bnb_Router_orderBy { assetBalances } -type bnb_Sequencer { +type linea_Sequencer { id: ID! isActive: Boolean! - sequencer: bnb_Bytes + sequencer: linea_Bytes } -input bnb_Sequencer_filter { +input linea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -85390,35 +86379,29 @@ 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: 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: bnb_BlockChangedFilter - and: [bnb_Sequencer_filter] - or: [bnb_Sequencer_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_Sequencer_orderBy { +enum linea_Sequencer_orderBy { id isActive sequencer } -type bnb_Setting { +type linea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + caller: linea_Bytes! } -input bnb_Setting_filter { +input linea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -85435,41 +86418,35 @@ 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: 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: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] + _change_block: linea_BlockChangedFilter } -enum bnb_Setting_orderBy { +enum linea_Setting_orderBy { id maxRoutersPerTransfer caller } -type bnb_SlippageUpdate { +type linea_SlippageUpdate { id: ID! - transfer: bnb_DestinationTransfer! + transfer: linea_DestinationTransfer! slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_SlippageUpdate_filter { +input linea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -85498,7 +86475,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_: linea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -85507,26 +86484,18 @@ 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: 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 @@ -85560,50 +86529,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: linea_BlockChangedFilter } -enum bnb_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 @@ -85613,16 +86544,16 @@ enum bnb_SlippageUpdate_orderBy { blockNumber } -type bnb_SnapshotRoot { +type linea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: bnb_Bytes! + root: linea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input bnb_SnapshotRoot_filter { +input linea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -85639,16 +86570,12 @@ 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: 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 @@ -85674,12 +86601,10 @@ 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: linea_BlockChangedFilter } -enum bnb_SnapshotRoot_orderBy { +enum linea_SnapshotRoot_orderBy { id spokeDomain root @@ -85688,12 +86613,12 @@ enum bnb_SnapshotRoot_orderBy { blockNumber } -type bnb_SpokeConnectorMode { +type linea_SpokeConnectorMode { id: ID! mode: String! } -input bnb_SpokeConnectorMode_filter { +input linea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -85723,17 +86648,15 @@ 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: linea_BlockChangedFilter } -enum bnb_SpokeConnectorMode_orderBy { +enum linea_SpokeConnectorMode_orderBy { id mode } -enum bnb_TransferStatus { +enum linea_TransferStatus { XCalled Executed Reconciled @@ -85741,19 +86664,17 @@ enum bnb_TransferStatus { CompletedFast } -type bnb__Block_ { +type linea__Block_ { """The hash of the block""" - hash: bnb_Bytes + hash: linea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: bnb_Bytes } """The type for the top-level _meta field""" -type bnb__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 @@ -85761,55 +86682,50 @@ type bnb__Meta_ { and therefore asks for the latest block """ - block: bnb__Block_! + block: linea__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 +scalar xlayer_swap_BigDecimal -input optimism_swap_BlockChangedFilter { +input xlayer_swap_BlockChangedFilter { number_gte: Int! } -input optimism_swap_Block_height { - hash: optimism_swap_Bytes +input xlayer_swap_Block_height { + hash: xlayer_swap_Bytes number: Int number_gte: Int } -scalar optimism_swap_Bytes +scalar xlayer_swap_Bytes """ 8 bytes signed integer """ -scalar optimism_swap_Int8 +scalar xlayer_swap_Int8 -type optimism_swap_LpAccount { +type xlayer_swap_LpAccount { id: ID! - address: optimism_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! + address: xlayer_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpAccountBalance_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpAccountBalance_filter): [xlayer_swap_LpAccountBalance!]! } -type optimism_swap_LpAccountBalance { +type xlayer_swap_LpAccountBalance { id: ID! - account: optimism_swap_LpAccount! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + account: xlayer_swap_LpAccount! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimism_swap_Bytes + transaction: xlayer_swap_Bytes } -input optimism_swap_LpAccountBalance_filter { +input xlayer_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -85838,7 +86754,7 @@ input optimism_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimism_swap_LpAccount_filter + account_: xlayer_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -85859,15 +86775,15 @@ input optimism_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: xlayer_swap_LpToken_filter + amount: xlayer_swap_BigDecimal + amount_not: xlayer_swap_BigDecimal + amount_gt: xlayer_swap_BigDecimal + amount_lt: xlayer_swap_BigDecimal + amount_gte: xlayer_swap_BigDecimal + amount_lte: xlayer_swap_BigDecimal + amount_in: [xlayer_swap_BigDecimal!] + amount_not_in: [xlayer_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -85884,23 +86800,23 @@ input optimism_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccountBalance_filter] - or: [optimism_swap_LpAccountBalance_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpAccountBalance_filter] + or: [xlayer_swap_LpAccountBalance_filter] } -enum optimism_swap_LpAccountBalance_orderBy { +enum xlayer_swap_LpAccountBalance_orderBy { id account account__id @@ -85918,7 +86834,7 @@ enum optimism_swap_LpAccountBalance_orderBy { transaction } -input optimism_swap_LpAccount_filter { +input xlayer_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -85927,51 +86843,51 @@ input optimism_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes - balances_: optimism_swap_LpAccountBalance_filter + address: xlayer_swap_Bytes + address_not: xlayer_swap_Bytes + address_gt: xlayer_swap_Bytes + address_lt: xlayer_swap_Bytes + address_gte: xlayer_swap_Bytes + address_lte: xlayer_swap_Bytes + address_in: [xlayer_swap_Bytes!] + address_not_in: [xlayer_swap_Bytes!] + address_contains: xlayer_swap_Bytes + address_not_contains: xlayer_swap_Bytes + balances_: xlayer_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccount_filter] - or: [optimism_swap_LpAccount_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpAccount_filter] + or: [xlayer_swap_LpAccount_filter] } -enum optimism_swap_LpAccount_orderBy { +enum xlayer_swap_LpAccount_orderBy { id address balances } -type optimism_swap_LpToken { +type xlayer_swap_LpToken { id: ID! - address: optimism_swap_Bytes! - stableSwap: optimism_swap_StableSwap! + address: xlayer_swap_Bytes! + stableSwap: xlayer_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimism_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! + totalSupply: xlayer_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpTokenEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpTokenEvent_filter): [xlayer_swap_LpTokenEvent!]! } -interface optimism_swap_LpTokenEvent { +interface xlayer_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: xlayer_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTokenEvent_filter { +input xlayer_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -86000,15 +86916,15 @@ input optimism_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: xlayer_swap_LpToken_filter + amount: xlayer_swap_BigDecimal + amount_not: xlayer_swap_BigDecimal + amount_gt: xlayer_swap_BigDecimal + amount_lt: xlayer_swap_BigDecimal + amount_gte: xlayer_swap_BigDecimal + amount_lte: xlayer_swap_BigDecimal + amount_in: [xlayer_swap_BigDecimal!] + amount_not_in: [xlayer_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -86025,16 +86941,16 @@ input optimism_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86044,12 +86960,12 @@ input optimism_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTokenEvent_filter] - or: [optimism_swap_LpTokenEvent_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpTokenEvent_filter] + or: [xlayer_swap_LpTokenEvent_filter] } -enum optimism_swap_LpTokenEvent_orderBy { +enum xlayer_swap_LpTokenEvent_orderBy { id token token__id @@ -86065,7 +86981,7 @@ enum optimism_swap_LpTokenEvent_orderBy { nonce } -input optimism_swap_LpToken_filter { +input xlayer_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -86074,16 +86990,16 @@ input optimism_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes + address: xlayer_swap_Bytes + address_not: xlayer_swap_Bytes + address_gt: xlayer_swap_Bytes + address_lt: xlayer_swap_Bytes + address_gte: xlayer_swap_Bytes + address_lte: xlayer_swap_Bytes + address_in: [xlayer_swap_Bytes!] + address_not_in: [xlayer_swap_Bytes!] + address_contains: xlayer_swap_Bytes + address_not_contains: xlayer_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -86104,7 +87020,7 @@ input optimism_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: xlayer_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -86153,22 +87069,22 @@ input optimism_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimism_swap_BigDecimal - totalSupply_not: optimism_swap_BigDecimal - totalSupply_gt: optimism_swap_BigDecimal - totalSupply_lt: optimism_swap_BigDecimal - totalSupply_gte: optimism_swap_BigDecimal - totalSupply_lte: optimism_swap_BigDecimal - totalSupply_in: [optimism_swap_BigDecimal!] - totalSupply_not_in: [optimism_swap_BigDecimal!] - events_: optimism_swap_LpTokenEvent_filter + totalSupply: xlayer_swap_BigDecimal + totalSupply_not: xlayer_swap_BigDecimal + totalSupply_gt: xlayer_swap_BigDecimal + totalSupply_lt: xlayer_swap_BigDecimal + totalSupply_gte: xlayer_swap_BigDecimal + totalSupply_lte: xlayer_swap_BigDecimal + totalSupply_in: [xlayer_swap_BigDecimal!] + totalSupply_not_in: [xlayer_swap_BigDecimal!] + events_: xlayer_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpToken_filter] - or: [optimism_swap_LpToken_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpToken_filter] + or: [xlayer_swap_LpToken_filter] } -enum optimism_swap_LpToken_orderBy { +enum xlayer_swap_LpToken_orderBy { id address stableSwap @@ -86195,21 +87111,21 @@ enum optimism_swap_LpToken_orderBy { events } -type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { +type xlayer_swap_LpTransferEvent implements xlayer_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - from: optimism_swap_Bytes! - to: optimism_swap_Bytes! - fromBalance: optimism_swap_BigDecimal! - toBalance: optimism_swap_BigDecimal! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! + from: xlayer_swap_Bytes! + to: xlayer_swap_Bytes! + fromBalance: xlayer_swap_BigDecimal! + toBalance: xlayer_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: xlayer_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTransferEvent_filter { +input xlayer_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -86238,51 +87154,51 @@ input optimism_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] - from: optimism_swap_Bytes - from_not: optimism_swap_Bytes - from_gt: optimism_swap_Bytes - from_lt: optimism_swap_Bytes - from_gte: optimism_swap_Bytes - from_lte: optimism_swap_Bytes - from_in: [optimism_swap_Bytes!] - from_not_in: [optimism_swap_Bytes!] - from_contains: optimism_swap_Bytes - from_not_contains: optimism_swap_Bytes - to: optimism_swap_Bytes - to_not: optimism_swap_Bytes - to_gt: optimism_swap_Bytes - to_lt: optimism_swap_Bytes - to_gte: optimism_swap_Bytes - to_lte: optimism_swap_Bytes - to_in: [optimism_swap_Bytes!] - to_not_in: [optimism_swap_Bytes!] - to_contains: optimism_swap_Bytes - to_not_contains: optimism_swap_Bytes - fromBalance: optimism_swap_BigDecimal - fromBalance_not: optimism_swap_BigDecimal - fromBalance_gt: optimism_swap_BigDecimal - fromBalance_lt: optimism_swap_BigDecimal - fromBalance_gte: optimism_swap_BigDecimal - fromBalance_lte: optimism_swap_BigDecimal - fromBalance_in: [optimism_swap_BigDecimal!] - fromBalance_not_in: [optimism_swap_BigDecimal!] - toBalance: optimism_swap_BigDecimal - toBalance_not: optimism_swap_BigDecimal - toBalance_gt: optimism_swap_BigDecimal - toBalance_lt: optimism_swap_BigDecimal - toBalance_gte: optimism_swap_BigDecimal - toBalance_lte: optimism_swap_BigDecimal - toBalance_in: [optimism_swap_BigDecimal!] - toBalance_not_in: [optimism_swap_BigDecimal!] + token_: xlayer_swap_LpToken_filter + amount: xlayer_swap_BigDecimal + amount_not: xlayer_swap_BigDecimal + amount_gt: xlayer_swap_BigDecimal + amount_lt: xlayer_swap_BigDecimal + amount_gte: xlayer_swap_BigDecimal + amount_lte: xlayer_swap_BigDecimal + amount_in: [xlayer_swap_BigDecimal!] + amount_not_in: [xlayer_swap_BigDecimal!] + from: xlayer_swap_Bytes + from_not: xlayer_swap_Bytes + from_gt: xlayer_swap_Bytes + from_lt: xlayer_swap_Bytes + from_gte: xlayer_swap_Bytes + from_lte: xlayer_swap_Bytes + from_in: [xlayer_swap_Bytes!] + from_not_in: [xlayer_swap_Bytes!] + from_contains: xlayer_swap_Bytes + from_not_contains: xlayer_swap_Bytes + to: xlayer_swap_Bytes + to_not: xlayer_swap_Bytes + to_gt: xlayer_swap_Bytes + to_lt: xlayer_swap_Bytes + to_gte: xlayer_swap_Bytes + to_lte: xlayer_swap_Bytes + to_in: [xlayer_swap_Bytes!] + to_not_in: [xlayer_swap_Bytes!] + to_contains: xlayer_swap_Bytes + to_not_contains: xlayer_swap_Bytes + fromBalance: xlayer_swap_BigDecimal + fromBalance_not: xlayer_swap_BigDecimal + fromBalance_gt: xlayer_swap_BigDecimal + fromBalance_lt: xlayer_swap_BigDecimal + fromBalance_gte: xlayer_swap_BigDecimal + fromBalance_lte: xlayer_swap_BigDecimal + fromBalance_in: [xlayer_swap_BigDecimal!] + fromBalance_not_in: [xlayer_swap_BigDecimal!] + toBalance: xlayer_swap_BigDecimal + toBalance_not: xlayer_swap_BigDecimal + toBalance_gt: xlayer_swap_BigDecimal + toBalance_lt: xlayer_swap_BigDecimal + toBalance_gte: xlayer_swap_BigDecimal + toBalance_lte: xlayer_swap_BigDecimal + toBalance_in: [xlayer_swap_BigDecimal!] + toBalance_not_in: [xlayer_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -86299,16 +87215,16 @@ input optimism_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86318,12 +87234,12 @@ input optimism_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTransferEvent_filter] - or: [optimism_swap_LpTransferEvent_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpTransferEvent_filter] + or: [xlayer_swap_LpTransferEvent_filter] } -enum optimism_swap_LpTransferEvent_orderBy { +enum xlayer_swap_LpTransferEvent_orderBy { id token token__id @@ -86344,17 +87260,17 @@ enum optimism_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_swap_OrderDirection { +enum xlayer_swap_OrderDirection { asc desc } -type optimism_swap_PooledToken { +type xlayer_swap_PooledToken { id: ID! - asset: optimism_swap_Bytes! + asset: xlayer_swap_Bytes! } -input optimism_swap_PooledToken_filter { +input xlayer_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -86363,59 +87279,59 @@ input optimism_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimism_swap_Bytes - asset_not: optimism_swap_Bytes - asset_gt: optimism_swap_Bytes - asset_lt: optimism_swap_Bytes - asset_gte: optimism_swap_Bytes - asset_lte: optimism_swap_Bytes - asset_in: [optimism_swap_Bytes!] - asset_not_in: [optimism_swap_Bytes!] - asset_contains: optimism_swap_Bytes - asset_not_contains: optimism_swap_Bytes + asset: xlayer_swap_Bytes + asset_not: xlayer_swap_Bytes + asset_gt: xlayer_swap_Bytes + asset_lt: xlayer_swap_Bytes + asset_gte: xlayer_swap_Bytes + asset_lte: xlayer_swap_Bytes + asset_in: [xlayer_swap_Bytes!] + asset_not_in: [xlayer_swap_Bytes!] + asset_contains: xlayer_swap_Bytes + asset_not_contains: xlayer_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_PooledToken_filter] - or: [optimism_swap_PooledToken_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_PooledToken_filter] + or: [xlayer_swap_PooledToken_filter] } -enum optimism_swap_PooledToken_orderBy { +enum xlayer_swap_PooledToken_orderBy { id asset } -type optimism_swap_StableSwap { +type xlayer_swap_StableSwap { id: ID! isActive: Boolean - key: optimism_swap_Bytes! - canonicalId: optimism_swap_Bytes + key: xlayer_swap_Bytes! + canonicalId: xlayer_swap_Bytes domain: BigInt - swapPool: optimism_swap_Bytes - lpToken: optimism_swap_Bytes + swapPool: xlayer_swap_Bytes + lpToken: xlayer_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimism_swap_Bytes!]! + pooledTokens: [xlayer_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapEvent_filter): [xlayer_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapExchange_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapExchange_filter): [xlayer_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapHourlyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapHourlyVolume_filter): [xlayer_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapDailyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapDailyVolume_filter): [xlayer_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapWeeklyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapWeeklyVolume_filter): [xlayer_swap_SwapWeeklyVolume!] } -type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { +type xlayer_swap_StableSwapAddLiquidityEvent implements xlayer_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: xlayer_swap_StableSwap! + provider: xlayer_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -86424,11 +87340,11 @@ type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSw balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: xlayer_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapAddLiquidityEvent_filter { +input xlayer_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -86457,17 +87373,17 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: xlayer_swap_StableSwap_filter + provider: xlayer_swap_Bytes + provider_not: xlayer_swap_Bytes + provider_gt: xlayer_swap_Bytes + provider_lt: xlayer_swap_Bytes + provider_gte: xlayer_swap_Bytes + provider_lte: xlayer_swap_Bytes + provider_in: [xlayer_swap_Bytes!] + provider_not_in: [xlayer_swap_Bytes!] + provider_contains: xlayer_swap_Bytes + provider_not_contains: xlayer_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -86526,16 +87442,16 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86545,12 +87461,12 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapAddLiquidityEvent_filter] - or: [optimism_swap_StableSwapAddLiquidityEvent_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapAddLiquidityEvent_filter] + or: [xlayer_swap_StableSwapAddLiquidityEvent_filter] } -enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { +enum xlayer_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -86582,16 +87498,16 @@ enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimism_swap_StableSwapEvent { +interface xlayer_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: xlayer_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: xlayer_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapEvent_filter { +input xlayer_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -86620,7 +87536,7 @@ input optimism_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: xlayer_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -86637,16 +87553,16 @@ input optimism_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86656,12 +87572,12 @@ input optimism_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapEvent_filter] - or: [optimism_swap_StableSwapEvent_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapEvent_filter] + or: [xlayer_swap_StableSwapEvent_filter] } -enum optimism_swap_StableSwapEvent_orderBy { +enum xlayer_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -86686,10 +87602,10 @@ enum optimism_swap_StableSwapEvent_orderBy { nonce } -type optimism_swap_StableSwapExchange { +type xlayer_swap_StableSwapExchange { id: ID! - stableSwap: optimism_swap_StableSwap! - buyer: optimism_swap_Bytes! + stableSwap: xlayer_swap_StableSwap! + buyer: xlayer_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -86698,11 +87614,11 @@ type optimism_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: xlayer_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapExchange_filter { +input xlayer_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -86731,17 +87647,17 @@ input optimism_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - buyer: optimism_swap_Bytes - buyer_not: optimism_swap_Bytes - buyer_gt: optimism_swap_Bytes - buyer_lt: optimism_swap_Bytes - buyer_gte: optimism_swap_Bytes - buyer_lte: optimism_swap_Bytes - buyer_in: [optimism_swap_Bytes!] - buyer_not_in: [optimism_swap_Bytes!] - buyer_contains: optimism_swap_Bytes - buyer_not_contains: optimism_swap_Bytes + stableSwap_: xlayer_swap_StableSwap_filter + buyer: xlayer_swap_Bytes + buyer_not: xlayer_swap_Bytes + buyer_gt: xlayer_swap_Bytes + buyer_lt: xlayer_swap_Bytes + buyer_gte: xlayer_swap_Bytes + buyer_lte: xlayer_swap_Bytes + buyer_in: [xlayer_swap_Bytes!] + buyer_not_in: [xlayer_swap_Bytes!] + buyer_contains: xlayer_swap_Bytes + buyer_not_contains: xlayer_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -86804,16 +87720,16 @@ input optimism_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86823,12 +87739,12 @@ input optimism_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapExchange_filter] - or: [optimism_swap_StableSwapExchange_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapExchange_filter] + or: [xlayer_swap_StableSwapExchange_filter] } -enum optimism_swap_StableSwapExchange_orderBy { +enum xlayer_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -86860,10 +87776,10 @@ enum optimism_swap_StableSwapExchange_orderBy { nonce } -type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { +type xlayer_swap_StableSwapRemoveLiquidityEvent implements xlayer_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: xlayer_swap_StableSwap! + provider: xlayer_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -86872,11 +87788,11 @@ type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_Stabl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: xlayer_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapRemoveLiquidityEvent_filter { +input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -86905,17 +87821,17 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: xlayer_swap_StableSwap_filter + provider: xlayer_swap_Bytes + provider_not: xlayer_swap_Bytes + provider_gt: xlayer_swap_Bytes + provider_lt: xlayer_swap_Bytes + provider_gte: xlayer_swap_Bytes + provider_lte: xlayer_swap_Bytes + provider_in: [xlayer_swap_Bytes!] + provider_not_in: [xlayer_swap_Bytes!] + provider_contains: xlayer_swap_Bytes + provider_not_contains: xlayer_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -86974,16 +87890,16 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86993,12 +87909,12 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -87030,7 +87946,7 @@ enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimism_swap_StableSwap_filter { +input xlayer_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -87043,26 +87959,26 @@ input optimism_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimism_swap_Bytes - key_not: optimism_swap_Bytes - key_gt: optimism_swap_Bytes - key_lt: optimism_swap_Bytes - key_gte: optimism_swap_Bytes - key_lte: optimism_swap_Bytes - key_in: [optimism_swap_Bytes!] - key_not_in: [optimism_swap_Bytes!] - key_contains: optimism_swap_Bytes - key_not_contains: optimism_swap_Bytes - canonicalId: optimism_swap_Bytes - canonicalId_not: optimism_swap_Bytes - canonicalId_gt: optimism_swap_Bytes - canonicalId_lt: optimism_swap_Bytes - canonicalId_gte: optimism_swap_Bytes - canonicalId_lte: optimism_swap_Bytes - canonicalId_in: [optimism_swap_Bytes!] - canonicalId_not_in: [optimism_swap_Bytes!] - canonicalId_contains: optimism_swap_Bytes - canonicalId_not_contains: optimism_swap_Bytes + key: xlayer_swap_Bytes + key_not: xlayer_swap_Bytes + key_gt: xlayer_swap_Bytes + key_lt: xlayer_swap_Bytes + key_gte: xlayer_swap_Bytes + key_lte: xlayer_swap_Bytes + key_in: [xlayer_swap_Bytes!] + key_not_in: [xlayer_swap_Bytes!] + key_contains: xlayer_swap_Bytes + key_not_contains: xlayer_swap_Bytes + canonicalId: xlayer_swap_Bytes + canonicalId_not: xlayer_swap_Bytes + canonicalId_gt: xlayer_swap_Bytes + canonicalId_lt: xlayer_swap_Bytes + canonicalId_gte: xlayer_swap_Bytes + canonicalId_lte: xlayer_swap_Bytes + canonicalId_in: [xlayer_swap_Bytes!] + canonicalId_not_in: [xlayer_swap_Bytes!] + canonicalId_contains: xlayer_swap_Bytes + canonicalId_not_contains: xlayer_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -87071,26 +87987,26 @@ input optimism_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimism_swap_Bytes - swapPool_not: optimism_swap_Bytes - swapPool_gt: optimism_swap_Bytes - swapPool_lt: optimism_swap_Bytes - swapPool_gte: optimism_swap_Bytes - swapPool_lte: optimism_swap_Bytes - swapPool_in: [optimism_swap_Bytes!] - swapPool_not_in: [optimism_swap_Bytes!] - swapPool_contains: optimism_swap_Bytes - swapPool_not_contains: optimism_swap_Bytes - lpToken: optimism_swap_Bytes - lpToken_not: optimism_swap_Bytes - lpToken_gt: optimism_swap_Bytes - lpToken_lt: optimism_swap_Bytes - lpToken_gte: optimism_swap_Bytes - lpToken_lte: optimism_swap_Bytes - lpToken_in: [optimism_swap_Bytes!] - lpToken_not_in: [optimism_swap_Bytes!] - lpToken_contains: optimism_swap_Bytes - lpToken_not_contains: optimism_swap_Bytes + swapPool: xlayer_swap_Bytes + swapPool_not: xlayer_swap_Bytes + swapPool_gt: xlayer_swap_Bytes + swapPool_lt: xlayer_swap_Bytes + swapPool_gte: xlayer_swap_Bytes + swapPool_lte: xlayer_swap_Bytes + swapPool_in: [xlayer_swap_Bytes!] + swapPool_not_in: [xlayer_swap_Bytes!] + swapPool_contains: xlayer_swap_Bytes + swapPool_not_contains: xlayer_swap_Bytes + lpToken: xlayer_swap_Bytes + lpToken_not: xlayer_swap_Bytes + lpToken_gt: xlayer_swap_Bytes + lpToken_lt: xlayer_swap_Bytes + lpToken_gte: xlayer_swap_Bytes + lpToken_lte: xlayer_swap_Bytes + lpToken_in: [xlayer_swap_Bytes!] + lpToken_not_in: [xlayer_swap_Bytes!] + lpToken_contains: xlayer_swap_Bytes + lpToken_not_contains: xlayer_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -87139,12 +88055,12 @@ input optimism_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimism_swap_Bytes!] - pooledTokens_not: [optimism_swap_Bytes!] - pooledTokens_contains: [optimism_swap_Bytes!] - pooledTokens_contains_nocase: [optimism_swap_Bytes!] - pooledTokens_not_contains: [optimism_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] + pooledTokens: [xlayer_swap_Bytes!] + pooledTokens_not: [xlayer_swap_Bytes!] + pooledTokens_contains: [xlayer_swap_Bytes!] + pooledTokens_contains_nocase: [xlayer_swap_Bytes!] + pooledTokens_not_contains: [xlayer_swap_Bytes!] + pooledTokens_not_contains_nocase: [xlayer_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -87187,18 +88103,18 @@ input optimism_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimism_swap_StableSwapEvent_filter - exchanges_: optimism_swap_StableSwapExchange_filter - hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter - dailyVolumes_: optimism_swap_SwapDailyVolume_filter - weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter + events_: xlayer_swap_StableSwapEvent_filter + exchanges_: xlayer_swap_StableSwapExchange_filter + hourlyVolumes_: xlayer_swap_SwapHourlyVolume_filter + dailyVolumes_: xlayer_swap_SwapDailyVolume_filter + weeklyVolumes_: xlayer_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwap_filter] - or: [optimism_swap_StableSwap_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwap_filter] + or: [xlayer_swap_StableSwap_filter] } -enum optimism_swap_StableSwap_orderBy { +enum xlayer_swap_StableSwap_orderBy { id isActive key @@ -87226,14 +88142,14 @@ enum optimism_swap_StableSwap_orderBy { weeklyVolumes } -type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { +type xlayer_swap_SwapDailyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: xlayer_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: xlayer_swap_BigDecimal! } -input optimism_swap_SwapDailyVolume_filter { +input xlayer_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -87262,7 +88178,7 @@ input optimism_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: xlayer_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87271,21 +88187,21 @@ input optimism_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapDailyVolume_filter] - or: [optimism_swap_SwapDailyVolume_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapDailyVolume_filter] + or: [xlayer_swap_SwapDailyVolume_filter] } -enum optimism_swap_SwapDailyVolume_orderBy { +enum xlayer_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -87308,14 +88224,14 @@ enum optimism_swap_SwapDailyVolume_orderBy { volume } -type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { +type xlayer_swap_SwapHourlyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: xlayer_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: xlayer_swap_BigDecimal! } -input optimism_swap_SwapHourlyVolume_filter { +input xlayer_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -87344,7 +88260,7 @@ input optimism_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: xlayer_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87353,21 +88269,21 @@ input optimism_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapHourlyVolume_filter] - or: [optimism_swap_SwapHourlyVolume_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapHourlyVolume_filter] + or: [xlayer_swap_SwapHourlyVolume_filter] } -enum optimism_swap_SwapHourlyVolume_orderBy { +enum xlayer_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -87390,13 +88306,13 @@ enum optimism_swap_SwapHourlyVolume_orderBy { volume } -interface optimism_swap_SwapTradeVolume { - stableSwap: optimism_swap_StableSwap! +interface xlayer_swap_SwapTradeVolume { + stableSwap: xlayer_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: xlayer_swap_BigDecimal! } -input optimism_swap_SwapTradeVolume_filter { +input xlayer_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -87417,7 +88333,7 @@ input optimism_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: xlayer_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87426,21 +88342,21 @@ input optimism_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapTradeVolume_filter] - or: [optimism_swap_SwapTradeVolume_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapTradeVolume_filter] + or: [xlayer_swap_SwapTradeVolume_filter] } -enum optimism_swap_SwapTradeVolume_orderBy { +enum xlayer_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -87462,14 +88378,14 @@ enum optimism_swap_SwapTradeVolume_orderBy { volume } -type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { +type xlayer_swap_SwapWeeklyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: xlayer_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: xlayer_swap_BigDecimal! } -input optimism_swap_SwapWeeklyVolume_filter { +input xlayer_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -87498,7 +88414,7 @@ input optimism_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: xlayer_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87507,21 +88423,21 @@ input optimism_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapWeeklyVolume_filter] - or: [optimism_swap_SwapWeeklyVolume_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapWeeklyVolume_filter] + or: [xlayer_swap_SwapWeeklyVolume_filter] } -enum optimism_swap_SwapWeeklyVolume_orderBy { +enum xlayer_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -87544,13 +88460,13 @@ enum optimism_swap_SwapWeeklyVolume_orderBy { volume } -type optimism_swap_SystemInfo { +type xlayer_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimism_swap_SystemInfo_filter { +input xlayer_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -87576,30 +88492,28 @@ input optimism_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SystemInfo_filter] - or: [optimism_swap_SystemInfo_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SystemInfo_filter] + or: [xlayer_swap_SystemInfo_filter] } -enum optimism_swap_SystemInfo_orderBy { +enum xlayer_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimism_swap__Block_ { +type xlayer_swap__Block_ { """The hash of the block""" - hash: optimism_swap_Bytes + hash: xlayer_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: optimism_swap_Bytes } """The type for the top-level _meta field""" -type optimism_swap__Meta_ { +type xlayer_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -87607,55 +88521,55 @@ type optimism_swap__Meta_ { and therefore asks for the latest block """ - block: optimism_swap__Block_! + block: xlayer_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum arbitrumone_swap_Aggregation_interval { +enum xdai_swap_Aggregation_interval { hour day } -scalar arbitrumone_swap_BigDecimal +scalar xdai_swap_BigDecimal -input arbitrumone_swap_BlockChangedFilter { +input xdai_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumone_swap_Block_height { - hash: arbitrumone_swap_Bytes +input xdai_swap_Block_height { + hash: xdai_swap_Bytes number: Int number_gte: Int } -scalar arbitrumone_swap_Bytes +scalar xdai_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumone_swap_Int8 +scalar xdai_swap_Int8 -type arbitrumone_swap_LpAccount { +type xdai_swap_LpAccount { id: ID! - address: arbitrumone_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! + address: xdai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! } -type arbitrumone_swap_LpAccountBalance { +type xdai_swap_LpAccountBalance { id: ID! - account: arbitrumone_swap_LpAccount! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumone_swap_Bytes + transaction: xdai_swap_Bytes } -input arbitrumone_swap_LpAccountBalance_filter { +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -87684,7 +88598,7 @@ input arbitrumone_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: arbitrumone_swap_LpAccount_filter + account_: xdai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -87705,15 +88619,15 @@ input arbitrumone_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -87730,23 +88644,23 @@ input arbitrumone_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccountBalance_filter] - or: [arbitrumone_swap_LpAccountBalance_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] } -enum arbitrumone_swap_LpAccountBalance_orderBy { +enum xdai_swap_LpAccountBalance_orderBy { id account account__id @@ -87764,7 +88678,7 @@ enum arbitrumone_swap_LpAccountBalance_orderBy { transaction } -input arbitrumone_swap_LpAccount_filter { +input xdai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -87773,51 +88687,51 @@ input arbitrumone_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes - balances_: arbitrumone_swap_LpAccountBalance_filter + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes + balances_: xdai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccount_filter] - or: [arbitrumone_swap_LpAccount_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] } -enum arbitrumone_swap_LpAccount_orderBy { +enum xdai_swap_LpAccount_orderBy { id address balances } -type arbitrumone_swap_LpToken { +type xdai_swap_LpToken { id: ID! - address: arbitrumone_swap_Bytes! - stableSwap: arbitrumone_swap_StableSwap! + address: xdai_swap_Bytes! + stableSwap: xdai_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: arbitrumone_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! + totalSupply: xdai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! } -interface arbitrumone_swap_LpTokenEvent { +interface xdai_swap_LpTokenEvent { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTokenEvent_filter { +input xdai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -87846,15 +88760,15 @@ input arbitrumone_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -87871,16 +88785,16 @@ input arbitrumone_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -87890,28 +88804,391 @@ input arbitrumone_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTokenEvent_filter] - or: [arbitrumone_swap_LpTokenEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] +} + +enum xdai_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + 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 + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] +} + +enum xdai_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events +} + +type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { + id: ID! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + from: xdai_swap_Bytes! + to: xdai_swap_Bytes! + fromBalance: xdai_swap_BigDecimal! + toBalance: xdai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! +} + +input xdai_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_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + from: xdai_swap_Bytes + from_not: xdai_swap_Bytes + from_gt: xdai_swap_Bytes + from_lt: xdai_swap_Bytes + from_gte: xdai_swap_Bytes + from_lte: xdai_swap_Bytes + from_in: [xdai_swap_Bytes!] + from_not_in: [xdai_swap_Bytes!] + from_contains: xdai_swap_Bytes + from_not_contains: xdai_swap_Bytes + to: xdai_swap_Bytes + to_not: xdai_swap_Bytes + to_gt: xdai_swap_Bytes + to_lt: xdai_swap_Bytes + to_gte: xdai_swap_Bytes + to_lte: xdai_swap_Bytes + to_in: [xdai_swap_Bytes!] + to_not_in: [xdai_swap_Bytes!] + to_contains: xdai_swap_Bytes + to_not_contains: xdai_swap_Bytes + fromBalance: xdai_swap_BigDecimal + fromBalance_not: xdai_swap_BigDecimal + fromBalance_gt: xdai_swap_BigDecimal + fromBalance_lt: xdai_swap_BigDecimal + fromBalance_gte: xdai_swap_BigDecimal + fromBalance_lte: xdai_swap_BigDecimal + fromBalance_in: [xdai_swap_BigDecimal!] + fromBalance_not_in: [xdai_swap_BigDecimal!] + toBalance: xdai_swap_BigDecimal + toBalance_not: xdai_swap_BigDecimal + toBalance_gt: xdai_swap_BigDecimal + toBalance_lt: xdai_swap_BigDecimal + toBalance_gte: xdai_swap_BigDecimal + toBalance_lte: xdai_swap_BigDecimal + toBalance_in: [xdai_swap_BigDecimal!] + toBalance_not_in: [xdai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] +} + +enum xdai_swap_LpTransferEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce +} + +"""Defines the order direction, either ascending or descending""" +enum xdai_swap_OrderDirection { + asc + desc +} + +type xdai_swap_PooledToken { + id: ID! + asset: xdai_swap_Bytes! +} + +input xdai_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: 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: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] +} + +enum xdai_swap_PooledToken_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!] } -enum arbitrumone_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce +type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { + id: ID! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input arbitrumone_swap_LpToken_filter { +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -87920,16 +89197,6 @@ 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 @@ -87950,73 +89217,101 @@ input arbitrumone_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - 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 + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpToken_filter] - or: [arbitrumone_swap_LpToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumone_swap_LpToken_orderBy { +enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { id - address stableSwap stableSwap__id stableSwap__isActive @@ -88034,28 +89329,29 @@ enum arbitrumone_swap_LpToken_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { +interface xdai_swap_StableSwapEvent { 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! + stableSwap: xdai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTransferEvent_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -88064,71 +89360,27 @@ 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -88145,16 +89397,16 @@ input arbitrumone_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -88164,43 +89416,53 @@ input arbitrumone_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTransferEvent_filter] - or: [arbitrumone_swap_LpTransferEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum arbitrumone_swap_LpTransferEvent_orderBy { +enum xdai_swap_StableSwapEvent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 } -"""Defines the order direction, either ascending or descending""" -enum arbitrumone_swap_OrderDirection { - asc - desc -} - -type arbitrumone_swap_PooledToken { +type xdai_swap_StableSwapExchange { id: ID! - asset: arbitrumone_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input arbitrumone_swap_PooledToken_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -88209,72 +89471,172 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + buyer: xdai_swap_Bytes + buyer_not: xdai_swap_Bytes + buyer_gt: xdai_swap_Bytes + buyer_lt: xdai_swap_Bytes + buyer_gte: xdai_swap_Bytes + buyer_lte: xdai_swap_Bytes + buyer_in: [xdai_swap_Bytes!] + buyer_not_in: [xdai_swap_Bytes!] + buyer_contains: xdai_swap_Bytes + buyer_not_contains: xdai_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_PooledToken_filter] - or: [arbitrumone_swap_PooledToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum arbitrumone_swap_PooledToken_orderBy { +enum xdai_swap_StableSwapExchange_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!] + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! - fees: [BigInt!]! + fees: [BigInt!] invariant: BigInt lpTokenSupply: BigInt! lpTokenAmount: BigInt! balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { +input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -88303,17 +89665,17 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -88372,16 +89734,16 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -88391,12 +89753,12 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { +enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -88428,16 +89790,210 @@ enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumone_swap_StableSwapEvent { +input xdai_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: xdai_swap_Bytes + key_not: xdai_swap_Bytes + key_gt: xdai_swap_Bytes + key_lt: xdai_swap_Bytes + key_gte: xdai_swap_Bytes + key_lte: xdai_swap_Bytes + key_in: [xdai_swap_Bytes!] + key_not_in: [xdai_swap_Bytes!] + key_contains: xdai_swap_Bytes + key_not_contains: xdai_swap_Bytes + canonicalId: xdai_swap_Bytes + canonicalId_not: xdai_swap_Bytes + canonicalId_gt: xdai_swap_Bytes + canonicalId_lt: xdai_swap_Bytes + canonicalId_gte: xdai_swap_Bytes + canonicalId_lte: xdai_swap_Bytes + canonicalId_in: [xdai_swap_Bytes!] + canonicalId_not_in: [xdai_swap_Bytes!] + canonicalId_contains: xdai_swap_Bytes + canonicalId_not_contains: xdai_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: xdai_swap_Bytes + swapPool_not: xdai_swap_Bytes + swapPool_gt: xdai_swap_Bytes + swapPool_lt: xdai_swap_Bytes + swapPool_gte: xdai_swap_Bytes + swapPool_lte: xdai_swap_Bytes + swapPool_in: [xdai_swap_Bytes!] + swapPool_not_in: [xdai_swap_Bytes!] + swapPool_contains: xdai_swap_Bytes + swapPool_not_contains: xdai_swap_Bytes + lpToken: xdai_swap_Bytes + lpToken_not: xdai_swap_Bytes + lpToken_gt: xdai_swap_Bytes + lpToken_lt: xdai_swap_Bytes + lpToken_gte: xdai_swap_Bytes + lpToken_lte: xdai_swap_Bytes + lpToken_in: [xdai_swap_Bytes!] + lpToken_not_in: [xdai_swap_Bytes!] + lpToken_contains: xdai_swap_Bytes + lpToken_not_contains: xdai_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [xdai_swap_Bytes!] + pooledTokens_not: [xdai_swap_Bytes!] + pooledTokens_contains: [xdai_swap_Bytes!] + pooledTokens_contains_nocase: [xdai_swap_Bytes!] + pooledTokens_not_contains: [xdai_swap_Bytes!] + pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: xdai_swap_StableSwapEvent_filter + exchanges_: xdai_swap_StableSwapExchange_filter + hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter + dailyVolumes_: xdai_swap_SwapDailyVolume_filter + weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] +} + +enum xdai_swap_StableSwap_orderBy { + id + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes +} + +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - block: BigInt! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + volume: xdai_swap_BigDecimal! } -input arbitrumone_swap_StableSwapEvent_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -88466,15 +90022,162 @@ input arbitrumone_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] +} + +enum xdai_swap_SwapDailyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { + id: ID! + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! +} + +input xdai_swap_SwapHourlyVolume_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] +} + +enum xdai_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! +} + +input xdai_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88483,32 +90186,21 @@ 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!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapEvent_filter] - or: [arbitrumone_swap_StableSwapEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_filter] } -enum arbitrumone_swap_StableSwapEvent_orderBy { - id +enum xdai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -88526,29 +90218,18 @@ enum arbitrumone_swap_StableSwapEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - block timestamp - transaction - nonce + volume } -type arbitrumone_swap_StableSwapExchange { +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - buyer: arbitrumone_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + volume: xdai_swap_BigDecimal! } -input arbitrumone_swap_StableSwapExchange_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -88577,71 +90258,7 @@ input arbitrumone_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - buyer: arbitrumone_swap_Bytes - buyer_not: arbitrumone_swap_Bytes - buyer_gt: arbitrumone_swap_Bytes - buyer_lt: arbitrumone_swap_Bytes - buyer_gte: arbitrumone_swap_Bytes - buyer_lte: arbitrumone_swap_Bytes - buyer_in: [arbitrumone_swap_Bytes!] - buyer_not_in: [arbitrumone_swap_Bytes!] - buyer_contains: arbitrumone_swap_Bytes - buyer_not_contains: arbitrumone_swap_Bytes - 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!] + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88650,31 +90267,21 @@ 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!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapExchange_filter] - or: [arbitrumone_swap_StableSwapExchange_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum arbitrumone_swap_StableSwapExchange_orderBy { +enum xdai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -88693,36 +90300,97 @@ enum arbitrumone_swap_StableSwapExchange_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block timestamp - transaction - nonce + volume } -type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type xdai_swap_SystemInfo { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input xdai_swap_SystemInfo_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] +} + +enum xdai_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type xdai_swap__Block_ { + """The hash of the block""" + hash: xdai_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: xdai_swap_Bytes +} + +"""The type for the top-level _meta field""" +type xdai_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: xdai_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type arbitrumsepolia_AggregateRoot { + id: ID! + root: arbitrumsepolia_Bytes! + blockNumber: BigInt! +} + +type arbitrumsepolia_AggregateRootProposed { + id: ID! + aggregateRoot: arbitrumsepolia_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumsepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -88731,87 +90399,40 @@ 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!] + aggregateRoot: arbitrumsepolia_Bytes + aggregateRoot_not: arbitrumsepolia_Bytes + aggregateRoot_gt: arbitrumsepolia_Bytes + aggregateRoot_lt: arbitrumsepolia_Bytes + aggregateRoot_gte: arbitrumsepolia_Bytes + aggregateRoot_lte: arbitrumsepolia_Bytes + aggregateRoot_in: [arbitrumsepolia_Bytes!] + aggregateRoot_not_in: [arbitrumsepolia_Bytes!] + aggregateRoot_contains: arbitrumsepolia_Bytes + aggregateRoot_not_contains: arbitrumsepolia_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88820,63 +90441,227 @@ 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 - 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: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AggregateRootProposed_filter] + or: [arbitrumsepolia_AggregateRootProposed_filter] +} + +enum arbitrumsepolia_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input arbitrumsepolia_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: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AggregateRoot_filter] + or: [arbitrumsepolia_AggregateRoot_filter] +} + +enum arbitrumsepolia_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum arbitrumsepolia_Aggregation_interval { + hour + day +} + +type arbitrumsepolia_Asset { + id: ID! + key: arbitrumsepolia_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: arbitrumsepolia_Bytes + canonicalDomain: BigInt + adoptedAsset: arbitrumsepolia_Bytes + localAsset: arbitrumsepolia_Bytes + blockNumber: BigInt + status: arbitrumsepolia_AssetStatus +} + +type arbitrumsepolia_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! + feesEarned: BigInt! +} + +input arbitrumsepolia_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_: arbitrumsepolia_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: arbitrumsepolia_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AssetBalance_filter] + or: [arbitrumsepolia_AssetBalance_filter] } -enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumsepolia_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 arbitrumone_swap_StableSwap_filter { +type arbitrumsepolia_AssetStatus { + id: ID! + status: Boolean +} + +input arbitrumsepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -88885,201 +90670,22 @@ input arbitrumone_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: 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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwap_filter] - or: [arbitrumone_swap_StableSwap_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AssetStatus_filter] + or: [arbitrumsepolia_AssetStatus_filter] } -enum arbitrumone_swap_StableSwap_orderBy { +enum arbitrumsepolia_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 arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { - id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + status } -input arbitrumone_swap_SwapDailyVolume_filter { +input arbitrumsepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -89088,80 +90694,144 @@ 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!] + key: arbitrumsepolia_Bytes + key_not: arbitrumsepolia_Bytes + key_gt: arbitrumsepolia_Bytes + key_lt: arbitrumsepolia_Bytes + key_gte: arbitrumsepolia_Bytes + key_lte: arbitrumsepolia_Bytes + key_in: [arbitrumsepolia_Bytes!] + key_not_in: [arbitrumsepolia_Bytes!] + key_contains: arbitrumsepolia_Bytes + key_not_contains: arbitrumsepolia_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: arbitrumsepolia_Bytes + canonicalId_not: arbitrumsepolia_Bytes + canonicalId_gt: arbitrumsepolia_Bytes + canonicalId_lt: arbitrumsepolia_Bytes + canonicalId_gte: arbitrumsepolia_Bytes + canonicalId_lte: arbitrumsepolia_Bytes + canonicalId_in: [arbitrumsepolia_Bytes!] + canonicalId_not_in: [arbitrumsepolia_Bytes!] + canonicalId_contains: arbitrumsepolia_Bytes + canonicalId_not_contains: arbitrumsepolia_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: arbitrumsepolia_Bytes + adoptedAsset_not: arbitrumsepolia_Bytes + adoptedAsset_gt: arbitrumsepolia_Bytes + adoptedAsset_lt: arbitrumsepolia_Bytes + adoptedAsset_gte: arbitrumsepolia_Bytes + adoptedAsset_lte: arbitrumsepolia_Bytes + adoptedAsset_in: [arbitrumsepolia_Bytes!] + adoptedAsset_not_in: [arbitrumsepolia_Bytes!] + adoptedAsset_contains: arbitrumsepolia_Bytes + adoptedAsset_not_contains: arbitrumsepolia_Bytes + localAsset: arbitrumsepolia_Bytes + localAsset_not: arbitrumsepolia_Bytes + localAsset_gt: arbitrumsepolia_Bytes + localAsset_lt: arbitrumsepolia_Bytes + localAsset_gte: arbitrumsepolia_Bytes + localAsset_lte: arbitrumsepolia_Bytes + localAsset_in: [arbitrumsepolia_Bytes!] + localAsset_not_in: [arbitrumsepolia_Bytes!] + localAsset_contains: arbitrumsepolia_Bytes + localAsset_not_contains: arbitrumsepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: arbitrumsepolia_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapDailyVolume_filter] - or: [arbitrumone_swap_SwapDailyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Asset_filter] + or: [arbitrumsepolia_Asset_filter] } -enum arbitrumone_swap_SwapDailyVolume_orderBy { +enum arbitrumsepolia_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 +} + +scalar arbitrumsepolia_BigDecimal + +input arbitrumsepolia_BlockChangedFilter { + number_gte: Int! } -type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { +input arbitrumsepolia_Block_height { + hash: arbitrumsepolia_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumsepolia_Bytes + +type arbitrumsepolia_ConnectorMeta { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + amb: arbitrumsepolia_Bytes + rootManager: arbitrumsepolia_Bytes + mirrorConnector: arbitrumsepolia_Bytes } -input arbitrumone_swap_SwapHourlyVolume_filter { +input arbitrumsepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -89170,152 +90840,511 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: arbitrumsepolia_Bytes + amb_not: arbitrumsepolia_Bytes + amb_gt: arbitrumsepolia_Bytes + amb_lt: arbitrumsepolia_Bytes + amb_gte: arbitrumsepolia_Bytes + amb_lte: arbitrumsepolia_Bytes + amb_in: [arbitrumsepolia_Bytes!] + amb_not_in: [arbitrumsepolia_Bytes!] + amb_contains: arbitrumsepolia_Bytes + amb_not_contains: arbitrumsepolia_Bytes + rootManager: arbitrumsepolia_Bytes + rootManager_not: arbitrumsepolia_Bytes + rootManager_gt: arbitrumsepolia_Bytes + rootManager_lt: arbitrumsepolia_Bytes + rootManager_gte: arbitrumsepolia_Bytes + rootManager_lte: arbitrumsepolia_Bytes + rootManager_in: [arbitrumsepolia_Bytes!] + rootManager_not_in: [arbitrumsepolia_Bytes!] + rootManager_contains: arbitrumsepolia_Bytes + rootManager_not_contains: arbitrumsepolia_Bytes + mirrorConnector: arbitrumsepolia_Bytes + mirrorConnector_not: arbitrumsepolia_Bytes + mirrorConnector_gt: arbitrumsepolia_Bytes + mirrorConnector_lt: arbitrumsepolia_Bytes + mirrorConnector_gte: arbitrumsepolia_Bytes + mirrorConnector_lte: arbitrumsepolia_Bytes + mirrorConnector_in: [arbitrumsepolia_Bytes!] + mirrorConnector_not_in: [arbitrumsepolia_Bytes!] + mirrorConnector_contains: arbitrumsepolia_Bytes + mirrorConnector_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapHourlyVolume_filter] - or: [arbitrumone_swap_SwapHourlyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_ConnectorMeta_filter] + or: [arbitrumsepolia_ConnectorMeta_filter] } -enum arbitrumone_swap_SwapHourlyVolume_orderBy { +enum arbitrumsepolia_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 arbitrumone_swap_SwapTradeVolume { - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! +type arbitrumsepolia_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: arbitrumsepolia_Bytes + nonce: BigInt + status: arbitrumsepolia_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_Router_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_Router_filter): [arbitrumsepolia_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + receiveLocal: Boolean + callData: arbitrumsepolia_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: arbitrumsepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: arbitrumsepolia_Bytes + asset: arbitrumsepolia_Asset + amount: BigInt + routersFee: BigInt + executedCaller: arbitrumsepolia_Bytes + executedTransactionHash: arbitrumsepolia_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: arbitrumsepolia_Bytes + executedTxNonce: BigInt + reconciledCaller: arbitrumsepolia_Bytes + reconciledTransactionHash: arbitrumsepolia_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: arbitrumsepolia_Bytes + reconciledTxNonce: BigInt } -input arbitrumone_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] +input arbitrumsepolia_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: arbitrumsepolia_Bytes + transferId_not: arbitrumsepolia_Bytes + transferId_gt: arbitrumsepolia_Bytes + transferId_lt: arbitrumsepolia_Bytes + transferId_gte: arbitrumsepolia_Bytes + transferId_lte: arbitrumsepolia_Bytes + transferId_in: [arbitrumsepolia_Bytes!] + transferId_not_in: [arbitrumsepolia_Bytes!] + transferId_contains: arbitrumsepolia_Bytes + transferId_not_contains: arbitrumsepolia_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: arbitrumsepolia_TransferStatus + status_not: arbitrumsepolia_TransferStatus + status_in: [arbitrumsepolia_TransferStatus!] + status_not_in: [arbitrumsepolia_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: arbitrumsepolia_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: arbitrumsepolia_Bytes + to_not: arbitrumsepolia_Bytes + to_gt: arbitrumsepolia_Bytes + to_lt: arbitrumsepolia_Bytes + to_gte: arbitrumsepolia_Bytes + to_lte: arbitrumsepolia_Bytes + to_in: [arbitrumsepolia_Bytes!] + to_not_in: [arbitrumsepolia_Bytes!] + to_contains: arbitrumsepolia_Bytes + to_not_contains: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + delegate_not: arbitrumsepolia_Bytes + delegate_gt: arbitrumsepolia_Bytes + delegate_lt: arbitrumsepolia_Bytes + delegate_gte: arbitrumsepolia_Bytes + delegate_lte: arbitrumsepolia_Bytes + delegate_in: [arbitrumsepolia_Bytes!] + delegate_not_in: [arbitrumsepolia_Bytes!] + delegate_contains: arbitrumsepolia_Bytes + delegate_not_contains: arbitrumsepolia_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: arbitrumsepolia_Bytes + callData_not: arbitrumsepolia_Bytes + callData_gt: arbitrumsepolia_Bytes + callData_lt: arbitrumsepolia_Bytes + callData_gte: arbitrumsepolia_Bytes + callData_lte: arbitrumsepolia_Bytes + callData_in: [arbitrumsepolia_Bytes!] + callData_not_in: [arbitrumsepolia_Bytes!] + callData_contains: arbitrumsepolia_Bytes + callData_not_contains: arbitrumsepolia_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: arbitrumsepolia_Bytes + originSender_not: arbitrumsepolia_Bytes + originSender_gt: arbitrumsepolia_Bytes + originSender_lt: arbitrumsepolia_Bytes + originSender_gte: arbitrumsepolia_Bytes + originSender_lte: arbitrumsepolia_Bytes + originSender_in: [arbitrumsepolia_Bytes!] + originSender_not_in: [arbitrumsepolia_Bytes!] + originSender_contains: arbitrumsepolia_Bytes + originSender_not_contains: arbitrumsepolia_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: arbitrumsepolia_Bytes + canonicalId_not: arbitrumsepolia_Bytes + canonicalId_gt: arbitrumsepolia_Bytes + canonicalId_lt: arbitrumsepolia_Bytes + canonicalId_gte: arbitrumsepolia_Bytes + canonicalId_lte: arbitrumsepolia_Bytes + canonicalId_in: [arbitrumsepolia_Bytes!] + canonicalId_not_in: [arbitrumsepolia_Bytes!] + canonicalId_contains: arbitrumsepolia_Bytes + canonicalId_not_contains: arbitrumsepolia_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: arbitrumsepolia_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: arbitrumsepolia_Bytes + executedCaller_not: arbitrumsepolia_Bytes + executedCaller_gt: arbitrumsepolia_Bytes + executedCaller_lt: arbitrumsepolia_Bytes + executedCaller_gte: arbitrumsepolia_Bytes + executedCaller_lte: arbitrumsepolia_Bytes + executedCaller_in: [arbitrumsepolia_Bytes!] + executedCaller_not_in: [arbitrumsepolia_Bytes!] + executedCaller_contains: arbitrumsepolia_Bytes + executedCaller_not_contains: arbitrumsepolia_Bytes + executedTransactionHash: arbitrumsepolia_Bytes + executedTransactionHash_not: arbitrumsepolia_Bytes + executedTransactionHash_gt: arbitrumsepolia_Bytes + executedTransactionHash_lt: arbitrumsepolia_Bytes + executedTransactionHash_gte: arbitrumsepolia_Bytes + executedTransactionHash_lte: arbitrumsepolia_Bytes + executedTransactionHash_in: [arbitrumsepolia_Bytes!] + executedTransactionHash_not_in: [arbitrumsepolia_Bytes!] + executedTransactionHash_contains: arbitrumsepolia_Bytes + executedTransactionHash_not_contains: arbitrumsepolia_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: arbitrumsepolia_Bytes + executedTxOrigin_not: arbitrumsepolia_Bytes + executedTxOrigin_gt: arbitrumsepolia_Bytes + executedTxOrigin_lt: arbitrumsepolia_Bytes + executedTxOrigin_gte: arbitrumsepolia_Bytes + executedTxOrigin_lte: arbitrumsepolia_Bytes + executedTxOrigin_in: [arbitrumsepolia_Bytes!] + executedTxOrigin_not_in: [arbitrumsepolia_Bytes!] + executedTxOrigin_contains: arbitrumsepolia_Bytes + executedTxOrigin_not_contains: arbitrumsepolia_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: arbitrumsepolia_Bytes + reconciledCaller_not: arbitrumsepolia_Bytes + reconciledCaller_gt: arbitrumsepolia_Bytes + reconciledCaller_lt: arbitrumsepolia_Bytes + reconciledCaller_gte: arbitrumsepolia_Bytes + reconciledCaller_lte: arbitrumsepolia_Bytes + reconciledCaller_in: [arbitrumsepolia_Bytes!] + reconciledCaller_not_in: [arbitrumsepolia_Bytes!] + reconciledCaller_contains: arbitrumsepolia_Bytes + reconciledCaller_not_contains: arbitrumsepolia_Bytes + reconciledTransactionHash: arbitrumsepolia_Bytes + reconciledTransactionHash_not: arbitrumsepolia_Bytes + reconciledTransactionHash_gt: arbitrumsepolia_Bytes + reconciledTransactionHash_lt: arbitrumsepolia_Bytes + reconciledTransactionHash_gte: arbitrumsepolia_Bytes + reconciledTransactionHash_lte: arbitrumsepolia_Bytes + reconciledTransactionHash_in: [arbitrumsepolia_Bytes!] + reconciledTransactionHash_not_in: [arbitrumsepolia_Bytes!] + reconciledTransactionHash_contains: arbitrumsepolia_Bytes + reconciledTransactionHash_not_contains: arbitrumsepolia_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: arbitrumsepolia_Bytes + reconciledTxOrigin_not: arbitrumsepolia_Bytes + reconciledTxOrigin_gt: arbitrumsepolia_Bytes + reconciledTxOrigin_lt: arbitrumsepolia_Bytes + reconciledTxOrigin_gte: arbitrumsepolia_Bytes + reconciledTxOrigin_lte: arbitrumsepolia_Bytes + reconciledTxOrigin_in: [arbitrumsepolia_Bytes!] + reconciledTxOrigin_not_in: [arbitrumsepolia_Bytes!] + reconciledTxOrigin_contains: arbitrumsepolia_Bytes + reconciledTxOrigin_not_contains: arbitrumsepolia_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapTradeVolume_filter] - or: [arbitrumone_swap_SwapTradeVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_DestinationTransfer_filter] + or: [arbitrumsepolia_DestinationTransfer_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 - timestamp - volume +enum arbitrumsepolia_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 arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { +""" +8 bytes signed integer + +""" +scalar arbitrumsepolia_Int8 + +type arbitrumsepolia_OptimisticRootFinalized { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + aggregateRoot: arbitrumsepolia_Bytes! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + blockNumber: BigInt } -input arbitrumone_swap_SwapWeeklyVolume_filter { +input arbitrumsepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -89324,27 +91353,16 @@ 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 + aggregateRoot: arbitrumsepolia_Bytes + aggregateRoot_not: arbitrumsepolia_Bytes + aggregateRoot_gt: arbitrumsepolia_Bytes + aggregateRoot_lt: arbitrumsepolia_Bytes + aggregateRoot_gte: arbitrumsepolia_Bytes + aggregateRoot_lte: arbitrumsepolia_Bytes + aggregateRoot_in: [arbitrumsepolia_Bytes!] + aggregateRoot_not_in: [arbitrumsepolia_Bytes!] + aggregateRoot_contains: arbitrumsepolia_Bytes + aggregateRoot_not_contains: arbitrumsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89353,259 +91371,47 @@ 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: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OptimisticRootFinalized_filter] + or: [arbitrumsepolia_OptimisticRootFinalized_filter] } -enum arbitrumone_swap_SwapWeeklyVolume_orderBy { +enum arbitrumsepolia_OptimisticRootFinalized_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + aggregateRoot timestamp - volume -} - -type arbitrumone_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input arbitrumone_swap_SystemInfo_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SystemInfo_filter] - or: [arbitrumone_swap_SystemInfo_filter] -} - -enum arbitrumone_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type arbitrumone_swap__Block_ { - """The hash of the block""" - hash: arbitrumone_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: arbitrumone_swap_Bytes -} - -"""The type for the top-level _meta field""" -type arbitrumone_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: arbitrumone_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar xlayer_swap_BigDecimal - -input xlayer_swap_BlockChangedFilter { - number_gte: Int! -} - -input xlayer_swap_Block_height { - hash: xlayer_swap_Bytes - number: Int - number_gte: Int + blockNumber } -scalar xlayer_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar xlayer_swap_Int8 - -type xlayer_swap_LpAccount { - id: ID! - address: xlayer_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpAccountBalance_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpAccountBalance_filter): [xlayer_swap_LpAccountBalance!]! +"""Defines the order direction, either ascending or descending""" +enum arbitrumsepolia_OrderDirection { + asc + desc } -type xlayer_swap_LpAccountBalance { +type arbitrumsepolia_OriginMessage { id: ID! - account: xlayer_swap_LpAccount! - token: xlayer_swap_LpToken! - amount: xlayer_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: xlayer_swap_Bytes -} - -input xlayer_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: xlayer_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xlayer_swap_LpToken_filter - amount: xlayer_swap_BigDecimal - amount_not: xlayer_swap_BigDecimal - amount_gt: xlayer_swap_BigDecimal - amount_lt: xlayer_swap_BigDecimal - amount_gte: xlayer_swap_BigDecimal - amount_lte: xlayer_swap_BigDecimal - amount_in: [xlayer_swap_BigDecimal!] - amount_not_in: [xlayer_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpAccountBalance_filter] - or: [xlayer_swap_LpAccountBalance_filter] -} - -enum xlayer_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + transferId: arbitrumsepolia_Bytes + destinationDomain: BigInt + leaf: arbitrumsepolia_Bytes + index: BigInt + message: arbitrumsepolia_Bytes + root: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + blockNumber: BigInt + rootCount: arbitrumsepolia_RootCount } -input xlayer_swap_LpAccount_filter { +input arbitrumsepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -89614,51 +91420,158 @@ input xlayer_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xlayer_swap_Bytes - address_not: xlayer_swap_Bytes - address_gt: xlayer_swap_Bytes - address_lt: xlayer_swap_Bytes - address_gte: xlayer_swap_Bytes - address_lte: xlayer_swap_Bytes - address_in: [xlayer_swap_Bytes!] - address_not_in: [xlayer_swap_Bytes!] - address_contains: xlayer_swap_Bytes - address_not_contains: xlayer_swap_Bytes - balances_: xlayer_swap_LpAccountBalance_filter + transferId: arbitrumsepolia_Bytes + transferId_not: arbitrumsepolia_Bytes + transferId_gt: arbitrumsepolia_Bytes + transferId_lt: arbitrumsepolia_Bytes + transferId_gte: arbitrumsepolia_Bytes + transferId_lte: arbitrumsepolia_Bytes + transferId_in: [arbitrumsepolia_Bytes!] + transferId_not_in: [arbitrumsepolia_Bytes!] + transferId_contains: arbitrumsepolia_Bytes + transferId_not_contains: arbitrumsepolia_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: arbitrumsepolia_Bytes + leaf_not: arbitrumsepolia_Bytes + leaf_gt: arbitrumsepolia_Bytes + leaf_lt: arbitrumsepolia_Bytes + leaf_gte: arbitrumsepolia_Bytes + leaf_lte: arbitrumsepolia_Bytes + leaf_in: [arbitrumsepolia_Bytes!] + leaf_not_in: [arbitrumsepolia_Bytes!] + leaf_contains: arbitrumsepolia_Bytes + leaf_not_contains: arbitrumsepolia_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: arbitrumsepolia_Bytes + message_not: arbitrumsepolia_Bytes + message_gt: arbitrumsepolia_Bytes + message_lt: arbitrumsepolia_Bytes + message_gte: arbitrumsepolia_Bytes + message_lte: arbitrumsepolia_Bytes + message_in: [arbitrumsepolia_Bytes!] + message_not_in: [arbitrumsepolia_Bytes!] + message_contains: arbitrumsepolia_Bytes + message_not_contains: arbitrumsepolia_Bytes + root: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: arbitrumsepolia_RootCount_filter """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpAccount_filter] - or: [xlayer_swap_LpAccount_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OriginMessage_filter] + or: [arbitrumsepolia_OriginMessage_filter] } -enum xlayer_swap_LpAccount_orderBy { +enum arbitrumsepolia_OriginMessage_orderBy { id - address - balances -} - -type xlayer_swap_LpToken { - id: ID! - address: xlayer_swap_Bytes! - stableSwap: xlayer_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: xlayer_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpTokenEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpTokenEvent_filter): [xlayer_swap_LpTokenEvent!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface xlayer_swap_LpTokenEvent { +type arbitrumsepolia_OriginTransfer { id: ID! - token: xlayer_swap_LpToken! - amount: xlayer_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: arbitrumsepolia_Bytes + nonce: BigInt + status: arbitrumsepolia_TransferStatus + messageHash: arbitrumsepolia_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + receiveLocal: Boolean + callData: arbitrumsepolia_Bytes + slippage: BigInt + originSender: arbitrumsepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: arbitrumsepolia_Bytes + asset: arbitrumsepolia_Asset + transactingAsset: arbitrumsepolia_Bytes + message: arbitrumsepolia_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_RelayerFee_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_RelayerFee_filter): [arbitrumsepolia_RelayerFee!] + initialRelayerFeeAsset: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: arbitrumsepolia_Bytes + txNonce: BigInt } -input xlayer_swap_LpTokenEvent_filter { +input arbitrumsepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -89667,61 +91580,24 @@ input xlayer_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xlayer_swap_LpToken_filter - amount: xlayer_swap_BigDecimal - amount_not: xlayer_swap_BigDecimal - amount_gt: xlayer_swap_BigDecimal - amount_lt: xlayer_swap_BigDecimal - amount_gte: xlayer_swap_BigDecimal - amount_lte: xlayer_swap_BigDecimal - amount_in: [xlayer_swap_BigDecimal!] - amount_not_in: [xlayer_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: arbitrumsepolia_Bytes + transferId_not: arbitrumsepolia_Bytes + transferId_gt: arbitrumsepolia_Bytes + transferId_lt: arbitrumsepolia_Bytes + transferId_gte: arbitrumsepolia_Bytes + transferId_lte: arbitrumsepolia_Bytes + transferId_in: [arbitrumsepolia_Bytes!] + transferId_not_in: [arbitrumsepolia_Bytes!] + transferId_contains: arbitrumsepolia_Bytes + transferId_not_contains: arbitrumsepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -89730,29 +91606,342 @@ input xlayer_swap_LpTokenEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: arbitrumsepolia_TransferStatus + status_not: arbitrumsepolia_TransferStatus + status_in: [arbitrumsepolia_TransferStatus!] + status_not_in: [arbitrumsepolia_TransferStatus!] + messageHash: arbitrumsepolia_Bytes + messageHash_not: arbitrumsepolia_Bytes + messageHash_gt: arbitrumsepolia_Bytes + messageHash_lt: arbitrumsepolia_Bytes + messageHash_gte: arbitrumsepolia_Bytes + messageHash_lte: arbitrumsepolia_Bytes + messageHash_in: [arbitrumsepolia_Bytes!] + messageHash_not_in: [arbitrumsepolia_Bytes!] + messageHash_contains: arbitrumsepolia_Bytes + messageHash_not_contains: arbitrumsepolia_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: arbitrumsepolia_Bytes + to_not: arbitrumsepolia_Bytes + to_gt: arbitrumsepolia_Bytes + to_lt: arbitrumsepolia_Bytes + to_gte: arbitrumsepolia_Bytes + to_lte: arbitrumsepolia_Bytes + to_in: [arbitrumsepolia_Bytes!] + to_not_in: [arbitrumsepolia_Bytes!] + to_contains: arbitrumsepolia_Bytes + to_not_contains: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + delegate_not: arbitrumsepolia_Bytes + delegate_gt: arbitrumsepolia_Bytes + delegate_lt: arbitrumsepolia_Bytes + delegate_gte: arbitrumsepolia_Bytes + delegate_lte: arbitrumsepolia_Bytes + delegate_in: [arbitrumsepolia_Bytes!] + delegate_not_in: [arbitrumsepolia_Bytes!] + delegate_contains: arbitrumsepolia_Bytes + delegate_not_contains: arbitrumsepolia_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: arbitrumsepolia_Bytes + callData_not: arbitrumsepolia_Bytes + callData_gt: arbitrumsepolia_Bytes + callData_lt: arbitrumsepolia_Bytes + callData_gte: arbitrumsepolia_Bytes + callData_lte: arbitrumsepolia_Bytes + callData_in: [arbitrumsepolia_Bytes!] + callData_not_in: [arbitrumsepolia_Bytes!] + callData_contains: arbitrumsepolia_Bytes + callData_not_contains: arbitrumsepolia_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: arbitrumsepolia_Bytes + originSender_not: arbitrumsepolia_Bytes + originSender_gt: arbitrumsepolia_Bytes + originSender_lt: arbitrumsepolia_Bytes + originSender_gte: arbitrumsepolia_Bytes + originSender_lte: arbitrumsepolia_Bytes + originSender_in: [arbitrumsepolia_Bytes!] + originSender_not_in: [arbitrumsepolia_Bytes!] + originSender_contains: arbitrumsepolia_Bytes + originSender_not_contains: arbitrumsepolia_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: arbitrumsepolia_Bytes + canonicalId_not: arbitrumsepolia_Bytes + canonicalId_gt: arbitrumsepolia_Bytes + canonicalId_lt: arbitrumsepolia_Bytes + canonicalId_gte: arbitrumsepolia_Bytes + canonicalId_lte: arbitrumsepolia_Bytes + canonicalId_in: [arbitrumsepolia_Bytes!] + canonicalId_not_in: [arbitrumsepolia_Bytes!] + canonicalId_contains: arbitrumsepolia_Bytes + canonicalId_not_contains: arbitrumsepolia_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: arbitrumsepolia_Asset_filter + transactingAsset: arbitrumsepolia_Bytes + transactingAsset_not: arbitrumsepolia_Bytes + transactingAsset_gt: arbitrumsepolia_Bytes + transactingAsset_lt: arbitrumsepolia_Bytes + transactingAsset_gte: arbitrumsepolia_Bytes + transactingAsset_lte: arbitrumsepolia_Bytes + transactingAsset_in: [arbitrumsepolia_Bytes!] + transactingAsset_not_in: [arbitrumsepolia_Bytes!] + transactingAsset_contains: arbitrumsepolia_Bytes + transactingAsset_not_contains: arbitrumsepolia_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: arbitrumsepolia_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: arbitrumsepolia_RelayerFee_filter + initialRelayerFeeAsset: arbitrumsepolia_Bytes + initialRelayerFeeAsset_not: arbitrumsepolia_Bytes + initialRelayerFeeAsset_gt: arbitrumsepolia_Bytes + initialRelayerFeeAsset_lt: arbitrumsepolia_Bytes + initialRelayerFeeAsset_gte: arbitrumsepolia_Bytes + initialRelayerFeeAsset_lte: arbitrumsepolia_Bytes + initialRelayerFeeAsset_in: [arbitrumsepolia_Bytes!] + initialRelayerFeeAsset_not_in: [arbitrumsepolia_Bytes!] + initialRelayerFeeAsset_contains: arbitrumsepolia_Bytes + initialRelayerFeeAsset_not_contains: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: arbitrumsepolia_Bytes + txOrigin_not: arbitrumsepolia_Bytes + txOrigin_gt: arbitrumsepolia_Bytes + txOrigin_lt: arbitrumsepolia_Bytes + txOrigin_gte: arbitrumsepolia_Bytes + txOrigin_lte: arbitrumsepolia_Bytes + txOrigin_in: [arbitrumsepolia_Bytes!] + txOrigin_not_in: [arbitrumsepolia_Bytes!] + txOrigin_contains: arbitrumsepolia_Bytes + txOrigin_not_contains: arbitrumsepolia_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpTokenEvent_filter] - or: [xlayer_swap_LpTokenEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OriginTransfer_filter] + or: [arbitrumsepolia_OriginTransfer_filter] } -enum xlayer_swap_LpTokenEvent_orderBy { +enum arbitrumsepolia_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 xlayer_swap_LpToken_filter { +type arbitrumsepolia_Relayer { + id: ID! + isActive: Boolean! + relayer: arbitrumsepolia_Bytes +} + +type arbitrumsepolia_RelayerFee { + id: ID! + transfer: arbitrumsepolia_OriginTransfer! + fee: BigInt! + asset: arbitrumsepolia_Bytes! +} + +input arbitrumsepolia_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -89761,142 +91950,101 @@ input xlayer_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xlayer_swap_Bytes - address_not: xlayer_swap_Bytes - address_gt: xlayer_swap_Bytes - address_lt: xlayer_swap_Bytes - address_gte: xlayer_swap_Bytes - address_lte: xlayer_swap_Bytes - address_in: [xlayer_swap_Bytes!] - address_not_in: [xlayer_swap_Bytes!] - address_contains: xlayer_swap_Bytes - address_not_contains: xlayer_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: xlayer_swap_BigDecimal - totalSupply_not: xlayer_swap_BigDecimal - totalSupply_gt: xlayer_swap_BigDecimal - totalSupply_lt: xlayer_swap_BigDecimal - totalSupply_gte: xlayer_swap_BigDecimal - totalSupply_lte: xlayer_swap_BigDecimal - totalSupply_in: [xlayer_swap_BigDecimal!] - totalSupply_not_in: [xlayer_swap_BigDecimal!] - events_: xlayer_swap_LpTokenEvent_filter + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: arbitrumsepolia_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: arbitrumsepolia_Bytes + asset_not: arbitrumsepolia_Bytes + asset_gt: arbitrumsepolia_Bytes + asset_lt: arbitrumsepolia_Bytes + asset_gte: arbitrumsepolia_Bytes + asset_lte: arbitrumsepolia_Bytes + asset_in: [arbitrumsepolia_Bytes!] + asset_not_in: [arbitrumsepolia_Bytes!] + asset_contains: arbitrumsepolia_Bytes + asset_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpToken_filter] - or: [xlayer_swap_LpToken_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RelayerFee_filter] + or: [arbitrumsepolia_RelayerFee_filter] } -enum xlayer_swap_LpToken_orderBy { +enum arbitrumsepolia_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 xlayer_swap_LpTransferEvent implements xlayer_swap_LpTokenEvent { +type arbitrumsepolia_RelayerFeesIncrease { id: ID! - token: xlayer_swap_LpToken! - amount: xlayer_swap_BigDecimal! - from: xlayer_swap_Bytes! - to: xlayer_swap_Bytes! - fromBalance: xlayer_swap_BigDecimal! - toBalance: xlayer_swap_BigDecimal! - block: BigInt! + transfer: arbitrumsepolia_OriginTransfer! + increase: BigInt + asset: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes! + transactionHash: arbitrumsepolia_Bytes! timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input xlayer_swap_LpTransferEvent_filter { +input arbitrumsepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -89905,79 +92053,65 @@ input xlayer_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xlayer_swap_LpToken_filter - amount: xlayer_swap_BigDecimal - amount_not: xlayer_swap_BigDecimal - amount_gt: xlayer_swap_BigDecimal - amount_lt: xlayer_swap_BigDecimal - amount_gte: xlayer_swap_BigDecimal - amount_lte: xlayer_swap_BigDecimal - amount_in: [xlayer_swap_BigDecimal!] - amount_not_in: [xlayer_swap_BigDecimal!] - from: xlayer_swap_Bytes - from_not: xlayer_swap_Bytes - from_gt: xlayer_swap_Bytes - from_lt: xlayer_swap_Bytes - from_gte: xlayer_swap_Bytes - from_lte: xlayer_swap_Bytes - from_in: [xlayer_swap_Bytes!] - from_not_in: [xlayer_swap_Bytes!] - from_contains: xlayer_swap_Bytes - from_not_contains: xlayer_swap_Bytes - to: xlayer_swap_Bytes - to_not: xlayer_swap_Bytes - to_gt: xlayer_swap_Bytes - to_lt: xlayer_swap_Bytes - to_gte: xlayer_swap_Bytes - to_lte: xlayer_swap_Bytes - to_in: [xlayer_swap_Bytes!] - to_not_in: [xlayer_swap_Bytes!] - to_contains: xlayer_swap_Bytes - to_not_contains: xlayer_swap_Bytes - fromBalance: xlayer_swap_BigDecimal - fromBalance_not: xlayer_swap_BigDecimal - fromBalance_gt: xlayer_swap_BigDecimal - fromBalance_lt: xlayer_swap_BigDecimal - fromBalance_gte: xlayer_swap_BigDecimal - fromBalance_lte: xlayer_swap_BigDecimal - fromBalance_in: [xlayer_swap_BigDecimal!] - fromBalance_not_in: [xlayer_swap_BigDecimal!] - toBalance: xlayer_swap_BigDecimal - toBalance_not: xlayer_swap_BigDecimal - toBalance_gt: xlayer_swap_BigDecimal - toBalance_lt: xlayer_swap_BigDecimal - toBalance_gte: xlayer_swap_BigDecimal - toBalance_lte: xlayer_swap_BigDecimal - toBalance_in: [xlayer_swap_BigDecimal!] - toBalance_not_in: [xlayer_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: arbitrumsepolia_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: arbitrumsepolia_Bytes + asset_not: arbitrumsepolia_Bytes + asset_gt: arbitrumsepolia_Bytes + asset_lt: arbitrumsepolia_Bytes + asset_gte: arbitrumsepolia_Bytes + asset_lte: arbitrumsepolia_Bytes + asset_in: [arbitrumsepolia_Bytes!] + asset_not_in: [arbitrumsepolia_Bytes!] + asset_contains: arbitrumsepolia_Bytes + asset_not_contains: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89986,62 +92120,79 @@ input xlayer_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpTransferEvent_filter] - or: [xlayer_swap_LpTransferEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RelayerFeesIncrease_filter] + or: [arbitrumsepolia_RelayerFeesIncrease_filter] } -enum xlayer_swap_LpTransferEvent_orderBy { +enum arbitrumsepolia_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 xlayer_swap_OrderDirection { - asc - desc -} - -type xlayer_swap_PooledToken { - id: ID! - asset: xlayer_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input xlayer_swap_PooledToken_filter { +input arbitrumsepolia_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -90050,72 +92201,38 @@ input xlayer_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: xlayer_swap_Bytes - asset_not: xlayer_swap_Bytes - asset_gt: xlayer_swap_Bytes - asset_lt: xlayer_swap_Bytes - asset_gte: xlayer_swap_Bytes - asset_lte: xlayer_swap_Bytes - asset_in: [xlayer_swap_Bytes!] - asset_not_in: [xlayer_swap_Bytes!] - asset_contains: xlayer_swap_Bytes - asset_not_contains: xlayer_swap_Bytes - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_PooledToken_filter] - or: [xlayer_swap_PooledToken_filter] -} - -enum xlayer_swap_PooledToken_orderBy { - id - asset -} - -type xlayer_swap_StableSwap { - id: ID! isActive: Boolean - key: xlayer_swap_Bytes! - canonicalId: xlayer_swap_Bytes - domain: BigInt - swapPool: xlayer_swap_Bytes - lpToken: xlayer_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [xlayer_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapEvent_filter): [xlayer_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapExchange_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapExchange_filter): [xlayer_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapHourlyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapHourlyVolume_filter): [xlayer_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapDailyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapDailyVolume_filter): [xlayer_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapWeeklyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapWeeklyVolume_filter): [xlayer_swap_SwapWeeklyVolume!] + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: arbitrumsepolia_Bytes + relayer_not: arbitrumsepolia_Bytes + relayer_gt: arbitrumsepolia_Bytes + relayer_lt: arbitrumsepolia_Bytes + relayer_gte: arbitrumsepolia_Bytes + relayer_lte: arbitrumsepolia_Bytes + relayer_in: [arbitrumsepolia_Bytes!] + relayer_not_in: [arbitrumsepolia_Bytes!] + relayer_contains: arbitrumsepolia_Bytes + relayer_not_contains: arbitrumsepolia_Bytes + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Relayer_filter] + or: [arbitrumsepolia_Relayer_filter] } -type xlayer_swap_StableSwapAddLiquidityEvent implements xlayer_swap_StableSwapEvent { +enum arbitrumsepolia_Relayer_orderBy { + id + isActive + relayer +} + +type arbitrumsepolia_RootCount { id: ID! - stableSwap: xlayer_swap_StableSwap! - provider: xlayer_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + count: BigInt } -input xlayer_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumsepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -90124,161 +92241,40 @@ input xlayer_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - provider: xlayer_swap_Bytes - provider_not: xlayer_swap_Bytes - provider_gt: xlayer_swap_Bytes - provider_lt: xlayer_swap_Bytes - provider_gte: xlayer_swap_Bytes - provider_lte: xlayer_swap_Bytes - provider_in: [xlayer_swap_Bytes!] - provider_not_in: [xlayer_swap_Bytes!] - provider_contains: xlayer_swap_Bytes - provider_not_contains: xlayer_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapAddLiquidityEvent_filter] - or: [xlayer_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RootCount_filter] + or: [arbitrumsepolia_RootCount_filter] } -enum xlayer_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumsepolia_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + count } -interface xlayer_swap_StableSwapEvent { +type arbitrumsepolia_RootMessageSent { id: ID! - stableSwap: xlayer_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: arbitrumsepolia_Bytes + count: BigInt + caller: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input xlayer_swap_StableSwapEvent_filter { +input arbitrumsepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -90287,35 +92283,60 @@ input xlayer_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -90324,72 +92345,69 @@ input xlayer_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapEvent_filter] - or: [xlayer_swap_StableSwapEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RootMessageSent_filter] + or: [arbitrumsepolia_RootMessageSent_filter] } -enum xlayer_swap_StableSwapEvent_orderBy { +enum arbitrumsepolia_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type xlayer_swap_StableSwapExchange { +type arbitrumsepolia_Router { id: ID! - stableSwap: xlayer_swap_StableSwap! - buyer: xlayer_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: arbitrumsepolia_Bytes + recipient: arbitrumsepolia_Bytes + proposedOwner: arbitrumsepolia_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_AssetBalance_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_AssetBalance_filter): [arbitrumsepolia_AssetBalance!]! +} + +type arbitrumsepolia_RouterDailyTVL { + id: ID! + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input xlayer_swap_StableSwapExchange_filter { +input arbitrumsepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -90398,91 +92416,48 @@ input xlayer_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - buyer: xlayer_swap_Bytes - buyer_not: xlayer_swap_Bytes - buyer_gt: xlayer_swap_Bytes - buyer_lt: xlayer_swap_Bytes - buyer_gte: xlayer_swap_Bytes - buyer_lte: xlayer_swap_Bytes - buyer_in: [xlayer_swap_Bytes!] - buyer_not_in: [xlayer_swap_Bytes!] - buyer_contains: xlayer_swap_Bytes - buyer_not_contains: xlayer_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: arbitrumsepolia_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: arbitrumsepolia_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -90491,79 +92466,63 @@ input xlayer_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapExchange_filter] - or: [xlayer_swap_StableSwapExchange_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RouterDailyTVL_filter] + or: [arbitrumsepolia_RouterDailyTVL_filter] } -enum xlayer_swap_StableSwapExchange_orderBy { +enum arbitrumsepolia_RouterDailyTVL_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - 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 xlayer_swap_StableSwapRemoveLiquidityEvent implements xlayer_swap_StableSwapEvent { +type arbitrumsepolia_RouterLiquidityEvent { id: ID! - stableSwap: xlayer_swap_StableSwap! - provider: xlayer_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: arbitrumsepolia_RouterLiquidityEventType + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! + amount: BigInt! + balance: BigInt! + caller: arbitrumsepolia_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: xlayer_swap_Bytes! + transactionHash: arbitrumsepolia_Bytes! nonce: BigInt! } -input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { +enum arbitrumsepolia_RouterLiquidityEventType { + Add + Remove +} + +input arbitrumsepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -90572,87 +92531,86 @@ input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - provider: xlayer_swap_Bytes - provider_not: xlayer_swap_Bytes - provider_gt: xlayer_swap_Bytes - provider_lt: xlayer_swap_Bytes - provider_gte: xlayer_swap_Bytes - provider_lte: xlayer_swap_Bytes - provider_in: [xlayer_swap_Bytes!] - provider_not_in: [xlayer_swap_Bytes!] - provider_contains: xlayer_swap_Bytes - provider_not_contains: xlayer_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + type: arbitrumsepolia_RouterLiquidityEventType + type_not: arbitrumsepolia_RouterLiquidityEventType + type_in: [arbitrumsepolia_RouterLiquidityEventType!] + type_not_in: [arbitrumsepolia_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: arbitrumsepolia_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: arbitrumsepolia_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -90661,16 +92619,16 @@ input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -90680,247 +92638,115 @@ input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] - or: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RouterLiquidityEvent_filter] + or: [arbitrumsepolia_RouterLiquidityEvent_filter] } -enum xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumsepolia_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 - timestamp - transaction - nonce -} - -input xlayer_swap_StableSwap_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: xlayer_swap_Bytes - key_not: xlayer_swap_Bytes - key_gt: xlayer_swap_Bytes - key_lt: xlayer_swap_Bytes - key_gte: xlayer_swap_Bytes - key_lte: xlayer_swap_Bytes - key_in: [xlayer_swap_Bytes!] - key_not_in: [xlayer_swap_Bytes!] - key_contains: xlayer_swap_Bytes - key_not_contains: xlayer_swap_Bytes - canonicalId: xlayer_swap_Bytes - canonicalId_not: xlayer_swap_Bytes - canonicalId_gt: xlayer_swap_Bytes - canonicalId_lt: xlayer_swap_Bytes - canonicalId_gte: xlayer_swap_Bytes - canonicalId_lte: xlayer_swap_Bytes - canonicalId_in: [xlayer_swap_Bytes!] - canonicalId_not_in: [xlayer_swap_Bytes!] - canonicalId_contains: xlayer_swap_Bytes - canonicalId_not_contains: xlayer_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: xlayer_swap_Bytes - swapPool_not: xlayer_swap_Bytes - swapPool_gt: xlayer_swap_Bytes - swapPool_lt: xlayer_swap_Bytes - swapPool_gte: xlayer_swap_Bytes - swapPool_lte: xlayer_swap_Bytes - swapPool_in: [xlayer_swap_Bytes!] - swapPool_not_in: [xlayer_swap_Bytes!] - swapPool_contains: xlayer_swap_Bytes - swapPool_not_contains: xlayer_swap_Bytes - lpToken: xlayer_swap_Bytes - lpToken_not: xlayer_swap_Bytes - lpToken_gt: xlayer_swap_Bytes - lpToken_lt: xlayer_swap_Bytes - lpToken_gte: xlayer_swap_Bytes - lpToken_lte: xlayer_swap_Bytes - lpToken_in: [xlayer_swap_Bytes!] - lpToken_not_in: [xlayer_swap_Bytes!] - lpToken_contains: xlayer_swap_Bytes - lpToken_not_contains: xlayer_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [xlayer_swap_Bytes!] - pooledTokens_not: [xlayer_swap_Bytes!] - pooledTokens_contains: [xlayer_swap_Bytes!] - pooledTokens_contains_nocase: [xlayer_swap_Bytes!] - pooledTokens_not_contains: [xlayer_swap_Bytes!] - pooledTokens_not_contains_nocase: [xlayer_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: xlayer_swap_StableSwapEvent_filter - exchanges_: xlayer_swap_StableSwapExchange_filter - hourlyVolumes_: xlayer_swap_SwapHourlyVolume_filter - dailyVolumes_: xlayer_swap_SwapDailyVolume_filter - weeklyVolumes_: xlayer_swap_SwapWeeklyVolume_filter + 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 arbitrumsepolia_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: arbitrumsepolia_Bytes + owner_not: arbitrumsepolia_Bytes + owner_gt: arbitrumsepolia_Bytes + owner_lt: arbitrumsepolia_Bytes + owner_gte: arbitrumsepolia_Bytes + owner_lte: arbitrumsepolia_Bytes + owner_in: [arbitrumsepolia_Bytes!] + owner_not_in: [arbitrumsepolia_Bytes!] + owner_contains: arbitrumsepolia_Bytes + owner_not_contains: arbitrumsepolia_Bytes + recipient: arbitrumsepolia_Bytes + recipient_not: arbitrumsepolia_Bytes + recipient_gt: arbitrumsepolia_Bytes + recipient_lt: arbitrumsepolia_Bytes + recipient_gte: arbitrumsepolia_Bytes + recipient_lte: arbitrumsepolia_Bytes + recipient_in: [arbitrumsepolia_Bytes!] + recipient_not_in: [arbitrumsepolia_Bytes!] + recipient_contains: arbitrumsepolia_Bytes + recipient_not_contains: arbitrumsepolia_Bytes + proposedOwner: arbitrumsepolia_Bytes + proposedOwner_not: arbitrumsepolia_Bytes + proposedOwner_gt: arbitrumsepolia_Bytes + proposedOwner_lt: arbitrumsepolia_Bytes + proposedOwner_gte: arbitrumsepolia_Bytes + proposedOwner_lte: arbitrumsepolia_Bytes + proposedOwner_in: [arbitrumsepolia_Bytes!] + proposedOwner_not_in: [arbitrumsepolia_Bytes!] + proposedOwner_contains: arbitrumsepolia_Bytes + proposedOwner_not_contains: arbitrumsepolia_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: arbitrumsepolia_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwap_filter] - or: [xlayer_swap_StableSwap_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Router_filter] + or: [arbitrumsepolia_Router_filter] } -enum xlayer_swap_StableSwap_orderBy { +enum arbitrumsepolia_Router_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type xlayer_swap_SwapDailyVolume implements xlayer_swap_SwapTradeVolume { +type arbitrumsepolia_Sequencer { id: ID! - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + isActive: Boolean! + sequencer: arbitrumsepolia_Bytes } -input xlayer_swap_SwapDailyVolume_filter { +input arbitrumsepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -90929,80 +92755,39 @@ input xlayer_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: arbitrumsepolia_Bytes + sequencer_not: arbitrumsepolia_Bytes + sequencer_gt: arbitrumsepolia_Bytes + sequencer_lt: arbitrumsepolia_Bytes + sequencer_gte: arbitrumsepolia_Bytes + sequencer_lte: arbitrumsepolia_Bytes + sequencer_in: [arbitrumsepolia_Bytes!] + sequencer_not_in: [arbitrumsepolia_Bytes!] + sequencer_contains: arbitrumsepolia_Bytes + sequencer_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapDailyVolume_filter] - or: [xlayer_swap_SwapDailyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Sequencer_filter] + or: [arbitrumsepolia_Sequencer_filter] } -enum xlayer_swap_SwapDailyVolume_orderBy { +enum arbitrumsepolia_Sequencer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive + sequencer } -type xlayer_swap_SwapHourlyVolume implements xlayer_swap_SwapTradeVolume { +type arbitrumsepolia_Setting { id: ID! - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: arbitrumsepolia_Bytes! } -input xlayer_swap_SwapHourlyVolume_filter { +input arbitrumsepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -91011,100 +92796,106 @@ input xlayer_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapHourlyVolume_filter] - or: [xlayer_swap_SwapHourlyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Setting_filter] + or: [arbitrumsepolia_Setting_filter] } -enum xlayer_swap_SwapHourlyVolume_orderBy { +enum arbitrumsepolia_Setting_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + maxRoutersPerTransfer + caller } -interface xlayer_swap_SwapTradeVolume { - stableSwap: xlayer_swap_StableSwap! +type arbitrumsepolia_SlippageUpdate { + id: ID! + transfer: arbitrumsepolia_DestinationTransfer! + slippage: BigInt! + caller: arbitrumsepolia_Bytes! + transactionHash: arbitrumsepolia_Bytes! timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input xlayer_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter +input arbitrumsepolia_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_: arbitrumsepolia_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91113,79 +92904,128 @@ input xlayer_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapTradeVolume_filter] - or: [xlayer_swap_SwapTradeVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SlippageUpdate_filter] + or: [arbitrumsepolia_SlippageUpdate_filter] } -enum xlayer_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum arbitrumsepolia_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type xlayer_swap_SwapWeeklyVolume implements xlayer_swap_SwapTradeVolume { +type arbitrumsepolia_SnapshotRoot { id: ID! - stableSwap: xlayer_swap_StableSwap! + spokeDomain: BigInt + root: arbitrumsepolia_Bytes! + count: BigInt! timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + blockNumber: BigInt! } -input xlayer_swap_SwapWeeklyVolume_filter { +input arbitrumsepolia_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter + 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: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91194,50 +93034,35 @@ input xlayer_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapWeeklyVolume_filter] - or: [xlayer_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SnapshotRoot_filter] + or: [arbitrumsepolia_SnapshotRoot_filter] } -enum xlayer_swap_SwapWeeklyVolume_orderBy { +enum arbitrumsepolia_SnapshotRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + root + count timestamp - volume + blockNumber } -type xlayer_swap_SystemInfo { +type arbitrumsepolia_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input xlayer_swap_SystemInfo_filter { +input arbitrumsepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -91246,45 +93071,58 @@ input xlayer_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SystemInfo_filter] - or: [xlayer_swap_SystemInfo_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SpokeConnectorMode_filter] + or: [arbitrumsepolia_SpokeConnectorMode_filter] } -enum xlayer_swap_SystemInfo_orderBy { +enum arbitrumsepolia_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type xlayer_swap__Block_ { +enum arbitrumsepolia_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type arbitrumsepolia__Block_ { """The hash of the block""" - hash: xlayer_swap_Bytes + hash: arbitrumsepolia_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumsepolia_Bytes } """The type for the top-level _meta field""" -type xlayer_swap__Meta_ { +type arbitrumsepolia__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -91292,22 +93130,22 @@ type xlayer_swap__Meta_ { and therefore asks for the latest block """ - block: xlayer_swap__Block_! + block: arbitrumsepolia__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumsepolia_AggregateRoot { +type sepolia_AggregateRoot { id: ID! - root: arbitrumsepolia_Bytes! + root: sepolia_Bytes! blockNumber: BigInt! } -type arbitrumsepolia_AggregateRootProposed { +type sepolia_AggregateRootProposed { id: ID! - aggregateRoot: arbitrumsepolia_Bytes! + aggregateRoot: sepolia_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -91315,7 +93153,7 @@ type arbitrumsepolia_AggregateRootProposed { blockNumber: BigInt } -input arbitrumsepolia_AggregateRootProposed_filter { +input sepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -91324,16 +93162,16 @@ input arbitrumsepolia_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: arbitrumsepolia_Bytes - aggregateRoot_not: arbitrumsepolia_Bytes - aggregateRoot_gt: arbitrumsepolia_Bytes - aggregateRoot_lt: arbitrumsepolia_Bytes - aggregateRoot_gte: arbitrumsepolia_Bytes - aggregateRoot_lte: arbitrumsepolia_Bytes - aggregateRoot_in: [arbitrumsepolia_Bytes!] - aggregateRoot_not_in: [arbitrumsepolia_Bytes!] - aggregateRoot_contains: arbitrumsepolia_Bytes - aggregateRoot_not_contains: arbitrumsepolia_Bytes + aggregateRoot: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -91375,12 +93213,12 @@ input arbitrumsepolia_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AggregateRootProposed_filter] - or: [arbitrumsepolia_AggregateRootProposed_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregateRootProposed_filter] + or: [sepolia_AggregateRootProposed_filter] } -enum arbitrumsepolia_AggregateRootProposed_orderBy { +enum sepolia_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -91390,7 +93228,7 @@ enum arbitrumsepolia_AggregateRootProposed_orderBy { blockNumber } -input arbitrumsepolia_AggregateRoot_filter { +input sepolia_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -91399,16 +93237,16 @@ input arbitrumsepolia_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -91418,47 +93256,42 @@ input arbitrumsepolia_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AggregateRoot_filter] - or: [arbitrumsepolia_AggregateRoot_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregateRoot_filter] + or: [sepolia_AggregateRoot_filter] } -enum arbitrumsepolia_AggregateRoot_orderBy { +enum sepolia_AggregateRoot_orderBy { id root blockNumber } -enum arbitrumsepolia_Aggregation_interval { - hour - day -} - -type arbitrumsepolia_Asset { +type sepolia_Asset { id: ID! - key: arbitrumsepolia_Bytes + key: sepolia_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: arbitrumsepolia_Bytes + canonicalId: sepolia_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumsepolia_Bytes - localAsset: arbitrumsepolia_Bytes + adoptedAsset: sepolia_Bytes + localAsset: sepolia_Bytes blockNumber: BigInt - status: arbitrumsepolia_AssetStatus + status: sepolia_AssetStatus } -type arbitrumsepolia_AssetBalance { +type sepolia_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + router: sepolia_Router! + asset: sepolia_Asset! feesEarned: BigInt! } -input arbitrumsepolia_AssetBalance_filter { +input sepolia_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -91519,7 +93352,7 @@ input arbitrumsepolia_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumsepolia_Router_filter + router_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -91540,7 +93373,7 @@ input arbitrumsepolia_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: sepolia_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -91550,12 +93383,12 @@ input arbitrumsepolia_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AssetBalance_filter] - or: [arbitrumsepolia_AssetBalance_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AssetBalance_filter] + or: [sepolia_AssetBalance_filter] } -enum arbitrumsepolia_AssetBalance_orderBy { +enum sepolia_AssetBalance_orderBy { id amount locked @@ -91581,12 +93414,12 @@ enum arbitrumsepolia_AssetBalance_orderBy { feesEarned } -type arbitrumsepolia_AssetStatus { +type sepolia_AssetStatus { id: ID! status: Boolean } -input arbitrumsepolia_AssetStatus_filter { +input sepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -91600,17 +93433,17 @@ input arbitrumsepolia_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AssetStatus_filter] - or: [arbitrumsepolia_AssetStatus_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AssetStatus_filter] + or: [sepolia_AssetStatus_filter] } -enum arbitrumsepolia_AssetStatus_orderBy { +enum sepolia_AssetStatus_orderBy { id status } -input arbitrumsepolia_Asset_filter { +input sepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -91619,16 +93452,16 @@ input arbitrumsepolia_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: arbitrumsepolia_Bytes - key_not: arbitrumsepolia_Bytes - key_gt: arbitrumsepolia_Bytes - key_lt: arbitrumsepolia_Bytes - key_gte: arbitrumsepolia_Bytes - key_lte: arbitrumsepolia_Bytes - key_in: [arbitrumsepolia_Bytes!] - key_not_in: [arbitrumsepolia_Bytes!] - key_contains: arbitrumsepolia_Bytes - key_not_contains: arbitrumsepolia_Bytes + key: sepolia_Bytes + key_not: sepolia_Bytes + key_gt: sepolia_Bytes + key_lt: sepolia_Bytes + key_gte: sepolia_Bytes + key_lte: sepolia_Bytes + key_in: [sepolia_Bytes!] + key_not_in: [sepolia_Bytes!] + key_contains: sepolia_Bytes + key_not_contains: sepolia_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -91645,16 +93478,16 @@ input arbitrumsepolia_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: arbitrumsepolia_Bytes - canonicalId_not: arbitrumsepolia_Bytes - canonicalId_gt: arbitrumsepolia_Bytes - canonicalId_lt: arbitrumsepolia_Bytes - canonicalId_gte: arbitrumsepolia_Bytes - canonicalId_lte: arbitrumsepolia_Bytes - canonicalId_in: [arbitrumsepolia_Bytes!] - canonicalId_not_in: [arbitrumsepolia_Bytes!] - canonicalId_contains: arbitrumsepolia_Bytes - canonicalId_not_contains: arbitrumsepolia_Bytes + canonicalId: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -91663,26 +93496,26 @@ input arbitrumsepolia_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: arbitrumsepolia_Bytes - adoptedAsset_not: arbitrumsepolia_Bytes - adoptedAsset_gt: arbitrumsepolia_Bytes - adoptedAsset_lt: arbitrumsepolia_Bytes - adoptedAsset_gte: arbitrumsepolia_Bytes - adoptedAsset_lte: arbitrumsepolia_Bytes - adoptedAsset_in: [arbitrumsepolia_Bytes!] - adoptedAsset_not_in: [arbitrumsepolia_Bytes!] - adoptedAsset_contains: arbitrumsepolia_Bytes - adoptedAsset_not_contains: arbitrumsepolia_Bytes - localAsset: arbitrumsepolia_Bytes - localAsset_not: arbitrumsepolia_Bytes - localAsset_gt: arbitrumsepolia_Bytes - localAsset_lt: arbitrumsepolia_Bytes - localAsset_gte: arbitrumsepolia_Bytes - localAsset_lte: arbitrumsepolia_Bytes - localAsset_in: [arbitrumsepolia_Bytes!] - localAsset_not_in: [arbitrumsepolia_Bytes!] - localAsset_contains: arbitrumsepolia_Bytes - localAsset_not_contains: arbitrumsepolia_Bytes + adoptedAsset: sepolia_Bytes + adoptedAsset_not: sepolia_Bytes + adoptedAsset_gt: sepolia_Bytes + adoptedAsset_lt: sepolia_Bytes + adoptedAsset_gte: sepolia_Bytes + adoptedAsset_lte: sepolia_Bytes + adoptedAsset_in: [sepolia_Bytes!] + adoptedAsset_not_in: [sepolia_Bytes!] + adoptedAsset_contains: sepolia_Bytes + adoptedAsset_not_contains: sepolia_Bytes + localAsset: sepolia_Bytes + localAsset_not: sepolia_Bytes + localAsset_gt: sepolia_Bytes + localAsset_lt: sepolia_Bytes + localAsset_gte: sepolia_Bytes + localAsset_lte: sepolia_Bytes + localAsset_in: [sepolia_Bytes!] + localAsset_not_in: [sepolia_Bytes!] + localAsset_contains: sepolia_Bytes + localAsset_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -91711,14 +93544,14 @@ input arbitrumsepolia_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: arbitrumsepolia_AssetStatus_filter + status_: sepolia_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Asset_filter] - or: [arbitrumsepolia_Asset_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Asset_filter] + or: [sepolia_Asset_filter] } -enum arbitrumsepolia_Asset_orderBy { +enum sepolia_Asset_orderBy { id key decimal @@ -91733,30 +93566,16 @@ enum arbitrumsepolia_Asset_orderBy { status__status } -scalar arbitrumsepolia_BigDecimal - -input arbitrumsepolia_BlockChangedFilter { - number_gte: Int! -} - -input arbitrumsepolia_Block_height { - hash: arbitrumsepolia_Bytes - number: Int - number_gte: Int -} - -scalar arbitrumsepolia_Bytes - -type arbitrumsepolia_ConnectorMeta { +type sepolia_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumsepolia_Bytes - rootManager: arbitrumsepolia_Bytes - mirrorConnector: arbitrumsepolia_Bytes + amb: sepolia_Bytes + rootManager: sepolia_Bytes + mirrorConnector: sepolia_Bytes } -input arbitrumsepolia_ConnectorMeta_filter { +input sepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91781,43 +93600,43 @@ input arbitrumsepolia_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: arbitrumsepolia_Bytes - amb_not: arbitrumsepolia_Bytes - amb_gt: arbitrumsepolia_Bytes - amb_lt: arbitrumsepolia_Bytes - amb_gte: arbitrumsepolia_Bytes - amb_lte: arbitrumsepolia_Bytes - amb_in: [arbitrumsepolia_Bytes!] - amb_not_in: [arbitrumsepolia_Bytes!] - amb_contains: arbitrumsepolia_Bytes - amb_not_contains: arbitrumsepolia_Bytes - rootManager: arbitrumsepolia_Bytes - rootManager_not: arbitrumsepolia_Bytes - rootManager_gt: arbitrumsepolia_Bytes - rootManager_lt: arbitrumsepolia_Bytes - rootManager_gte: arbitrumsepolia_Bytes - rootManager_lte: arbitrumsepolia_Bytes - rootManager_in: [arbitrumsepolia_Bytes!] - rootManager_not_in: [arbitrumsepolia_Bytes!] - rootManager_contains: arbitrumsepolia_Bytes - rootManager_not_contains: arbitrumsepolia_Bytes - mirrorConnector: arbitrumsepolia_Bytes - mirrorConnector_not: arbitrumsepolia_Bytes - mirrorConnector_gt: arbitrumsepolia_Bytes - mirrorConnector_lt: arbitrumsepolia_Bytes - mirrorConnector_gte: arbitrumsepolia_Bytes - mirrorConnector_lte: arbitrumsepolia_Bytes - mirrorConnector_in: [arbitrumsepolia_Bytes!] - mirrorConnector_not_in: [arbitrumsepolia_Bytes!] - mirrorConnector_contains: arbitrumsepolia_Bytes - mirrorConnector_not_contains: arbitrumsepolia_Bytes + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_ConnectorMeta_filter] - or: [arbitrumsepolia_ConnectorMeta_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_ConnectorMeta_filter] + or: [sepolia_ConnectorMeta_filter] } -enum arbitrumsepolia_ConnectorMeta_orderBy { +enum sepolia_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -91826,48 +93645,48 @@ enum arbitrumsepolia_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumsepolia_DestinationTransfer { +type sepolia_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumsepolia_Bytes + transferId: sepolia_Bytes nonce: BigInt - status: arbitrumsepolia_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_Router_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_Router_filter): [arbitrumsepolia_Router!] + status: sepolia_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: sepolia_Router_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_Router_filter): [sepolia_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes + to: sepolia_Bytes + delegate: sepolia_Bytes receiveLocal: Boolean - callData: arbitrumsepolia_Bytes + callData: sepolia_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumsepolia_Bytes + originSender: sepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumsepolia_Bytes - asset: arbitrumsepolia_Asset + canonicalId: sepolia_Bytes + asset: sepolia_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumsepolia_Bytes - executedTransactionHash: arbitrumsepolia_Bytes + executedCaller: sepolia_Bytes + executedTransactionHash: sepolia_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumsepolia_Bytes + executedTxOrigin: sepolia_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumsepolia_Bytes - reconciledTransactionHash: arbitrumsepolia_Bytes + reconciledCaller: sepolia_Bytes + reconciledTransactionHash: sepolia_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumsepolia_Bytes + reconciledTxOrigin: sepolia_Bytes reconciledTxNonce: BigInt } -input arbitrumsepolia_DestinationTransfer_filter { +input sepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -91884,16 +93703,16 @@ input arbitrumsepolia_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumsepolia_Bytes - transferId_not: arbitrumsepolia_Bytes - transferId_gt: arbitrumsepolia_Bytes - transferId_lt: arbitrumsepolia_Bytes - transferId_gte: arbitrumsepolia_Bytes - transferId_lte: arbitrumsepolia_Bytes - transferId_in: [arbitrumsepolia_Bytes!] - transferId_not_in: [arbitrumsepolia_Bytes!] - transferId_contains: arbitrumsepolia_Bytes - transferId_not_contains: arbitrumsepolia_Bytes + transferId: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -91902,17 +93721,17 @@ input arbitrumsepolia_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumsepolia_TransferStatus - status_not: arbitrumsepolia_TransferStatus - status_in: [arbitrumsepolia_TransferStatus!] - status_not_in: [arbitrumsepolia_TransferStatus!] + status: sepolia_TransferStatus + status_not: sepolia_TransferStatus + status_in: [sepolia_TransferStatus!] + status_not_in: [sepolia_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: arbitrumsepolia_Router_filter + routers_: sepolia_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -91937,40 +93756,40 @@ input arbitrumsepolia_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumsepolia_Bytes - to_not: arbitrumsepolia_Bytes - to_gt: arbitrumsepolia_Bytes - to_lt: arbitrumsepolia_Bytes - to_gte: arbitrumsepolia_Bytes - to_lte: arbitrumsepolia_Bytes - to_in: [arbitrumsepolia_Bytes!] - to_not_in: [arbitrumsepolia_Bytes!] - to_contains: arbitrumsepolia_Bytes - to_not_contains: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes - delegate_not: arbitrumsepolia_Bytes - delegate_gt: arbitrumsepolia_Bytes - delegate_lt: arbitrumsepolia_Bytes - delegate_gte: arbitrumsepolia_Bytes - delegate_lte: arbitrumsepolia_Bytes - delegate_in: [arbitrumsepolia_Bytes!] - delegate_not_in: [arbitrumsepolia_Bytes!] - delegate_contains: arbitrumsepolia_Bytes - delegate_not_contains: arbitrumsepolia_Bytes + to: sepolia_Bytes + to_not: sepolia_Bytes + to_gt: sepolia_Bytes + to_lt: sepolia_Bytes + to_gte: sepolia_Bytes + to_lte: sepolia_Bytes + to_in: [sepolia_Bytes!] + to_not_in: [sepolia_Bytes!] + to_contains: sepolia_Bytes + to_not_contains: sepolia_Bytes + delegate: sepolia_Bytes + delegate_not: sepolia_Bytes + delegate_gt: sepolia_Bytes + delegate_lt: sepolia_Bytes + delegate_gte: sepolia_Bytes + delegate_lte: sepolia_Bytes + delegate_in: [sepolia_Bytes!] + delegate_not_in: [sepolia_Bytes!] + delegate_contains: sepolia_Bytes + delegate_not_contains: sepolia_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumsepolia_Bytes - callData_not: arbitrumsepolia_Bytes - callData_gt: arbitrumsepolia_Bytes - callData_lt: arbitrumsepolia_Bytes - callData_gte: arbitrumsepolia_Bytes - callData_lte: arbitrumsepolia_Bytes - callData_in: [arbitrumsepolia_Bytes!] - callData_not_in: [arbitrumsepolia_Bytes!] - callData_contains: arbitrumsepolia_Bytes - callData_not_contains: arbitrumsepolia_Bytes + callData: sepolia_Bytes + callData_not: sepolia_Bytes + callData_gt: sepolia_Bytes + callData_lt: sepolia_Bytes + callData_gte: sepolia_Bytes + callData_lte: sepolia_Bytes + callData_in: [sepolia_Bytes!] + callData_not_in: [sepolia_Bytes!] + callData_contains: sepolia_Bytes + callData_not_contains: sepolia_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -91987,16 +93806,16 @@ input arbitrumsepolia_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: arbitrumsepolia_Bytes - originSender_not: arbitrumsepolia_Bytes - originSender_gt: arbitrumsepolia_Bytes - originSender_lt: arbitrumsepolia_Bytes - originSender_gte: arbitrumsepolia_Bytes - originSender_lte: arbitrumsepolia_Bytes - originSender_in: [arbitrumsepolia_Bytes!] - originSender_not_in: [arbitrumsepolia_Bytes!] - originSender_contains: arbitrumsepolia_Bytes - originSender_not_contains: arbitrumsepolia_Bytes + originSender: sepolia_Bytes + originSender_not: sepolia_Bytes + originSender_gt: sepolia_Bytes + originSender_lt: sepolia_Bytes + originSender_gte: sepolia_Bytes + originSender_lte: sepolia_Bytes + originSender_in: [sepolia_Bytes!] + originSender_not_in: [sepolia_Bytes!] + originSender_contains: sepolia_Bytes + originSender_not_contains: sepolia_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -92013,16 +93832,16 @@ input arbitrumsepolia_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumsepolia_Bytes - canonicalId_not: arbitrumsepolia_Bytes - canonicalId_gt: arbitrumsepolia_Bytes - canonicalId_lt: arbitrumsepolia_Bytes - canonicalId_gte: arbitrumsepolia_Bytes - canonicalId_lte: arbitrumsepolia_Bytes - canonicalId_in: [arbitrumsepolia_Bytes!] - canonicalId_not_in: [arbitrumsepolia_Bytes!] - canonicalId_contains: arbitrumsepolia_Bytes - canonicalId_not_contains: arbitrumsepolia_Bytes + canonicalId: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes asset: String asset_not: String asset_gt: String @@ -92043,7 +93862,7 @@ input arbitrumsepolia_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: sepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -92060,26 +93879,26 @@ input arbitrumsepolia_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: arbitrumsepolia_Bytes - executedCaller_not: arbitrumsepolia_Bytes - executedCaller_gt: arbitrumsepolia_Bytes - executedCaller_lt: arbitrumsepolia_Bytes - executedCaller_gte: arbitrumsepolia_Bytes - executedCaller_lte: arbitrumsepolia_Bytes - executedCaller_in: [arbitrumsepolia_Bytes!] - executedCaller_not_in: [arbitrumsepolia_Bytes!] - executedCaller_contains: arbitrumsepolia_Bytes - executedCaller_not_contains: arbitrumsepolia_Bytes - executedTransactionHash: arbitrumsepolia_Bytes - executedTransactionHash_not: arbitrumsepolia_Bytes - executedTransactionHash_gt: arbitrumsepolia_Bytes - executedTransactionHash_lt: arbitrumsepolia_Bytes - executedTransactionHash_gte: arbitrumsepolia_Bytes - executedTransactionHash_lte: arbitrumsepolia_Bytes - executedTransactionHash_in: [arbitrumsepolia_Bytes!] - executedTransactionHash_not_in: [arbitrumsepolia_Bytes!] - executedTransactionHash_contains: arbitrumsepolia_Bytes - executedTransactionHash_not_contains: arbitrumsepolia_Bytes + executedCaller: sepolia_Bytes + executedCaller_not: sepolia_Bytes + executedCaller_gt: sepolia_Bytes + executedCaller_lt: sepolia_Bytes + executedCaller_gte: sepolia_Bytes + executedCaller_lte: sepolia_Bytes + executedCaller_in: [sepolia_Bytes!] + executedCaller_not_in: [sepolia_Bytes!] + executedCaller_contains: sepolia_Bytes + executedCaller_not_contains: sepolia_Bytes + executedTransactionHash: sepolia_Bytes + executedTransactionHash_not: sepolia_Bytes + executedTransactionHash_gt: sepolia_Bytes + executedTransactionHash_lt: sepolia_Bytes + executedTransactionHash_gte: sepolia_Bytes + executedTransactionHash_lte: sepolia_Bytes + executedTransactionHash_in: [sepolia_Bytes!] + executedTransactionHash_not_in: [sepolia_Bytes!] + executedTransactionHash_contains: sepolia_Bytes + executedTransactionHash_not_contains: sepolia_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -92111,45 +93930,45 @@ input arbitrumsepolia_DestinationTransfer_filter { executedBlockNumber_gte: BigInt executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: arbitrumsepolia_Bytes - executedTxOrigin_not: arbitrumsepolia_Bytes - executedTxOrigin_gt: arbitrumsepolia_Bytes - executedTxOrigin_lt: arbitrumsepolia_Bytes - executedTxOrigin_gte: arbitrumsepolia_Bytes - executedTxOrigin_lte: arbitrumsepolia_Bytes - executedTxOrigin_in: [arbitrumsepolia_Bytes!] - executedTxOrigin_not_in: [arbitrumsepolia_Bytes!] - executedTxOrigin_contains: arbitrumsepolia_Bytes - executedTxOrigin_not_contains: arbitrumsepolia_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: arbitrumsepolia_Bytes - reconciledCaller_not: arbitrumsepolia_Bytes - reconciledCaller_gt: arbitrumsepolia_Bytes - reconciledCaller_lt: arbitrumsepolia_Bytes - reconciledCaller_gte: arbitrumsepolia_Bytes - reconciledCaller_lte: arbitrumsepolia_Bytes - reconciledCaller_in: [arbitrumsepolia_Bytes!] - reconciledCaller_not_in: [arbitrumsepolia_Bytes!] - reconciledCaller_contains: arbitrumsepolia_Bytes - reconciledCaller_not_contains: arbitrumsepolia_Bytes - reconciledTransactionHash: arbitrumsepolia_Bytes - reconciledTransactionHash_not: arbitrumsepolia_Bytes - reconciledTransactionHash_gt: arbitrumsepolia_Bytes - reconciledTransactionHash_lt: arbitrumsepolia_Bytes - reconciledTransactionHash_gte: arbitrumsepolia_Bytes - reconciledTransactionHash_lte: arbitrumsepolia_Bytes - reconciledTransactionHash_in: [arbitrumsepolia_Bytes!] - reconciledTransactionHash_not_in: [arbitrumsepolia_Bytes!] - reconciledTransactionHash_contains: arbitrumsepolia_Bytes - reconciledTransactionHash_not_contains: arbitrumsepolia_Bytes + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: sepolia_Bytes + executedTxOrigin_not: sepolia_Bytes + executedTxOrigin_gt: sepolia_Bytes + executedTxOrigin_lt: sepolia_Bytes + executedTxOrigin_gte: sepolia_Bytes + executedTxOrigin_lte: sepolia_Bytes + executedTxOrigin_in: [sepolia_Bytes!] + executedTxOrigin_not_in: [sepolia_Bytes!] + executedTxOrigin_contains: sepolia_Bytes + executedTxOrigin_not_contains: sepolia_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: sepolia_Bytes + reconciledCaller_not: sepolia_Bytes + reconciledCaller_gt: sepolia_Bytes + reconciledCaller_lt: sepolia_Bytes + reconciledCaller_gte: sepolia_Bytes + reconciledCaller_lte: sepolia_Bytes + reconciledCaller_in: [sepolia_Bytes!] + reconciledCaller_not_in: [sepolia_Bytes!] + reconciledCaller_contains: sepolia_Bytes + reconciledCaller_not_contains: sepolia_Bytes + reconciledTransactionHash: sepolia_Bytes + reconciledTransactionHash_not: sepolia_Bytes + reconciledTransactionHash_gt: sepolia_Bytes + reconciledTransactionHash_lt: sepolia_Bytes + reconciledTransactionHash_gte: sepolia_Bytes + reconciledTransactionHash_lte: sepolia_Bytes + reconciledTransactionHash_in: [sepolia_Bytes!] + reconciledTransactionHash_not_in: [sepolia_Bytes!] + reconciledTransactionHash_contains: sepolia_Bytes + reconciledTransactionHash_not_contains: sepolia_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -92182,16 +94001,16 @@ input arbitrumsepolia_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: arbitrumsepolia_Bytes - reconciledTxOrigin_not: arbitrumsepolia_Bytes - reconciledTxOrigin_gt: arbitrumsepolia_Bytes - reconciledTxOrigin_lt: arbitrumsepolia_Bytes - reconciledTxOrigin_gte: arbitrumsepolia_Bytes - reconciledTxOrigin_lte: arbitrumsepolia_Bytes - reconciledTxOrigin_in: [arbitrumsepolia_Bytes!] - reconciledTxOrigin_not_in: [arbitrumsepolia_Bytes!] - reconciledTxOrigin_contains: arbitrumsepolia_Bytes - reconciledTxOrigin_not_contains: arbitrumsepolia_Bytes + reconciledTxOrigin: sepolia_Bytes + reconciledTxOrigin_not: sepolia_Bytes + reconciledTxOrigin_gt: sepolia_Bytes + reconciledTxOrigin_lt: sepolia_Bytes + reconciledTxOrigin_gte: sepolia_Bytes + reconciledTxOrigin_lte: sepolia_Bytes + reconciledTxOrigin_in: [sepolia_Bytes!] + reconciledTxOrigin_not_in: [sepolia_Bytes!] + reconciledTxOrigin_contains: sepolia_Bytes + reconciledTxOrigin_not_contains: sepolia_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -92201,12 +94020,12 @@ input arbitrumsepolia_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_DestinationTransfer_filter] - or: [arbitrumsepolia_DestinationTransfer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_DestinationTransfer_filter] + or: [sepolia_DestinationTransfer_filter] } -enum arbitrumsepolia_DestinationTransfer_orderBy { +enum sepolia_DestinationTransfer_orderBy { id chainId transferId @@ -92256,20 +94075,14 @@ enum arbitrumsepolia_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar arbitrumsepolia_Int8 - -type arbitrumsepolia_OptimisticRootFinalized { +type sepolia_OptimisticRootFinalized { id: ID! - aggregateRoot: arbitrumsepolia_Bytes! + aggregateRoot: sepolia_Bytes! timestamp: BigInt! blockNumber: BigInt } -input arbitrumsepolia_OptimisticRootFinalized_filter { +input sepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -92278,16 +94091,16 @@ input arbitrumsepolia_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: arbitrumsepolia_Bytes - aggregateRoot_not: arbitrumsepolia_Bytes - aggregateRoot_gt: arbitrumsepolia_Bytes - aggregateRoot_lt: arbitrumsepolia_Bytes - aggregateRoot_gte: arbitrumsepolia_Bytes - aggregateRoot_lte: arbitrumsepolia_Bytes - aggregateRoot_in: [arbitrumsepolia_Bytes!] - aggregateRoot_not_in: [arbitrumsepolia_Bytes!] - aggregateRoot_contains: arbitrumsepolia_Bytes - aggregateRoot_not_contains: arbitrumsepolia_Bytes + aggregateRoot: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -92305,38 +94118,32 @@ input arbitrumsepolia_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_OptimisticRootFinalized_filter] - or: [arbitrumsepolia_OptimisticRootFinalized_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OptimisticRootFinalized_filter] + or: [sepolia_OptimisticRootFinalized_filter] } -enum arbitrumsepolia_OptimisticRootFinalized_orderBy { +enum sepolia_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum arbitrumsepolia_OrderDirection { - asc - desc -} - -type arbitrumsepolia_OriginMessage { +type sepolia_OriginMessage { id: ID! - transferId: arbitrumsepolia_Bytes + transferId: sepolia_Bytes destinationDomain: BigInt - leaf: arbitrumsepolia_Bytes + leaf: sepolia_Bytes index: BigInt - message: arbitrumsepolia_Bytes - root: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + message: sepolia_Bytes + root: sepolia_Bytes + transactionHash: sepolia_Bytes blockNumber: BigInt - rootCount: arbitrumsepolia_RootCount + rootCount: sepolia_RootCount } -input arbitrumsepolia_OriginMessage_filter { +input sepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -92345,16 +94152,16 @@ input arbitrumsepolia_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: arbitrumsepolia_Bytes - transferId_not: arbitrumsepolia_Bytes - transferId_gt: arbitrumsepolia_Bytes - transferId_lt: arbitrumsepolia_Bytes - transferId_gte: arbitrumsepolia_Bytes - transferId_lte: arbitrumsepolia_Bytes - transferId_in: [arbitrumsepolia_Bytes!] - transferId_not_in: [arbitrumsepolia_Bytes!] - transferId_contains: arbitrumsepolia_Bytes - transferId_not_contains: arbitrumsepolia_Bytes + transferId: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -92363,16 +94170,16 @@ input arbitrumsepolia_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: arbitrumsepolia_Bytes - leaf_not: arbitrumsepolia_Bytes - leaf_gt: arbitrumsepolia_Bytes - leaf_lt: arbitrumsepolia_Bytes - leaf_gte: arbitrumsepolia_Bytes - leaf_lte: arbitrumsepolia_Bytes - leaf_in: [arbitrumsepolia_Bytes!] - leaf_not_in: [arbitrumsepolia_Bytes!] - leaf_contains: arbitrumsepolia_Bytes - leaf_not_contains: arbitrumsepolia_Bytes + leaf: sepolia_Bytes + leaf_not: sepolia_Bytes + leaf_gt: sepolia_Bytes + leaf_lt: sepolia_Bytes + leaf_gte: sepolia_Bytes + leaf_lte: sepolia_Bytes + leaf_in: [sepolia_Bytes!] + leaf_not_in: [sepolia_Bytes!] + leaf_contains: sepolia_Bytes + leaf_not_contains: sepolia_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -92381,36 +94188,36 @@ input arbitrumsepolia_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: arbitrumsepolia_Bytes - message_not: arbitrumsepolia_Bytes - message_gt: arbitrumsepolia_Bytes - message_lt: arbitrumsepolia_Bytes - message_gte: arbitrumsepolia_Bytes - message_lte: arbitrumsepolia_Bytes - message_in: [arbitrumsepolia_Bytes!] - message_not_in: [arbitrumsepolia_Bytes!] - message_contains: arbitrumsepolia_Bytes - message_not_contains: arbitrumsepolia_Bytes - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + message: sepolia_Bytes + message_not: sepolia_Bytes + message_gt: sepolia_Bytes + message_lt: sepolia_Bytes + message_gte: sepolia_Bytes + message_lte: sepolia_Bytes + message_in: [sepolia_Bytes!] + message_not_in: [sepolia_Bytes!] + message_contains: sepolia_Bytes + message_not_contains: sepolia_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -92439,14 +94246,14 @@ input arbitrumsepolia_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: arbitrumsepolia_RootCount_filter + rootCount_: sepolia_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_OriginMessage_filter] - or: [arbitrumsepolia_OriginMessage_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OriginMessage_filter] + or: [sepolia_OriginMessage_filter] } -enum arbitrumsepolia_OriginMessage_orderBy { +enum sepolia_OriginMessage_orderBy { id transferId destinationDomain @@ -92461,42 +94268,42 @@ enum arbitrumsepolia_OriginMessage_orderBy { rootCount__count } -type arbitrumsepolia_OriginTransfer { +type sepolia_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumsepolia_Bytes + transferId: sepolia_Bytes nonce: BigInt - status: arbitrumsepolia_TransferStatus - messageHash: arbitrumsepolia_Bytes + status: sepolia_TransferStatus + messageHash: sepolia_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes + to: sepolia_Bytes + delegate: sepolia_Bytes receiveLocal: Boolean - callData: arbitrumsepolia_Bytes + callData: sepolia_Bytes slippage: BigInt - originSender: arbitrumsepolia_Bytes + originSender: sepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumsepolia_Bytes - asset: arbitrumsepolia_Asset - transactingAsset: arbitrumsepolia_Bytes - message: arbitrumsepolia_OriginMessage + canonicalId: sepolia_Bytes + asset: sepolia_Asset + transactingAsset: sepolia_Bytes + message: sepolia_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_RelayerFee_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_RelayerFee_filter): [arbitrumsepolia_RelayerFee!] - initialRelayerFeeAsset: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: sepolia_RelayerFee_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_RelayerFee_filter): [sepolia_RelayerFee!] + initialRelayerFeeAsset: sepolia_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: arbitrumsepolia_Bytes + txOrigin: sepolia_Bytes txNonce: BigInt } -input arbitrumsepolia_OriginTransfer_filter { +input sepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -92513,16 +94320,16 @@ input arbitrumsepolia_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumsepolia_Bytes - transferId_not: arbitrumsepolia_Bytes - transferId_gt: arbitrumsepolia_Bytes - transferId_lt: arbitrumsepolia_Bytes - transferId_gte: arbitrumsepolia_Bytes - transferId_lte: arbitrumsepolia_Bytes - transferId_in: [arbitrumsepolia_Bytes!] - transferId_not_in: [arbitrumsepolia_Bytes!] - transferId_contains: arbitrumsepolia_Bytes - transferId_not_contains: arbitrumsepolia_Bytes + transferId: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -92531,20 +94338,20 @@ input arbitrumsepolia_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumsepolia_TransferStatus - status_not: arbitrumsepolia_TransferStatus - status_in: [arbitrumsepolia_TransferStatus!] - status_not_in: [arbitrumsepolia_TransferStatus!] - messageHash: arbitrumsepolia_Bytes - messageHash_not: arbitrumsepolia_Bytes - messageHash_gt: arbitrumsepolia_Bytes - messageHash_lt: arbitrumsepolia_Bytes - messageHash_gte: arbitrumsepolia_Bytes - messageHash_lte: arbitrumsepolia_Bytes - messageHash_in: [arbitrumsepolia_Bytes!] - messageHash_not_in: [arbitrumsepolia_Bytes!] - messageHash_contains: arbitrumsepolia_Bytes - messageHash_not_contains: arbitrumsepolia_Bytes + status: sepolia_TransferStatus + status_not: sepolia_TransferStatus + status_in: [sepolia_TransferStatus!] + status_not_in: [sepolia_TransferStatus!] + messageHash: sepolia_Bytes + messageHash_not: sepolia_Bytes + messageHash_gt: sepolia_Bytes + messageHash_lt: sepolia_Bytes + messageHash_gte: sepolia_Bytes + messageHash_lte: sepolia_Bytes + messageHash_in: [sepolia_Bytes!] + messageHash_not_in: [sepolia_Bytes!] + messageHash_contains: sepolia_Bytes + messageHash_not_contains: sepolia_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -92569,40 +94376,40 @@ input arbitrumsepolia_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumsepolia_Bytes - to_not: arbitrumsepolia_Bytes - to_gt: arbitrumsepolia_Bytes - to_lt: arbitrumsepolia_Bytes - to_gte: arbitrumsepolia_Bytes - to_lte: arbitrumsepolia_Bytes - to_in: [arbitrumsepolia_Bytes!] - to_not_in: [arbitrumsepolia_Bytes!] - to_contains: arbitrumsepolia_Bytes - to_not_contains: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes - delegate_not: arbitrumsepolia_Bytes - delegate_gt: arbitrumsepolia_Bytes - delegate_lt: arbitrumsepolia_Bytes - delegate_gte: arbitrumsepolia_Bytes - delegate_lte: arbitrumsepolia_Bytes - delegate_in: [arbitrumsepolia_Bytes!] - delegate_not_in: [arbitrumsepolia_Bytes!] - delegate_contains: arbitrumsepolia_Bytes - delegate_not_contains: arbitrumsepolia_Bytes + to: sepolia_Bytes + to_not: sepolia_Bytes + to_gt: sepolia_Bytes + to_lt: sepolia_Bytes + to_gte: sepolia_Bytes + to_lte: sepolia_Bytes + to_in: [sepolia_Bytes!] + to_not_in: [sepolia_Bytes!] + to_contains: sepolia_Bytes + to_not_contains: sepolia_Bytes + delegate: sepolia_Bytes + delegate_not: sepolia_Bytes + delegate_gt: sepolia_Bytes + delegate_lt: sepolia_Bytes + delegate_gte: sepolia_Bytes + delegate_lte: sepolia_Bytes + delegate_in: [sepolia_Bytes!] + delegate_not_in: [sepolia_Bytes!] + delegate_contains: sepolia_Bytes + delegate_not_contains: sepolia_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumsepolia_Bytes - callData_not: arbitrumsepolia_Bytes - callData_gt: arbitrumsepolia_Bytes - callData_lt: arbitrumsepolia_Bytes - callData_gte: arbitrumsepolia_Bytes - callData_lte: arbitrumsepolia_Bytes - callData_in: [arbitrumsepolia_Bytes!] - callData_not_in: [arbitrumsepolia_Bytes!] - callData_contains: arbitrumsepolia_Bytes - callData_not_contains: arbitrumsepolia_Bytes + callData: sepolia_Bytes + callData_not: sepolia_Bytes + callData_gt: sepolia_Bytes + callData_lt: sepolia_Bytes + callData_gte: sepolia_Bytes + callData_lte: sepolia_Bytes + callData_in: [sepolia_Bytes!] + callData_not_in: [sepolia_Bytes!] + callData_contains: sepolia_Bytes + callData_not_contains: sepolia_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -92611,16 +94418,16 @@ input arbitrumsepolia_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: arbitrumsepolia_Bytes - originSender_not: arbitrumsepolia_Bytes - originSender_gt: arbitrumsepolia_Bytes - originSender_lt: arbitrumsepolia_Bytes - originSender_gte: arbitrumsepolia_Bytes - originSender_lte: arbitrumsepolia_Bytes - originSender_in: [arbitrumsepolia_Bytes!] - originSender_not_in: [arbitrumsepolia_Bytes!] - originSender_contains: arbitrumsepolia_Bytes - originSender_not_contains: arbitrumsepolia_Bytes + originSender: sepolia_Bytes + originSender_not: sepolia_Bytes + originSender_gt: sepolia_Bytes + originSender_lt: sepolia_Bytes + originSender_gte: sepolia_Bytes + originSender_lte: sepolia_Bytes + originSender_in: [sepolia_Bytes!] + originSender_not_in: [sepolia_Bytes!] + originSender_contains: sepolia_Bytes + originSender_not_contains: sepolia_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -92637,16 +94444,16 @@ input arbitrumsepolia_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumsepolia_Bytes - canonicalId_not: arbitrumsepolia_Bytes - canonicalId_gt: arbitrumsepolia_Bytes - canonicalId_lt: arbitrumsepolia_Bytes - canonicalId_gte: arbitrumsepolia_Bytes - canonicalId_lte: arbitrumsepolia_Bytes - canonicalId_in: [arbitrumsepolia_Bytes!] - canonicalId_not_in: [arbitrumsepolia_Bytes!] - canonicalId_contains: arbitrumsepolia_Bytes - canonicalId_not_contains: arbitrumsepolia_Bytes + canonicalId: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes asset: String asset_not: String asset_gt: String @@ -92667,17 +94474,17 @@ input arbitrumsepolia_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter - transactingAsset: arbitrumsepolia_Bytes - transactingAsset_not: arbitrumsepolia_Bytes - transactingAsset_gt: arbitrumsepolia_Bytes - transactingAsset_lt: arbitrumsepolia_Bytes - transactingAsset_gte: arbitrumsepolia_Bytes - transactingAsset_lte: arbitrumsepolia_Bytes - transactingAsset_in: [arbitrumsepolia_Bytes!] - transactingAsset_not_in: [arbitrumsepolia_Bytes!] - transactingAsset_contains: arbitrumsepolia_Bytes - transactingAsset_not_contains: arbitrumsepolia_Bytes + asset_: sepolia_Asset_filter + transactingAsset: sepolia_Bytes + transactingAsset_not: sepolia_Bytes + transactingAsset_gt: sepolia_Bytes + transactingAsset_lt: sepolia_Bytes + transactingAsset_gte: sepolia_Bytes + transactingAsset_lte: sepolia_Bytes + transactingAsset_in: [sepolia_Bytes!] + transactingAsset_not_in: [sepolia_Bytes!] + transactingAsset_contains: sepolia_Bytes + transactingAsset_not_contains: sepolia_Bytes message: String message_not: String message_gt: String @@ -92698,7 +94505,7 @@ input arbitrumsepolia_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: arbitrumsepolia_OriginMessage_filter + message_: sepolia_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -92713,37 +94520,37 @@ input arbitrumsepolia_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: arbitrumsepolia_RelayerFee_filter - initialRelayerFeeAsset: arbitrumsepolia_Bytes - initialRelayerFeeAsset_not: arbitrumsepolia_Bytes - initialRelayerFeeAsset_gt: arbitrumsepolia_Bytes - initialRelayerFeeAsset_lt: arbitrumsepolia_Bytes - initialRelayerFeeAsset_gte: arbitrumsepolia_Bytes - initialRelayerFeeAsset_lte: arbitrumsepolia_Bytes - initialRelayerFeeAsset_in: [arbitrumsepolia_Bytes!] - initialRelayerFeeAsset_not_in: [arbitrumsepolia_Bytes!] - initialRelayerFeeAsset_contains: arbitrumsepolia_Bytes - initialRelayerFeeAsset_not_contains: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + relayerFees_: sepolia_RelayerFee_filter + initialRelayerFeeAsset: sepolia_Bytes + initialRelayerFeeAsset_not: sepolia_Bytes + initialRelayerFeeAsset_gt: sepolia_Bytes + initialRelayerFeeAsset_lt: sepolia_Bytes + initialRelayerFeeAsset_gte: sepolia_Bytes + initialRelayerFeeAsset_lte: sepolia_Bytes + initialRelayerFeeAsset_in: [sepolia_Bytes!] + initialRelayerFeeAsset_not_in: [sepolia_Bytes!] + initialRelayerFeeAsset_contains: sepolia_Bytes + initialRelayerFeeAsset_not_contains: sepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -92776,16 +94583,16 @@ input arbitrumsepolia_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: arbitrumsepolia_Bytes - txOrigin_not: arbitrumsepolia_Bytes - txOrigin_gt: arbitrumsepolia_Bytes - txOrigin_lt: arbitrumsepolia_Bytes - txOrigin_gte: arbitrumsepolia_Bytes - txOrigin_lte: arbitrumsepolia_Bytes - txOrigin_in: [arbitrumsepolia_Bytes!] - txOrigin_not_in: [arbitrumsepolia_Bytes!] - txOrigin_contains: arbitrumsepolia_Bytes - txOrigin_not_contains: arbitrumsepolia_Bytes + txOrigin: sepolia_Bytes + txOrigin_not: sepolia_Bytes + txOrigin_gt: sepolia_Bytes + txOrigin_lt: sepolia_Bytes + txOrigin_gte: sepolia_Bytes + txOrigin_lte: sepolia_Bytes + txOrigin_in: [sepolia_Bytes!] + txOrigin_not_in: [sepolia_Bytes!] + txOrigin_contains: sepolia_Bytes + txOrigin_not_contains: sepolia_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -92795,12 +94602,12 @@ input arbitrumsepolia_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_OriginTransfer_filter] - or: [arbitrumsepolia_OriginTransfer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OriginTransfer_filter] + or: [sepolia_OriginTransfer_filter] } -enum arbitrumsepolia_OriginTransfer_orderBy { +enum sepolia_OriginTransfer_orderBy { id chainId transferId @@ -92853,20 +94660,20 @@ enum arbitrumsepolia_OriginTransfer_orderBy { txNonce } -type arbitrumsepolia_Relayer { +type sepolia_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumsepolia_Bytes + relayer: sepolia_Bytes } -type arbitrumsepolia_RelayerFee { +type sepolia_RelayerFee { id: ID! - transfer: arbitrumsepolia_OriginTransfer! + transfer: sepolia_OriginTransfer! fee: BigInt! - asset: arbitrumsepolia_Bytes! + asset: sepolia_Bytes! } -input arbitrumsepolia_RelayerFee_filter { +input sepolia_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -92895,7 +94702,7 @@ input arbitrumsepolia_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumsepolia_OriginTransfer_filter + transfer_: sepolia_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -92904,23 +94711,23 @@ input arbitrumsepolia_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: arbitrumsepolia_Bytes - asset_not: arbitrumsepolia_Bytes - asset_gt: arbitrumsepolia_Bytes - asset_lt: arbitrumsepolia_Bytes - asset_gte: arbitrumsepolia_Bytes - asset_lte: arbitrumsepolia_Bytes - asset_in: [arbitrumsepolia_Bytes!] - asset_not_in: [arbitrumsepolia_Bytes!] - asset_contains: arbitrumsepolia_Bytes - asset_not_contains: arbitrumsepolia_Bytes + asset: sepolia_Bytes + asset_not: sepolia_Bytes + asset_gt: sepolia_Bytes + asset_lt: sepolia_Bytes + asset_gte: sepolia_Bytes + asset_lte: sepolia_Bytes + asset_in: [sepolia_Bytes!] + asset_not_in: [sepolia_Bytes!] + asset_contains: sepolia_Bytes + asset_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RelayerFee_filter] - or: [arbitrumsepolia_RelayerFee_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RelayerFee_filter] + or: [sepolia_RelayerFee_filter] } -enum arbitrumsepolia_RelayerFee_orderBy { +enum sepolia_RelayerFee_orderBy { id transfer transfer__id @@ -92956,20 +94763,20 @@ enum arbitrumsepolia_RelayerFee_orderBy { asset } -type arbitrumsepolia_RelayerFeesIncrease { +type sepolia_RelayerFeesIncrease { id: ID! - transfer: arbitrumsepolia_OriginTransfer! + transfer: sepolia_OriginTransfer! increase: BigInt - asset: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes! - transactionHash: arbitrumsepolia_Bytes! + asset: sepolia_Bytes + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_RelayerFeesIncrease_filter { +input sepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -92998,7 +94805,7 @@ input arbitrumsepolia_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumsepolia_OriginTransfer_filter + transfer_: sepolia_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -93007,36 +94814,36 @@ input arbitrumsepolia_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: arbitrumsepolia_Bytes - asset_not: arbitrumsepolia_Bytes - asset_gt: arbitrumsepolia_Bytes - asset_lt: arbitrumsepolia_Bytes - asset_gte: arbitrumsepolia_Bytes - asset_lte: arbitrumsepolia_Bytes - asset_in: [arbitrumsepolia_Bytes!] - asset_not_in: [arbitrumsepolia_Bytes!] - asset_contains: arbitrumsepolia_Bytes - asset_not_contains: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + asset: sepolia_Bytes + asset_not: sepolia_Bytes + asset_gt: sepolia_Bytes + asset_lt: sepolia_Bytes + asset_gte: sepolia_Bytes + asset_lte: sepolia_Bytes + asset_in: [sepolia_Bytes!] + asset_not_in: [sepolia_Bytes!] + asset_contains: sepolia_Bytes + asset_not_contains: sepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93070,12 +94877,12 @@ input arbitrumsepolia_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RelayerFeesIncrease_filter] - or: [arbitrumsepolia_RelayerFeesIncrease_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RelayerFeesIncrease_filter] + or: [sepolia_RelayerFeesIncrease_filter] } -enum arbitrumsepolia_RelayerFeesIncrease_orderBy { +enum sepolia_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -93117,7 +94924,7 @@ enum arbitrumsepolia_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumsepolia_Relayer_filter { +input sepolia_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -93130,34 +94937,34 @@ input arbitrumsepolia_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: arbitrumsepolia_Bytes - relayer_not: arbitrumsepolia_Bytes - relayer_gt: arbitrumsepolia_Bytes - relayer_lt: arbitrumsepolia_Bytes - relayer_gte: arbitrumsepolia_Bytes - relayer_lte: arbitrumsepolia_Bytes - relayer_in: [arbitrumsepolia_Bytes!] - relayer_not_in: [arbitrumsepolia_Bytes!] - relayer_contains: arbitrumsepolia_Bytes - relayer_not_contains: arbitrumsepolia_Bytes + relayer: sepolia_Bytes + relayer_not: sepolia_Bytes + relayer_gt: sepolia_Bytes + relayer_lt: sepolia_Bytes + relayer_gte: sepolia_Bytes + relayer_lte: sepolia_Bytes + relayer_in: [sepolia_Bytes!] + relayer_not_in: [sepolia_Bytes!] + relayer_contains: sepolia_Bytes + relayer_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Relayer_filter] - or: [arbitrumsepolia_Relayer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Relayer_filter] + or: [sepolia_Relayer_filter] } -enum arbitrumsepolia_Relayer_orderBy { +enum sepolia_Relayer_orderBy { id isActive relayer } -type arbitrumsepolia_RootCount { +type sepolia_RootCount { id: ID! count: BigInt } -input arbitrumsepolia_RootCount_filter { +input sepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -93175,31 +94982,31 @@ input arbitrumsepolia_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RootCount_filter] - or: [arbitrumsepolia_RootCount_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootCount_filter] + or: [sepolia_RootCount_filter] } -enum arbitrumsepolia_RootCount_orderBy { +enum sepolia_RootCount_orderBy { id count } -type arbitrumsepolia_RootMessageSent { +type sepolia_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumsepolia_Bytes + root: sepolia_Bytes count: BigInt - caller: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumsepolia_RootMessageSent_filter { +input sepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -93224,16 +95031,16 @@ input arbitrumsepolia_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -93242,26 +95049,26 @@ input arbitrumsepolia_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93295,12 +95102,12 @@ input arbitrumsepolia_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RootMessageSent_filter] - or: [arbitrumsepolia_RootMessageSent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootMessageSent_filter] + or: [sepolia_RootMessageSent_filter] } -enum arbitrumsepolia_RootMessageSent_orderBy { +enum sepolia_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -93314,25 +95121,25 @@ enum arbitrumsepolia_RootMessageSent_orderBy { blockNumber } -type arbitrumsepolia_Router { +type sepolia_Router { id: ID! isActive: Boolean! - owner: arbitrumsepolia_Bytes - recipient: arbitrumsepolia_Bytes - proposedOwner: arbitrumsepolia_Bytes + owner: sepolia_Bytes + recipient: sepolia_Bytes + proposedOwner: sepolia_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_AssetBalance_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_AssetBalance_filter): [arbitrumsepolia_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: sepolia_AssetBalance_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_AssetBalance_filter): [sepolia_AssetBalance!]! } -type arbitrumsepolia_RouterDailyTVL { +type sepolia_RouterDailyTVL { id: ID! - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + router: sepolia_Router! + asset: sepolia_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumsepolia_RouterDailyTVL_filter { +input sepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -93361,7 +95168,7 @@ input arbitrumsepolia_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumsepolia_Router_filter + router_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -93382,7 +95189,7 @@ input arbitrumsepolia_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: sepolia_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93400,12 +95207,12 @@ input arbitrumsepolia_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RouterDailyTVL_filter] - or: [arbitrumsepolia_RouterDailyTVL_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RouterDailyTVL_filter] + or: [sepolia_RouterDailyTVL_filter] } -enum arbitrumsepolia_RouterDailyTVL_orderBy { +enum sepolia_RouterDailyTVL_orderBy { id router router__id @@ -93428,26 +95235,26 @@ enum arbitrumsepolia_RouterDailyTVL_orderBy { balance } -type arbitrumsepolia_RouterLiquidityEvent { +type sepolia_RouterLiquidityEvent { id: ID! - type: arbitrumsepolia_RouterLiquidityEventType - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + type: sepolia_RouterLiquidityEventType + router: sepolia_Router! + asset: sepolia_Asset! amount: BigInt! balance: BigInt! - caller: arbitrumsepolia_Bytes + caller: sepolia_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: arbitrumsepolia_Bytes! + transactionHash: sepolia_Bytes! nonce: BigInt! } -enum arbitrumsepolia_RouterLiquidityEventType { +enum sepolia_RouterLiquidityEventType { Add Remove } -input arbitrumsepolia_RouterLiquidityEvent_filter { +input sepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -93456,10 +95263,10 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: arbitrumsepolia_RouterLiquidityEventType - type_not: arbitrumsepolia_RouterLiquidityEventType - type_in: [arbitrumsepolia_RouterLiquidityEventType!] - type_not_in: [arbitrumsepolia_RouterLiquidityEventType!] + type: sepolia_RouterLiquidityEventType + type_not: sepolia_RouterLiquidityEventType + type_in: [sepolia_RouterLiquidityEventType!] + type_not_in: [sepolia_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -93480,7 +95287,7 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumsepolia_Router_filter + router_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -93501,7 +95308,7 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: sepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -93518,16 +95325,16 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -93544,16 +95351,16 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -93563,12 +95370,12 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RouterLiquidityEvent_filter] - or: [arbitrumsepolia_RouterLiquidityEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RouterLiquidityEvent_filter] + or: [sepolia_RouterLiquidityEvent_filter] } -enum arbitrumsepolia_RouterLiquidityEvent_orderBy { +enum sepolia_RouterLiquidityEvent_orderBy { id type router @@ -93597,7 +95404,7 @@ enum arbitrumsepolia_RouterLiquidityEvent_orderBy { nonce } -input arbitrumsepolia_Router_filter { +input sepolia_Router_filter { id: ID id_not: ID id_gt: ID @@ -93610,36 +95417,36 @@ input arbitrumsepolia_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: arbitrumsepolia_Bytes - owner_not: arbitrumsepolia_Bytes - owner_gt: arbitrumsepolia_Bytes - owner_lt: arbitrumsepolia_Bytes - owner_gte: arbitrumsepolia_Bytes - owner_lte: arbitrumsepolia_Bytes - owner_in: [arbitrumsepolia_Bytes!] - owner_not_in: [arbitrumsepolia_Bytes!] - owner_contains: arbitrumsepolia_Bytes - owner_not_contains: arbitrumsepolia_Bytes - recipient: arbitrumsepolia_Bytes - recipient_not: arbitrumsepolia_Bytes - recipient_gt: arbitrumsepolia_Bytes - recipient_lt: arbitrumsepolia_Bytes - recipient_gte: arbitrumsepolia_Bytes - recipient_lte: arbitrumsepolia_Bytes - recipient_in: [arbitrumsepolia_Bytes!] - recipient_not_in: [arbitrumsepolia_Bytes!] - recipient_contains: arbitrumsepolia_Bytes - recipient_not_contains: arbitrumsepolia_Bytes - proposedOwner: arbitrumsepolia_Bytes - proposedOwner_not: arbitrumsepolia_Bytes - proposedOwner_gt: arbitrumsepolia_Bytes - proposedOwner_lt: arbitrumsepolia_Bytes - proposedOwner_gte: arbitrumsepolia_Bytes - proposedOwner_lte: arbitrumsepolia_Bytes - proposedOwner_in: [arbitrumsepolia_Bytes!] - proposedOwner_not_in: [arbitrumsepolia_Bytes!] - proposedOwner_contains: arbitrumsepolia_Bytes - proposedOwner_not_contains: arbitrumsepolia_Bytes + owner: sepolia_Bytes + owner_not: sepolia_Bytes + owner_gt: sepolia_Bytes + owner_lt: sepolia_Bytes + owner_gte: sepolia_Bytes + owner_lte: sepolia_Bytes + owner_in: [sepolia_Bytes!] + owner_not_in: [sepolia_Bytes!] + owner_contains: sepolia_Bytes + owner_not_contains: sepolia_Bytes + recipient: sepolia_Bytes + recipient_not: sepolia_Bytes + recipient_gt: sepolia_Bytes + recipient_lt: sepolia_Bytes + recipient_gte: sepolia_Bytes + recipient_lte: sepolia_Bytes + recipient_in: [sepolia_Bytes!] + recipient_not_in: [sepolia_Bytes!] + recipient_contains: sepolia_Bytes + recipient_not_contains: sepolia_Bytes + proposedOwner: sepolia_Bytes + proposedOwner_not: sepolia_Bytes + proposedOwner_gt: sepolia_Bytes + proposedOwner_lt: sepolia_Bytes + proposedOwner_gte: sepolia_Bytes + proposedOwner_lte: sepolia_Bytes + proposedOwner_in: [sepolia_Bytes!] + proposedOwner_not_in: [sepolia_Bytes!] + proposedOwner_contains: sepolia_Bytes + proposedOwner_not_contains: sepolia_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -93648,14 +95455,14 @@ input arbitrumsepolia_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumsepolia_AssetBalance_filter + assetBalances_: sepolia_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Router_filter] - or: [arbitrumsepolia_Router_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Router_filter] + or: [sepolia_Router_filter] } -enum arbitrumsepolia_Router_orderBy { +enum sepolia_Router_orderBy { id isActive owner @@ -93665,13 +95472,13 @@ enum arbitrumsepolia_Router_orderBy { assetBalances } -type arbitrumsepolia_Sequencer { +type sepolia_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumsepolia_Bytes + sequencer: sepolia_Bytes } -input arbitrumsepolia_Sequencer_filter { +input sepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -93684,35 +95491,35 @@ input arbitrumsepolia_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: arbitrumsepolia_Bytes - sequencer_not: arbitrumsepolia_Bytes - sequencer_gt: arbitrumsepolia_Bytes - sequencer_lt: arbitrumsepolia_Bytes - sequencer_gte: arbitrumsepolia_Bytes - sequencer_lte: arbitrumsepolia_Bytes - sequencer_in: [arbitrumsepolia_Bytes!] - sequencer_not_in: [arbitrumsepolia_Bytes!] - sequencer_contains: arbitrumsepolia_Bytes - sequencer_not_contains: arbitrumsepolia_Bytes + sequencer: sepolia_Bytes + sequencer_not: sepolia_Bytes + sequencer_gt: sepolia_Bytes + sequencer_lt: sepolia_Bytes + sequencer_gte: sepolia_Bytes + sequencer_lte: sepolia_Bytes + sequencer_in: [sepolia_Bytes!] + sequencer_not_in: [sepolia_Bytes!] + sequencer_contains: sepolia_Bytes + sequencer_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Sequencer_filter] - or: [arbitrumsepolia_Sequencer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Sequencer_filter] + or: [sepolia_Sequencer_filter] } -enum arbitrumsepolia_Sequencer_orderBy { +enum sepolia_Sequencer_orderBy { id isActive sequencer } -type arbitrumsepolia_Setting { +type sepolia_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumsepolia_Bytes! + caller: sepolia_Bytes! } -input arbitrumsepolia_Setting_filter { +input sepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -93729,41 +95536,41 @@ input arbitrumsepolia_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Setting_filter] - or: [arbitrumsepolia_Setting_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Setting_filter] + or: [sepolia_Setting_filter] } -enum arbitrumsepolia_Setting_orderBy { +enum sepolia_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumsepolia_SlippageUpdate { +type sepolia_SlippageUpdate { id: ID! - transfer: arbitrumsepolia_DestinationTransfer! + transfer: sepolia_DestinationTransfer! slippage: BigInt! - caller: arbitrumsepolia_Bytes! - transactionHash: arbitrumsepolia_Bytes! + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_SlippageUpdate_filter { +input sepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -93792,7 +95599,7 @@ input arbitrumsepolia_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumsepolia_DestinationTransfer_filter + transfer_: sepolia_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -93801,26 +95608,26 @@ input arbitrumsepolia_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93854,12 +95661,12 @@ input arbitrumsepolia_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_SlippageUpdate_filter] - or: [arbitrumsepolia_SlippageUpdate_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_SlippageUpdate_filter] + or: [sepolia_SlippageUpdate_filter] } -enum arbitrumsepolia_SlippageUpdate_orderBy { +enum sepolia_SlippageUpdate_orderBy { id transfer transfer__id @@ -93907,16 +95714,16 @@ enum arbitrumsepolia_SlippageUpdate_orderBy { blockNumber } -type arbitrumsepolia_SnapshotRoot { +type sepolia_SnapshotRoot { id: ID! spokeDomain: BigInt - root: arbitrumsepolia_Bytes! + root: sepolia_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_SnapshotRoot_filter { +input sepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -93933,16 +95740,16 @@ input arbitrumsepolia_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -93968,12 +95775,12 @@ input arbitrumsepolia_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_SnapshotRoot_filter] - or: [arbitrumsepolia_SnapshotRoot_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_SnapshotRoot_filter] + or: [sepolia_SnapshotRoot_filter] } -enum arbitrumsepolia_SnapshotRoot_orderBy { +enum sepolia_SnapshotRoot_orderBy { id spokeDomain root @@ -93982,12 +95789,12 @@ enum arbitrumsepolia_SnapshotRoot_orderBy { blockNumber } -type arbitrumsepolia_SpokeConnectorMode { +type sepolia_SpokeConnectorMode { id: ID! mode: String! } -input arbitrumsepolia_SpokeConnectorMode_filter { +input sepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -94017,17 +95824,17 @@ input arbitrumsepolia_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_SpokeConnectorMode_filter] - or: [arbitrumsepolia_SpokeConnectorMode_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_SpokeConnectorMode_filter] + or: [sepolia_SpokeConnectorMode_filter] } -enum arbitrumsepolia_SpokeConnectorMode_orderBy { +enum sepolia_SpokeConnectorMode_orderBy { id mode } -enum arbitrumsepolia_TransferStatus { +enum sepolia_TransferStatus { XCalled Executed Reconciled @@ -94035,42 +95842,15 @@ enum arbitrumsepolia_TransferStatus { CompletedFast } -type arbitrumsepolia__Block_ { - """The hash of the block""" - hash: arbitrumsepolia_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: arbitrumsepolia_Bytes -} - -"""The type for the top-level _meta field""" -type arbitrumsepolia__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: arbitrumsepolia__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type zksync_AggregateRoot { +type bnb_AggregateRoot { id: ID! - root: zksync_Bytes! + root: bnb_Bytes! blockNumber: BigInt! } -type zksync_AggregateRootProposed { +type bnb_AggregateRootProposed { id: ID! - aggregateRoot: zksync_Bytes! + aggregateRoot: bnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -94078,7 +95858,7 @@ type zksync_AggregateRootProposed { blockNumber: BigInt } -input zksync_AggregateRootProposed_filter { +input bnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -94087,16 +95867,16 @@ input zksync_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: zksync_Bytes - aggregateRoot_not: zksync_Bytes - aggregateRoot_gt: zksync_Bytes - aggregateRoot_lt: zksync_Bytes - aggregateRoot_gte: zksync_Bytes - aggregateRoot_lte: zksync_Bytes - aggregateRoot_in: [zksync_Bytes!] - aggregateRoot_not_in: [zksync_Bytes!] - aggregateRoot_contains: zksync_Bytes - aggregateRoot_not_contains: zksync_Bytes + aggregateRoot: 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 @@ -94138,12 +95918,12 @@ input zksync_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AggregateRootProposed_filter] - or: [zksync_AggregateRootProposed_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRootProposed_filter] + or: [bnb_AggregateRootProposed_filter] } -enum zksync_AggregateRootProposed_orderBy { +enum bnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -94153,7 +95933,7 @@ enum zksync_AggregateRootProposed_orderBy { blockNumber } -input zksync_AggregateRoot_filter { +input bnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -94162,16 +95942,16 @@ input zksync_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes + root: 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 @@ -94181,47 +95961,47 @@ input zksync_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AggregateRoot_filter] - or: [zksync_AggregateRoot_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRoot_filter] + or: [bnb_AggregateRoot_filter] } -enum zksync_AggregateRoot_orderBy { +enum bnb_AggregateRoot_orderBy { id root blockNumber } -enum zksync_Aggregation_interval { +enum bnb_Aggregation_interval { hour day } -type zksync_Asset { +type bnb_Asset { id: ID! - key: zksync_Bytes + key: bnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: zksync_Bytes + canonicalId: bnb_Bytes canonicalDomain: BigInt - adoptedAsset: zksync_Bytes - localAsset: zksync_Bytes + adoptedAsset: bnb_Bytes + localAsset: bnb_Bytes blockNumber: BigInt - status: zksync_AssetStatus + status: bnb_AssetStatus } -type zksync_AssetBalance { +type bnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: zksync_Router! - asset: zksync_Asset! + router: bnb_Router! + asset: bnb_Asset! feesEarned: BigInt! } -input zksync_AssetBalance_filter { +input bnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -94282,7 +96062,7 @@ input zksync_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: zksync_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -94303,7 +96083,7 @@ input zksync_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: bnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -94313,12 +96093,12 @@ input zksync_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AssetBalance_filter] - or: [zksync_AssetBalance_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetBalance_filter] + or: [bnb_AssetBalance_filter] } -enum zksync_AssetBalance_orderBy { +enum bnb_AssetBalance_orderBy { id amount locked @@ -94344,12 +96124,12 @@ enum zksync_AssetBalance_orderBy { feesEarned } -type zksync_AssetStatus { +type bnb_AssetStatus { id: ID! status: Boolean } -input zksync_AssetStatus_filter { +input bnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -94363,17 +96143,17 @@ input zksync_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AssetStatus_filter] - or: [zksync_AssetStatus_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetStatus_filter] + or: [bnb_AssetStatus_filter] } -enum zksync_AssetStatus_orderBy { +enum bnb_AssetStatus_orderBy { id status } -input zksync_Asset_filter { +input bnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -94382,16 +96162,16 @@ input zksync_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: zksync_Bytes - key_not: zksync_Bytes - key_gt: zksync_Bytes - key_lt: zksync_Bytes - key_gte: zksync_Bytes - key_lte: zksync_Bytes - key_in: [zksync_Bytes!] - key_not_in: [zksync_Bytes!] - key_contains: zksync_Bytes - key_not_contains: zksync_Bytes + key: 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 @@ -94408,16 +96188,16 @@ input zksync_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes + canonicalId: 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 @@ -94426,26 +96206,26 @@ input zksync_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: zksync_Bytes - adoptedAsset_not: zksync_Bytes - adoptedAsset_gt: zksync_Bytes - adoptedAsset_lt: zksync_Bytes - adoptedAsset_gte: zksync_Bytes - adoptedAsset_lte: zksync_Bytes - adoptedAsset_in: [zksync_Bytes!] - adoptedAsset_not_in: [zksync_Bytes!] - adoptedAsset_contains: zksync_Bytes - adoptedAsset_not_contains: zksync_Bytes - localAsset: zksync_Bytes - localAsset_not: zksync_Bytes - localAsset_gt: zksync_Bytes - localAsset_lt: zksync_Bytes - localAsset_gte: zksync_Bytes - localAsset_lte: zksync_Bytes - localAsset_in: [zksync_Bytes!] - localAsset_not_in: [zksync_Bytes!] - localAsset_contains: zksync_Bytes - localAsset_not_contains: zksync_Bytes + adoptedAsset: 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 @@ -94474,14 +96254,14 @@ input zksync_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: zksync_AssetStatus_filter + status_: bnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Asset_filter] - or: [zksync_Asset_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Asset_filter] + or: [bnb_Asset_filter] } -enum zksync_Asset_orderBy { +enum bnb_Asset_orderBy { id key decimal @@ -94496,30 +96276,30 @@ enum zksync_Asset_orderBy { status__status } -scalar zksync_BigDecimal +scalar bnb_BigDecimal -input zksync_BlockChangedFilter { +input bnb_BlockChangedFilter { number_gte: Int! } -input zksync_Block_height { - hash: zksync_Bytes +input bnb_Block_height { + hash: bnb_Bytes number: Int number_gte: Int } -scalar zksync_Bytes +scalar bnb_Bytes -type zksync_ConnectorMeta { +type bnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: zksync_Bytes - rootManager: zksync_Bytes - mirrorConnector: zksync_Bytes + amb: bnb_Bytes + rootManager: bnb_Bytes + mirrorConnector: bnb_Bytes } -input zksync_ConnectorMeta_filter { +input bnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94544,43 +96324,43 @@ input zksync_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: zksync_Bytes - amb_not: zksync_Bytes - amb_gt: zksync_Bytes - amb_lt: zksync_Bytes - amb_gte: zksync_Bytes - amb_lte: zksync_Bytes - amb_in: [zksync_Bytes!] - amb_not_in: [zksync_Bytes!] - amb_contains: zksync_Bytes - amb_not_contains: zksync_Bytes - rootManager: zksync_Bytes - rootManager_not: zksync_Bytes - rootManager_gt: zksync_Bytes - rootManager_lt: zksync_Bytes - rootManager_gte: zksync_Bytes - rootManager_lte: zksync_Bytes - rootManager_in: [zksync_Bytes!] - rootManager_not_in: [zksync_Bytes!] - rootManager_contains: zksync_Bytes - rootManager_not_contains: zksync_Bytes - mirrorConnector: zksync_Bytes - mirrorConnector_not: zksync_Bytes - mirrorConnector_gt: zksync_Bytes - mirrorConnector_lt: zksync_Bytes - mirrorConnector_gte: zksync_Bytes - mirrorConnector_lte: zksync_Bytes - mirrorConnector_in: [zksync_Bytes!] - mirrorConnector_not_in: [zksync_Bytes!] - mirrorConnector_contains: zksync_Bytes - mirrorConnector_not_contains: zksync_Bytes + amb: 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: zksync_BlockChangedFilter - and: [zksync_ConnectorMeta_filter] - or: [zksync_ConnectorMeta_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_ConnectorMeta_filter] + or: [bnb_ConnectorMeta_filter] } -enum zksync_ConnectorMeta_orderBy { +enum bnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -94589,48 +96369,48 @@ enum zksync_ConnectorMeta_orderBy { mirrorConnector } -type zksync_DestinationTransfer { +type bnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: bnb_Bytes nonce: BigInt - status: zksync_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: zksync_Router_orderBy, orderDirection: zksync_OrderDirection, where: zksync_Router_filter): [zksync_Router!] + status: 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: zksync_Bytes - delegate: zksync_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: bnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: zksync_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset + canonicalId: bnb_Bytes + asset: bnb_Asset amount: BigInt routersFee: BigInt - executedCaller: zksync_Bytes - executedTransactionHash: zksync_Bytes + executedCaller: bnb_Bytes + executedTransactionHash: bnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: zksync_Bytes + executedTxOrigin: bnb_Bytes executedTxNonce: BigInt - reconciledCaller: zksync_Bytes - reconciledTransactionHash: zksync_Bytes + reconciledCaller: bnb_Bytes + reconciledTransactionHash: bnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: zksync_Bytes + reconciledTxOrigin: bnb_Bytes reconciledTxNonce: BigInt } -input zksync_DestinationTransfer_filter { +input bnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -94647,16 +96427,16 @@ input zksync_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: zksync_Bytes - transferId_not: zksync_Bytes - transferId_gt: zksync_Bytes - transferId_lt: zksync_Bytes - transferId_gte: zksync_Bytes - transferId_lte: zksync_Bytes - transferId_in: [zksync_Bytes!] - transferId_not_in: [zksync_Bytes!] - transferId_contains: zksync_Bytes - transferId_not_contains: zksync_Bytes + transferId: 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 @@ -94665,17 +96445,17 @@ input zksync_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: zksync_TransferStatus - status_not: zksync_TransferStatus - status_in: [zksync_TransferStatus!] - status_not_in: [zksync_TransferStatus!] + status: 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_: zksync_Router_filter + routers_: bnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -94700,40 +96480,40 @@ input zksync_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: zksync_Bytes - to_not: zksync_Bytes - to_gt: zksync_Bytes - to_lt: zksync_Bytes - to_gte: zksync_Bytes - to_lte: zksync_Bytes - to_in: [zksync_Bytes!] - to_not_in: [zksync_Bytes!] - to_contains: zksync_Bytes - to_not_contains: zksync_Bytes - delegate: zksync_Bytes - delegate_not: zksync_Bytes - delegate_gt: zksync_Bytes - delegate_lt: zksync_Bytes - delegate_gte: zksync_Bytes - delegate_lte: zksync_Bytes - delegate_in: [zksync_Bytes!] - delegate_not_in: [zksync_Bytes!] - delegate_contains: zksync_Bytes - delegate_not_contains: zksync_Bytes + to: 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: zksync_Bytes - callData_not: zksync_Bytes - callData_gt: zksync_Bytes - callData_lt: zksync_Bytes - callData_gte: zksync_Bytes - callData_lte: zksync_Bytes - callData_in: [zksync_Bytes!] - callData_not_in: [zksync_Bytes!] - callData_contains: zksync_Bytes - callData_not_contains: zksync_Bytes + callData: 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 @@ -94750,16 +96530,16 @@ input zksync_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: zksync_Bytes - originSender_not: zksync_Bytes - originSender_gt: zksync_Bytes - originSender_lt: zksync_Bytes - originSender_gte: zksync_Bytes - originSender_lte: zksync_Bytes - originSender_in: [zksync_Bytes!] - originSender_not_in: [zksync_Bytes!] - originSender_contains: zksync_Bytes - originSender_not_contains: zksync_Bytes + originSender: 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 @@ -94776,16 +96556,16 @@ input zksync_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes + canonicalId: 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 @@ -94806,7 +96586,7 @@ input zksync_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -94823,26 +96603,26 @@ input zksync_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: zksync_Bytes - executedCaller_not: zksync_Bytes - executedCaller_gt: zksync_Bytes - executedCaller_lt: zksync_Bytes - executedCaller_gte: zksync_Bytes - executedCaller_lte: zksync_Bytes - executedCaller_in: [zksync_Bytes!] - executedCaller_not_in: [zksync_Bytes!] - executedCaller_contains: zksync_Bytes - executedCaller_not_contains: zksync_Bytes - executedTransactionHash: zksync_Bytes - executedTransactionHash_not: zksync_Bytes - executedTransactionHash_gt: zksync_Bytes - executedTransactionHash_lt: zksync_Bytes - executedTransactionHash_gte: zksync_Bytes - executedTransactionHash_lte: zksync_Bytes - executedTransactionHash_in: [zksync_Bytes!] - executedTransactionHash_not_in: [zksync_Bytes!] - executedTransactionHash_contains: zksync_Bytes - executedTransactionHash_not_contains: zksync_Bytes + executedCaller: 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 @@ -94875,44 +96655,44 @@ input zksync_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: zksync_Bytes - executedTxOrigin_not: zksync_Bytes - executedTxOrigin_gt: zksync_Bytes - executedTxOrigin_lt: zksync_Bytes - executedTxOrigin_gte: zksync_Bytes - executedTxOrigin_lte: zksync_Bytes - executedTxOrigin_in: [zksync_Bytes!] - executedTxOrigin_not_in: [zksync_Bytes!] - executedTxOrigin_contains: zksync_Bytes - executedTxOrigin_not_contains: zksync_Bytes + executedTxOrigin: bnb_Bytes + executedTxOrigin_not: bnb_Bytes + executedTxOrigin_gt: bnb_Bytes + executedTxOrigin_lt: bnb_Bytes + executedTxOrigin_gte: bnb_Bytes + executedTxOrigin_lte: bnb_Bytes + executedTxOrigin_in: [bnb_Bytes!] + executedTxOrigin_not_in: [bnb_Bytes!] + executedTxOrigin_contains: bnb_Bytes + executedTxOrigin_not_contains: bnb_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt executedTxNonce_lt: BigInt executedTxNonce_gte: BigInt executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: 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 + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: bnb_Bytes + reconciledCaller_not: bnb_Bytes + reconciledCaller_gt: bnb_Bytes + reconciledCaller_lt: bnb_Bytes + reconciledCaller_gte: bnb_Bytes + reconciledCaller_lte: bnb_Bytes + reconciledCaller_in: [bnb_Bytes!] + reconciledCaller_not_in: [bnb_Bytes!] + reconciledCaller_contains: bnb_Bytes + reconciledCaller_not_contains: bnb_Bytes + reconciledTransactionHash: bnb_Bytes + reconciledTransactionHash_not: bnb_Bytes + reconciledTransactionHash_gt: bnb_Bytes + reconciledTransactionHash_lt: bnb_Bytes + reconciledTransactionHash_gte: bnb_Bytes + reconciledTransactionHash_lte: bnb_Bytes + reconciledTransactionHash_in: [bnb_Bytes!] + reconciledTransactionHash_not_in: [bnb_Bytes!] + reconciledTransactionHash_contains: bnb_Bytes + reconciledTransactionHash_not_contains: bnb_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -94945,16 +96725,16 @@ input zksync_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: zksync_Bytes - reconciledTxOrigin_not: zksync_Bytes - reconciledTxOrigin_gt: zksync_Bytes - reconciledTxOrigin_lt: zksync_Bytes - reconciledTxOrigin_gte: zksync_Bytes - reconciledTxOrigin_lte: zksync_Bytes - reconciledTxOrigin_in: [zksync_Bytes!] - reconciledTxOrigin_not_in: [zksync_Bytes!] - reconciledTxOrigin_contains: zksync_Bytes - reconciledTxOrigin_not_contains: zksync_Bytes + reconciledTxOrigin: 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 @@ -94964,12 +96744,12 @@ input zksync_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_DestinationTransfer_filter] - or: [zksync_DestinationTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_DestinationTransfer_filter] + or: [bnb_DestinationTransfer_filter] } -enum zksync_DestinationTransfer_orderBy { +enum bnb_DestinationTransfer_orderBy { id chainId transferId @@ -95023,16 +96803,16 @@ enum zksync_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar zksync_Int8 +scalar bnb_Int8 -type zksync_OptimisticRootFinalized { +type bnb_OptimisticRootFinalized { id: ID! - aggregateRoot: zksync_Bytes! + aggregateRoot: bnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input zksync_OptimisticRootFinalized_filter { +input bnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -95041,16 +96821,16 @@ input zksync_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: zksync_Bytes - aggregateRoot_not: zksync_Bytes - aggregateRoot_gt: zksync_Bytes - aggregateRoot_lt: zksync_Bytes - aggregateRoot_gte: zksync_Bytes - aggregateRoot_lte: zksync_Bytes - aggregateRoot_in: [zksync_Bytes!] - aggregateRoot_not_in: [zksync_Bytes!] - aggregateRoot_contains: zksync_Bytes - aggregateRoot_not_contains: zksync_Bytes + aggregateRoot: 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 @@ -95068,12 +96848,12 @@ input zksync_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OptimisticRootFinalized_filter] - or: [zksync_OptimisticRootFinalized_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OptimisticRootFinalized_filter] + or: [bnb_OptimisticRootFinalized_filter] } -enum zksync_OptimisticRootFinalized_orderBy { +enum bnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -95081,25 +96861,25 @@ enum zksync_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum zksync_OrderDirection { +enum bnb_OrderDirection { asc desc } -type zksync_OriginMessage { +type bnb_OriginMessage { id: ID! - transferId: zksync_Bytes + transferId: bnb_Bytes destinationDomain: BigInt - leaf: zksync_Bytes + leaf: bnb_Bytes index: BigInt - message: zksync_Bytes - root: zksync_Bytes - transactionHash: zksync_Bytes + message: bnb_Bytes + root: bnb_Bytes + transactionHash: bnb_Bytes blockNumber: BigInt - rootCount: zksync_RootCount + rootCount: bnb_RootCount } -input zksync_OriginMessage_filter { +input bnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -95108,16 +96888,16 @@ input zksync_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: zksync_Bytes - transferId_not: zksync_Bytes - transferId_gt: zksync_Bytes - transferId_lt: zksync_Bytes - transferId_gte: zksync_Bytes - transferId_lte: zksync_Bytes - transferId_in: [zksync_Bytes!] - transferId_not_in: [zksync_Bytes!] - transferId_contains: zksync_Bytes - transferId_not_contains: zksync_Bytes + transferId: 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 @@ -95126,16 +96906,16 @@ input zksync_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: zksync_Bytes - leaf_not: zksync_Bytes - leaf_gt: zksync_Bytes - leaf_lt: zksync_Bytes - leaf_gte: zksync_Bytes - leaf_lte: zksync_Bytes - leaf_in: [zksync_Bytes!] - leaf_not_in: [zksync_Bytes!] - leaf_contains: zksync_Bytes - leaf_not_contains: zksync_Bytes + leaf: 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 @@ -95144,36 +96924,36 @@ input zksync_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: zksync_Bytes - message_not: zksync_Bytes - message_gt: zksync_Bytes - message_lt: zksync_Bytes - message_gte: zksync_Bytes - message_lte: zksync_Bytes - message_in: [zksync_Bytes!] - message_not_in: [zksync_Bytes!] - message_contains: zksync_Bytes - message_not_contains: zksync_Bytes - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + message: 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 @@ -95202,14 +96982,14 @@ input zksync_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: zksync_RootCount_filter + rootCount_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginMessage_filter] - or: [zksync_OriginMessage_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginMessage_filter] + or: [bnb_OriginMessage_filter] } -enum zksync_OriginMessage_orderBy { +enum bnb_OriginMessage_orderBy { id transferId destinationDomain @@ -95224,42 +97004,42 @@ enum zksync_OriginMessage_orderBy { rootCount__count } -type zksync_OriginTransfer { +type bnb_OriginTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: bnb_Bytes nonce: BigInt - status: zksync_TransferStatus - messageHash: zksync_Bytes + status: bnb_TransferStatus + messageHash: bnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: zksync_Bytes - delegate: zksync_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: bnb_Bytes slippage: BigInt - originSender: zksync_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset - transactingAsset: zksync_Bytes - message: zksync_OriginMessage + canonicalId: bnb_Bytes + asset: bnb_Asset + transactingAsset: bnb_Bytes + message: bnb_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: zksync_RelayerFee_orderBy, orderDirection: zksync_OrderDirection, where: zksync_RelayerFee_filter): [zksync_RelayerFee!] - initialRelayerFeeAsset: zksync_Bytes - caller: zksync_Bytes - transactionHash: zksync_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: zksync_Bytes + txOrigin: bnb_Bytes txNonce: BigInt } -input zksync_OriginTransfer_filter { +input bnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -95276,16 +97056,16 @@ input zksync_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: zksync_Bytes - transferId_not: zksync_Bytes - transferId_gt: zksync_Bytes - transferId_lt: zksync_Bytes - transferId_gte: zksync_Bytes - transferId_lte: zksync_Bytes - transferId_in: [zksync_Bytes!] - transferId_not_in: [zksync_Bytes!] - transferId_contains: zksync_Bytes - transferId_not_contains: zksync_Bytes + transferId: 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 @@ -95294,20 +97074,20 @@ input zksync_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: zksync_TransferStatus - status_not: zksync_TransferStatus - status_in: [zksync_TransferStatus!] - status_not_in: [zksync_TransferStatus!] - messageHash: zksync_Bytes - messageHash_not: zksync_Bytes - messageHash_gt: zksync_Bytes - messageHash_lt: zksync_Bytes - messageHash_gte: zksync_Bytes - messageHash_lte: zksync_Bytes - messageHash_in: [zksync_Bytes!] - messageHash_not_in: [zksync_Bytes!] - messageHash_contains: zksync_Bytes - messageHash_not_contains: zksync_Bytes + status: 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 @@ -95332,40 +97112,40 @@ input zksync_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: zksync_Bytes - to_not: zksync_Bytes - to_gt: zksync_Bytes - to_lt: zksync_Bytes - to_gte: zksync_Bytes - to_lte: zksync_Bytes - to_in: [zksync_Bytes!] - to_not_in: [zksync_Bytes!] - to_contains: zksync_Bytes - to_not_contains: zksync_Bytes - delegate: zksync_Bytes - delegate_not: zksync_Bytes - delegate_gt: zksync_Bytes - delegate_lt: zksync_Bytes - delegate_gte: zksync_Bytes - delegate_lte: zksync_Bytes - delegate_in: [zksync_Bytes!] - delegate_not_in: [zksync_Bytes!] - delegate_contains: zksync_Bytes - delegate_not_contains: zksync_Bytes + to: 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: zksync_Bytes - callData_not: zksync_Bytes - callData_gt: zksync_Bytes - callData_lt: zksync_Bytes - callData_gte: zksync_Bytes - callData_lte: zksync_Bytes - callData_in: [zksync_Bytes!] - callData_not_in: [zksync_Bytes!] - callData_contains: zksync_Bytes - callData_not_contains: zksync_Bytes + callData: 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 @@ -95374,16 +97154,16 @@ input zksync_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: zksync_Bytes - originSender_not: zksync_Bytes - originSender_gt: zksync_Bytes - originSender_lt: zksync_Bytes - originSender_gte: zksync_Bytes - originSender_lte: zksync_Bytes - originSender_in: [zksync_Bytes!] - originSender_not_in: [zksync_Bytes!] - originSender_contains: zksync_Bytes - originSender_not_contains: zksync_Bytes + originSender: 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 @@ -95400,16 +97180,16 @@ input zksync_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes + canonicalId: 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 @@ -95430,17 +97210,17 @@ input zksync_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter - transactingAsset: zksync_Bytes - transactingAsset_not: zksync_Bytes - transactingAsset_gt: zksync_Bytes - transactingAsset_lt: zksync_Bytes - transactingAsset_gte: zksync_Bytes - transactingAsset_lte: zksync_Bytes - transactingAsset_in: [zksync_Bytes!] - transactingAsset_not_in: [zksync_Bytes!] - transactingAsset_contains: zksync_Bytes - transactingAsset_not_contains: zksync_Bytes + asset_: 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 @@ -95461,7 +97241,7 @@ input zksync_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: zksync_OriginMessage_filter + message_: bnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -95476,37 +97256,37 @@ input zksync_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: zksync_RelayerFee_filter - initialRelayerFeeAsset: zksync_Bytes - initialRelayerFeeAsset_not: zksync_Bytes - initialRelayerFeeAsset_gt: zksync_Bytes - initialRelayerFeeAsset_lt: zksync_Bytes - initialRelayerFeeAsset_gte: zksync_Bytes - initialRelayerFeeAsset_lte: zksync_Bytes - initialRelayerFeeAsset_in: [zksync_Bytes!] - initialRelayerFeeAsset_not_in: [zksync_Bytes!] - initialRelayerFeeAsset_contains: zksync_Bytes - initialRelayerFeeAsset_not_contains: zksync_Bytes - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + relayerFees_: 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 @@ -95539,16 +97319,16 @@ input zksync_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: zksync_Bytes - txOrigin_not: zksync_Bytes - txOrigin_gt: zksync_Bytes - txOrigin_lt: zksync_Bytes - txOrigin_gte: zksync_Bytes - txOrigin_lte: zksync_Bytes - txOrigin_in: [zksync_Bytes!] - txOrigin_not_in: [zksync_Bytes!] - txOrigin_contains: zksync_Bytes - txOrigin_not_contains: zksync_Bytes + txOrigin: 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 @@ -95558,12 +97338,12 @@ input zksync_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginTransfer_filter] - or: [zksync_OriginTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginTransfer_filter] + or: [bnb_OriginTransfer_filter] } -enum zksync_OriginTransfer_orderBy { +enum bnb_OriginTransfer_orderBy { id chainId transferId @@ -95616,20 +97396,20 @@ enum zksync_OriginTransfer_orderBy { txNonce } -type zksync_Relayer { +type bnb_Relayer { id: ID! isActive: Boolean! - relayer: zksync_Bytes + relayer: bnb_Bytes } -type zksync_RelayerFee { +type bnb_RelayerFee { id: ID! - transfer: zksync_OriginTransfer! + transfer: bnb_OriginTransfer! fee: BigInt! - asset: zksync_Bytes! + asset: bnb_Bytes! } -input zksync_RelayerFee_filter { +input bnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -95658,7 +97438,7 @@ input zksync_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: zksync_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -95667,23 +97447,23 @@ input zksync_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: zksync_Bytes - asset_not: zksync_Bytes - asset_gt: zksync_Bytes - asset_lt: zksync_Bytes - asset_gte: zksync_Bytes - asset_lte: zksync_Bytes - asset_in: [zksync_Bytes!] - asset_not_in: [zksync_Bytes!] - asset_contains: zksync_Bytes - asset_not_contains: zksync_Bytes + asset: 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: zksync_BlockChangedFilter - and: [zksync_RelayerFee_filter] - or: [zksync_RelayerFee_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFee_filter] + or: [bnb_RelayerFee_filter] } -enum zksync_RelayerFee_orderBy { +enum bnb_RelayerFee_orderBy { id transfer transfer__id @@ -95719,20 +97499,20 @@ enum zksync_RelayerFee_orderBy { asset } -type zksync_RelayerFeesIncrease { +type bnb_RelayerFeesIncrease { id: ID! - transfer: zksync_OriginTransfer! + transfer: bnb_OriginTransfer! increase: BigInt - asset: zksync_Bytes - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + asset: bnb_Bytes + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_RelayerFeesIncrease_filter { +input bnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -95761,7 +97541,7 @@ input zksync_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: zksync_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -95770,36 +97550,36 @@ input zksync_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: zksync_Bytes - asset_not: zksync_Bytes - asset_gt: zksync_Bytes - asset_lt: zksync_Bytes - asset_gte: zksync_Bytes - asset_lte: zksync_Bytes - asset_in: [zksync_Bytes!] - asset_not_in: [zksync_Bytes!] - asset_contains: zksync_Bytes - asset_not_contains: zksync_Bytes - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + asset: 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 @@ -95833,12 +97613,12 @@ input zksync_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RelayerFeesIncrease_filter] - or: [zksync_RelayerFeesIncrease_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFeesIncrease_filter] + or: [bnb_RelayerFeesIncrease_filter] } -enum zksync_RelayerFeesIncrease_orderBy { +enum bnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -95880,7 +97660,7 @@ enum zksync_RelayerFeesIncrease_orderBy { blockNumber } -input zksync_Relayer_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -95893,34 +97673,34 @@ input zksync_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: zksync_Bytes - relayer_not: zksync_Bytes - relayer_gt: zksync_Bytes - relayer_lt: zksync_Bytes - relayer_gte: zksync_Bytes - relayer_lte: zksync_Bytes - relayer_in: [zksync_Bytes!] - relayer_not_in: [zksync_Bytes!] - relayer_contains: zksync_Bytes - relayer_not_contains: zksync_Bytes + relayer: 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: zksync_BlockChangedFilter - and: [zksync_Relayer_filter] - or: [zksync_Relayer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Relayer_filter] + or: [bnb_Relayer_filter] } -enum zksync_Relayer_orderBy { +enum bnb_Relayer_orderBy { id isActive relayer } -type zksync_RootCount { +type bnb_RootCount { id: ID! count: BigInt } -input zksync_RootCount_filter { +input bnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -95938,31 +97718,31 @@ input zksync_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RootCount_filter] - or: [zksync_RootCount_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootCount_filter] + or: [bnb_RootCount_filter] } -enum zksync_RootCount_orderBy { +enum bnb_RootCount_orderBy { id count } -type zksync_RootMessageSent { +type bnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: zksync_Bytes + root: bnb_Bytes count: BigInt - caller: zksync_Bytes - transactionHash: zksync_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input zksync_RootMessageSent_filter { +input bnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -95987,16 +97767,16 @@ input zksync_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes + root: 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 @@ -96005,26 +97785,26 @@ input zksync_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + caller: 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 @@ -96058,12 +97838,12 @@ input zksync_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RootMessageSent_filter] - or: [zksync_RootMessageSent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootMessageSent_filter] + or: [bnb_RootMessageSent_filter] } -enum zksync_RootMessageSent_orderBy { +enum bnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -96077,25 +97857,25 @@ enum zksync_RootMessageSent_orderBy { blockNumber } -type zksync_Router { +type bnb_Router { id: ID! isActive: Boolean! - owner: zksync_Bytes - recipient: zksync_Bytes - proposedOwner: zksync_Bytes + owner: bnb_Bytes + recipient: bnb_Bytes + proposedOwner: bnb_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! } -type zksync_RouterDailyTVL { +type bnb_RouterDailyTVL { id: ID! - router: zksync_Router! - asset: zksync_Asset! + router: bnb_Router! + asset: bnb_Asset! timestamp: BigInt! balance: BigInt! } -input zksync_RouterDailyTVL_filter { +input bnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -96124,7 +97904,7 @@ input zksync_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: zksync_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -96145,7 +97925,7 @@ input zksync_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: bnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -96163,12 +97943,12 @@ input zksync_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RouterDailyTVL_filter] - or: [zksync_RouterDailyTVL_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterDailyTVL_filter] + or: [bnb_RouterDailyTVL_filter] } -enum zksync_RouterDailyTVL_orderBy { +enum bnb_RouterDailyTVL_orderBy { id router router__id @@ -96191,26 +97971,26 @@ enum zksync_RouterDailyTVL_orderBy { balance } -type zksync_RouterLiquidityEvent { +type bnb_RouterLiquidityEvent { id: ID! - type: zksync_RouterLiquidityEventType - router: zksync_Router! - asset: zksync_Asset! + type: bnb_RouterLiquidityEventType + router: bnb_Router! + asset: bnb_Asset! amount: BigInt! balance: BigInt! - caller: zksync_Bytes + caller: bnb_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: zksync_Bytes! + transactionHash: bnb_Bytes! nonce: BigInt! } -enum zksync_RouterLiquidityEventType { +enum bnb_RouterLiquidityEventType { Add Remove } -input zksync_RouterLiquidityEvent_filter { +input bnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -96219,10 +97999,10 @@ input zksync_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: zksync_RouterLiquidityEventType - type_not: zksync_RouterLiquidityEventType - type_in: [zksync_RouterLiquidityEventType!] - type_not_in: [zksync_RouterLiquidityEventType!] + type: bnb_RouterLiquidityEventType + type_not: bnb_RouterLiquidityEventType + type_in: [bnb_RouterLiquidityEventType!] + type_not_in: [bnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -96243,7 +98023,7 @@ input zksync_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: zksync_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -96264,7 +98044,7 @@ input zksync_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -96281,16 +98061,16 @@ input zksync_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes + caller: 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 @@ -96307,16 +98087,16 @@ input zksync_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + transactionHash: 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 @@ -96326,12 +98106,12 @@ input zksync_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RouterLiquidityEvent_filter] - or: [zksync_RouterLiquidityEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterLiquidityEvent_filter] + or: [bnb_RouterLiquidityEvent_filter] } -enum zksync_RouterLiquidityEvent_orderBy { +enum bnb_RouterLiquidityEvent_orderBy { id type router @@ -96360,7 +98140,7 @@ enum zksync_RouterLiquidityEvent_orderBy { nonce } -input zksync_Router_filter { +input bnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -96373,36 +98153,36 @@ input zksync_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: zksync_Bytes - owner_not: zksync_Bytes - owner_gt: zksync_Bytes - owner_lt: zksync_Bytes - owner_gte: zksync_Bytes - owner_lte: zksync_Bytes - owner_in: [zksync_Bytes!] - owner_not_in: [zksync_Bytes!] - owner_contains: zksync_Bytes - owner_not_contains: zksync_Bytes - recipient: zksync_Bytes - recipient_not: zksync_Bytes - recipient_gt: zksync_Bytes - recipient_lt: zksync_Bytes - recipient_gte: zksync_Bytes - recipient_lte: zksync_Bytes - recipient_in: [zksync_Bytes!] - recipient_not_in: [zksync_Bytes!] - recipient_contains: zksync_Bytes - recipient_not_contains: zksync_Bytes - proposedOwner: zksync_Bytes - proposedOwner_not: zksync_Bytes - proposedOwner_gt: zksync_Bytes - proposedOwner_lt: zksync_Bytes - proposedOwner_gte: zksync_Bytes - proposedOwner_lte: zksync_Bytes - proposedOwner_in: [zksync_Bytes!] - proposedOwner_not_in: [zksync_Bytes!] - proposedOwner_contains: zksync_Bytes - proposedOwner_not_contains: zksync_Bytes + owner: 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 @@ -96411,14 +98191,14 @@ input zksync_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: zksync_AssetBalance_filter + assetBalances_: bnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Router_filter] - or: [zksync_Router_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Router_filter] + or: [bnb_Router_filter] } -enum zksync_Router_orderBy { +enum bnb_Router_orderBy { id isActive owner @@ -96428,13 +98208,13 @@ enum zksync_Router_orderBy { assetBalances } -type zksync_Sequencer { +type bnb_Sequencer { id: ID! isActive: Boolean! - sequencer: zksync_Bytes + sequencer: bnb_Bytes } -input zksync_Sequencer_filter { +input bnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -96447,35 +98227,35 @@ input zksync_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: zksync_Bytes - sequencer_not: zksync_Bytes - sequencer_gt: zksync_Bytes - sequencer_lt: zksync_Bytes - sequencer_gte: zksync_Bytes - sequencer_lte: zksync_Bytes - sequencer_in: [zksync_Bytes!] - sequencer_not_in: [zksync_Bytes!] - sequencer_contains: zksync_Bytes - sequencer_not_contains: zksync_Bytes + sequencer: 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: zksync_BlockChangedFilter - and: [zksync_Sequencer_filter] - or: [zksync_Sequencer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Sequencer_filter] + or: [bnb_Sequencer_filter] } -enum zksync_Sequencer_orderBy { +enum bnb_Sequencer_orderBy { id isActive sequencer } -type zksync_Setting { +type bnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: zksync_Bytes! + caller: bnb_Bytes! } -input zksync_Setting_filter { +input bnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -96492,41 +98272,41 @@ input zksync_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes + caller: 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: zksync_BlockChangedFilter - and: [zksync_Setting_filter] - or: [zksync_Setting_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Setting_filter] + or: [bnb_Setting_filter] } -enum zksync_Setting_orderBy { +enum bnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type zksync_SlippageUpdate { +type bnb_SlippageUpdate { id: ID! - transfer: zksync_DestinationTransfer! + transfer: bnb_DestinationTransfer! slippage: BigInt! - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_SlippageUpdate_filter { +input bnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -96555,7 +98335,7 @@ input zksync_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: zksync_DestinationTransfer_filter + transfer_: bnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -96564,26 +98344,26 @@ input zksync_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + caller: 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 @@ -96617,12 +98397,12 @@ input zksync_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_SlippageUpdate_filter] - or: [zksync_SlippageUpdate_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SlippageUpdate_filter] + or: [bnb_SlippageUpdate_filter] } -enum zksync_SlippageUpdate_orderBy { +enum bnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -96670,16 +98450,16 @@ enum zksync_SlippageUpdate_orderBy { blockNumber } -type zksync_SnapshotRoot { +type bnb_SnapshotRoot { id: ID! spokeDomain: BigInt - root: zksync_Bytes! + root: bnb_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input zksync_SnapshotRoot_filter { +input bnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -96696,16 +98476,16 @@ input zksync_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes + root: 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 @@ -96731,12 +98511,12 @@ input zksync_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_SnapshotRoot_filter] - or: [zksync_SnapshotRoot_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SnapshotRoot_filter] + or: [bnb_SnapshotRoot_filter] } -enum zksync_SnapshotRoot_orderBy { +enum bnb_SnapshotRoot_orderBy { id spokeDomain root @@ -96745,12 +98525,12 @@ enum zksync_SnapshotRoot_orderBy { blockNumber } -type zksync_SpokeConnectorMode { +type bnb_SpokeConnectorMode { id: ID! mode: String! } -input zksync_SpokeConnectorMode_filter { +input bnb_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -96780,17 +98560,17 @@ input zksync_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_SpokeConnectorMode_filter] - or: [zksync_SpokeConnectorMode_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SpokeConnectorMode_filter] + or: [bnb_SpokeConnectorMode_filter] } -enum zksync_SpokeConnectorMode_orderBy { +enum bnb_SpokeConnectorMode_orderBy { id mode } -enum zksync_TransferStatus { +enum bnb_TransferStatus { XCalled Executed Reconciled @@ -96798,19 +98578,19 @@ enum zksync_TransferStatus { CompletedFast } -type zksync__Block_ { +type bnb__Block_ { """The hash of the block""" - hash: zksync_Bytes + hash: bnb_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: zksync_Bytes + parentHash: bnb_Bytes } """The type for the top-level _meta field""" -type zksync__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 @@ -96818,22 +98598,22 @@ type zksync__Meta_ { and therefore asks for the latest block """ - block: zksync__Block_! + block: bnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type avalanche_AggregateRoot { +type polygonzkevm_swap_AggregateRoot { id: ID! - root: avalanche_Bytes! + root: polygonzkevm_swap_Bytes! blockNumber: BigInt! } -type avalanche_AggregateRootProposed { +type polygonzkevm_swap_AggregateRootProposed { id: ID! - aggregateRoot: avalanche_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -96841,7 +98621,7 @@ type avalanche_AggregateRootProposed { blockNumber: BigInt } -input avalanche_AggregateRootProposed_filter { +input polygonzkevm_swap_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -96850,16 +98630,16 @@ input avalanche_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: avalanche_Bytes - aggregateRoot_not: avalanche_Bytes - aggregateRoot_gt: avalanche_Bytes - aggregateRoot_lt: avalanche_Bytes - aggregateRoot_gte: avalanche_Bytes - aggregateRoot_lte: avalanche_Bytes - aggregateRoot_in: [avalanche_Bytes!] - aggregateRoot_not_in: [avalanche_Bytes!] - aggregateRoot_contains: avalanche_Bytes - aggregateRoot_not_contains: avalanche_Bytes + aggregateRoot: 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 @@ -96901,12 +98681,12 @@ input avalanche_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AggregateRootProposed_filter] - or: [avalanche_AggregateRootProposed_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRootProposed_filter] + or: [polygonzkevm_swap_AggregateRootProposed_filter] } -enum avalanche_AggregateRootProposed_orderBy { +enum polygonzkevm_swap_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -96916,7 +98696,7 @@ enum avalanche_AggregateRootProposed_orderBy { blockNumber } -input avalanche_AggregateRoot_filter { +input polygonzkevm_swap_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -96925,16 +98705,16 @@ input avalanche_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: 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 @@ -96944,47 +98724,47 @@ input avalanche_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AggregateRoot_filter] - or: [avalanche_AggregateRoot_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRoot_filter] + or: [polygonzkevm_swap_AggregateRoot_filter] } -enum avalanche_AggregateRoot_orderBy { +enum polygonzkevm_swap_AggregateRoot_orderBy { id root blockNumber } -enum avalanche_Aggregation_interval { +enum polygonzkevm_swap_Aggregation_interval { hour day } -type avalanche_Asset { +type polygonzkevm_swap_Asset { id: ID! - key: avalanche_Bytes + key: polygonzkevm_swap_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: avalanche_Bytes + canonicalId: polygonzkevm_swap_Bytes canonicalDomain: BigInt - adoptedAsset: avalanche_Bytes - localAsset: avalanche_Bytes + adoptedAsset: polygonzkevm_swap_Bytes + localAsset: polygonzkevm_swap_Bytes blockNumber: BigInt - status: avalanche_AssetStatus + status: polygonzkevm_swap_AssetStatus } -type avalanche_AssetBalance { +type polygonzkevm_swap_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: avalanche_Router! - asset: avalanche_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! feesEarned: BigInt! } -input avalanche_AssetBalance_filter { +input polygonzkevm_swap_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -97045,7 +98825,7 @@ input avalanche_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -97066,7 +98846,7 @@ input avalanche_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -97076,12 +98856,12 @@ input avalanche_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AssetBalance_filter] - or: [avalanche_AssetBalance_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetBalance_filter] + or: [polygonzkevm_swap_AssetBalance_filter] } -enum avalanche_AssetBalance_orderBy { +enum polygonzkevm_swap_AssetBalance_orderBy { id amount locked @@ -97107,12 +98887,12 @@ enum avalanche_AssetBalance_orderBy { feesEarned } -type avalanche_AssetStatus { +type polygonzkevm_swap_AssetStatus { id: ID! status: Boolean } -input avalanche_AssetStatus_filter { +input polygonzkevm_swap_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -97126,17 +98906,17 @@ input avalanche_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AssetStatus_filter] - or: [avalanche_AssetStatus_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetStatus_filter] + or: [polygonzkevm_swap_AssetStatus_filter] } -enum avalanche_AssetStatus_orderBy { +enum polygonzkevm_swap_AssetStatus_orderBy { id status } -input avalanche_Asset_filter { +input polygonzkevm_swap_Asset_filter { id: ID id_not: ID id_gt: ID @@ -97145,16 +98925,16 @@ input avalanche_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: avalanche_Bytes - key_not: avalanche_Bytes - key_gt: avalanche_Bytes - key_lt: avalanche_Bytes - key_gte: avalanche_Bytes - key_lte: avalanche_Bytes - key_in: [avalanche_Bytes!] - key_not_in: [avalanche_Bytes!] - key_contains: avalanche_Bytes - key_not_contains: avalanche_Bytes + key: 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 @@ -97171,16 +98951,16 @@ input avalanche_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: 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 @@ -97189,26 +98969,26 @@ input avalanche_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: avalanche_Bytes - adoptedAsset_not: avalanche_Bytes - adoptedAsset_gt: avalanche_Bytes - adoptedAsset_lt: avalanche_Bytes - adoptedAsset_gte: avalanche_Bytes - adoptedAsset_lte: avalanche_Bytes - adoptedAsset_in: [avalanche_Bytes!] - adoptedAsset_not_in: [avalanche_Bytes!] - adoptedAsset_contains: avalanche_Bytes - adoptedAsset_not_contains: avalanche_Bytes - localAsset: avalanche_Bytes - localAsset_not: avalanche_Bytes - localAsset_gt: avalanche_Bytes - localAsset_lt: avalanche_Bytes - localAsset_gte: avalanche_Bytes - localAsset_lte: avalanche_Bytes - localAsset_in: [avalanche_Bytes!] - localAsset_not_in: [avalanche_Bytes!] - localAsset_contains: avalanche_Bytes - localAsset_not_contains: avalanche_Bytes + adoptedAsset: 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 @@ -97237,14 +99017,14 @@ input avalanche_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: avalanche_AssetStatus_filter + status_: polygonzkevm_swap_AssetStatus_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Asset_filter] - or: [avalanche_Asset_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Asset_filter] + or: [polygonzkevm_swap_Asset_filter] } -enum avalanche_Asset_orderBy { +enum polygonzkevm_swap_Asset_orderBy { id key decimal @@ -97259,30 +99039,30 @@ enum avalanche_Asset_orderBy { status__status } -scalar avalanche_BigDecimal +scalar polygonzkevm_swap_BigDecimal -input avalanche_BlockChangedFilter { +input polygonzkevm_swap_BlockChangedFilter { number_gte: Int! } -input avalanche_Block_height { - hash: avalanche_Bytes +input polygonzkevm_swap_Block_height { + hash: polygonzkevm_swap_Bytes number: Int number_gte: Int } -scalar avalanche_Bytes +scalar polygonzkevm_swap_Bytes -type avalanche_ConnectorMeta { +type polygonzkevm_swap_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: avalanche_Bytes - rootManager: avalanche_Bytes - mirrorConnector: avalanche_Bytes + amb: polygonzkevm_swap_Bytes + rootManager: polygonzkevm_swap_Bytes + mirrorConnector: polygonzkevm_swap_Bytes } -input avalanche_ConnectorMeta_filter { +input polygonzkevm_swap_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -97307,43 +99087,43 @@ input avalanche_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: avalanche_Bytes - amb_not: avalanche_Bytes - amb_gt: avalanche_Bytes - amb_lt: avalanche_Bytes - amb_gte: avalanche_Bytes - amb_lte: avalanche_Bytes - amb_in: [avalanche_Bytes!] - amb_not_in: [avalanche_Bytes!] - amb_contains: avalanche_Bytes - amb_not_contains: avalanche_Bytes - rootManager: avalanche_Bytes - rootManager_not: avalanche_Bytes - rootManager_gt: avalanche_Bytes - rootManager_lt: avalanche_Bytes - rootManager_gte: avalanche_Bytes - rootManager_lte: avalanche_Bytes - rootManager_in: [avalanche_Bytes!] - rootManager_not_in: [avalanche_Bytes!] - rootManager_contains: avalanche_Bytes - rootManager_not_contains: avalanche_Bytes - mirrorConnector: avalanche_Bytes - mirrorConnector_not: avalanche_Bytes - mirrorConnector_gt: avalanche_Bytes - mirrorConnector_lt: avalanche_Bytes - mirrorConnector_gte: avalanche_Bytes - mirrorConnector_lte: avalanche_Bytes - mirrorConnector_in: [avalanche_Bytes!] - mirrorConnector_not_in: [avalanche_Bytes!] - mirrorConnector_contains: avalanche_Bytes - mirrorConnector_not_contains: avalanche_Bytes + amb: 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: avalanche_BlockChangedFilter - and: [avalanche_ConnectorMeta_filter] - or: [avalanche_ConnectorMeta_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_ConnectorMeta_filter] + or: [polygonzkevm_swap_ConnectorMeta_filter] } -enum avalanche_ConnectorMeta_orderBy { +enum polygonzkevm_swap_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -97352,48 +99132,48 @@ enum avalanche_ConnectorMeta_orderBy { mirrorConnector } -type avalanche_DestinationTransfer { +type polygonzkevm_swap_DestinationTransfer { id: ID! chainId: BigInt - transferId: avalanche_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: avalanche_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: avalanche_Router_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_Router_filter): [avalanche_Router!] + status: 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: avalanche_Bytes - delegate: avalanche_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: avalanche_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: avalanche_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: avalanche_Bytes - asset: avalanche_Asset + canonicalId: polygonzkevm_swap_Bytes + asset: polygonzkevm_swap_Asset amount: BigInt routersFee: BigInt - executedCaller: avalanche_Bytes - executedTransactionHash: avalanche_Bytes + executedCaller: polygonzkevm_swap_Bytes + executedTransactionHash: polygonzkevm_swap_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: avalanche_Bytes + executedTxOrigin: polygonzkevm_swap_Bytes executedTxNonce: BigInt - reconciledCaller: avalanche_Bytes - reconciledTransactionHash: avalanche_Bytes + reconciledCaller: polygonzkevm_swap_Bytes + reconciledTransactionHash: polygonzkevm_swap_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: avalanche_Bytes + reconciledTxOrigin: polygonzkevm_swap_Bytes reconciledTxNonce: BigInt } -input avalanche_DestinationTransfer_filter { +input polygonzkevm_swap_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -97410,16 +99190,16 @@ input avalanche_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: 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 @@ -97428,17 +99208,17 @@ input avalanche_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: avalanche_TransferStatus - status_not: avalanche_TransferStatus - status_in: [avalanche_TransferStatus!] - status_not_in: [avalanche_TransferStatus!] + status: 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_: avalanche_Router_filter + routers_: polygonzkevm_swap_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -97463,40 +99243,40 @@ input avalanche_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: avalanche_Bytes - to_not: avalanche_Bytes - to_gt: avalanche_Bytes - to_lt: avalanche_Bytes - to_gte: avalanche_Bytes - to_lte: avalanche_Bytes - to_in: [avalanche_Bytes!] - to_not_in: [avalanche_Bytes!] - to_contains: avalanche_Bytes - to_not_contains: avalanche_Bytes - delegate: avalanche_Bytes - delegate_not: avalanche_Bytes - delegate_gt: avalanche_Bytes - delegate_lt: avalanche_Bytes - delegate_gte: avalanche_Bytes - delegate_lte: avalanche_Bytes - delegate_in: [avalanche_Bytes!] - delegate_not_in: [avalanche_Bytes!] - delegate_contains: avalanche_Bytes - delegate_not_contains: avalanche_Bytes + to: 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: avalanche_Bytes - callData_not: avalanche_Bytes - callData_gt: avalanche_Bytes - callData_lt: avalanche_Bytes - callData_gte: avalanche_Bytes - callData_lte: avalanche_Bytes - callData_in: [avalanche_Bytes!] - callData_not_in: [avalanche_Bytes!] - callData_contains: avalanche_Bytes - callData_not_contains: avalanche_Bytes + callData: 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 @@ -97513,16 +99293,16 @@ input avalanche_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: avalanche_Bytes - originSender_not: avalanche_Bytes - originSender_gt: avalanche_Bytes - originSender_lt: avalanche_Bytes - originSender_gte: avalanche_Bytes - originSender_lte: avalanche_Bytes - originSender_in: [avalanche_Bytes!] - originSender_not_in: [avalanche_Bytes!] - originSender_contains: avalanche_Bytes - originSender_not_contains: avalanche_Bytes + originSender: 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 @@ -97539,16 +99319,16 @@ input avalanche_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: 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 @@ -97569,7 +99349,7 @@ input avalanche_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -97586,26 +99366,26 @@ input avalanche_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: avalanche_Bytes - executedCaller_not: avalanche_Bytes - executedCaller_gt: avalanche_Bytes - executedCaller_lt: avalanche_Bytes - executedCaller_gte: avalanche_Bytes - executedCaller_lte: avalanche_Bytes - executedCaller_in: [avalanche_Bytes!] - executedCaller_not_in: [avalanche_Bytes!] - executedCaller_contains: avalanche_Bytes - executedCaller_not_contains: avalanche_Bytes - executedTransactionHash: avalanche_Bytes - executedTransactionHash_not: avalanche_Bytes - executedTransactionHash_gt: avalanche_Bytes - executedTransactionHash_lt: avalanche_Bytes - executedTransactionHash_gte: avalanche_Bytes - executedTransactionHash_lte: avalanche_Bytes - executedTransactionHash_in: [avalanche_Bytes!] - executedTransactionHash_not_in: [avalanche_Bytes!] - executedTransactionHash_contains: avalanche_Bytes - executedTransactionHash_not_contains: avalanche_Bytes + executedCaller: 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 @@ -97638,44 +99418,44 @@ input avalanche_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: avalanche_Bytes - executedTxOrigin_not: avalanche_Bytes - executedTxOrigin_gt: avalanche_Bytes - executedTxOrigin_lt: avalanche_Bytes - executedTxOrigin_gte: avalanche_Bytes - executedTxOrigin_lte: avalanche_Bytes - executedTxOrigin_in: [avalanche_Bytes!] - executedTxOrigin_not_in: [avalanche_Bytes!] - executedTxOrigin_contains: avalanche_Bytes - executedTxOrigin_not_contains: avalanche_Bytes + executedTxOrigin: 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: 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 + 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 @@ -97708,16 +99488,16 @@ input avalanche_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: avalanche_Bytes - reconciledTxOrigin_not: avalanche_Bytes - reconciledTxOrigin_gt: avalanche_Bytes - reconciledTxOrigin_lt: avalanche_Bytes - reconciledTxOrigin_gte: avalanche_Bytes - reconciledTxOrigin_lte: avalanche_Bytes - reconciledTxOrigin_in: [avalanche_Bytes!] - reconciledTxOrigin_not_in: [avalanche_Bytes!] - reconciledTxOrigin_contains: avalanche_Bytes - reconciledTxOrigin_not_contains: avalanche_Bytes + reconciledTxOrigin: 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 @@ -97727,12 +99507,12 @@ input avalanche_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_DestinationTransfer_filter] - or: [avalanche_DestinationTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_DestinationTransfer_filter] + or: [polygonzkevm_swap_DestinationTransfer_filter] } -enum avalanche_DestinationTransfer_orderBy { +enum polygonzkevm_swap_DestinationTransfer_orderBy { id chainId transferId @@ -97786,16 +99566,16 @@ enum avalanche_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar avalanche_Int8 +scalar polygonzkevm_swap_Int8 -type avalanche_OptimisticRootFinalized { +type polygonzkevm_swap_OptimisticRootFinalized { id: ID! - aggregateRoot: avalanche_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! timestamp: BigInt! blockNumber: BigInt } -input avalanche_OptimisticRootFinalized_filter { +input polygonzkevm_swap_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -97804,16 +99584,16 @@ input avalanche_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: avalanche_Bytes - aggregateRoot_not: avalanche_Bytes - aggregateRoot_gt: avalanche_Bytes - aggregateRoot_lt: avalanche_Bytes - aggregateRoot_gte: avalanche_Bytes - aggregateRoot_lte: avalanche_Bytes - aggregateRoot_in: [avalanche_Bytes!] - aggregateRoot_not_in: [avalanche_Bytes!] - aggregateRoot_contains: avalanche_Bytes - aggregateRoot_not_contains: avalanche_Bytes + aggregateRoot: 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 @@ -97831,12 +99611,12 @@ input avalanche_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OptimisticRootFinalized_filter] - or: [avalanche_OptimisticRootFinalized_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OptimisticRootFinalized_filter] + or: [polygonzkevm_swap_OptimisticRootFinalized_filter] } -enum avalanche_OptimisticRootFinalized_orderBy { +enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -97844,25 +99624,25 @@ enum avalanche_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum avalanche_OrderDirection { +enum polygonzkevm_swap_OrderDirection { asc desc } -type avalanche_OriginMessage { +type polygonzkevm_swap_OriginMessage { id: ID! - transferId: avalanche_Bytes + transferId: polygonzkevm_swap_Bytes destinationDomain: BigInt - leaf: avalanche_Bytes + leaf: polygonzkevm_swap_Bytes index: BigInt - message: avalanche_Bytes - root: avalanche_Bytes - transactionHash: avalanche_Bytes + message: polygonzkevm_swap_Bytes + root: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes blockNumber: BigInt - rootCount: avalanche_RootCount + rootCount: polygonzkevm_swap_RootCount } -input avalanche_OriginMessage_filter { +input polygonzkevm_swap_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -97871,16 +99651,16 @@ input avalanche_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: 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 @@ -97889,16 +99669,16 @@ input avalanche_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: avalanche_Bytes - leaf_not: avalanche_Bytes - leaf_gt: avalanche_Bytes - leaf_lt: avalanche_Bytes - leaf_gte: avalanche_Bytes - leaf_lte: avalanche_Bytes - leaf_in: [avalanche_Bytes!] - leaf_not_in: [avalanche_Bytes!] - leaf_contains: avalanche_Bytes - leaf_not_contains: avalanche_Bytes + leaf: 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 @@ -97907,36 +99687,36 @@ input avalanche_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: avalanche_Bytes - message_not: avalanche_Bytes - message_gt: avalanche_Bytes - message_lt: avalanche_Bytes - message_gte: avalanche_Bytes - message_lte: avalanche_Bytes - message_in: [avalanche_Bytes!] - message_not_in: [avalanche_Bytes!] - message_contains: avalanche_Bytes - message_not_contains: avalanche_Bytes - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + message: 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 @@ -97965,14 +99745,14 @@ input avalanche_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: avalanche_RootCount_filter + rootCount_: polygonzkevm_swap_RootCount_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OriginMessage_filter] - or: [avalanche_OriginMessage_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginMessage_filter] + or: [polygonzkevm_swap_OriginMessage_filter] } -enum avalanche_OriginMessage_orderBy { +enum polygonzkevm_swap_OriginMessage_orderBy { id transferId destinationDomain @@ -97987,42 +99767,42 @@ enum avalanche_OriginMessage_orderBy { rootCount__count } -type avalanche_OriginTransfer { +type polygonzkevm_swap_OriginTransfer { id: ID! chainId: BigInt - transferId: avalanche_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: avalanche_TransferStatus - messageHash: avalanche_Bytes + status: polygonzkevm_swap_TransferStatus + messageHash: polygonzkevm_swap_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: avalanche_Bytes - delegate: avalanche_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: avalanche_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt - originSender: avalanche_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: avalanche_Bytes - asset: avalanche_Asset - transactingAsset: avalanche_Bytes - message: avalanche_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: avalanche_RelayerFee_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_RelayerFee_filter): [avalanche_RelayerFee!] - initialRelayerFeeAsset: avalanche_Bytes - caller: avalanche_Bytes - transactionHash: avalanche_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: avalanche_Bytes + txOrigin: polygonzkevm_swap_Bytes txNonce: BigInt } -input avalanche_OriginTransfer_filter { +input polygonzkevm_swap_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -98039,16 +99819,16 @@ input avalanche_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: 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 @@ -98057,20 +99837,20 @@ input avalanche_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: avalanche_TransferStatus - status_not: avalanche_TransferStatus - status_in: [avalanche_TransferStatus!] - status_not_in: [avalanche_TransferStatus!] - messageHash: avalanche_Bytes - messageHash_not: avalanche_Bytes - messageHash_gt: avalanche_Bytes - messageHash_lt: avalanche_Bytes - messageHash_gte: avalanche_Bytes - messageHash_lte: avalanche_Bytes - messageHash_in: [avalanche_Bytes!] - messageHash_not_in: [avalanche_Bytes!] - messageHash_contains: avalanche_Bytes - messageHash_not_contains: avalanche_Bytes + status: 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 @@ -98095,40 +99875,40 @@ input avalanche_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: avalanche_Bytes - to_not: avalanche_Bytes - to_gt: avalanche_Bytes - to_lt: avalanche_Bytes - to_gte: avalanche_Bytes - to_lte: avalanche_Bytes - to_in: [avalanche_Bytes!] - to_not_in: [avalanche_Bytes!] - to_contains: avalanche_Bytes - to_not_contains: avalanche_Bytes - delegate: avalanche_Bytes - delegate_not: avalanche_Bytes - delegate_gt: avalanche_Bytes - delegate_lt: avalanche_Bytes - delegate_gte: avalanche_Bytes - delegate_lte: avalanche_Bytes - delegate_in: [avalanche_Bytes!] - delegate_not_in: [avalanche_Bytes!] - delegate_contains: avalanche_Bytes - delegate_not_contains: avalanche_Bytes + to: 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: avalanche_Bytes - callData_not: avalanche_Bytes - callData_gt: avalanche_Bytes - callData_lt: avalanche_Bytes - callData_gte: avalanche_Bytes - callData_lte: avalanche_Bytes - callData_in: [avalanche_Bytes!] - callData_not_in: [avalanche_Bytes!] - callData_contains: avalanche_Bytes - callData_not_contains: avalanche_Bytes + callData: 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 @@ -98137,16 +99917,16 @@ input avalanche_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: avalanche_Bytes - originSender_not: avalanche_Bytes - originSender_gt: avalanche_Bytes - originSender_lt: avalanche_Bytes - originSender_gte: avalanche_Bytes - originSender_lte: avalanche_Bytes - originSender_in: [avalanche_Bytes!] - originSender_not_in: [avalanche_Bytes!] - originSender_contains: avalanche_Bytes - originSender_not_contains: avalanche_Bytes + originSender: 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 @@ -98163,16 +99943,16 @@ input avalanche_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: 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 @@ -98193,17 +99973,17 @@ input avalanche_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter - transactingAsset: avalanche_Bytes - transactingAsset_not: avalanche_Bytes - transactingAsset_gt: avalanche_Bytes - transactingAsset_lt: avalanche_Bytes - transactingAsset_gte: avalanche_Bytes - transactingAsset_lte: avalanche_Bytes - transactingAsset_in: [avalanche_Bytes!] - transactingAsset_not_in: [avalanche_Bytes!] - transactingAsset_contains: avalanche_Bytes - transactingAsset_not_contains: avalanche_Bytes + asset_: 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 @@ -98224,7 +100004,7 @@ input avalanche_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: avalanche_OriginMessage_filter + message_: polygonzkevm_swap_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -98239,37 +100019,37 @@ input avalanche_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: avalanche_RelayerFee_filter - initialRelayerFeeAsset: avalanche_Bytes - initialRelayerFeeAsset_not: avalanche_Bytes - initialRelayerFeeAsset_gt: avalanche_Bytes - initialRelayerFeeAsset_lt: avalanche_Bytes - initialRelayerFeeAsset_gte: avalanche_Bytes - initialRelayerFeeAsset_lte: avalanche_Bytes - initialRelayerFeeAsset_in: [avalanche_Bytes!] - initialRelayerFeeAsset_not_in: [avalanche_Bytes!] - initialRelayerFeeAsset_contains: avalanche_Bytes - initialRelayerFeeAsset_not_contains: avalanche_Bytes - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + relayerFees_: 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 @@ -98302,16 +100082,16 @@ input avalanche_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: avalanche_Bytes - txOrigin_not: avalanche_Bytes - txOrigin_gt: avalanche_Bytes - txOrigin_lt: avalanche_Bytes - txOrigin_gte: avalanche_Bytes - txOrigin_lte: avalanche_Bytes - txOrigin_in: [avalanche_Bytes!] - txOrigin_not_in: [avalanche_Bytes!] - txOrigin_contains: avalanche_Bytes - txOrigin_not_contains: avalanche_Bytes + txOrigin: 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 @@ -98321,12 +100101,12 @@ input avalanche_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OriginTransfer_filter] - or: [avalanche_OriginTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginTransfer_filter] + or: [polygonzkevm_swap_OriginTransfer_filter] } -enum avalanche_OriginTransfer_orderBy { +enum polygonzkevm_swap_OriginTransfer_orderBy { id chainId transferId @@ -98379,20 +100159,20 @@ enum avalanche_OriginTransfer_orderBy { txNonce } -type avalanche_Relayer { +type polygonzkevm_swap_Relayer { id: ID! isActive: Boolean! - relayer: avalanche_Bytes + relayer: polygonzkevm_swap_Bytes } -type avalanche_RelayerFee { +type polygonzkevm_swap_RelayerFee { id: ID! - transfer: avalanche_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! fee: BigInt! - asset: avalanche_Bytes! + asset: polygonzkevm_swap_Bytes! } -input avalanche_RelayerFee_filter { +input polygonzkevm_swap_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -98421,7 +100201,7 @@ input avalanche_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -98430,23 +100210,23 @@ input avalanche_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: avalanche_Bytes - asset_not: avalanche_Bytes - asset_gt: avalanche_Bytes - asset_lt: avalanche_Bytes - asset_gte: avalanche_Bytes - asset_lte: avalanche_Bytes - asset_in: [avalanche_Bytes!] - asset_not_in: [avalanche_Bytes!] - asset_contains: avalanche_Bytes - asset_not_contains: avalanche_Bytes + asset: 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: avalanche_BlockChangedFilter - and: [avalanche_RelayerFee_filter] - or: [avalanche_RelayerFee_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFee_filter] + or: [polygonzkevm_swap_RelayerFee_filter] } -enum avalanche_RelayerFee_orderBy { +enum polygonzkevm_swap_RelayerFee_orderBy { id transfer transfer__id @@ -98482,20 +100262,20 @@ enum avalanche_RelayerFee_orderBy { asset } -type avalanche_RelayerFeesIncrease { +type polygonzkevm_swap_RelayerFeesIncrease { id: ID! - transfer: avalanche_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! increase: BigInt - asset: avalanche_Bytes - caller: avalanche_Bytes! - transactionHash: avalanche_Bytes! + asset: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input avalanche_RelayerFeesIncrease_filter { +input polygonzkevm_swap_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -98524,7 +100304,7 @@ input avalanche_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -98533,36 +100313,36 @@ input avalanche_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: avalanche_Bytes - asset_not: avalanche_Bytes - asset_gt: avalanche_Bytes - asset_lt: avalanche_Bytes - asset_gte: avalanche_Bytes - asset_lte: avalanche_Bytes - asset_in: [avalanche_Bytes!] - asset_not_in: [avalanche_Bytes!] - asset_contains: avalanche_Bytes - asset_not_contains: avalanche_Bytes - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + asset: 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 @@ -98596,12 +100376,12 @@ input avalanche_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RelayerFeesIncrease_filter] - or: [avalanche_RelayerFeesIncrease_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFeesIncrease_filter] + or: [polygonzkevm_swap_RelayerFeesIncrease_filter] } -enum avalanche_RelayerFeesIncrease_orderBy { +enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -98643,7 +100423,7 @@ enum avalanche_RelayerFeesIncrease_orderBy { blockNumber } -input avalanche_Relayer_filter { +input polygonzkevm_swap_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -98656,34 +100436,34 @@ input avalanche_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: avalanche_Bytes - relayer_not: avalanche_Bytes - relayer_gt: avalanche_Bytes - relayer_lt: avalanche_Bytes - relayer_gte: avalanche_Bytes - relayer_lte: avalanche_Bytes - relayer_in: [avalanche_Bytes!] - relayer_not_in: [avalanche_Bytes!] - relayer_contains: avalanche_Bytes - relayer_not_contains: avalanche_Bytes + relayer: 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: avalanche_BlockChangedFilter - and: [avalanche_Relayer_filter] - or: [avalanche_Relayer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Relayer_filter] + or: [polygonzkevm_swap_Relayer_filter] } -enum avalanche_Relayer_orderBy { +enum polygonzkevm_swap_Relayer_orderBy { id isActive relayer } -type avalanche_RootCount { +type polygonzkevm_swap_RootCount { id: ID! count: BigInt } -input avalanche_RootCount_filter { +input polygonzkevm_swap_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -98701,31 +100481,31 @@ input avalanche_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RootCount_filter] - or: [avalanche_RootCount_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootCount_filter] + or: [polygonzkevm_swap_RootCount_filter] } -enum avalanche_RootCount_orderBy { +enum polygonzkevm_swap_RootCount_orderBy { id count } -type avalanche_RootMessageSent { +type polygonzkevm_swap_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: avalanche_Bytes + root: polygonzkevm_swap_Bytes count: BigInt - caller: avalanche_Bytes - transactionHash: avalanche_Bytes + caller: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input avalanche_RootMessageSent_filter { +input polygonzkevm_swap_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -98750,16 +100530,16 @@ input avalanche_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: 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 @@ -98768,26 +100548,26 @@ input avalanche_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + caller: 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 @@ -98821,12 +100601,12 @@ input avalanche_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RootMessageSent_filter] - or: [avalanche_RootMessageSent_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootMessageSent_filter] + or: [polygonzkevm_swap_RootMessageSent_filter] } -enum avalanche_RootMessageSent_orderBy { +enum polygonzkevm_swap_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -98840,25 +100620,25 @@ enum avalanche_RootMessageSent_orderBy { blockNumber } -type avalanche_Router { +type polygonzkevm_swap_Router { id: ID! isActive: Boolean! - owner: avalanche_Bytes - recipient: avalanche_Bytes - proposedOwner: avalanche_Bytes + owner: polygonzkevm_swap_Bytes + recipient: polygonzkevm_swap_Bytes + proposedOwner: polygonzkevm_swap_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: avalanche_AssetBalance_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_AssetBalance_filter): [avalanche_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_AssetBalance_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_AssetBalance_filter): [polygonzkevm_swap_AssetBalance!]! } -type avalanche_RouterDailyTVL { +type polygonzkevm_swap_RouterDailyTVL { id: ID! - router: avalanche_Router! - asset: avalanche_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! timestamp: BigInt! balance: BigInt! } -input avalanche_RouterDailyTVL_filter { +input polygonzkevm_swap_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -98887,7 +100667,7 @@ input avalanche_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -98908,7 +100688,7 @@ input avalanche_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98926,12 +100706,12 @@ input avalanche_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RouterDailyTVL_filter] - or: [avalanche_RouterDailyTVL_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterDailyTVL_filter] + or: [polygonzkevm_swap_RouterDailyTVL_filter] } -enum avalanche_RouterDailyTVL_orderBy { +enum polygonzkevm_swap_RouterDailyTVL_orderBy { id router router__id @@ -98954,26 +100734,26 @@ enum avalanche_RouterDailyTVL_orderBy { balance } -type avalanche_RouterLiquidityEvent { +type polygonzkevm_swap_RouterLiquidityEvent { id: ID! - type: avalanche_RouterLiquidityEventType - router: avalanche_Router! - asset: avalanche_Asset! + type: polygonzkevm_swap_RouterLiquidityEventType + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! amount: BigInt! balance: BigInt! - caller: avalanche_Bytes + caller: polygonzkevm_swap_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: avalanche_Bytes! + transactionHash: polygonzkevm_swap_Bytes! nonce: BigInt! } -enum avalanche_RouterLiquidityEventType { +enum polygonzkevm_swap_RouterLiquidityEventType { Add Remove } -input avalanche_RouterLiquidityEvent_filter { +input polygonzkevm_swap_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -98982,10 +100762,10 @@ input avalanche_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: avalanche_RouterLiquidityEventType - type_not: avalanche_RouterLiquidityEventType - type_in: [avalanche_RouterLiquidityEventType!] - type_not_in: [avalanche_RouterLiquidityEventType!] + type: 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 @@ -99006,7 +100786,7 @@ input avalanche_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -99027,7 +100807,7 @@ input avalanche_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -99044,16 +100824,16 @@ input avalanche_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes + caller: 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 @@ -99070,16 +100850,16 @@ input avalanche_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + transactionHash: 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 @@ -99089,12 +100869,12 @@ input avalanche_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RouterLiquidityEvent_filter] - or: [avalanche_RouterLiquidityEvent_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterLiquidityEvent_filter] + or: [polygonzkevm_swap_RouterLiquidityEvent_filter] } -enum avalanche_RouterLiquidityEvent_orderBy { +enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { id type router @@ -99123,7 +100903,7 @@ enum avalanche_RouterLiquidityEvent_orderBy { nonce } -input avalanche_Router_filter { +input polygonzkevm_swap_Router_filter { id: ID id_not: ID id_gt: ID @@ -99136,36 +100916,36 @@ input avalanche_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: avalanche_Bytes - owner_not: avalanche_Bytes - owner_gt: avalanche_Bytes - owner_lt: avalanche_Bytes - owner_gte: avalanche_Bytes - owner_lte: avalanche_Bytes - owner_in: [avalanche_Bytes!] - owner_not_in: [avalanche_Bytes!] - owner_contains: avalanche_Bytes - owner_not_contains: avalanche_Bytes - recipient: avalanche_Bytes - recipient_not: avalanche_Bytes - recipient_gt: avalanche_Bytes - recipient_lt: avalanche_Bytes - recipient_gte: avalanche_Bytes - recipient_lte: avalanche_Bytes - recipient_in: [avalanche_Bytes!] - recipient_not_in: [avalanche_Bytes!] - recipient_contains: avalanche_Bytes - recipient_not_contains: avalanche_Bytes - proposedOwner: avalanche_Bytes - proposedOwner_not: avalanche_Bytes - proposedOwner_gt: avalanche_Bytes - proposedOwner_lt: avalanche_Bytes - proposedOwner_gte: avalanche_Bytes - proposedOwner_lte: avalanche_Bytes - proposedOwner_in: [avalanche_Bytes!] - proposedOwner_not_in: [avalanche_Bytes!] - proposedOwner_contains: avalanche_Bytes - proposedOwner_not_contains: avalanche_Bytes + owner: 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 @@ -99174,14 +100954,14 @@ input avalanche_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: avalanche_AssetBalance_filter + assetBalances_: polygonzkevm_swap_AssetBalance_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Router_filter] - or: [avalanche_Router_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Router_filter] + or: [polygonzkevm_swap_Router_filter] } -enum avalanche_Router_orderBy { +enum polygonzkevm_swap_Router_orderBy { id isActive owner @@ -99191,13 +100971,13 @@ enum avalanche_Router_orderBy { assetBalances } -type avalanche_Sequencer { +type polygonzkevm_swap_Sequencer { id: ID! isActive: Boolean! - sequencer: avalanche_Bytes + sequencer: polygonzkevm_swap_Bytes } -input avalanche_Sequencer_filter { +input polygonzkevm_swap_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -99210,35 +100990,35 @@ input avalanche_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: avalanche_Bytes - sequencer_not: avalanche_Bytes - sequencer_gt: avalanche_Bytes - sequencer_lt: avalanche_Bytes - sequencer_gte: avalanche_Bytes - sequencer_lte: avalanche_Bytes - sequencer_in: [avalanche_Bytes!] - sequencer_not_in: [avalanche_Bytes!] - sequencer_contains: avalanche_Bytes - sequencer_not_contains: avalanche_Bytes + sequencer: 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: avalanche_BlockChangedFilter - and: [avalanche_Sequencer_filter] - or: [avalanche_Sequencer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Sequencer_filter] + or: [polygonzkevm_swap_Sequencer_filter] } -enum avalanche_Sequencer_orderBy { +enum polygonzkevm_swap_Sequencer_orderBy { id isActive sequencer } -type avalanche_Setting { +type polygonzkevm_swap_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: avalanche_Bytes! + caller: polygonzkevm_swap_Bytes! } -input avalanche_Setting_filter { +input polygonzkevm_swap_Setting_filter { id: ID id_not: ID id_gt: ID @@ -99255,41 +101035,41 @@ input avalanche_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes + caller: 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: avalanche_BlockChangedFilter - and: [avalanche_Setting_filter] - or: [avalanche_Setting_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Setting_filter] + or: [polygonzkevm_swap_Setting_filter] } -enum avalanche_Setting_orderBy { +enum polygonzkevm_swap_Setting_orderBy { id maxRoutersPerTransfer caller } -type avalanche_SlippageUpdate { +type polygonzkevm_swap_SlippageUpdate { id: ID! - transfer: avalanche_DestinationTransfer! + transfer: polygonzkevm_swap_DestinationTransfer! slippage: BigInt! - caller: avalanche_Bytes! - transactionHash: avalanche_Bytes! + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input avalanche_SlippageUpdate_filter { +input polygonzkevm_swap_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -99318,7 +101098,7 @@ input avalanche_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_DestinationTransfer_filter + transfer_: polygonzkevm_swap_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -99327,26 +101107,26 @@ input avalanche_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + caller: 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 @@ -99380,12 +101160,12 @@ input avalanche_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SlippageUpdate_filter] - or: [avalanche_SlippageUpdate_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SlippageUpdate_filter] + or: [polygonzkevm_swap_SlippageUpdate_filter] } -enum avalanche_SlippageUpdate_orderBy { +enum polygonzkevm_swap_SlippageUpdate_orderBy { id transfer transfer__id @@ -99433,16 +101213,16 @@ enum avalanche_SlippageUpdate_orderBy { blockNumber } -type avalanche_SnapshotRoot { +type polygonzkevm_swap_SnapshotRoot { id: ID! spokeDomain: BigInt - root: avalanche_Bytes! + root: polygonzkevm_swap_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input avalanche_SnapshotRoot_filter { +input polygonzkevm_swap_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -99459,16 +101239,16 @@ input avalanche_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: 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 @@ -99494,12 +101274,12 @@ input avalanche_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SnapshotRoot_filter] - or: [avalanche_SnapshotRoot_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SnapshotRoot_filter] + or: [polygonzkevm_swap_SnapshotRoot_filter] } -enum avalanche_SnapshotRoot_orderBy { +enum polygonzkevm_swap_SnapshotRoot_orderBy { id spokeDomain root @@ -99508,12 +101288,12 @@ enum avalanche_SnapshotRoot_orderBy { blockNumber } -type avalanche_SpokeConnectorMode { +type polygonzkevm_swap_SpokeConnectorMode { id: ID! mode: String! } -input avalanche_SpokeConnectorMode_filter { +input polygonzkevm_swap_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -99543,17 +101323,17 @@ input avalanche_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SpokeConnectorMode_filter] - or: [avalanche_SpokeConnectorMode_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SpokeConnectorMode_filter] + or: [polygonzkevm_swap_SpokeConnectorMode_filter] } -enum avalanche_SpokeConnectorMode_orderBy { +enum polygonzkevm_swap_SpokeConnectorMode_orderBy { id mode } -enum avalanche_TransferStatus { +enum polygonzkevm_swap_TransferStatus { XCalled Executed Reconciled @@ -99561,19 +101341,19 @@ enum avalanche_TransferStatus { CompletedFast } -type avalanche__Block_ { +type polygonzkevm_swap__Block_ { """The hash of the block""" - hash: avalanche_Bytes + hash: polygonzkevm_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: avalanche_Bytes + parentHash: polygonzkevm_swap_Bytes } """The type for the top-level _meta field""" -type avalanche__Meta_ { +type polygonzkevm_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -99581,22 +101361,22 @@ type avalanche__Meta_ { and therefore asks for the latest block """ - block: avalanche__Block_! + block: polygonzkevm_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mainnet_AggregateRoot { +type zksync_AggregateRoot { id: ID! - root: mainnet_Bytes! + root: zksync_Bytes! blockNumber: BigInt! } -type mainnet_AggregateRootProposed { +type zksync_AggregateRootProposed { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: zksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -99604,7 +101384,7 @@ type mainnet_AggregateRootProposed { blockNumber: BigInt } -input mainnet_AggregateRootProposed_filter { +input zksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -99613,16 +101393,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: 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 @@ -99664,12 +101444,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: zksync_BlockChangedFilter + and: [zksync_AggregateRootProposed_filter] + or: [zksync_AggregateRootProposed_filter] } -enum mainnet_AggregateRootProposed_orderBy { +enum zksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -99679,7 +101459,7 @@ enum mainnet_AggregateRootProposed_orderBy { blockNumber } -input mainnet_AggregateRoot_filter { +input zksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -99688,16 +101468,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: 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 @@ -99707,42 +101487,47 @@ input mainnet_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRoot_filter] - or: [mainnet_AggregateRoot_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AggregateRoot_filter] + or: [zksync_AggregateRoot_filter] } -enum mainnet_AggregateRoot_orderBy { +enum zksync_AggregateRoot_orderBy { id root blockNumber } -type mainnet_Asset { +enum zksync_Aggregation_interval { + hour + day +} + +type zksync_Asset { id: ID! - key: mainnet_Bytes + key: zksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mainnet_Bytes + canonicalId: zksync_Bytes canonicalDomain: BigInt - adoptedAsset: mainnet_Bytes - localAsset: mainnet_Bytes + adoptedAsset: zksync_Bytes + localAsset: zksync_Bytes blockNumber: BigInt - status: mainnet_AssetStatus + status: zksync_AssetStatus } -type mainnet_AssetBalance { +type zksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mainnet_Router! - asset: mainnet_Asset! + router: zksync_Router! + asset: zksync_Asset! feesEarned: BigInt! } -input mainnet_AssetBalance_filter { +input zksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -99803,7 +101588,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -99824,7 +101609,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_: zksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -99834,12 +101619,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: zksync_BlockChangedFilter + and: [zksync_AssetBalance_filter] + or: [zksync_AssetBalance_filter] } -enum mainnet_AssetBalance_orderBy { +enum zksync_AssetBalance_orderBy { id amount locked @@ -99865,12 +101650,12 @@ enum mainnet_AssetBalance_orderBy { feesEarned } -type mainnet_AssetStatus { +type zksync_AssetStatus { id: ID! status: Boolean } -input mainnet_AssetStatus_filter { +input zksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -99884,17 +101669,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: zksync_BlockChangedFilter + and: [zksync_AssetStatus_filter] + or: [zksync_AssetStatus_filter] } -enum mainnet_AssetStatus_orderBy { +enum zksync_AssetStatus_orderBy { id status } -input mainnet_Asset_filter { +input zksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -99903,16 +101688,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: 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 @@ -99929,16 +101714,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: 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 @@ -99947,26 +101732,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: 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 @@ -99995,14 +101780,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_: zksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Asset_filter] - or: [mainnet_Asset_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Asset_filter] + or: [zksync_Asset_filter] } -enum mainnet_Asset_orderBy { +enum zksync_Asset_orderBy { id key decimal @@ -100017,16 +101802,30 @@ enum mainnet_Asset_orderBy { status__status } -type mainnet_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: mainnet_Bytes - rootManager: mainnet_Bytes - mirrorConnector: mainnet_Bytes + amb: zksync_Bytes + rootManager: zksync_Bytes + mirrorConnector: zksync_Bytes } -input mainnet_ConnectorMeta_filter { +input zksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100051,43 +101850,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: 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: mainnet_BlockChangedFilter - and: [mainnet_ConnectorMeta_filter] - or: [mainnet_ConnectorMeta_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_ConnectorMeta_filter] + or: [zksync_ConnectorMeta_filter] } -enum mainnet_ConnectorMeta_orderBy { +enum zksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -100096,48 +101895,48 @@ enum mainnet_ConnectorMeta_orderBy { mirrorConnector } -type mainnet_DestinationTransfer { +type zksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: zksync_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: 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: mainnet_Bytes - delegate: mainnet_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: zksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mainnet_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset + canonicalId: zksync_Bytes + asset: zksync_Asset amount: BigInt routersFee: BigInt - executedCaller: mainnet_Bytes - executedTransactionHash: mainnet_Bytes + executedCaller: zksync_Bytes + executedTransactionHash: zksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mainnet_Bytes + executedTxOrigin: zksync_Bytes executedTxNonce: BigInt - reconciledCaller: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes + reconciledCaller: zksync_Bytes + reconciledTransactionHash: zksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin: zksync_Bytes reconciledTxNonce: BigInt } -input mainnet_DestinationTransfer_filter { +input zksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -100154,16 +101953,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: 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 @@ -100172,17 +101971,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: 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_: mainnet_Router_filter + routers_: zksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -100207,40 +102006,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: 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: 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: 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 @@ -100257,16 +102056,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: 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 @@ -100283,16 +102082,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: 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 @@ -100313,7 +102112,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_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -100330,26 +102129,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: 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 @@ -100382,16 +102181,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: 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 @@ -100400,26 +102199,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: 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 @@ -100452,16 +102251,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: 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 @@ -100471,12 +102270,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: zksync_BlockChangedFilter + and: [zksync_DestinationTransfer_filter] + or: [zksync_DestinationTransfer_filter] } -enum mainnet_DestinationTransfer_orderBy { +enum zksync_DestinationTransfer_orderBy { id chainId transferId @@ -100526,14 +102325,20 @@ enum mainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type mainnet_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar zksync_Int8 + +type zksync_OptimisticRootFinalized { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: zksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mainnet_OptimisticRootFinalized_filter { +input zksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -100542,16 +102347,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: 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 @@ -100569,32 +102374,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: zksync_BlockChangedFilter + and: [zksync_OptimisticRootFinalized_filter] + or: [zksync_OptimisticRootFinalized_filter] } -enum mainnet_OptimisticRootFinalized_orderBy { +enum zksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type mainnet_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum zksync_OrderDirection { + asc + desc +} + +type zksync_OriginMessage { id: ID! - transferId: mainnet_Bytes + transferId: zksync_Bytes destinationDomain: BigInt - leaf: mainnet_Bytes + leaf: zksync_Bytes index: BigInt - message: mainnet_Bytes - root: mainnet_Bytes - transactionHash: mainnet_Bytes + message: zksync_Bytes + root: zksync_Bytes + transactionHash: zksync_Bytes blockNumber: BigInt - rootCount: mainnet_RootCount + rootCount: zksync_RootCount } -input mainnet_OriginMessage_filter { +input zksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -100603,16 +102414,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: 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 @@ -100621,16 +102432,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: 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 @@ -100639,36 +102450,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: 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 @@ -100697,14 +102508,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_: zksync_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginMessage_filter] - or: [mainnet_OriginMessage_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OriginMessage_filter] + or: [zksync_OriginMessage_filter] } -enum mainnet_OriginMessage_orderBy { +enum zksync_OriginMessage_orderBy { id transferId destinationDomain @@ -100719,42 +102530,42 @@ enum mainnet_OriginMessage_orderBy { rootCount__count } -type mainnet_OriginTransfer { +type zksync_OriginTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: zksync_Bytes nonce: BigInt - status: mainnet_TransferStatus - messageHash: mainnet_Bytes + status: zksync_TransferStatus + messageHash: zksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: zksync_Bytes slippage: BigInt - originSender: mainnet_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - transactingAsset: mainnet_Bytes - message: mainnet_OriginMessage + canonicalId: zksync_Bytes + asset: zksync_Asset + transactingAsset: zksync_Bytes + message: zksync_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: 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: mainnet_Bytes + txOrigin: zksync_Bytes txNonce: BigInt } -input mainnet_OriginTransfer_filter { +input zksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -100771,16 +102582,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: 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 @@ -100789,20 +102600,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: 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 @@ -100827,40 +102638,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: 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: 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: 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 @@ -100869,16 +102680,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: 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 @@ -100895,16 +102706,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: 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 @@ -100925,17 +102736,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_: 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 @@ -100956,7 +102767,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_: zksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -100971,37 +102782,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_: 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 @@ -101034,16 +102845,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: 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 @@ -101053,12 +102864,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: zksync_BlockChangedFilter + and: [zksync_OriginTransfer_filter] + or: [zksync_OriginTransfer_filter] } -enum mainnet_OriginTransfer_orderBy { +enum zksync_OriginTransfer_orderBy { id chainId transferId @@ -101111,20 +102922,20 @@ enum mainnet_OriginTransfer_orderBy { txNonce } -type mainnet_Relayer { +type zksync_Relayer { id: ID! isActive: Boolean! - relayer: mainnet_Bytes + relayer: zksync_Bytes } -type mainnet_RelayerFee { +type zksync_RelayerFee { id: ID! - transfer: mainnet_OriginTransfer! + transfer: zksync_OriginTransfer! fee: BigInt! - asset: mainnet_Bytes! + asset: zksync_Bytes! } -input mainnet_RelayerFee_filter { +input zksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -101153,32 +102964,32 @@ 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_: 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: 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 + 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 """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RelayerFee_filter] - or: [mainnet_RelayerFee_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RelayerFee_filter] + or: [zksync_RelayerFee_filter] } -enum mainnet_RelayerFee_orderBy { +enum zksync_RelayerFee_orderBy { id transfer transfer__id @@ -101214,20 +103025,20 @@ enum mainnet_RelayerFee_orderBy { asset } -type mainnet_RelayerFeesIncrease { +type zksync_RelayerFeesIncrease { id: ID! - transfer: mainnet_OriginTransfer! + transfer: zksync_OriginTransfer! increase: BigInt - asset: mainnet_Bytes - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + asset: zksync_Bytes + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_RelayerFeesIncrease_filter { +input zksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -101256,7 +103067,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_: zksync_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -101265,36 +103076,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: 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 @@ -101328,12 +103139,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: zksync_BlockChangedFilter + and: [zksync_RelayerFeesIncrease_filter] + or: [zksync_RelayerFeesIncrease_filter] } -enum mainnet_RelayerFeesIncrease_orderBy { +enum zksync_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -101375,7 +103186,7 @@ enum mainnet_RelayerFeesIncrease_orderBy { blockNumber } -input mainnet_Relayer_filter { +input zksync_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -101388,34 +103199,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: 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: mainnet_BlockChangedFilter - and: [mainnet_Relayer_filter] - or: [mainnet_Relayer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Relayer_filter] + or: [zksync_Relayer_filter] } -enum mainnet_Relayer_orderBy { +enum zksync_Relayer_orderBy { id isActive relayer } -type mainnet_RootCount { +type zksync_RootCount { id: ID! count: BigInt } -input mainnet_RootCount_filter { +input zksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -101433,31 +103244,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: zksync_BlockChangedFilter + and: [zksync_RootCount_filter] + or: [zksync_RootCount_filter] } -enum mainnet_RootCount_orderBy { +enum zksync_RootCount_orderBy { id count } -type mainnet_RootMessageSent { +type zksync_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mainnet_Bytes + root: zksync_Bytes count: BigInt - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + caller: zksync_Bytes + transactionHash: zksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mainnet_RootMessageSent_filter { +input zksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -101482,16 +103293,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: 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 @@ -101500,26 +103311,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: 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 @@ -101553,12 +103364,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: zksync_BlockChangedFilter + and: [zksync_RootMessageSent_filter] + or: [zksync_RootMessageSent_filter] } -enum mainnet_RootMessageSent_orderBy { +enum zksync_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -101572,25 +103383,25 @@ enum mainnet_RootMessageSent_orderBy { blockNumber } -type mainnet_Router { +type zksync_Router { id: ID! isActive: Boolean! - owner: mainnet_Bytes - recipient: mainnet_Bytes - proposedOwner: mainnet_Bytes + owner: zksync_Bytes + recipient: zksync_Bytes + proposedOwner: zksync_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: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! } -type mainnet_RouterDailyTVL { +type zksync_RouterDailyTVL { id: ID! - router: mainnet_Router! - asset: mainnet_Asset! + router: zksync_Router! + asset: zksync_Asset! timestamp: BigInt! balance: BigInt! } -input mainnet_RouterDailyTVL_filter { +input zksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -101619,7 +103430,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -101640,7 +103451,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_: zksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101658,12 +103469,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: zksync_BlockChangedFilter + and: [zksync_RouterDailyTVL_filter] + or: [zksync_RouterDailyTVL_filter] } -enum mainnet_RouterDailyTVL_orderBy { +enum zksync_RouterDailyTVL_orderBy { id router router__id @@ -101686,26 +103497,26 @@ enum mainnet_RouterDailyTVL_orderBy { balance } -type mainnet_RouterLiquidityEvent { +type zksync_RouterLiquidityEvent { id: ID! - type: mainnet_RouterLiquidityEventType - router: mainnet_Router! - asset: mainnet_Asset! + type: zksync_RouterLiquidityEventType + router: zksync_Router! + asset: zksync_Asset! amount: BigInt! balance: BigInt! - caller: mainnet_Bytes + caller: zksync_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mainnet_Bytes! + transactionHash: zksync_Bytes! nonce: BigInt! } -enum mainnet_RouterLiquidityEventType { +enum zksync_RouterLiquidityEventType { Add Remove } -input mainnet_RouterLiquidityEvent_filter { +input zksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -101714,10 +103525,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: zksync_RouterLiquidityEventType + type_not: zksync_RouterLiquidityEventType + type_in: [zksync_RouterLiquidityEventType!] + type_not_in: [zksync_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -101738,7 +103549,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -101759,7 +103570,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_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -101776,16 +103587,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: 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 @@ -101802,16 +103613,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: 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 @@ -101821,12 +103632,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: zksync_BlockChangedFilter + and: [zksync_RouterLiquidityEvent_filter] + or: [zksync_RouterLiquidityEvent_filter] } -enum mainnet_RouterLiquidityEvent_orderBy { +enum zksync_RouterLiquidityEvent_orderBy { id type router @@ -101855,7 +103666,7 @@ enum mainnet_RouterLiquidityEvent_orderBy { nonce } -input mainnet_Router_filter { +input zksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -101868,36 +103679,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: 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 @@ -101906,14 +103717,14 @@ input mainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mainnet_AssetBalance_filter + assetBalances_: zksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Router_filter] - or: [mainnet_Router_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Router_filter] + or: [zksync_Router_filter] } -enum mainnet_Router_orderBy { +enum zksync_Router_orderBy { id isActive owner @@ -101923,13 +103734,13 @@ enum mainnet_Router_orderBy { assetBalances } -type mainnet_Sequencer { +type zksync_Sequencer { id: ID! isActive: Boolean! - sequencer: mainnet_Bytes + sequencer: zksync_Bytes } -input mainnet_Sequencer_filter { +input zksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -101942,35 +103753,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: 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: mainnet_BlockChangedFilter - and: [mainnet_Sequencer_filter] - or: [mainnet_Sequencer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Sequencer_filter] + or: [zksync_Sequencer_filter] } -enum mainnet_Sequencer_orderBy { +enum zksync_Sequencer_orderBy { id isActive sequencer } -type mainnet_Setting { +type zksync_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mainnet_Bytes! + caller: zksync_Bytes! } -input mainnet_Setting_filter { +input zksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -101987,41 +103798,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: 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: mainnet_BlockChangedFilter - and: [mainnet_Setting_filter] - or: [mainnet_Setting_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Setting_filter] + or: [zksync_Setting_filter] } -enum mainnet_Setting_orderBy { +enum zksync_Setting_orderBy { id maxRoutersPerTransfer caller } -type mainnet_SlippageUpdate { +type zksync_SlippageUpdate { id: ID! - transfer: mainnet_DestinationTransfer! + transfer: zksync_DestinationTransfer! slippage: BigInt! - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_SlippageUpdate_filter { +input zksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -102050,7 +103861,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_: zksync_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -102059,26 +103870,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: 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 @@ -102112,12 +103923,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: zksync_BlockChangedFilter + and: [zksync_SlippageUpdate_filter] + or: [zksync_SlippageUpdate_filter] } -enum mainnet_SlippageUpdate_orderBy { +enum zksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -102165,16 +103976,16 @@ enum mainnet_SlippageUpdate_orderBy { blockNumber } -type mainnet_SnapshotRoot { +type zksync_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mainnet_Bytes! + root: zksync_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mainnet_SnapshotRoot_filter { +input zksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -102191,16 +104002,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: 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 @@ -102226,12 +104037,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: zksync_BlockChangedFilter + and: [zksync_SnapshotRoot_filter] + or: [zksync_SnapshotRoot_filter] } -enum mainnet_SnapshotRoot_orderBy { +enum zksync_SnapshotRoot_orderBy { id spokeDomain root @@ -102240,12 +104051,12 @@ enum mainnet_SnapshotRoot_orderBy { blockNumber } -type mainnet_SpokeConnectorMode { +type zksync_SpokeConnectorMode { id: ID! mode: String! } -input mainnet_SpokeConnectorMode_filter { +input zksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -102275,17 +104086,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: zksync_BlockChangedFilter + and: [zksync_SpokeConnectorMode_filter] + or: [zksync_SpokeConnectorMode_filter] } -enum mainnet_SpokeConnectorMode_orderBy { +enum zksync_SpokeConnectorMode_orderBy { id mode } -enum mainnet_TransferStatus { +enum zksync_TransferStatus { XCalled Executed Reconciled @@ -102293,15 +104104,42 @@ enum mainnet_TransferStatus { CompletedFast } -type base_AggregateRoot { +type zksync__Block_ { + """The hash of the block""" + hash: zksync_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: zksync_Bytes +} + +"""The type for the top-level _meta field""" +type zksync__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: zksync__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mantle_AggregateRoot { id: ID! - root: base_Bytes! + root: mantle_Bytes! blockNumber: BigInt! } -type base_AggregateRootProposed { +type mantle_AggregateRootProposed { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: mantle_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -102309,7 +104147,7 @@ type base_AggregateRootProposed { blockNumber: BigInt } -input base_AggregateRootProposed_filter { +input mantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -102318,16 +104156,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: 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 @@ -102369,12 +104207,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: mantle_BlockChangedFilter + and: [mantle_AggregateRootProposed_filter] + or: [mantle_AggregateRootProposed_filter] } -enum base_AggregateRootProposed_orderBy { +enum mantle_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -102384,7 +104222,7 @@ enum base_AggregateRootProposed_orderBy { blockNumber } -input base_AggregateRoot_filter { +input mantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -102393,16 +104231,290 @@ 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: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_AggregateRoot_filter] + or: [mantle_AggregateRoot_filter] +} + +enum mantle_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum mantle_Aggregation_interval { + hour + day +} + +type mantle_Asset { + id: ID! + key: mantle_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: mantle_Bytes + canonicalDomain: BigInt + adoptedAsset: mantle_Bytes + localAsset: mantle_Bytes + blockNumber: BigInt + status: mantle_AssetStatus +} + +type mantle_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: mantle_Router! + asset: mantle_Asset! + feesEarned: BigInt! +} + +input mantle_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_: mantle_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mantle_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_AssetBalance_filter] + or: [mantle_AssetBalance_filter] +} + +enum 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 +} + +type mantle_AssetStatus { + id: ID! + status: Boolean +} + +input mantle_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: mantle_BlockChangedFilter + and: [mantle_AssetStatus_filter] + or: [mantle_AssetStatus_filter] +} + +enum mantle_AssetStatus_orderBy { + id + status +} + +input mantle_Asset_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + key: mantle_Bytes + key_not: mantle_Bytes + key_gt: mantle_Bytes + key_lt: mantle_Bytes + key_gte: mantle_Bytes + key_lte: mantle_Bytes + key_in: [mantle_Bytes!] + key_not_in: [mantle_Bytes!] + key_contains: mantle_Bytes + key_not_contains: mantle_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: mantle_Bytes + canonicalId_not: mantle_Bytes + canonicalId_gt: mantle_Bytes + canonicalId_lt: mantle_Bytes + canonicalId_gte: mantle_Bytes + canonicalId_lte: mantle_Bytes + canonicalId_in: [mantle_Bytes!] + canonicalId_not_in: [mantle_Bytes!] + canonicalId_contains: mantle_Bytes + canonicalId_not_contains: mantle_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: mantle_Bytes + adoptedAsset_not: mantle_Bytes + adoptedAsset_gt: mantle_Bytes + adoptedAsset_lt: mantle_Bytes + adoptedAsset_gte: mantle_Bytes + adoptedAsset_lte: mantle_Bytes + adoptedAsset_in: [mantle_Bytes!] + adoptedAsset_not_in: [mantle_Bytes!] + adoptedAsset_contains: mantle_Bytes + adoptedAsset_not_contains: mantle_Bytes + localAsset: mantle_Bytes + localAsset_not: mantle_Bytes + localAsset_gt: mantle_Bytes + localAsset_lt: mantle_Bytes + localAsset_gte: mantle_Bytes + localAsset_lte: mantle_Bytes + localAsset_in: [mantle_Bytes!] + localAsset_not_in: [mantle_Bytes!] + localAsset_contains: mantle_Bytes + localAsset_not_contains: mantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -102411,48 +104523,183 @@ input base_AggregateRoot_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_: mantle_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_Asset_filter] + or: [mantle_Asset_filter] +} + +enum mantle_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar mantle_BigDecimal + +input mantle_BlockChangedFilter { + number_gte: Int! +} + +input mantle_Block_height { + hash: mantle_Bytes + number: Int + number_gte: Int +} + +scalar mantle_Bytes + +type mantle_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: mantle_Bytes + rootManager: mantle_Bytes + mirrorConnector: mantle_Bytes +} + +input mantle_ConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mantle_Bytes + amb_not: mantle_Bytes + amb_gt: mantle_Bytes + amb_lt: mantle_Bytes + amb_gte: mantle_Bytes + amb_lte: mantle_Bytes + amb_in: [mantle_Bytes!] + amb_not_in: [mantle_Bytes!] + amb_contains: mantle_Bytes + amb_not_contains: mantle_Bytes + rootManager: mantle_Bytes + rootManager_not: mantle_Bytes + rootManager_gt: mantle_Bytes + rootManager_lt: mantle_Bytes + rootManager_gte: mantle_Bytes + rootManager_lte: mantle_Bytes + rootManager_in: [mantle_Bytes!] + rootManager_not_in: [mantle_Bytes!] + rootManager_contains: mantle_Bytes + rootManager_not_contains: mantle_Bytes + mirrorConnector: mantle_Bytes + mirrorConnector_not: mantle_Bytes + mirrorConnector_gt: mantle_Bytes + mirrorConnector_lt: mantle_Bytes + mirrorConnector_gte: mantle_Bytes + mirrorConnector_lte: mantle_Bytes + mirrorConnector_in: [mantle_Bytes!] + mirrorConnector_not_in: [mantle_Bytes!] + mirrorConnector_contains: mantle_Bytes + mirrorConnector_not_contains: mantle_Bytes """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_AggregateRoot_filter] - or: [base_AggregateRoot_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_ConnectorMeta_filter] + or: [mantle_ConnectorMeta_filter] } -enum base_AggregateRoot_orderBy { +enum mantle_ConnectorMeta_orderBy { id - root - blockNumber -} - -enum base_Aggregation_interval { - hour - day + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_Asset { +type mantle_DestinationTransfer { id: ID! - key: base_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: base_Bytes + chainId: BigInt + transferId: mantle_Bytes + nonce: BigInt + status: mantle_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mantle_Router_orderBy, orderDirection: mantle_OrderDirection, where: mantle_Router_filter): [mantle_Router!] + originDomain: BigInt + destinationDomain: BigInt canonicalDomain: BigInt - adoptedAsset: base_Bytes - localAsset: base_Bytes - blockNumber: BigInt - status: base_AssetStatus -} - -type base_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: base_Router! - asset: base_Asset! - feesEarned: BigInt! + to: mantle_Bytes + delegate: mantle_Bytes + receiveLocal: Boolean + callData: mantle_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: mantle_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: mantle_Bytes + asset: mantle_Asset + amount: BigInt + routersFee: BigInt + executedCaller: mantle_Bytes + executedTransactionHash: mantle_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: mantle_Bytes + executedTxNonce: BigInt + reconciledCaller: mantle_Bytes + reconciledTransactionHash: mantle_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: mantle_Bytes + reconciledTxNonce: BigInt } -input base_AssetBalance_filter { +input mantle_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -102461,59 +104708,153 @@ input base_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_: base_Router_filter + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: mantle_Bytes + transferId_not: mantle_Bytes + transferId_gt: mantle_Bytes + transferId_lt: mantle_Bytes + transferId_gte: mantle_Bytes + transferId_lte: mantle_Bytes + transferId_in: [mantle_Bytes!] + transferId_not_in: [mantle_Bytes!] + transferId_contains: mantle_Bytes + transferId_not_contains: mantle_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: mantle_TransferStatus + status_not: mantle_TransferStatus + status_in: [mantle_TransferStatus!] + status_not_in: [mantle_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: mantle_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: mantle_Bytes + to_not: mantle_Bytes + to_gt: mantle_Bytes + to_lt: mantle_Bytes + to_gte: mantle_Bytes + to_lte: mantle_Bytes + to_in: [mantle_Bytes!] + to_not_in: [mantle_Bytes!] + to_contains: mantle_Bytes + to_not_contains: mantle_Bytes + delegate: mantle_Bytes + delegate_not: mantle_Bytes + delegate_gt: mantle_Bytes + delegate_lt: mantle_Bytes + delegate_gte: mantle_Bytes + delegate_lte: mantle_Bytes + delegate_in: [mantle_Bytes!] + delegate_not_in: [mantle_Bytes!] + delegate_contains: mantle_Bytes + delegate_not_contains: mantle_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: mantle_Bytes + callData_not: mantle_Bytes + callData_gt: mantle_Bytes + callData_lt: mantle_Bytes + callData_gte: mantle_Bytes + callData_lte: mantle_Bytes + callData_in: [mantle_Bytes!] + callData_not_in: [mantle_Bytes!] + callData_contains: mantle_Bytes + callData_not_contains: mantle_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: mantle_Bytes + originSender_not: mantle_Bytes + originSender_gt: mantle_Bytes + originSender_lt: mantle_Bytes + originSender_gte: mantle_Bytes + originSender_lte: mantle_Bytes + originSender_in: [mantle_Bytes!] + originSender_not_in: [mantle_Bytes!] + originSender_contains: mantle_Bytes + originSender_not_contains: mantle_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: mantle_Bytes + canonicalId_not: mantle_Bytes + canonicalId_gt: mantle_Bytes + canonicalId_lt: mantle_Bytes + canonicalId_gte: mantle_Bytes + canonicalId_lte: mantle_Bytes + canonicalId_in: [mantle_Bytes!] + canonicalId_not_in: [mantle_Bytes!] + canonicalId_contains: mantle_Bytes + canonicalId_not_contains: mantle_Bytes asset: String asset_not: String asset_gt: String @@ -102534,34 +104875,189 @@ input base_AssetBalance_filter { 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!] + asset_: mantle_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: mantle_Bytes + executedCaller_not: mantle_Bytes + executedCaller_gt: mantle_Bytes + executedCaller_lt: mantle_Bytes + executedCaller_gte: mantle_Bytes + executedCaller_lte: mantle_Bytes + executedCaller_in: [mantle_Bytes!] + executedCaller_not_in: [mantle_Bytes!] + executedCaller_contains: mantle_Bytes + executedCaller_not_contains: mantle_Bytes + executedTransactionHash: mantle_Bytes + executedTransactionHash_not: mantle_Bytes + executedTransactionHash_gt: mantle_Bytes + executedTransactionHash_lt: mantle_Bytes + executedTransactionHash_gte: mantle_Bytes + executedTransactionHash_lte: mantle_Bytes + executedTransactionHash_in: [mantle_Bytes!] + executedTransactionHash_not_in: [mantle_Bytes!] + executedTransactionHash_contains: mantle_Bytes + executedTransactionHash_not_contains: mantle_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: mantle_Bytes + executedTxOrigin_not: mantle_Bytes + executedTxOrigin_gt: mantle_Bytes + executedTxOrigin_lt: mantle_Bytes + executedTxOrigin_gte: mantle_Bytes + executedTxOrigin_lte: mantle_Bytes + executedTxOrigin_in: [mantle_Bytes!] + executedTxOrigin_not_in: [mantle_Bytes!] + executedTxOrigin_contains: mantle_Bytes + executedTxOrigin_not_contains: mantle_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: mantle_Bytes + reconciledCaller_not: mantle_Bytes + reconciledCaller_gt: mantle_Bytes + reconciledCaller_lt: mantle_Bytes + reconciledCaller_gte: mantle_Bytes + reconciledCaller_lte: mantle_Bytes + reconciledCaller_in: [mantle_Bytes!] + reconciledCaller_not_in: [mantle_Bytes!] + reconciledCaller_contains: mantle_Bytes + reconciledCaller_not_contains: mantle_Bytes + reconciledTransactionHash: mantle_Bytes + reconciledTransactionHash_not: mantle_Bytes + reconciledTransactionHash_gt: mantle_Bytes + reconciledTransactionHash_lt: mantle_Bytes + reconciledTransactionHash_gte: mantle_Bytes + reconciledTransactionHash_lte: mantle_Bytes + reconciledTransactionHash_in: [mantle_Bytes!] + reconciledTransactionHash_not_in: [mantle_Bytes!] + reconciledTransactionHash_contains: mantle_Bytes + reconciledTransactionHash_not_contains: mantle_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: mantle_Bytes + reconciledTxOrigin_not: mantle_Bytes + reconciledTxOrigin_gt: mantle_Bytes + reconciledTxOrigin_lt: mantle_Bytes + reconciledTxOrigin_gte: mantle_Bytes + reconciledTxOrigin_lte: mantle_Bytes + reconciledTxOrigin_in: [mantle_Bytes!] + reconciledTxOrigin_not_in: [mantle_Bytes!] + reconciledTxOrigin_contains: mantle_Bytes + reconciledTxOrigin_not_contains: mantle_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_AssetBalance_filter] - or: [base_AssetBalance_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_DestinationTransfer_filter] + or: [mantle_DestinationTransfer_filter] } -enum base_AssetBalance_orderBy { +enum mantle_DestinationTransfer_orderBy { id - amount - locked - supplied - removed - 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 @@ -102572,39 +105068,40 @@ enum base_AssetBalance_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - feesEarned + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type base_AssetStatus { - id: ID! - status: Boolean -} +""" +8 bytes signed integer -input base_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: base_BlockChangedFilter - and: [base_AssetStatus_filter] - or: [base_AssetStatus_filter] -} +""" +scalar mantle_Int8 -enum base_AssetStatus_orderBy { - id - status +type mantle_OptimisticRootFinalized { + id: ID! + aggregateRoot: mantle_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input base_Asset_filter { +input mantle_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -102613,70 +105110,24 @@ 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 - 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 + aggregateRoot: mantle_Bytes + aggregateRoot_not: mantle_Bytes + aggregateRoot_gt: mantle_Bytes + aggregateRoot_lt: mantle_Bytes + aggregateRoot_gte: mantle_Bytes + aggregateRoot_lte: mantle_Bytes + aggregateRoot_in: [mantle_Bytes!] + aggregateRoot_not_in: [mantle_Bytes!] + aggregateRoot_contains: mantle_Bytes + aggregateRoot_not_contains: mantle_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -102685,72 +105136,39 @@ input base_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_: base_AssetStatus_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Asset_filter] - or: [base_Asset_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OptimisticRootFinalized_filter] + or: [mantle_OptimisticRootFinalized_filter] } -enum base_Asset_orderBy { +enum mantle_OptimisticRootFinalized_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset + aggregateRoot + timestamp blockNumber - status - status__id - status__status -} - -scalar base_BigDecimal - -input base_BlockChangedFilter { - number_gte: Int! } -input base_Block_height { - hash: base_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum mantle_OrderDirection { + asc + desc } -scalar base_Bytes - -type base_ConnectorMeta { +type mantle_OriginMessage { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: base_Bytes - rootManager: base_Bytes - mirrorConnector: base_Bytes + transferId: mantle_Bytes + destinationDomain: BigInt + leaf: mantle_Bytes + index: BigInt + message: mantle_Bytes + root: mantle_Bytes + transactionHash: mantle_Bytes + blockNumber: BigInt + rootCount: mantle_RootCount } -input base_ConnectorMeta_filter { +input mantle_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -102759,109 +105177,158 @@ input base_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: 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 + transferId: mantle_Bytes + transferId_not: mantle_Bytes + transferId_gt: mantle_Bytes + transferId_lt: mantle_Bytes + transferId_gte: mantle_Bytes + transferId_lte: mantle_Bytes + transferId_in: [mantle_Bytes!] + transferId_not_in: [mantle_Bytes!] + transferId_contains: mantle_Bytes + transferId_not_contains: mantle_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: mantle_Bytes + leaf_not: mantle_Bytes + leaf_gt: mantle_Bytes + leaf_lt: mantle_Bytes + leaf_gte: mantle_Bytes + leaf_lte: mantle_Bytes + leaf_in: [mantle_Bytes!] + leaf_not_in: [mantle_Bytes!] + leaf_contains: mantle_Bytes + leaf_not_contains: mantle_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: mantle_Bytes + message_not: mantle_Bytes + message_gt: mantle_Bytes + message_lt: mantle_Bytes + message_gte: mantle_Bytes + message_lte: mantle_Bytes + message_in: [mantle_Bytes!] + message_not_in: [mantle_Bytes!] + message_contains: mantle_Bytes + message_not_contains: mantle_Bytes + root: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: mantle_RootCount_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_ConnectorMeta_filter] - or: [base_ConnectorMeta_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OriginMessage_filter] + or: [mantle_OriginMessage_filter] } -enum base_ConnectorMeta_orderBy { +enum mantle_OriginMessage_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type base_DestinationTransfer { +type mantle_OriginTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: mantle_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: mantle_TransferStatus + messageHash: mantle_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: base_Bytes - delegate: base_Bytes + to: mantle_Bytes + delegate: mantle_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: mantle_Bytes slippage: BigInt - bumpSlippageCount: BigInt - originSender: base_Bytes + originSender: mantle_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 + canonicalId: mantle_Bytes + asset: mantle_Asset + transactingAsset: mantle_Bytes + message: mantle_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mantle_RelayerFee_orderBy, orderDirection: mantle_OrderDirection, where: mantle_RelayerFee_filter): [mantle_RelayerFee!] + initialRelayerFeeAsset: mantle_Bytes + caller: mantle_Bytes + transactionHash: mantle_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: mantle_Bytes + txNonce: BigInt } -input base_DestinationTransfer_filter { +input mantle_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -102878,16 +105345,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: 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 @@ -102896,17 +105363,20 @@ 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!] - 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 + 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 @@ -102918,53 +105388,53 @@ input base_DestinationTransfer_filter { 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: mantle_Bytes + to_not: mantle_Bytes + to_gt: mantle_Bytes + to_lt: mantle_Bytes + to_gte: mantle_Bytes + to_lte: mantle_Bytes + to_in: [mantle_Bytes!] + to_not_in: [mantle_Bytes!] + to_contains: mantle_Bytes + to_not_contains: mantle_Bytes + delegate: mantle_Bytes + delegate_not: mantle_Bytes + delegate_gt: mantle_Bytes + delegate_lt: mantle_Bytes + delegate_gte: mantle_Bytes + delegate_lte: mantle_Bytes + delegate_in: [mantle_Bytes!] + delegate_not_in: [mantle_Bytes!] + delegate_contains: mantle_Bytes + delegate_not_contains: mantle_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: 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: 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 @@ -102973,24 +105443,16 @@ input base_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: 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: 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 @@ -103007,16 +105469,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: 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 @@ -103037,233 +105499,309 @@ input base_DestinationTransfer_filter { 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!] + asset_: mantle_Asset_filter + transactingAsset: mantle_Bytes + transactingAsset_not: mantle_Bytes + transactingAsset_gt: mantle_Bytes + transactingAsset_lt: mantle_Bytes + transactingAsset_gte: mantle_Bytes + transactingAsset_lte: mantle_Bytes + transactingAsset_in: [mantle_Bytes!] + transactingAsset_not_in: [mantle_Bytes!] + transactingAsset_contains: mantle_Bytes + transactingAsset_not_contains: mantle_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: mantle_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: mantle_RelayerFee_filter + initialRelayerFeeAsset: mantle_Bytes + initialRelayerFeeAsset_not: mantle_Bytes + initialRelayerFeeAsset_gt: mantle_Bytes + initialRelayerFeeAsset_lt: mantle_Bytes + initialRelayerFeeAsset_gte: mantle_Bytes + initialRelayerFeeAsset_lte: mantle_Bytes + initialRelayerFeeAsset_in: [mantle_Bytes!] + initialRelayerFeeAsset_not_in: [mantle_Bytes!] + initialRelayerFeeAsset_contains: mantle_Bytes + initialRelayerFeeAsset_not_contains: mantle_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes + 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: mantle_Bytes + txOrigin_not: mantle_Bytes + txOrigin_gt: mantle_Bytes + txOrigin_lt: mantle_Bytes + txOrigin_gte: mantle_Bytes + txOrigin_lte: mantle_Bytes + txOrigin_in: [mantle_Bytes!] + txOrigin_not_in: [mantle_Bytes!] + txOrigin_contains: mantle_Bytes + txOrigin_not_contains: mantle_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_DestinationTransfer_filter] - or: [base_DestinationTransfer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OriginTransfer_filter] + or: [mantle_OriginTransfer_filter] } -enum base_DestinationTransfer_orderBy { +enum mantle_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 mantle_Relayer { + id: ID! + isActive: Boolean! + relayer: mantle_Bytes +} + +type mantle_RelayerFee { + id: ID! + transfer: mantle_OriginTransfer! + fee: BigInt! + asset: mantle_Bytes! +} + +input mantle_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_: mantle_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: 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: mantle_BlockChangedFilter + and: [mantle_RelayerFee_filter] + or: [mantle_RelayerFee_filter] +} + +enum mantle_RelayerFee_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee asset - asset__id - asset__key - asset__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 base_Int8 - -type base_OptimisticRootFinalized { +type mantle_RelayerFeesIncrease { id: ID! - aggregateRoot: base_Bytes! + transfer: mantle_OriginTransfer! + increase: BigInt + asset: mantle_Bytes + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input base_OptimisticRootFinalized_filter { +input mantle_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -103272,16 +105810,65 @@ 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 + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: mantle_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: mantle_Bytes + asset_not: mantle_Bytes + asset_gt: mantle_Bytes + asset_lt: mantle_Bytes + asset_gte: mantle_Bytes + asset_lte: mantle_Bytes + asset_in: [mantle_Bytes!] + asset_not_in: [mantle_Bytes!] + asset_contains: mantle_Bytes + asset_not_contains: mantle_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103290,6 +105877,22 @@ input base_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -103299,38 +105902,136 @@ 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: mantle_BlockChangedFilter + and: [mantle_RelayerFeesIncrease_filter] + or: [mantle_RelayerFeesIncrease_filter] } -enum base_OptimisticRootFinalized_orderBy { +enum mantle_RelayerFeesIncrease_orderBy { id - aggregateRoot + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -"""Defines the order direction, either ascending or descending""" -enum base_OrderDirection { - asc - desc +input mantle_Relayer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: mantle_Bytes + relayer_not: mantle_Bytes + relayer_gt: mantle_Bytes + relayer_lt: mantle_Bytes + relayer_gte: mantle_Bytes + relayer_lte: mantle_Bytes + relayer_in: [mantle_Bytes!] + relayer_not_in: [mantle_Bytes!] + relayer_contains: mantle_Bytes + relayer_not_contains: mantle_Bytes + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_Relayer_filter] + or: [mantle_Relayer_filter] } -type base_OriginMessage { +enum mantle_Relayer_orderBy { + id + isActive + relayer +} + +type mantle_RootCount { id: ID! - transferId: base_Bytes - destinationDomain: BigInt - leaf: base_Bytes - index: BigInt - message: base_Bytes - root: base_Bytes - transactionHash: base_Bytes + count: BigInt +} + +input mantle_RootCount_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_RootCount_filter] + or: [mantle_RootCount_filter] +} + +enum mantle_RootCount_orderBy { + id + count +} + +type mantle_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: mantle_Bytes + count: BigInt + caller: mantle_Bytes + transactionHash: mantle_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt - rootCount: base_RootCount } -input base_OriginMessage_filter { +input mantle_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -103339,72 +106040,84 @@ 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 - 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -103413,84 +106126,45 @@ input base_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_: base_RootCount_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginMessage_filter] - or: [base_OriginMessage_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RootMessageSent_filter] + or: [mantle_RootMessageSent_filter] } -enum base_OriginMessage_orderBy { +enum mantle_RootMessageSent_orderBy { id - transferId - destinationDomain - leaf - index - message + spokeDomain + hubDomain root + count + caller transactionHash + timestamp + gasPrice + gasLimit blockNumber - rootCount - rootCount__id - rootCount__count } -type base_OriginTransfer { +type mantle_Router { + id: ID! + isActive: Boolean! + owner: mantle_Bytes + recipient: mantle_Bytes + proposedOwner: mantle_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mantle_AssetBalance_orderBy, orderDirection: mantle_OrderDirection, where: mantle_AssetBalance_filter): [mantle_AssetBalance!]! +} + +type mantle_RouterDailyTVL { id: ID! - 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 + router: mantle_Router! + asset: mantle_Asset! + timestamp: BigInt! + balance: BigInt! } -input base_OriginTransfer_filter { +input mantle_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -103499,148 +106173,27 @@ input base_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: base_Bytes - transferId_not: base_Bytes - transferId_gt: base_Bytes - transferId_lt: base_Bytes - transferId_gte: base_Bytes - transferId_lte: base_Bytes - transferId_in: [base_Bytes!] - transferId_not_in: [base_Bytes!] - transferId_contains: base_Bytes - transferId_not_contains: base_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: base_TransferStatus - status_not: base_TransferStatus - status_in: [base_TransferStatus!] - status_not_in: [base_TransferStatus!] - messageHash: base_Bytes - messageHash_not: base_Bytes - messageHash_gt: base_Bytes - messageHash_lt: base_Bytes - messageHash_gte: base_Bytes - messageHash_lte: base_Bytes - messageHash_in: [base_Bytes!] - messageHash_not_in: [base_Bytes!] - messageHash_contains: base_Bytes - messageHash_not_contains: base_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: base_Bytes - to_not: base_Bytes - to_gt: base_Bytes - to_lt: base_Bytes - to_gte: base_Bytes - to_lte: base_Bytes - to_in: [base_Bytes!] - to_not_in: [base_Bytes!] - to_contains: base_Bytes - to_not_contains: base_Bytes - delegate: base_Bytes - delegate_not: base_Bytes - delegate_gt: base_Bytes - delegate_lt: base_Bytes - delegate_gte: base_Bytes - delegate_lte: base_Bytes - delegate_in: [base_Bytes!] - delegate_not_in: [base_Bytes!] - delegate_contains: base_Bytes - delegate_not_contains: base_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: base_Bytes - callData_not: base_Bytes - callData_gt: base_Bytes - callData_lt: base_Bytes - callData_gte: base_Bytes - callData_lte: base_Bytes - callData_in: [base_Bytes!] - callData_not_in: [base_Bytes!] - callData_contains: base_Bytes - callData_not_contains: base_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: base_Bytes - originSender_not: base_Bytes - originSender_gt: base_Bytes - originSender_lt: base_Bytes - originSender_gte: base_Bytes - originSender_lte: base_Bytes - originSender_in: [base_Bytes!] - originSender_not_in: [base_Bytes!] - originSender_contains: base_Bytes - originSender_not_contains: base_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: base_Bytes - canonicalId_not: base_Bytes - canonicalId_gt: base_Bytes - canonicalId_lt: base_Bytes - canonicalId_gte: base_Bytes - canonicalId_lte: base_Bytes - canonicalId_in: [base_Bytes!] - canonicalId_not_in: [base_Bytes!] - canonicalId_contains: base_Bytes - canonicalId_not_contains: base_Bytes + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -103661,83 +106214,7 @@ 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 - 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 + asset_: mantle_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103746,22 +106223,143 @@ input base_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_RouterDailyTVL_filter] + or: [mantle_RouterDailyTVL_filter] +} + +enum mantle_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type mantle_RouterLiquidityEvent { + id: ID! + type: mantle_RouterLiquidityEventType + router: mantle_Router! + asset: mantle_Asset! + amount: BigInt! + balance: BigInt! + caller: mantle_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: mantle_Bytes! + nonce: BigInt! +} + +enum mantle_RouterLiquidityEventType { + Add + Remove +} + +input mantle_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: mantle_RouterLiquidityEventType + type_not: mantle_RouterLiquidityEventType + type_in: [mantle_RouterLiquidityEventType!] + type_not_in: [mantle_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mantle_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mantle_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -103770,49 +106368,48 @@ 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 - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginTransfer_filter] - or: [base_OriginTransfer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RouterLiquidityEvent_filter] + or: [mantle_RouterLiquidityEvent_filter] } -enum base_OriginTransfer_orderBy { +enum mantle_RouterLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -103823,44 +106420,131 @@ enum base_OriginTransfer_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset + amount + balance caller - transactionHash - timestamp - gasPrice - gasLimit blockNumber - txOrigin - txNonce + timestamp + transactionHash + nonce } -type base_Relayer { +input mantle_Router_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: mantle_Bytes + owner_not: mantle_Bytes + owner_gt: mantle_Bytes + owner_lt: mantle_Bytes + owner_gte: mantle_Bytes + owner_lte: mantle_Bytes + owner_in: [mantle_Bytes!] + owner_not_in: [mantle_Bytes!] + owner_contains: mantle_Bytes + owner_not_contains: mantle_Bytes + recipient: mantle_Bytes + recipient_not: mantle_Bytes + recipient_gt: mantle_Bytes + recipient_lt: mantle_Bytes + recipient_gte: mantle_Bytes + recipient_lte: mantle_Bytes + recipient_in: [mantle_Bytes!] + recipient_not_in: [mantle_Bytes!] + recipient_contains: mantle_Bytes + recipient_not_contains: mantle_Bytes + proposedOwner: mantle_Bytes + proposedOwner_not: mantle_Bytes + proposedOwner_gt: mantle_Bytes + proposedOwner_lt: mantle_Bytes + proposedOwner_gte: mantle_Bytes + proposedOwner_lte: mantle_Bytes + proposedOwner_in: [mantle_Bytes!] + proposedOwner_not_in: [mantle_Bytes!] + proposedOwner_contains: mantle_Bytes + proposedOwner_not_contains: mantle_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: mantle_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_Router_filter] + or: [mantle_Router_filter] +} + +enum mantle_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type mantle_Sequencer { id: ID! isActive: Boolean! - relayer: base_Bytes + sequencer: mantle_Bytes } -type base_RelayerFee { +input mantle_Sequencer_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: mantle_Bytes + sequencer_not: mantle_Bytes + sequencer_gt: mantle_Bytes + sequencer_lt: mantle_Bytes + sequencer_gte: mantle_Bytes + sequencer_lte: mantle_Bytes + sequencer_in: [mantle_Bytes!] + sequencer_not_in: [mantle_Bytes!] + sequencer_contains: mantle_Bytes + sequencer_not_contains: mantle_Bytes + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_Sequencer_filter] + or: [mantle_Sequencer_filter] +} + +enum mantle_Sequencer_orderBy { + id + isActive + sequencer +} + +type mantle_Setting { id: ID! - transfer: base_OriginTransfer! - fee: BigInt! - asset: base_Bytes! + maxRoutersPerTransfer: BigInt! + caller: mantle_Bytes! } -input base_RelayerFee_filter { +input mantle_Setting_filter { id: ID id_not: ID id_gt: ID @@ -103869,101 +106553,49 @@ input base_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_: base_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: base_Bytes - asset_not: base_Bytes - asset_gt: base_Bytes - asset_lt: base_Bytes - asset_gte: base_Bytes - asset_lte: base_Bytes - asset_in: [base_Bytes!] - asset_not_in: [base_Bytes!] - asset_contains: base_Bytes - asset_not_contains: base_Bytes + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RelayerFee_filter] - or: [base_RelayerFee_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Setting_filter] + or: [mantle_Setting_filter] } -enum base_RelayerFee_orderBy { +enum mantle_Setting_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + maxRoutersPerTransfer + caller } -type base_RelayerFeesIncrease { +type mantle_SlippageUpdate { id: ID! - transfer: base_OriginTransfer! - increase: BigInt - asset: base_Bytes - caller: base_Bytes! - transactionHash: base_Bytes! + transfer: mantle_DestinationTransfer! + slippage: BigInt! + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_RelayerFeesIncrease_filter { +input mantle_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -103992,45 +106624,35 @@ input base_RelayerFeesIncrease_filter { 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 + transfer_: mantle_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -104064,12 +106686,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: mantle_BlockChangedFilter + and: [mantle_SlippageUpdate_filter] + or: [mantle_SlippageUpdate_filter] } -enum base_RelayerFeesIncrease_orderBy { +enum mantle_SlippageUpdate_orderBy { id transfer transfer__id @@ -104077,7 +106699,6 @@ enum base_RelayerFeesIncrease_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -104086,23 +106707,30 @@ enum base_RelayerFeesIncrease_orderBy { transfer__receiveLocal transfer__callData transfer__slippage + transfer__bumpSlippageCount transfer__originSender transfer__bridgedAmt transfer__normalizedIn transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage caller transactionHash timestamp @@ -104111,7 +106739,16 @@ enum base_RelayerFeesIncrease_orderBy { blockNumber } -input base_Relayer_filter { +type mantle_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: mantle_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input mantle_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -104120,38 +106757,69 @@ input base_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Relayer_filter] - or: [base_Relayer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_SnapshotRoot_filter] + or: [mantle_SnapshotRoot_filter] } -enum base_Relayer_orderBy { +enum mantle_SnapshotRoot_orderBy { id - isActive - relayer + spokeDomain + root + count + timestamp + blockNumber } -type base_RootCount { +type mantle_SpokeConnectorMode { id: ID! - count: BigInt + mode: String! } -input base_RootCount_filter { +input mantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -104160,40 +106828,89 @@ input base_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RootCount_filter] - or: [base_RootCount_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_SpokeConnectorMode_filter] + or: [mantle_SpokeConnectorMode_filter] +} + +enum mantle_SpokeConnectorMode_orderBy { + id + mode +} + +enum mantle_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type mantle__Block_ { + """The hash of the block""" + hash: mantle_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: mantle_Bytes +} + +"""The type for the top-level _meta field""" +type mantle__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mantle__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum base_RootCount_orderBy { - id - count +type mainnet_AggregateRoot { + id: ID! + root: mainnet_Bytes! + blockNumber: BigInt! } -type base_RootMessageSent { +type mainnet_AggregateRootProposed { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: base_Bytes - count: BigInt - caller: base_Bytes - transactionHash: base_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + aggregateRoot: mainnet_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! blockNumber: BigInt } -input base_RootMessageSent_filter { +input mainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -104202,60 +106919,40 @@ input base_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: 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 + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -104264,22 +106961,6 @@ input base_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 @@ -104289,44 +106970,22 @@ input base_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RootMessageSent_filter] - or: [base_RootMessageSent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootProposed_filter] + or: [mainnet_AggregateRootProposed_filter] } -enum base_RootMessageSent_orderBy { +enum mainnet_AggregateRootProposed_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - gasPrice - gasLimit blockNumber } -type base_Router { - id: ID! - isActive: Boolean! - owner: base_Bytes - recipient: base_Bytes - proposedOwner: base_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: base_AssetBalance_orderBy, orderDirection: base_OrderDirection, where: base_AssetBalance_filter): [base_AssetBalance!]! -} - -type base_RouterDailyTVL { - id: ID! - router: base_Router! - asset: base_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input base_RouterDailyTVL_filter { +input mainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -104335,113 +106994,61 @@ input base_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_: base_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: base_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RouterDailyTVL_filter] - or: [base_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRoot_filter] + or: [mainnet_AggregateRoot_filter] } -enum base_RouterDailyTVL_orderBy { +enum mainnet_AggregateRoot_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance + root + blockNumber } -type base_RouterLiquidityEvent { +type mainnet_Asset { id: ID! - type: base_RouterLiquidityEventType - router: base_Router! - asset: base_Asset! - amount: BigInt! - balance: BigInt! - caller: base_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: base_Bytes! - nonce: BigInt! + key: mainnet_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: mainnet_Bytes + canonicalDomain: BigInt + adoptedAsset: mainnet_Bytes + localAsset: mainnet_Bytes + blockNumber: BigInt + status: mainnet_AssetStatus } -enum base_RouterLiquidityEventType { - Add - Remove +type mainnet_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: mainnet_Router! + asset: mainnet_Asset! + feesEarned: BigInt! } -input base_RouterLiquidityEvent_filter { +input mainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -104450,10 +107057,38 @@ 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!] + 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 @@ -104474,7 +107109,7 @@ input base_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: base_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -104495,76 +107130,27 @@ input base_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + asset_: mainnet_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RouterLiquidityEvent_filter] - or: [base_RouterLiquidityEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetBalance_filter] + or: [mainnet_AssetBalance_filter] } -enum base_RouterLiquidityEvent_orderBy { +enum mainnet_AssetBalance_orderBy { id - type + amount + locked + supplied + removed router router__id router__isActive @@ -104582,16 +107168,15 @@ enum base_RouterLiquidityEvent_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber - timestamp - transactionHash - nonce + feesEarned } -input base_Router_filter { +type mainnet_AssetStatus { + id: ID! + status: Boolean +} + +input mainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -104600,72 +107185,22 @@ input base_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: 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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Router_filter] - or: [base_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetStatus_filter] + or: [mainnet_AssetStatus_filter] } -enum base_Router_orderBy { +enum mainnet_AssetStatus_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type base_Sequencer { - id: ID! - isActive: Boolean! - sequencer: base_Bytes + status } -input base_Sequencer_filter { +input mainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -104674,39 +107209,130 @@ input base_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: 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 + key: mainnet_Bytes + key_not: mainnet_Bytes + key_gt: mainnet_Bytes + key_lt: mainnet_Bytes + key_gte: mainnet_Bytes + key_lte: mainnet_Bytes + key_in: [mainnet_Bytes!] + key_not_in: [mainnet_Bytes!] + key_contains: mainnet_Bytes + key_not_contains: mainnet_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: mainnet_Bytes + adoptedAsset_not: mainnet_Bytes + adoptedAsset_gt: mainnet_Bytes + adoptedAsset_lt: mainnet_Bytes + adoptedAsset_gte: mainnet_Bytes + adoptedAsset_lte: mainnet_Bytes + adoptedAsset_in: [mainnet_Bytes!] + adoptedAsset_not_in: [mainnet_Bytes!] + adoptedAsset_contains: mainnet_Bytes + adoptedAsset_not_contains: mainnet_Bytes + localAsset: mainnet_Bytes + localAsset_not: mainnet_Bytes + localAsset_gt: mainnet_Bytes + localAsset_lt: mainnet_Bytes + localAsset_gte: mainnet_Bytes + localAsset_lte: mainnet_Bytes + localAsset_in: [mainnet_Bytes!] + localAsset_not_in: [mainnet_Bytes!] + localAsset_contains: mainnet_Bytes + localAsset_not_contains: mainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: mainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Sequencer_filter] - or: [base_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Asset_filter] + or: [mainnet_Asset_filter] } -enum base_Sequencer_orderBy { +enum mainnet_Asset_orderBy { id - isActive - sequencer + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type base_Setting { +type mainnet_ConnectorMeta { id: ID! - maxRoutersPerTransfer: BigInt! - caller: base_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: mainnet_Bytes + rootManager: mainnet_Bytes + mirrorConnector: mainnet_Bytes } -input base_Setting_filter { +input mainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -104715,49 +107341,109 @@ input base_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: 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: base_BlockChangedFilter - and: [base_Setting_filter] - or: [base_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ConnectorMeta_filter] + or: [mainnet_ConnectorMeta_filter] } -enum base_Setting_orderBy { +enum mainnet_ConnectorMeta_orderBy { id - maxRoutersPerTransfer - caller + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type base_SlippageUpdate { +type mainnet_DestinationTransfer { id: ID! - transfer: base_DestinationTransfer! - slippage: BigInt! - caller: base_Bytes! - transactionHash: base_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + chainId: BigInt + transferId: mainnet_Bytes + nonce: BigInt + status: mainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mainnet_Router_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_Router_filter): [mainnet_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: mainnet_Bytes + delegate: mainnet_Bytes + receiveLocal: Boolean + callData: mainnet_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: mainnet_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: mainnet_Bytes + asset: mainnet_Asset + amount: BigInt + routersFee: BigInt + executedCaller: mainnet_Bytes + executedTransactionHash: mainnet_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: mainnet_Bytes + executedTxNonce: BigInt + reconciledCaller: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: mainnet_Bytes + reconciledTxNonce: BigInt } -input base_SlippageUpdate_filter { +input mainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -104766,27 +107452,101 @@ input base_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_: base_DestinationTransfer_filter + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: mainnet_TransferStatus + status_not: mainnet_TransferStatus + status_in: [mainnet_TransferStatus!] + status_not_in: [mainnet_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: mainnet_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: mainnet_Bytes + to_not: mainnet_Bytes + to_gt: mainnet_Bytes + to_lt: mainnet_Bytes + to_gte: mainnet_Bytes + to_lte: mainnet_Bytes + to_in: [mainnet_Bytes!] + to_not_in: [mainnet_Bytes!] + to_contains: mainnet_Bytes + to_not_contains: mainnet_Bytes + delegate: mainnet_Bytes + delegate_not: mainnet_Bytes + delegate_gt: mainnet_Bytes + delegate_lt: mainnet_Bytes + delegate_gte: mainnet_Bytes + delegate_lte: mainnet_Bytes + delegate_in: [mainnet_Bytes!] + delegate_not_in: [mainnet_Bytes!] + delegate_contains: mainnet_Bytes + delegate_not_contains: mainnet_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: mainnet_Bytes + callData_not: mainnet_Bytes + callData_gt: mainnet_Bytes + callData_lt: mainnet_Bytes + callData_gte: mainnet_Bytes + callData_lte: mainnet_Bytes + callData_in: [mainnet_Bytes!] + callData_not_in: [mainnet_Bytes!] + callData_contains: mainnet_Bytes + callData_not_contains: mainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -104795,122 +107555,291 @@ 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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: mainnet_Bytes + originSender_not: mainnet_Bytes + originSender_gt: mainnet_Bytes + originSender_lt: mainnet_Bytes + originSender_gte: mainnet_Bytes + originSender_lte: mainnet_Bytes + originSender_in: [mainnet_Bytes!] + originSender_not_in: [mainnet_Bytes!] + originSender_contains: mainnet_Bytes + originSender_not_contains: mainnet_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mainnet_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: mainnet_Bytes + executedCaller_not: mainnet_Bytes + executedCaller_gt: mainnet_Bytes + executedCaller_lt: mainnet_Bytes + executedCaller_gte: mainnet_Bytes + executedCaller_lte: mainnet_Bytes + executedCaller_in: [mainnet_Bytes!] + executedCaller_not_in: [mainnet_Bytes!] + executedCaller_contains: mainnet_Bytes + executedCaller_not_contains: mainnet_Bytes + executedTransactionHash: mainnet_Bytes + executedTransactionHash_not: mainnet_Bytes + executedTransactionHash_gt: mainnet_Bytes + executedTransactionHash_lt: mainnet_Bytes + executedTransactionHash_gte: mainnet_Bytes + executedTransactionHash_lte: mainnet_Bytes + executedTransactionHash_in: [mainnet_Bytes!] + executedTransactionHash_not_in: [mainnet_Bytes!] + executedTransactionHash_contains: mainnet_Bytes + executedTransactionHash_not_contains: mainnet_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: mainnet_Bytes + executedTxOrigin_not: mainnet_Bytes + executedTxOrigin_gt: mainnet_Bytes + executedTxOrigin_lt: mainnet_Bytes + executedTxOrigin_gte: mainnet_Bytes + executedTxOrigin_lte: mainnet_Bytes + executedTxOrigin_in: [mainnet_Bytes!] + executedTxOrigin_not_in: [mainnet_Bytes!] + executedTxOrigin_contains: mainnet_Bytes + executedTxOrigin_not_contains: mainnet_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: mainnet_Bytes + reconciledCaller_not: mainnet_Bytes + reconciledCaller_gt: mainnet_Bytes + reconciledCaller_lt: mainnet_Bytes + reconciledCaller_gte: mainnet_Bytes + reconciledCaller_lte: mainnet_Bytes + reconciledCaller_in: [mainnet_Bytes!] + reconciledCaller_not_in: [mainnet_Bytes!] + reconciledCaller_contains: mainnet_Bytes + reconciledCaller_not_contains: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes + reconciledTransactionHash_not: mainnet_Bytes + reconciledTransactionHash_gt: mainnet_Bytes + reconciledTransactionHash_lt: mainnet_Bytes + reconciledTransactionHash_gte: mainnet_Bytes + reconciledTransactionHash_lte: mainnet_Bytes + reconciledTransactionHash_in: [mainnet_Bytes!] + reconciledTransactionHash_not_in: [mainnet_Bytes!] + reconciledTransactionHash_contains: mainnet_Bytes + reconciledTransactionHash_not_contains: mainnet_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin_not: mainnet_Bytes + reconciledTxOrigin_gt: mainnet_Bytes + reconciledTxOrigin_lt: mainnet_Bytes + reconciledTxOrigin_gte: mainnet_Bytes + reconciledTxOrigin_lte: mainnet_Bytes + reconciledTxOrigin_in: [mainnet_Bytes!] + reconciledTxOrigin_not_in: [mainnet_Bytes!] + reconciledTxOrigin_contains: mainnet_Bytes + reconciledTxOrigin_not_contains: mainnet_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SlippageUpdate_filter] - or: [base_SlippageUpdate_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_DestinationTransfer_filter] + or: [mainnet_DestinationTransfer_filter] } -enum base_SlippageUpdate_orderBy { +enum mainnet_DestinationTransfer_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type base_SnapshotRoot { +type mainnet_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt - root: base_Bytes! - count: BigInt! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input base_SnapshotRoot_filter { +input mainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -104919,32 +107848,16 @@ input base_SnapshotRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - root: base_Bytes - root_not: base_Bytes - root_gt: base_Bytes - root_lt: base_Bytes - root_gte: base_Bytes - root_lte: base_Bytes - root_in: [base_Bytes!] - root_not_in: [base_Bytes!] - root_contains: base_Bytes - root_not_contains: base_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + 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 @@ -104959,229 +107872,35 @@ input base_SnapshotRoot_filter { blockNumber_lt: BigInt blockNumber_gte: BigInt blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SnapshotRoot_filter] - or: [base_SnapshotRoot_filter] -} - -enum base_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type base_SpokeConnectorMode { - id: ID! - mode: String! -} - -input base_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: base_BlockChangedFilter - and: [base_SpokeConnectorMode_filter] - or: [base_SpokeConnectorMode_filter] -} - -enum base_SpokeConnectorMode_orderBy { - id - mode -} - -enum base_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type base__Block_ { - """The hash of the block""" - hash: base_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: base_Bytes -} - -"""The type for the top-level _meta field""" -type base__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: base__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar linea_swap_BigDecimal - -input linea_swap_BlockChangedFilter { - number_gte: Int! -} - -input linea_swap_Block_height { - hash: linea_swap_Bytes - number: Int - number_gte: Int -} - -scalar linea_swap_Bytes - -type linea_swap_LpAccount { - id: ID! - address: linea_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! -} - -type linea_swap_LpAccountBalance { - id: ID! - account: linea_swap_LpAccount! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: linea_swap_Bytes -} - -input linea_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: linea_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootFinalized_filter] + or: [mainnet_OptimisticRootFinalized_filter] } -enum linea_swap_LpAccountBalance_orderBy { +enum mainnet_OptimisticRootFinalized_orderBy { id - account - token - amount - block - modified - transaction + aggregateRoot + timestamp + blockNumber } -input linea_swap_LpAccount_filter { +type mainnet_OriginMessage { + id: ID! + transferId: mainnet_Bytes + destinationDomain: BigInt + leaf: mainnet_Bytes + index: BigInt + message: mainnet_Bytes + root: mainnet_Bytes + transactionHash: mainnet_Bytes + blockNumber: BigInt + rootCount: mainnet_RootCount +} + +input mainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -105190,45 +107909,158 @@ 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 + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: mainnet_Bytes + leaf_not: mainnet_Bytes + leaf_gt: mainnet_Bytes + leaf_lt: mainnet_Bytes + leaf_gte: mainnet_Bytes + leaf_lte: mainnet_Bytes + leaf_in: [mainnet_Bytes!] + leaf_not_in: [mainnet_Bytes!] + leaf_contains: mainnet_Bytes + leaf_not_contains: mainnet_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: mainnet_Bytes + message_not: mainnet_Bytes + message_gt: mainnet_Bytes + message_lt: mainnet_Bytes + message_gte: mainnet_Bytes + message_lte: mainnet_Bytes + message_in: [mainnet_Bytes!] + message_not_in: [mainnet_Bytes!] + message_contains: mainnet_Bytes + message_not_contains: mainnet_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: mainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginMessage_filter] + or: [mainnet_OriginMessage_filter] } -enum linea_swap_LpAccount_orderBy { +enum mainnet_OriginMessage_orderBy { id - address - balances -} - -type linea_swap_LpToken { - id: ID! - address: linea_swap_Bytes! - stableSwap: linea_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: linea_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface linea_swap_LpTokenEvent { +type mainnet_OriginTransfer { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: mainnet_Bytes + nonce: BigInt + status: mainnet_TransferStatus + messageHash: mainnet_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: mainnet_Bytes + delegate: mainnet_Bytes + receiveLocal: Boolean + callData: mainnet_Bytes + slippage: BigInt + originSender: mainnet_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: mainnet_Bytes + asset: mainnet_Asset + transactingAsset: mainnet_Bytes + message: mainnet_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] + initialRelayerFeeAsset: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: mainnet_Bytes + txNonce: BigInt } -input linea_swap_LpTokenEvent_filter { +input mainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -105237,57 +108069,24 @@ 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 + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -105296,21 +108095,342 @@ input linea_swap_LpTokenEvent_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 + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: mainnet_Bytes + to_not: mainnet_Bytes + to_gt: mainnet_Bytes + to_lt: mainnet_Bytes + to_gte: mainnet_Bytes + to_lte: mainnet_Bytes + to_in: [mainnet_Bytes!] + to_not_in: [mainnet_Bytes!] + to_contains: mainnet_Bytes + to_not_contains: mainnet_Bytes + delegate: mainnet_Bytes + delegate_not: mainnet_Bytes + delegate_gt: mainnet_Bytes + delegate_lt: mainnet_Bytes + delegate_gte: mainnet_Bytes + delegate_lte: mainnet_Bytes + delegate_in: [mainnet_Bytes!] + delegate_not_in: [mainnet_Bytes!] + delegate_contains: mainnet_Bytes + delegate_not_contains: mainnet_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: mainnet_Bytes + callData_not: mainnet_Bytes + callData_gt: mainnet_Bytes + callData_lt: mainnet_Bytes + callData_gte: mainnet_Bytes + callData_lte: mainnet_Bytes + callData_in: [mainnet_Bytes!] + callData_not_in: [mainnet_Bytes!] + callData_contains: mainnet_Bytes + callData_not_contains: mainnet_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: mainnet_Bytes + originSender_not: mainnet_Bytes + originSender_gt: mainnet_Bytes + originSender_lt: mainnet_Bytes + originSender_gte: mainnet_Bytes + originSender_lte: mainnet_Bytes + originSender_in: [mainnet_Bytes!] + originSender_not_in: [mainnet_Bytes!] + originSender_contains: mainnet_Bytes + originSender_not_contains: mainnet_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mainnet_Asset_filter + transactingAsset: mainnet_Bytes + transactingAsset_not: mainnet_Bytes + transactingAsset_gt: mainnet_Bytes + transactingAsset_lt: mainnet_Bytes + transactingAsset_gte: mainnet_Bytes + transactingAsset_lte: mainnet_Bytes + transactingAsset_in: [mainnet_Bytes!] + transactingAsset_not_in: [mainnet_Bytes!] + transactingAsset_contains: mainnet_Bytes + transactingAsset_not_contains: mainnet_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: mainnet_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: mainnet_RelayerFee_filter + initialRelayerFeeAsset: mainnet_Bytes + initialRelayerFeeAsset_not: mainnet_Bytes + initialRelayerFeeAsset_gt: mainnet_Bytes + initialRelayerFeeAsset_lt: mainnet_Bytes + initialRelayerFeeAsset_gte: mainnet_Bytes + initialRelayerFeeAsset_lte: mainnet_Bytes + initialRelayerFeeAsset_in: [mainnet_Bytes!] + initialRelayerFeeAsset_not_in: [mainnet_Bytes!] + initialRelayerFeeAsset_contains: mainnet_Bytes + initialRelayerFeeAsset_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes + 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: mainnet_Bytes + txOrigin_not: mainnet_Bytes + txOrigin_gt: mainnet_Bytes + txOrigin_lt: mainnet_Bytes + txOrigin_gte: mainnet_Bytes + txOrigin_lte: mainnet_Bytes + txOrigin_in: [mainnet_Bytes!] + txOrigin_not_in: [mainnet_Bytes!] + txOrigin_contains: mainnet_Bytes + txOrigin_not_contains: mainnet_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginTransfer_filter] + or: [mainnet_OriginTransfer_filter] } -enum linea_swap_LpTokenEvent_orderBy { +enum mainnet_OriginTransfer_orderBy { id - token - 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 linea_swap_LpToken_filter { +type mainnet_Relayer { + id: ID! + isActive: Boolean! + relayer: mainnet_Bytes +} + +type mainnet_RelayerFee { + id: ID! + transfer: mainnet_OriginTransfer! + fee: BigInt! + asset: mainnet_Bytes! +} + +input mainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -105319,119 +108439,101 @@ 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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: mainnet_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: mainnet_Bytes + asset_not: mainnet_Bytes + asset_gt: mainnet_Bytes + asset_lt: mainnet_Bytes + asset_gte: mainnet_Bytes + asset_lte: mainnet_Bytes + asset_in: [mainnet_Bytes!] + asset_not_in: [mainnet_Bytes!] + asset_contains: mainnet_Bytes + asset_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFee_filter] + or: [mainnet_RelayerFee_filter] } -enum linea_swap_LpToken_orderBy { +enum mainnet_RelayerFee_orderBy { id - address - stableSwap - 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 linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { +type mainnet_RelayerFeesIncrease { 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! + transfer: mainnet_OriginTransfer! + increase: BigInt + asset: mainnet_Bytes + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input linea_swap_LpTransferEvent_filter { +input mainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -105440,71 +108542,65 @@ 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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: mainnet_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: mainnet_Bytes + asset_not: mainnet_Bytes + asset_gt: mainnet_Bytes + asset_lt: mainnet_Bytes + asset_gte: mainnet_Bytes + asset_lte: mainnet_Bytes + asset_in: [mainnet_Bytes!] + asset_not_in: [mainnet_Bytes!] + asset_contains: mainnet_Bytes + asset_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105513,50 +108609,79 @@ input linea_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFeesIncrease_filter] + or: [mainnet_RelayerFeesIncrease_filter] } -enum linea_swap_LpTransferEvent_orderBy { +enum mainnet_RelayerFeesIncrease_orderBy { id - token - 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 linea_swap_OrderDirection { - asc - desc -} - -type linea_swap_PooledToken { - id: ID! - asset: linea_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input linea_swap_PooledToken_filter { +input mainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -105565,66 +108690,38 @@ 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: mainnet_Bytes + relayer_not: mainnet_Bytes + relayer_gt: mainnet_Bytes + relayer_lt: mainnet_Bytes + relayer_gte: mainnet_Bytes + relayer_lte: mainnet_Bytes + relayer_in: [mainnet_Bytes!] + relayer_not_in: [mainnet_Bytes!] + relayer_contains: mainnet_Bytes + relayer_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Relayer_filter] + or: [mainnet_Relayer_filter] } -enum linea_swap_PooledToken_orderBy { +enum mainnet_Relayer_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!] + isActive + relayer } -type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { +type mainnet_RootCount { 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! + count: BigInt } -input linea_swap_StableSwapAddLiquidityEvent_filter { +input mainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -105633,135 +108730,40 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter + and: [mainnet_RootCount_filter] + or: [mainnet_RootCount_filter] } -enum linea_swap_StableSwapAddLiquidityEvent_orderBy { +enum mainnet_RootCount_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + count } -interface linea_swap_StableSwapEvent { +type mainnet_RootMessageSent { id: ID! - stableSwap: linea_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: mainnet_Bytes + count: BigInt + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input linea_swap_StableSwapEvent_filter { +input mainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -105770,35 +108772,60 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105807,50 +108834,69 @@ 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!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: mainnet_BlockChangedFilter + and: [mainnet_RootMessageSent_filter] + or: [mainnet_RootMessageSent_filter] } -enum linea_swap_StableSwapEvent_orderBy { +enum mainnet_RootMessageSent_orderBy { id - stableSwap - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type linea_swap_StableSwapExchange { +type mainnet_Router { id: ID! - stableSwap: linea_swap_StableSwap! - buyer: linea_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: mainnet_Bytes + recipient: mainnet_Bytes + proposedOwner: mainnet_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! +} + +type mainnet_RouterDailyTVL { + id: ID! + router: mainnet_Router! + asset: mainnet_Asset! timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input linea_swap_StableSwapExchange_filter { +input mainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -105859,87 +108905,48 @@ 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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105948,57 +108955,63 @@ input linea_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterDailyTVL_filter] + or: [mainnet_RouterDailyTVL_filter] } -enum linea_swap_StableSwapExchange_orderBy { +enum mainnet_RouterDailyTVL_orderBy { id - stableSwap - 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 linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { +type mainnet_RouterLiquidityEvent { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: mainnet_RouterLiquidityEventType + router: mainnet_Router! + asset: mainnet_Asset! + amount: BigInt! + balance: BigInt! + caller: mainnet_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: linea_swap_Bytes! + transactionHash: mainnet_Bytes! nonce: BigInt! } -input linea_swap_StableSwapRemoveLiquidityEvent_filter { +enum mainnet_RouterLiquidityEventType { + Add + Remove +} + +input mainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -106007,83 +109020,86 @@ 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!] + type: mainnet_RouterLiquidityEventType + type_not: mainnet_RouterLiquidityEventType + type_in: [mainnet_RouterLiquidityEventType!] + type_not_in: [mainnet_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mainnet_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106092,12 +109108,16 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + 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 @@ -106107,26 +109127,41 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterLiquidityEvent_filter] + or: [mainnet_RouterLiquidityEvent_filter] } -enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mainnet_RouterLiquidityEvent_orderBy { id - stableSwap - 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 linea_swap_StableSwap_filter { +input mainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -106139,178 +109174,68 @@ input linea_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: linea_swap_Bytes - key_not: linea_swap_Bytes - key_in: [linea_swap_Bytes!] - key_not_in: [linea_swap_Bytes!] - key_contains: linea_swap_Bytes - key_not_contains: linea_swap_Bytes - canonicalId: linea_swap_Bytes - canonicalId_not: linea_swap_Bytes - canonicalId_in: [linea_swap_Bytes!] - canonicalId_not_in: [linea_swap_Bytes!] - canonicalId_contains: linea_swap_Bytes - canonicalId_not_contains: linea_swap_Bytes - 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 + owner: mainnet_Bytes + owner_not: mainnet_Bytes + owner_gt: mainnet_Bytes + owner_lt: mainnet_Bytes + owner_gte: mainnet_Bytes + owner_lte: mainnet_Bytes + owner_in: [mainnet_Bytes!] + owner_not_in: [mainnet_Bytes!] + owner_contains: mainnet_Bytes + owner_not_contains: mainnet_Bytes + recipient: mainnet_Bytes + recipient_not: mainnet_Bytes + recipient_gt: mainnet_Bytes + recipient_lt: mainnet_Bytes + recipient_gte: mainnet_Bytes + recipient_lte: mainnet_Bytes + recipient_in: [mainnet_Bytes!] + recipient_not_in: [mainnet_Bytes!] + recipient_contains: mainnet_Bytes + recipient_not_contains: mainnet_Bytes + proposedOwner: mainnet_Bytes + proposedOwner_not: mainnet_Bytes + proposedOwner_gt: mainnet_Bytes + proposedOwner_lt: mainnet_Bytes + proposedOwner_gte: mainnet_Bytes + proposedOwner_lte: mainnet_Bytes + proposedOwner_in: [mainnet_Bytes!] + proposedOwner_not_in: [mainnet_Bytes!] + proposedOwner_contains: mainnet_Bytes + proposedOwner_not_contains: mainnet_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: mainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Router_filter] + or: [mainnet_Router_filter] } -enum linea_swap_StableSwap_orderBy { +enum mainnet_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 linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { +type mainnet_Sequencer { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + isActive: Boolean! + sequencer: mainnet_Bytes } -input linea_swap_SwapDailyVolume_filter { +input mainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -106319,62 +109244,39 @@ 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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: mainnet_Bytes + sequencer_not: mainnet_Bytes + sequencer_gt: mainnet_Bytes + sequencer_lt: mainnet_Bytes + sequencer_gte: mainnet_Bytes + sequencer_lte: mainnet_Bytes + sequencer_in: [mainnet_Bytes!] + sequencer_not_in: [mainnet_Bytes!] + sequencer_contains: mainnet_Bytes + sequencer_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Sequencer_filter] + or: [mainnet_Sequencer_filter] } -enum linea_swap_SwapDailyVolume_orderBy { +enum mainnet_Sequencer_orderBy { id - stableSwap - timestamp - volume + isActive + sequencer } -type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { +type mainnet_Setting { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: mainnet_Bytes! } -input linea_swap_SwapHourlyVolume_filter { +input mainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -106383,82 +109285,106 @@ input linea_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Setting_filter] + or: [mainnet_Setting_filter] } -enum linea_swap_SwapHourlyVolume_orderBy { +enum mainnet_Setting_orderBy { id - stableSwap - timestamp - volume + maxRoutersPerTransfer + caller } -interface linea_swap_SwapTradeVolume { - stableSwap: linea_swap_StableSwap! +type mainnet_SlippageUpdate { + id: ID! + transfer: mainnet_DestinationTransfer! + slippage: BigInt! + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! - volume: linea_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -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 +input mainnet_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: mainnet_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106467,32 +109393,94 @@ input linea_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: mainnet_BlockChangedFilter + and: [mainnet_SlippageUpdate_filter] + or: [mainnet_SlippageUpdate_filter] } -enum linea_swap_SwapTradeVolume_orderBy { - stableSwap +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 timestamp - volume + gasPrice + gasLimit + blockNumber } -type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { +type mainnet_SnapshotRoot { id: ID! - stableSwap: linea_swap_StableSwap! + spokeDomain: BigInt + root: mainnet_Bytes! + count: BigInt! timestamp: BigInt! - volume: linea_swap_BigDecimal! + blockNumber: BigInt! } -input linea_swap_SwapWeeklyVolume_filter { +input mainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -106501,27 +109489,32 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106530,32 +109523,35 @@ input linea_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: mainnet_BlockChangedFilter + and: [mainnet_SnapshotRoot_filter] + or: [mainnet_SnapshotRoot_filter] } -enum linea_swap_SwapWeeklyVolume_orderBy { +enum mainnet_SnapshotRoot_orderBy { id - stableSwap + spokeDomain + root + count timestamp - volume + blockNumber } -type linea_swap_SystemInfo { +type mainnet_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input linea_swap_SystemInfo_filter { +input mainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -106564,66 +109560,54 @@ 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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SpokeConnectorMode_filter] + or: [mainnet_SpokeConnectorMode_filter] } -enum linea_swap_SystemInfo_orderBy { +enum mainnet_SpokeConnectorMode_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 + mode } -"""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 mainnet_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -type metis_AggregateRoot { +type avalanche_AggregateRoot { id: ID! - root: metis_Bytes! + root: avalanche_Bytes! blockNumber: BigInt! } -type metis_AggregateRootProposed { +type avalanche_AggregateRootProposed { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: avalanche_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -106631,7 +109615,7 @@ type metis_AggregateRootProposed { blockNumber: BigInt } -input metis_AggregateRootProposed_filter { +input avalanche_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -106640,16 +109624,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: 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 @@ -106691,12 +109675,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: avalanche_BlockChangedFilter + and: [avalanche_AggregateRootProposed_filter] + or: [avalanche_AggregateRootProposed_filter] } -enum metis_AggregateRootProposed_orderBy { +enum avalanche_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -106706,7 +109690,7 @@ enum metis_AggregateRootProposed_orderBy { blockNumber } -input metis_AggregateRoot_filter { +input avalanche_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -106715,16 +109699,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: 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 @@ -106734,42 +109718,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: avalanche_BlockChangedFilter + and: [avalanche_AggregateRoot_filter] + or: [avalanche_AggregateRoot_filter] } -enum metis_AggregateRoot_orderBy { +enum avalanche_AggregateRoot_orderBy { id root blockNumber } -type metis_Asset { +enum avalanche_Aggregation_interval { + hour + day +} + +type avalanche_Asset { id: ID! - key: metis_Bytes + key: avalanche_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: metis_Bytes + canonicalId: avalanche_Bytes canonicalDomain: BigInt - adoptedAsset: metis_Bytes - localAsset: metis_Bytes + adoptedAsset: avalanche_Bytes + localAsset: avalanche_Bytes blockNumber: BigInt - status: metis_AssetStatus + status: avalanche_AssetStatus } -type metis_AssetBalance { +type avalanche_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: metis_Router! - asset: metis_Asset! + router: avalanche_Router! + asset: avalanche_Asset! feesEarned: BigInt! } -input metis_AssetBalance_filter { +input avalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -106830,7 +109819,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_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -106851,7 +109840,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_: avalanche_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -106861,12 +109850,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: avalanche_BlockChangedFilter + and: [avalanche_AssetBalance_filter] + or: [avalanche_AssetBalance_filter] } -enum metis_AssetBalance_orderBy { +enum avalanche_AssetBalance_orderBy { id amount locked @@ -106892,12 +109881,12 @@ enum metis_AssetBalance_orderBy { feesEarned } -type metis_AssetStatus { +type avalanche_AssetStatus { id: ID! status: Boolean } -input metis_AssetStatus_filter { +input avalanche_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -106911,17 +109900,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: avalanche_BlockChangedFilter + and: [avalanche_AssetStatus_filter] + or: [avalanche_AssetStatus_filter] } -enum metis_AssetStatus_orderBy { +enum avalanche_AssetStatus_orderBy { id status } -input metis_Asset_filter { +input avalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -106930,16 +109919,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: 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 @@ -106956,16 +109945,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: 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 @@ -106974,26 +109963,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: 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 @@ -107022,14 +110011,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_: avalanche_AssetStatus_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Asset_filter] - or: [metis_Asset_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Asset_filter] + or: [avalanche_Asset_filter] } -enum metis_Asset_orderBy { +enum avalanche_Asset_orderBy { id key decimal @@ -107044,30 +110033,30 @@ enum metis_Asset_orderBy { status__status } -scalar metis_BigDecimal +scalar avalanche_BigDecimal -input metis_BlockChangedFilter { +input avalanche_BlockChangedFilter { number_gte: Int! } -input metis_Block_height { - hash: metis_Bytes +input avalanche_Block_height { + hash: avalanche_Bytes number: Int number_gte: Int } -scalar metis_Bytes +scalar avalanche_Bytes -type metis_ConnectorMeta { +type avalanche_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: metis_Bytes - rootManager: metis_Bytes - mirrorConnector: metis_Bytes + amb: avalanche_Bytes + rootManager: avalanche_Bytes + mirrorConnector: avalanche_Bytes } -input metis_ConnectorMeta_filter { +input avalanche_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -107092,43 +110081,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: 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: metis_BlockChangedFilter - and: [metis_ConnectorMeta_filter] - or: [metis_ConnectorMeta_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_ConnectorMeta_filter] + or: [avalanche_ConnectorMeta_filter] } -enum metis_ConnectorMeta_orderBy { +enum avalanche_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -107137,48 +110126,48 @@ enum metis_ConnectorMeta_orderBy { mirrorConnector } -type metis_DestinationTransfer { +type avalanche_DestinationTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: avalanche_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: 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: metis_Bytes - delegate: metis_Bytes + to: avalanche_Bytes + delegate: avalanche_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: avalanche_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: metis_Bytes + originSender: avalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset + canonicalId: avalanche_Bytes + asset: avalanche_Asset amount: BigInt routersFee: BigInt - executedCaller: metis_Bytes - executedTransactionHash: metis_Bytes + executedCaller: avalanche_Bytes + executedTransactionHash: avalanche_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: metis_Bytes + executedTxOrigin: avalanche_Bytes executedTxNonce: BigInt - reconciledCaller: metis_Bytes - reconciledTransactionHash: metis_Bytes + reconciledCaller: avalanche_Bytes + reconciledTransactionHash: avalanche_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: metis_Bytes + reconciledTxOrigin: avalanche_Bytes reconciledTxNonce: BigInt } -input metis_DestinationTransfer_filter { +input avalanche_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -107195,16 +110184,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: 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 @@ -107213,17 +110202,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: 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_: metis_Router_filter + routers_: avalanche_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -107248,40 +110237,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: 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: 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: 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 @@ -107298,16 +110287,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: 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 @@ -107324,16 +110313,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: 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 @@ -107354,7 +110343,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_: avalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -107371,26 +110360,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: 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 @@ -107423,44 +110412,44 @@ input metis_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: metis_Bytes - executedTxOrigin_not: metis_Bytes - executedTxOrigin_gt: metis_Bytes - executedTxOrigin_lt: metis_Bytes - executedTxOrigin_gte: metis_Bytes - executedTxOrigin_lte: metis_Bytes - executedTxOrigin_in: [metis_Bytes!] - executedTxOrigin_not_in: [metis_Bytes!] - executedTxOrigin_contains: metis_Bytes - executedTxOrigin_not_contains: metis_Bytes + 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: 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 + 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 @@ -107493,16 +110482,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: 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 @@ -107512,12 +110501,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: avalanche_BlockChangedFilter + and: [avalanche_DestinationTransfer_filter] + or: [avalanche_DestinationTransfer_filter] } -enum metis_DestinationTransfer_orderBy { +enum avalanche_DestinationTransfer_orderBy { id chainId transferId @@ -107571,16 +110560,16 @@ enum metis_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar metis_Int8 +scalar avalanche_Int8 -type metis_OptimisticRootFinalized { +type avalanche_OptimisticRootFinalized { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: avalanche_Bytes! timestamp: BigInt! blockNumber: BigInt } -input metis_OptimisticRootFinalized_filter { +input avalanche_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -107589,16 +110578,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: 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 @@ -107616,12 +110605,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: avalanche_BlockChangedFilter + and: [avalanche_OptimisticRootFinalized_filter] + or: [avalanche_OptimisticRootFinalized_filter] } -enum metis_OptimisticRootFinalized_orderBy { +enum avalanche_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -107629,25 +110618,25 @@ enum metis_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum metis_OrderDirection { +enum avalanche_OrderDirection { asc desc } -type metis_OriginMessage { +type avalanche_OriginMessage { id: ID! - transferId: metis_Bytes + transferId: avalanche_Bytes destinationDomain: BigInt - leaf: metis_Bytes + leaf: avalanche_Bytes index: BigInt - message: metis_Bytes - root: metis_Bytes - transactionHash: metis_Bytes + message: avalanche_Bytes + root: avalanche_Bytes + transactionHash: avalanche_Bytes blockNumber: BigInt - rootCount: metis_RootCount + rootCount: avalanche_RootCount } -input metis_OriginMessage_filter { +input avalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -107656,16 +110645,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: 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 @@ -107674,16 +110663,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: 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 @@ -107692,36 +110681,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: 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 @@ -107750,14 +110739,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_: avalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_OriginMessage_filter] - or: [metis_OriginMessage_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_OriginMessage_filter] + or: [avalanche_OriginMessage_filter] } -enum metis_OriginMessage_orderBy { +enum avalanche_OriginMessage_orderBy { id transferId destinationDomain @@ -107772,42 +110761,42 @@ enum metis_OriginMessage_orderBy { rootCount__count } -type metis_OriginTransfer { +type avalanche_OriginTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: avalanche_Bytes nonce: BigInt - status: metis_TransferStatus - messageHash: metis_Bytes + status: avalanche_TransferStatus + messageHash: avalanche_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: metis_Bytes - delegate: metis_Bytes + to: avalanche_Bytes + delegate: avalanche_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: avalanche_Bytes slippage: BigInt - originSender: metis_Bytes + originSender: avalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset - transactingAsset: metis_Bytes - message: metis_OriginMessage + canonicalId: avalanche_Bytes + asset: avalanche_Asset + transactingAsset: avalanche_Bytes + message: avalanche_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: 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: metis_Bytes + txOrigin: avalanche_Bytes txNonce: BigInt } -input metis_OriginTransfer_filter { +input avalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -107824,16 +110813,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: 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 @@ -107842,20 +110831,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: 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 @@ -107880,40 +110869,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: 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: 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: 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 @@ -107922,16 +110911,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: 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 @@ -107948,16 +110937,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: 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 @@ -107978,17 +110967,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_: 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 @@ -108009,7 +110998,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_: avalanche_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -108024,37 +111013,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_: 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 @@ -108087,16 +111076,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: 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 @@ -108106,12 +111095,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: avalanche_BlockChangedFilter + and: [avalanche_OriginTransfer_filter] + or: [avalanche_OriginTransfer_filter] } -enum metis_OriginTransfer_orderBy { +enum avalanche_OriginTransfer_orderBy { id chainId transferId @@ -108164,20 +111153,20 @@ enum metis_OriginTransfer_orderBy { txNonce } -type metis_Relayer { +type avalanche_Relayer { id: ID! isActive: Boolean! - relayer: metis_Bytes + relayer: avalanche_Bytes } -type metis_RelayerFee { +type avalanche_RelayerFee { id: ID! - transfer: metis_OriginTransfer! + transfer: avalanche_OriginTransfer! fee: BigInt! - asset: metis_Bytes! + asset: avalanche_Bytes! } -input metis_RelayerFee_filter { +input avalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -108206,7 +111195,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_: avalanche_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -108215,23 +111204,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: 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: metis_BlockChangedFilter - and: [metis_RelayerFee_filter] - or: [metis_RelayerFee_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RelayerFee_filter] + or: [avalanche_RelayerFee_filter] } -enum metis_RelayerFee_orderBy { +enum avalanche_RelayerFee_orderBy { id transfer transfer__id @@ -108267,20 +111256,20 @@ enum metis_RelayerFee_orderBy { asset } -type metis_RelayerFeesIncrease { +type avalanche_RelayerFeesIncrease { id: ID! - transfer: metis_OriginTransfer! + transfer: avalanche_OriginTransfer! increase: BigInt - asset: metis_Bytes - caller: metis_Bytes! - transactionHash: metis_Bytes! + asset: avalanche_Bytes + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_RelayerFeesIncrease_filter { +input avalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -108309,7 +111298,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_: avalanche_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -108318,36 +111307,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: 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 @@ -108381,12 +111370,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: avalanche_BlockChangedFilter + and: [avalanche_RelayerFeesIncrease_filter] + or: [avalanche_RelayerFeesIncrease_filter] } -enum metis_RelayerFeesIncrease_orderBy { +enum avalanche_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -108428,7 +111417,7 @@ enum metis_RelayerFeesIncrease_orderBy { blockNumber } -input metis_Relayer_filter { +input avalanche_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -108441,34 +111430,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: 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: metis_BlockChangedFilter - and: [metis_Relayer_filter] - or: [metis_Relayer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Relayer_filter] + or: [avalanche_Relayer_filter] } -enum metis_Relayer_orderBy { +enum avalanche_Relayer_orderBy { id isActive relayer } -type metis_RootCount { +type avalanche_RootCount { id: ID! count: BigInt } -input metis_RootCount_filter { +input avalanche_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -108486,31 +111475,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: avalanche_BlockChangedFilter + and: [avalanche_RootCount_filter] + or: [avalanche_RootCount_filter] } -enum metis_RootCount_orderBy { +enum avalanche_RootCount_orderBy { id count } -type metis_RootMessageSent { +type avalanche_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: metis_Bytes + root: avalanche_Bytes count: BigInt - caller: metis_Bytes - transactionHash: metis_Bytes + caller: avalanche_Bytes + transactionHash: avalanche_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input metis_RootMessageSent_filter { +input avalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -108535,16 +111524,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: 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 @@ -108553,26 +111542,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: 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 @@ -108606,12 +111595,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: avalanche_BlockChangedFilter + and: [avalanche_RootMessageSent_filter] + or: [avalanche_RootMessageSent_filter] } -enum metis_RootMessageSent_orderBy { +enum avalanche_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -108625,25 +111614,25 @@ enum metis_RootMessageSent_orderBy { blockNumber } -type metis_Router { +type avalanche_Router { id: ID! isActive: Boolean! - owner: metis_Bytes - recipient: metis_Bytes - proposedOwner: metis_Bytes + owner: avalanche_Bytes + recipient: avalanche_Bytes + proposedOwner: avalanche_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: avalanche_AssetBalance_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_AssetBalance_filter): [avalanche_AssetBalance!]! } -type metis_RouterDailyTVL { +type avalanche_RouterDailyTVL { id: ID! - router: metis_Router! - asset: metis_Asset! + router: avalanche_Router! + asset: avalanche_Asset! timestamp: BigInt! balance: BigInt! } -input metis_RouterDailyTVL_filter { +input avalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -108672,7 +111661,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_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -108693,7 +111682,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_: avalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108711,12 +111700,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: avalanche_BlockChangedFilter + and: [avalanche_RouterDailyTVL_filter] + or: [avalanche_RouterDailyTVL_filter] } -enum metis_RouterDailyTVL_orderBy { +enum avalanche_RouterDailyTVL_orderBy { id router router__id @@ -108739,26 +111728,26 @@ enum metis_RouterDailyTVL_orderBy { balance } -type metis_RouterLiquidityEvent { +type avalanche_RouterLiquidityEvent { id: ID! - type: metis_RouterLiquidityEventType - router: metis_Router! - asset: metis_Asset! + type: avalanche_RouterLiquidityEventType + router: avalanche_Router! + asset: avalanche_Asset! amount: BigInt! balance: BigInt! - caller: metis_Bytes + caller: avalanche_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: metis_Bytes! + transactionHash: avalanche_Bytes! nonce: BigInt! } -enum metis_RouterLiquidityEventType { +enum avalanche_RouterLiquidityEventType { Add Remove } -input metis_RouterLiquidityEvent_filter { +input avalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -108767,10 +111756,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: avalanche_RouterLiquidityEventType + type_not: avalanche_RouterLiquidityEventType + type_in: [avalanche_RouterLiquidityEventType!] + type_not_in: [avalanche_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -108791,7 +111780,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_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -108812,7 +111801,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_: avalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -108829,16 +111818,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: 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 @@ -108855,16 +111844,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: 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 @@ -108874,12 +111863,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: avalanche_BlockChangedFilter + and: [avalanche_RouterLiquidityEvent_filter] + or: [avalanche_RouterLiquidityEvent_filter] } -enum metis_RouterLiquidityEvent_orderBy { +enum avalanche_RouterLiquidityEvent_orderBy { id type router @@ -108908,7 +111897,7 @@ enum metis_RouterLiquidityEvent_orderBy { nonce } -input metis_Router_filter { +input avalanche_Router_filter { id: ID id_not: ID id_gt: ID @@ -108921,36 +111910,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: 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 @@ -108959,14 +111948,14 @@ input metis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: metis_AssetBalance_filter + assetBalances_: avalanche_AssetBalance_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Router_filter] - or: [metis_Router_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Router_filter] + or: [avalanche_Router_filter] } -enum metis_Router_orderBy { +enum avalanche_Router_orderBy { id isActive owner @@ -108976,13 +111965,13 @@ enum metis_Router_orderBy { assetBalances } -type metis_Sequencer { +type avalanche_Sequencer { id: ID! isActive: Boolean! - sequencer: metis_Bytes + sequencer: avalanche_Bytes } -input metis_Sequencer_filter { +input avalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -108995,35 +111984,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: 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: metis_BlockChangedFilter - and: [metis_Sequencer_filter] - or: [metis_Sequencer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Sequencer_filter] + or: [avalanche_Sequencer_filter] } -enum metis_Sequencer_orderBy { +enum avalanche_Sequencer_orderBy { id isActive sequencer } -type metis_Setting { +type avalanche_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: metis_Bytes! + caller: avalanche_Bytes! } -input metis_Setting_filter { +input avalanche_Setting_filter { id: ID id_not: ID id_gt: ID @@ -109040,41 +112029,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: 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: metis_BlockChangedFilter - and: [metis_Setting_filter] - or: [metis_Setting_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Setting_filter] + or: [avalanche_Setting_filter] } -enum metis_Setting_orderBy { +enum avalanche_Setting_orderBy { id maxRoutersPerTransfer caller } -type metis_SlippageUpdate { +type avalanche_SlippageUpdate { id: ID! - transfer: metis_DestinationTransfer! + transfer: avalanche_DestinationTransfer! slippage: BigInt! - caller: metis_Bytes! - transactionHash: metis_Bytes! + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_SlippageUpdate_filter { +input avalanche_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -109103,7 +112092,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_: avalanche_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -109112,26 +112101,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: 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 @@ -109165,12 +112154,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: avalanche_BlockChangedFilter + and: [avalanche_SlippageUpdate_filter] + or: [avalanche_SlippageUpdate_filter] } -enum metis_SlippageUpdate_orderBy { +enum avalanche_SlippageUpdate_orderBy { id transfer transfer__id @@ -109218,16 +112207,16 @@ enum metis_SlippageUpdate_orderBy { blockNumber } -type metis_SnapshotRoot { +type avalanche_SnapshotRoot { id: ID! spokeDomain: BigInt - root: metis_Bytes! + root: avalanche_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input metis_SnapshotRoot_filter { +input avalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -109244,16 +112233,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: 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 @@ -109279,12 +112268,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: avalanche_BlockChangedFilter + and: [avalanche_SnapshotRoot_filter] + or: [avalanche_SnapshotRoot_filter] } -enum metis_SnapshotRoot_orderBy { +enum avalanche_SnapshotRoot_orderBy { id spokeDomain root @@ -109293,12 +112282,12 @@ enum metis_SnapshotRoot_orderBy { blockNumber } -type metis_SpokeConnectorMode { +type avalanche_SpokeConnectorMode { id: ID! mode: String! } -input metis_SpokeConnectorMode_filter { +input avalanche_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -109328,17 +112317,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: avalanche_BlockChangedFilter + and: [avalanche_SpokeConnectorMode_filter] + or: [avalanche_SpokeConnectorMode_filter] } -enum metis_SpokeConnectorMode_orderBy { +enum avalanche_SpokeConnectorMode_orderBy { id mode } -enum metis_TransferStatus { +enum avalanche_TransferStatus { XCalled Executed Reconciled @@ -109346,17 +112335,19 @@ enum metis_TransferStatus { CompletedFast } -type metis__Block_ { +type avalanche__Block_ { """The hash of the block""" - hash: metis_Bytes + hash: avalanche_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: avalanche_Bytes } """The type for the top-level _meta field""" -type metis__Meta_ { +type avalanche__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -109364,22 +112355,22 @@ type metis__Meta_ { and therefore asks for the latest block """ - block: metis__Block_! + block: avalanche__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mode_AggregateRoot { +type xlayer_AggregateRoot { id: ID! - root: mode_Bytes! + root: xlayer_Bytes! blockNumber: BigInt! } -type mode_AggregateRootProposed { +type xlayer_AggregateRootProposed { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: xlayer_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -109387,7 +112378,7 @@ type mode_AggregateRootProposed { blockNumber: BigInt } -input mode_AggregateRootProposed_filter { +input xlayer_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -109396,16 +112387,16 @@ input mode_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mode_Bytes - aggregateRoot_not: mode_Bytes - aggregateRoot_gt: mode_Bytes - aggregateRoot_lt: mode_Bytes - aggregateRoot_gte: mode_Bytes - aggregateRoot_lte: mode_Bytes - aggregateRoot_in: [mode_Bytes!] - aggregateRoot_not_in: [mode_Bytes!] - aggregateRoot_contains: mode_Bytes - aggregateRoot_not_contains: mode_Bytes + aggregateRoot: xlayer_Bytes + aggregateRoot_not: xlayer_Bytes + aggregateRoot_gt: xlayer_Bytes + aggregateRoot_lt: xlayer_Bytes + aggregateRoot_gte: xlayer_Bytes + aggregateRoot_lte: xlayer_Bytes + aggregateRoot_in: [xlayer_Bytes!] + aggregateRoot_not_in: [xlayer_Bytes!] + aggregateRoot_contains: xlayer_Bytes + aggregateRoot_not_contains: xlayer_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -109447,12 +112438,12 @@ input mode_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AggregateRootProposed_filter] - or: [mode_AggregateRootProposed_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AggregateRootProposed_filter] + or: [xlayer_AggregateRootProposed_filter] } -enum mode_AggregateRootProposed_orderBy { +enum xlayer_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -109462,7 +112453,7 @@ enum mode_AggregateRootProposed_orderBy { blockNumber } -input mode_AggregateRoot_filter { +input xlayer_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -109471,16 +112462,16 @@ input mode_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -109490,42 +112481,42 @@ input mode_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AggregateRoot_filter] - or: [mode_AggregateRoot_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AggregateRoot_filter] + or: [xlayer_AggregateRoot_filter] } -enum mode_AggregateRoot_orderBy { +enum xlayer_AggregateRoot_orderBy { id root blockNumber } -type mode_Asset { +type xlayer_Asset { id: ID! - key: mode_Bytes + key: xlayer_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mode_Bytes + canonicalId: xlayer_Bytes canonicalDomain: BigInt - adoptedAsset: mode_Bytes - localAsset: mode_Bytes + adoptedAsset: xlayer_Bytes + localAsset: xlayer_Bytes blockNumber: BigInt - status: mode_AssetStatus + status: xlayer_AssetStatus } -type mode_AssetBalance { +type xlayer_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mode_Router! - asset: mode_Asset! + router: xlayer_Router! + asset: xlayer_Asset! feesEarned: BigInt! } -input mode_AssetBalance_filter { +input xlayer_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -109586,7 +112577,7 @@ input mode_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mode_Router_filter + router_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -109607,7 +112598,7 @@ input mode_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: xlayer_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -109617,12 +112608,12 @@ input mode_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AssetBalance_filter] - or: [mode_AssetBalance_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AssetBalance_filter] + or: [xlayer_AssetBalance_filter] } -enum mode_AssetBalance_orderBy { +enum xlayer_AssetBalance_orderBy { id amount locked @@ -109648,12 +112639,12 @@ enum mode_AssetBalance_orderBy { feesEarned } -type mode_AssetStatus { +type xlayer_AssetStatus { id: ID! status: Boolean } -input mode_AssetStatus_filter { +input xlayer_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -109667,17 +112658,17 @@ input mode_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AssetStatus_filter] - or: [mode_AssetStatus_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AssetStatus_filter] + or: [xlayer_AssetStatus_filter] } -enum mode_AssetStatus_orderBy { +enum xlayer_AssetStatus_orderBy { id status } -input mode_Asset_filter { +input xlayer_Asset_filter { id: ID id_not: ID id_gt: ID @@ -109686,16 +112677,16 @@ input mode_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mode_Bytes - key_not: mode_Bytes - key_gt: mode_Bytes - key_lt: mode_Bytes - key_gte: mode_Bytes - key_lte: mode_Bytes - key_in: [mode_Bytes!] - key_not_in: [mode_Bytes!] - key_contains: mode_Bytes - key_not_contains: mode_Bytes + key: xlayer_Bytes + key_not: xlayer_Bytes + key_gt: xlayer_Bytes + key_lt: xlayer_Bytes + key_gte: xlayer_Bytes + key_lte: xlayer_Bytes + key_in: [xlayer_Bytes!] + key_not_in: [xlayer_Bytes!] + key_contains: xlayer_Bytes + key_not_contains: xlayer_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -109712,16 +112703,16 @@ input mode_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mode_Bytes - canonicalId_not: mode_Bytes - canonicalId_gt: mode_Bytes - canonicalId_lt: mode_Bytes - canonicalId_gte: mode_Bytes - canonicalId_lte: mode_Bytes - canonicalId_in: [mode_Bytes!] - canonicalId_not_in: [mode_Bytes!] - canonicalId_contains: mode_Bytes - canonicalId_not_contains: mode_Bytes + canonicalId: xlayer_Bytes + canonicalId_not: xlayer_Bytes + canonicalId_gt: xlayer_Bytes + canonicalId_lt: xlayer_Bytes + canonicalId_gte: xlayer_Bytes + canonicalId_lte: xlayer_Bytes + canonicalId_in: [xlayer_Bytes!] + canonicalId_not_in: [xlayer_Bytes!] + canonicalId_contains: xlayer_Bytes + canonicalId_not_contains: xlayer_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -109730,26 +112721,26 @@ input mode_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mode_Bytes - adoptedAsset_not: mode_Bytes - adoptedAsset_gt: mode_Bytes - adoptedAsset_lt: mode_Bytes - adoptedAsset_gte: mode_Bytes - adoptedAsset_lte: mode_Bytes - adoptedAsset_in: [mode_Bytes!] - adoptedAsset_not_in: [mode_Bytes!] - adoptedAsset_contains: mode_Bytes - adoptedAsset_not_contains: mode_Bytes - localAsset: mode_Bytes - localAsset_not: mode_Bytes - localAsset_gt: mode_Bytes - localAsset_lt: mode_Bytes - localAsset_gte: mode_Bytes - localAsset_lte: mode_Bytes - localAsset_in: [mode_Bytes!] - localAsset_not_in: [mode_Bytes!] - localAsset_contains: mode_Bytes - localAsset_not_contains: mode_Bytes + adoptedAsset: xlayer_Bytes + adoptedAsset_not: xlayer_Bytes + adoptedAsset_gt: xlayer_Bytes + adoptedAsset_lt: xlayer_Bytes + adoptedAsset_gte: xlayer_Bytes + adoptedAsset_lte: xlayer_Bytes + adoptedAsset_in: [xlayer_Bytes!] + adoptedAsset_not_in: [xlayer_Bytes!] + adoptedAsset_contains: xlayer_Bytes + adoptedAsset_not_contains: xlayer_Bytes + localAsset: xlayer_Bytes + localAsset_not: xlayer_Bytes + localAsset_gt: xlayer_Bytes + localAsset_lt: xlayer_Bytes + localAsset_gte: xlayer_Bytes + localAsset_lte: xlayer_Bytes + localAsset_in: [xlayer_Bytes!] + localAsset_not_in: [xlayer_Bytes!] + localAsset_contains: xlayer_Bytes + localAsset_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -109778,14 +112769,14 @@ input mode_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mode_AssetStatus_filter + status_: xlayer_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Asset_filter] - or: [mode_Asset_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Asset_filter] + or: [xlayer_Asset_filter] } -enum mode_Asset_orderBy { +enum xlayer_Asset_orderBy { id key decimal @@ -109800,30 +112791,30 @@ enum mode_Asset_orderBy { status__status } -scalar mode_BigDecimal +scalar xlayer_BigDecimal -input mode_BlockChangedFilter { +input xlayer_BlockChangedFilter { number_gte: Int! } -input mode_Block_height { - hash: mode_Bytes +input xlayer_Block_height { + hash: xlayer_Bytes number: Int number_gte: Int } -scalar mode_Bytes +scalar xlayer_Bytes -type mode_ConnectorMeta { +type xlayer_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mode_Bytes - rootManager: mode_Bytes - mirrorConnector: mode_Bytes + amb: xlayer_Bytes + rootManager: xlayer_Bytes + mirrorConnector: xlayer_Bytes } -input mode_ConnectorMeta_filter { +input xlayer_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -109848,43 +112839,43 @@ input mode_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mode_Bytes - amb_not: mode_Bytes - amb_gt: mode_Bytes - amb_lt: mode_Bytes - amb_gte: mode_Bytes - amb_lte: mode_Bytes - amb_in: [mode_Bytes!] - amb_not_in: [mode_Bytes!] - amb_contains: mode_Bytes - amb_not_contains: mode_Bytes - rootManager: mode_Bytes - rootManager_not: mode_Bytes - rootManager_gt: mode_Bytes - rootManager_lt: mode_Bytes - rootManager_gte: mode_Bytes - rootManager_lte: mode_Bytes - rootManager_in: [mode_Bytes!] - rootManager_not_in: [mode_Bytes!] - rootManager_contains: mode_Bytes - rootManager_not_contains: mode_Bytes - mirrorConnector: mode_Bytes - mirrorConnector_not: mode_Bytes - mirrorConnector_gt: mode_Bytes - mirrorConnector_lt: mode_Bytes - mirrorConnector_gte: mode_Bytes - mirrorConnector_lte: mode_Bytes - mirrorConnector_in: [mode_Bytes!] - mirrorConnector_not_in: [mode_Bytes!] - mirrorConnector_contains: mode_Bytes - mirrorConnector_not_contains: mode_Bytes + amb: xlayer_Bytes + amb_not: xlayer_Bytes + amb_gt: xlayer_Bytes + amb_lt: xlayer_Bytes + amb_gte: xlayer_Bytes + amb_lte: xlayer_Bytes + amb_in: [xlayer_Bytes!] + amb_not_in: [xlayer_Bytes!] + amb_contains: xlayer_Bytes + amb_not_contains: xlayer_Bytes + rootManager: xlayer_Bytes + rootManager_not: xlayer_Bytes + rootManager_gt: xlayer_Bytes + rootManager_lt: xlayer_Bytes + rootManager_gte: xlayer_Bytes + rootManager_lte: xlayer_Bytes + rootManager_in: [xlayer_Bytes!] + rootManager_not_in: [xlayer_Bytes!] + rootManager_contains: xlayer_Bytes + rootManager_not_contains: xlayer_Bytes + mirrorConnector: xlayer_Bytes + mirrorConnector_not: xlayer_Bytes + mirrorConnector_gt: xlayer_Bytes + mirrorConnector_lt: xlayer_Bytes + mirrorConnector_gte: xlayer_Bytes + mirrorConnector_lte: xlayer_Bytes + mirrorConnector_in: [xlayer_Bytes!] + mirrorConnector_not_in: [xlayer_Bytes!] + mirrorConnector_contains: xlayer_Bytes + mirrorConnector_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_ConnectorMeta_filter] - or: [mode_ConnectorMeta_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_ConnectorMeta_filter] + or: [xlayer_ConnectorMeta_filter] } -enum mode_ConnectorMeta_orderBy { +enum xlayer_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -109893,48 +112884,48 @@ enum mode_ConnectorMeta_orderBy { mirrorConnector } -type mode_DestinationTransfer { +type xlayer_DestinationTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: xlayer_Bytes nonce: BigInt - status: mode_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mode_Router_orderBy, orderDirection: mode_OrderDirection, where: mode_Router_filter): [mode_Router!] + status: xlayer_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: xlayer_Router_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_Router_filter): [xlayer_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mode_Bytes - delegate: mode_Bytes + to: xlayer_Bytes + delegate: xlayer_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: xlayer_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mode_Bytes + originSender: xlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset + canonicalId: xlayer_Bytes + asset: xlayer_Asset amount: BigInt routersFee: BigInt - executedCaller: mode_Bytes - executedTransactionHash: mode_Bytes + executedCaller: xlayer_Bytes + executedTransactionHash: xlayer_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mode_Bytes + executedTxOrigin: xlayer_Bytes executedTxNonce: BigInt - reconciledCaller: mode_Bytes - reconciledTransactionHash: mode_Bytes + reconciledCaller: xlayer_Bytes + reconciledTransactionHash: xlayer_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mode_Bytes + reconciledTxOrigin: xlayer_Bytes reconciledTxNonce: BigInt } -input mode_DestinationTransfer_filter { +input xlayer_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -109951,16 +112942,16 @@ input mode_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mode_Bytes - transferId_not: mode_Bytes - transferId_gt: mode_Bytes - transferId_lt: mode_Bytes - transferId_gte: mode_Bytes - transferId_lte: mode_Bytes - transferId_in: [mode_Bytes!] - transferId_not_in: [mode_Bytes!] - transferId_contains: mode_Bytes - transferId_not_contains: mode_Bytes + transferId: xlayer_Bytes + transferId_not: xlayer_Bytes + transferId_gt: xlayer_Bytes + transferId_lt: xlayer_Bytes + transferId_gte: xlayer_Bytes + transferId_lte: xlayer_Bytes + transferId_in: [xlayer_Bytes!] + transferId_not_in: [xlayer_Bytes!] + transferId_contains: xlayer_Bytes + transferId_not_contains: xlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -109969,17 +112960,17 @@ input mode_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mode_TransferStatus - status_not: mode_TransferStatus - status_in: [mode_TransferStatus!] - status_not_in: [mode_TransferStatus!] + status: xlayer_TransferStatus + status_not: xlayer_TransferStatus + status_in: [xlayer_TransferStatus!] + status_not_in: [xlayer_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: mode_Router_filter + routers_: xlayer_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -110004,40 +112995,40 @@ input mode_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mode_Bytes - to_not: mode_Bytes - to_gt: mode_Bytes - to_lt: mode_Bytes - to_gte: mode_Bytes - to_lte: mode_Bytes - to_in: [mode_Bytes!] - to_not_in: [mode_Bytes!] - to_contains: mode_Bytes - to_not_contains: mode_Bytes - delegate: mode_Bytes - delegate_not: mode_Bytes - delegate_gt: mode_Bytes - delegate_lt: mode_Bytes - delegate_gte: mode_Bytes - delegate_lte: mode_Bytes - delegate_in: [mode_Bytes!] - delegate_not_in: [mode_Bytes!] - delegate_contains: mode_Bytes - delegate_not_contains: mode_Bytes + to: xlayer_Bytes + to_not: xlayer_Bytes + to_gt: xlayer_Bytes + to_lt: xlayer_Bytes + to_gte: xlayer_Bytes + to_lte: xlayer_Bytes + to_in: [xlayer_Bytes!] + to_not_in: [xlayer_Bytes!] + to_contains: xlayer_Bytes + to_not_contains: xlayer_Bytes + delegate: xlayer_Bytes + delegate_not: xlayer_Bytes + delegate_gt: xlayer_Bytes + delegate_lt: xlayer_Bytes + delegate_gte: xlayer_Bytes + delegate_lte: xlayer_Bytes + delegate_in: [xlayer_Bytes!] + delegate_not_in: [xlayer_Bytes!] + delegate_contains: xlayer_Bytes + delegate_not_contains: xlayer_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mode_Bytes - callData_not: mode_Bytes - callData_gt: mode_Bytes - callData_lt: mode_Bytes - callData_gte: mode_Bytes - callData_lte: mode_Bytes - callData_in: [mode_Bytes!] - callData_not_in: [mode_Bytes!] - callData_contains: mode_Bytes - callData_not_contains: mode_Bytes + callData: xlayer_Bytes + callData_not: xlayer_Bytes + callData_gt: xlayer_Bytes + callData_lt: xlayer_Bytes + callData_gte: xlayer_Bytes + callData_lte: xlayer_Bytes + callData_in: [xlayer_Bytes!] + callData_not_in: [xlayer_Bytes!] + callData_contains: xlayer_Bytes + callData_not_contains: xlayer_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -110054,16 +113045,16 @@ input mode_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mode_Bytes - originSender_not: mode_Bytes - originSender_gt: mode_Bytes - originSender_lt: mode_Bytes - originSender_gte: mode_Bytes - originSender_lte: mode_Bytes - originSender_in: [mode_Bytes!] - originSender_not_in: [mode_Bytes!] - originSender_contains: mode_Bytes - originSender_not_contains: mode_Bytes + originSender: xlayer_Bytes + originSender_not: xlayer_Bytes + originSender_gt: xlayer_Bytes + originSender_lt: xlayer_Bytes + originSender_gte: xlayer_Bytes + originSender_lte: xlayer_Bytes + originSender_in: [xlayer_Bytes!] + originSender_not_in: [xlayer_Bytes!] + originSender_contains: xlayer_Bytes + originSender_not_contains: xlayer_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -110080,16 +113071,16 @@ input mode_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mode_Bytes - canonicalId_not: mode_Bytes - canonicalId_gt: mode_Bytes - canonicalId_lt: mode_Bytes - canonicalId_gte: mode_Bytes - canonicalId_lte: mode_Bytes - canonicalId_in: [mode_Bytes!] - canonicalId_not_in: [mode_Bytes!] - canonicalId_contains: mode_Bytes - canonicalId_not_contains: mode_Bytes + canonicalId: xlayer_Bytes + canonicalId_not: xlayer_Bytes + canonicalId_gt: xlayer_Bytes + canonicalId_lt: xlayer_Bytes + canonicalId_gte: xlayer_Bytes + canonicalId_lte: xlayer_Bytes + canonicalId_in: [xlayer_Bytes!] + canonicalId_not_in: [xlayer_Bytes!] + canonicalId_contains: xlayer_Bytes + canonicalId_not_contains: xlayer_Bytes asset: String asset_not: String asset_gt: String @@ -110110,7 +113101,7 @@ input mode_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: xlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -110127,26 +113118,26 @@ input mode_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mode_Bytes - executedCaller_not: mode_Bytes - executedCaller_gt: mode_Bytes - executedCaller_lt: mode_Bytes - executedCaller_gte: mode_Bytes - executedCaller_lte: mode_Bytes - executedCaller_in: [mode_Bytes!] - executedCaller_not_in: [mode_Bytes!] - executedCaller_contains: mode_Bytes - executedCaller_not_contains: mode_Bytes - executedTransactionHash: mode_Bytes - executedTransactionHash_not: mode_Bytes - executedTransactionHash_gt: mode_Bytes - executedTransactionHash_lt: mode_Bytes - executedTransactionHash_gte: mode_Bytes - executedTransactionHash_lte: mode_Bytes - executedTransactionHash_in: [mode_Bytes!] - executedTransactionHash_not_in: [mode_Bytes!] - executedTransactionHash_contains: mode_Bytes - executedTransactionHash_not_contains: mode_Bytes + executedCaller: xlayer_Bytes + executedCaller_not: xlayer_Bytes + executedCaller_gt: xlayer_Bytes + executedCaller_lt: xlayer_Bytes + executedCaller_gte: xlayer_Bytes + executedCaller_lte: xlayer_Bytes + executedCaller_in: [xlayer_Bytes!] + executedCaller_not_in: [xlayer_Bytes!] + executedCaller_contains: xlayer_Bytes + executedCaller_not_contains: xlayer_Bytes + executedTransactionHash: xlayer_Bytes + executedTransactionHash_not: xlayer_Bytes + executedTransactionHash_gt: xlayer_Bytes + executedTransactionHash_lt: xlayer_Bytes + executedTransactionHash_gte: xlayer_Bytes + executedTransactionHash_lte: xlayer_Bytes + executedTransactionHash_in: [xlayer_Bytes!] + executedTransactionHash_not_in: [xlayer_Bytes!] + executedTransactionHash_contains: xlayer_Bytes + executedTransactionHash_not_contains: xlayer_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -110179,44 +113170,44 @@ input mode_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mode_Bytes - executedTxOrigin_not: mode_Bytes - executedTxOrigin_gt: mode_Bytes - executedTxOrigin_lt: mode_Bytes - executedTxOrigin_gte: mode_Bytes - executedTxOrigin_lte: mode_Bytes - executedTxOrigin_in: [mode_Bytes!] - executedTxOrigin_not_in: [mode_Bytes!] - executedTxOrigin_contains: mode_Bytes - executedTxOrigin_not_contains: mode_Bytes + executedTxOrigin: xlayer_Bytes + executedTxOrigin_not: xlayer_Bytes + executedTxOrigin_gt: xlayer_Bytes + executedTxOrigin_lt: xlayer_Bytes + executedTxOrigin_gte: xlayer_Bytes + executedTxOrigin_lte: xlayer_Bytes + executedTxOrigin_in: [xlayer_Bytes!] + executedTxOrigin_not_in: [xlayer_Bytes!] + executedTxOrigin_contains: xlayer_Bytes + executedTxOrigin_not_contains: xlayer_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt executedTxNonce_lt: BigInt executedTxNonce_gte: BigInt executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: mode_Bytes - reconciledCaller_not: mode_Bytes - reconciledCaller_gt: mode_Bytes - reconciledCaller_lt: mode_Bytes - reconciledCaller_gte: mode_Bytes - reconciledCaller_lte: mode_Bytes - reconciledCaller_in: [mode_Bytes!] - reconciledCaller_not_in: [mode_Bytes!] - reconciledCaller_contains: mode_Bytes - reconciledCaller_not_contains: mode_Bytes - reconciledTransactionHash: mode_Bytes - reconciledTransactionHash_not: mode_Bytes - reconciledTransactionHash_gt: mode_Bytes - reconciledTransactionHash_lt: mode_Bytes - reconciledTransactionHash_gte: mode_Bytes - reconciledTransactionHash_lte: mode_Bytes - reconciledTransactionHash_in: [mode_Bytes!] - reconciledTransactionHash_not_in: [mode_Bytes!] - reconciledTransactionHash_contains: mode_Bytes - reconciledTransactionHash_not_contains: mode_Bytes + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: xlayer_Bytes + reconciledCaller_not: xlayer_Bytes + reconciledCaller_gt: xlayer_Bytes + reconciledCaller_lt: xlayer_Bytes + reconciledCaller_gte: xlayer_Bytes + reconciledCaller_lte: xlayer_Bytes + reconciledCaller_in: [xlayer_Bytes!] + reconciledCaller_not_in: [xlayer_Bytes!] + reconciledCaller_contains: xlayer_Bytes + reconciledCaller_not_contains: xlayer_Bytes + reconciledTransactionHash: xlayer_Bytes + reconciledTransactionHash_not: xlayer_Bytes + reconciledTransactionHash_gt: xlayer_Bytes + reconciledTransactionHash_lt: xlayer_Bytes + reconciledTransactionHash_gte: xlayer_Bytes + reconciledTransactionHash_lte: xlayer_Bytes + reconciledTransactionHash_in: [xlayer_Bytes!] + reconciledTransactionHash_not_in: [xlayer_Bytes!] + reconciledTransactionHash_contains: xlayer_Bytes + reconciledTransactionHash_not_contains: xlayer_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -110249,16 +113240,16 @@ input mode_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mode_Bytes - reconciledTxOrigin_not: mode_Bytes - reconciledTxOrigin_gt: mode_Bytes - reconciledTxOrigin_lt: mode_Bytes - reconciledTxOrigin_gte: mode_Bytes - reconciledTxOrigin_lte: mode_Bytes - reconciledTxOrigin_in: [mode_Bytes!] - reconciledTxOrigin_not_in: [mode_Bytes!] - reconciledTxOrigin_contains: mode_Bytes - reconciledTxOrigin_not_contains: mode_Bytes + reconciledTxOrigin: xlayer_Bytes + reconciledTxOrigin_not: xlayer_Bytes + reconciledTxOrigin_gt: xlayer_Bytes + reconciledTxOrigin_lt: xlayer_Bytes + reconciledTxOrigin_gte: xlayer_Bytes + reconciledTxOrigin_lte: xlayer_Bytes + reconciledTxOrigin_in: [xlayer_Bytes!] + reconciledTxOrigin_not_in: [xlayer_Bytes!] + reconciledTxOrigin_contains: xlayer_Bytes + reconciledTxOrigin_not_contains: xlayer_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -110268,12 +113259,12 @@ input mode_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_DestinationTransfer_filter] - or: [mode_DestinationTransfer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_DestinationTransfer_filter] + or: [xlayer_DestinationTransfer_filter] } -enum mode_DestinationTransfer_orderBy { +enum xlayer_DestinationTransfer_orderBy { id chainId transferId @@ -110327,16 +113318,16 @@ enum mode_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mode_Int8 +scalar xlayer_Int8 -type mode_OptimisticRootFinalized { +type xlayer_OptimisticRootFinalized { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: xlayer_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mode_OptimisticRootFinalized_filter { +input xlayer_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -110345,16 +113336,16 @@ input mode_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mode_Bytes - aggregateRoot_not: mode_Bytes - aggregateRoot_gt: mode_Bytes - aggregateRoot_lt: mode_Bytes - aggregateRoot_gte: mode_Bytes - aggregateRoot_lte: mode_Bytes - aggregateRoot_in: [mode_Bytes!] - aggregateRoot_not_in: [mode_Bytes!] - aggregateRoot_contains: mode_Bytes - aggregateRoot_not_contains: mode_Bytes + aggregateRoot: xlayer_Bytes + aggregateRoot_not: xlayer_Bytes + aggregateRoot_gt: xlayer_Bytes + aggregateRoot_lt: xlayer_Bytes + aggregateRoot_gte: xlayer_Bytes + aggregateRoot_lte: xlayer_Bytes + aggregateRoot_in: [xlayer_Bytes!] + aggregateRoot_not_in: [xlayer_Bytes!] + aggregateRoot_contains: xlayer_Bytes + aggregateRoot_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110372,12 +113363,12 @@ input mode_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_OptimisticRootFinalized_filter] - or: [mode_OptimisticRootFinalized_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_OptimisticRootFinalized_filter] + or: [xlayer_OptimisticRootFinalized_filter] } -enum mode_OptimisticRootFinalized_orderBy { +enum xlayer_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -110385,25 +113376,25 @@ enum mode_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum mode_OrderDirection { +enum xlayer_OrderDirection { asc desc } -type mode_OriginMessage { +type xlayer_OriginMessage { id: ID! - transferId: mode_Bytes + transferId: xlayer_Bytes destinationDomain: BigInt - leaf: mode_Bytes + leaf: xlayer_Bytes index: BigInt - message: mode_Bytes - root: mode_Bytes - transactionHash: mode_Bytes + message: xlayer_Bytes + root: xlayer_Bytes + transactionHash: xlayer_Bytes blockNumber: BigInt - rootCount: mode_RootCount + rootCount: xlayer_RootCount } -input mode_OriginMessage_filter { +input xlayer_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -110412,16 +113403,16 @@ input mode_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mode_Bytes - transferId_not: mode_Bytes - transferId_gt: mode_Bytes - transferId_lt: mode_Bytes - transferId_gte: mode_Bytes - transferId_lte: mode_Bytes - transferId_in: [mode_Bytes!] - transferId_not_in: [mode_Bytes!] - transferId_contains: mode_Bytes - transferId_not_contains: mode_Bytes + transferId: xlayer_Bytes + transferId_not: xlayer_Bytes + transferId_gt: xlayer_Bytes + transferId_lt: xlayer_Bytes + transferId_gte: xlayer_Bytes + transferId_lte: xlayer_Bytes + transferId_in: [xlayer_Bytes!] + transferId_not_in: [xlayer_Bytes!] + transferId_contains: xlayer_Bytes + transferId_not_contains: xlayer_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -110430,16 +113421,16 @@ input mode_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mode_Bytes - leaf_not: mode_Bytes - leaf_gt: mode_Bytes - leaf_lt: mode_Bytes - leaf_gte: mode_Bytes - leaf_lte: mode_Bytes - leaf_in: [mode_Bytes!] - leaf_not_in: [mode_Bytes!] - leaf_contains: mode_Bytes - leaf_not_contains: mode_Bytes + leaf: xlayer_Bytes + leaf_not: xlayer_Bytes + leaf_gt: xlayer_Bytes + leaf_lt: xlayer_Bytes + leaf_gte: xlayer_Bytes + leaf_lte: xlayer_Bytes + leaf_in: [xlayer_Bytes!] + leaf_not_in: [xlayer_Bytes!] + leaf_contains: xlayer_Bytes + leaf_not_contains: xlayer_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -110448,36 +113439,36 @@ input mode_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mode_Bytes - message_not: mode_Bytes - message_gt: mode_Bytes - message_lt: mode_Bytes - message_gte: mode_Bytes - message_lte: mode_Bytes - message_in: [mode_Bytes!] - message_not_in: [mode_Bytes!] - message_contains: mode_Bytes - message_not_contains: mode_Bytes - root: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + message: xlayer_Bytes + message_not: xlayer_Bytes + message_gt: xlayer_Bytes + message_lt: xlayer_Bytes + message_gte: xlayer_Bytes + message_lte: xlayer_Bytes + message_in: [xlayer_Bytes!] + message_not_in: [xlayer_Bytes!] + message_contains: xlayer_Bytes + message_not_contains: xlayer_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -110506,14 +113497,14 @@ input mode_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mode_RootCount_filter + rootCount_: xlayer_RootCount_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_OriginMessage_filter] - or: [mode_OriginMessage_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_OriginMessage_filter] + or: [xlayer_OriginMessage_filter] } -enum mode_OriginMessage_orderBy { +enum xlayer_OriginMessage_orderBy { id transferId destinationDomain @@ -110528,42 +113519,42 @@ enum mode_OriginMessage_orderBy { rootCount__count } -type mode_OriginTransfer { +type xlayer_OriginTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: xlayer_Bytes nonce: BigInt - status: mode_TransferStatus - messageHash: mode_Bytes + status: xlayer_TransferStatus + messageHash: xlayer_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mode_Bytes - delegate: mode_Bytes + to: xlayer_Bytes + delegate: xlayer_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: xlayer_Bytes slippage: BigInt - originSender: mode_Bytes + originSender: xlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset - transactingAsset: mode_Bytes - message: mode_OriginMessage + canonicalId: xlayer_Bytes + asset: xlayer_Asset + transactingAsset: xlayer_Bytes + message: xlayer_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mode_RelayerFee_orderBy, orderDirection: mode_OrderDirection, where: mode_RelayerFee_filter): [mode_RelayerFee!] - initialRelayerFeeAsset: mode_Bytes - caller: mode_Bytes - transactionHash: mode_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: xlayer_RelayerFee_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_RelayerFee_filter): [xlayer_RelayerFee!] + initialRelayerFeeAsset: xlayer_Bytes + caller: xlayer_Bytes + transactionHash: xlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mode_Bytes + txOrigin: xlayer_Bytes txNonce: BigInt } -input mode_OriginTransfer_filter { +input xlayer_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -110580,16 +113571,16 @@ input mode_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mode_Bytes - transferId_not: mode_Bytes - transferId_gt: mode_Bytes - transferId_lt: mode_Bytes - transferId_gte: mode_Bytes - transferId_lte: mode_Bytes - transferId_in: [mode_Bytes!] - transferId_not_in: [mode_Bytes!] - transferId_contains: mode_Bytes - transferId_not_contains: mode_Bytes + transferId: xlayer_Bytes + transferId_not: xlayer_Bytes + transferId_gt: xlayer_Bytes + transferId_lt: xlayer_Bytes + transferId_gte: xlayer_Bytes + transferId_lte: xlayer_Bytes + transferId_in: [xlayer_Bytes!] + transferId_not_in: [xlayer_Bytes!] + transferId_contains: xlayer_Bytes + transferId_not_contains: xlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -110598,20 +113589,20 @@ input mode_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mode_TransferStatus - status_not: mode_TransferStatus - status_in: [mode_TransferStatus!] - status_not_in: [mode_TransferStatus!] - messageHash: mode_Bytes - messageHash_not: mode_Bytes - messageHash_gt: mode_Bytes - messageHash_lt: mode_Bytes - messageHash_gte: mode_Bytes - messageHash_lte: mode_Bytes - messageHash_in: [mode_Bytes!] - messageHash_not_in: [mode_Bytes!] - messageHash_contains: mode_Bytes - messageHash_not_contains: mode_Bytes + status: xlayer_TransferStatus + status_not: xlayer_TransferStatus + status_in: [xlayer_TransferStatus!] + status_not_in: [xlayer_TransferStatus!] + messageHash: xlayer_Bytes + messageHash_not: xlayer_Bytes + messageHash_gt: xlayer_Bytes + messageHash_lt: xlayer_Bytes + messageHash_gte: xlayer_Bytes + messageHash_lte: xlayer_Bytes + messageHash_in: [xlayer_Bytes!] + messageHash_not_in: [xlayer_Bytes!] + messageHash_contains: xlayer_Bytes + messageHash_not_contains: xlayer_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -110636,40 +113627,40 @@ input mode_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mode_Bytes - to_not: mode_Bytes - to_gt: mode_Bytes - to_lt: mode_Bytes - to_gte: mode_Bytes - to_lte: mode_Bytes - to_in: [mode_Bytes!] - to_not_in: [mode_Bytes!] - to_contains: mode_Bytes - to_not_contains: mode_Bytes - delegate: mode_Bytes - delegate_not: mode_Bytes - delegate_gt: mode_Bytes - delegate_lt: mode_Bytes - delegate_gte: mode_Bytes - delegate_lte: mode_Bytes - delegate_in: [mode_Bytes!] - delegate_not_in: [mode_Bytes!] - delegate_contains: mode_Bytes - delegate_not_contains: mode_Bytes + to: xlayer_Bytes + to_not: xlayer_Bytes + to_gt: xlayer_Bytes + to_lt: xlayer_Bytes + to_gte: xlayer_Bytes + to_lte: xlayer_Bytes + to_in: [xlayer_Bytes!] + to_not_in: [xlayer_Bytes!] + to_contains: xlayer_Bytes + to_not_contains: xlayer_Bytes + delegate: xlayer_Bytes + delegate_not: xlayer_Bytes + delegate_gt: xlayer_Bytes + delegate_lt: xlayer_Bytes + delegate_gte: xlayer_Bytes + delegate_lte: xlayer_Bytes + delegate_in: [xlayer_Bytes!] + delegate_not_in: [xlayer_Bytes!] + delegate_contains: xlayer_Bytes + delegate_not_contains: xlayer_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mode_Bytes - callData_not: mode_Bytes - callData_gt: mode_Bytes - callData_lt: mode_Bytes - callData_gte: mode_Bytes - callData_lte: mode_Bytes - callData_in: [mode_Bytes!] - callData_not_in: [mode_Bytes!] - callData_contains: mode_Bytes - callData_not_contains: mode_Bytes + callData: xlayer_Bytes + callData_not: xlayer_Bytes + callData_gt: xlayer_Bytes + callData_lt: xlayer_Bytes + callData_gte: xlayer_Bytes + callData_lte: xlayer_Bytes + callData_in: [xlayer_Bytes!] + callData_not_in: [xlayer_Bytes!] + callData_contains: xlayer_Bytes + callData_not_contains: xlayer_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -110678,16 +113669,16 @@ input mode_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mode_Bytes - originSender_not: mode_Bytes - originSender_gt: mode_Bytes - originSender_lt: mode_Bytes - originSender_gte: mode_Bytes - originSender_lte: mode_Bytes - originSender_in: [mode_Bytes!] - originSender_not_in: [mode_Bytes!] - originSender_contains: mode_Bytes - originSender_not_contains: mode_Bytes + originSender: xlayer_Bytes + originSender_not: xlayer_Bytes + originSender_gt: xlayer_Bytes + originSender_lt: xlayer_Bytes + originSender_gte: xlayer_Bytes + originSender_lte: xlayer_Bytes + originSender_in: [xlayer_Bytes!] + originSender_not_in: [xlayer_Bytes!] + originSender_contains: xlayer_Bytes + originSender_not_contains: xlayer_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -110704,16 +113695,16 @@ input mode_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mode_Bytes - canonicalId_not: mode_Bytes - canonicalId_gt: mode_Bytes - canonicalId_lt: mode_Bytes - canonicalId_gte: mode_Bytes - canonicalId_lte: mode_Bytes - canonicalId_in: [mode_Bytes!] - canonicalId_not_in: [mode_Bytes!] - canonicalId_contains: mode_Bytes - canonicalId_not_contains: mode_Bytes + canonicalId: xlayer_Bytes + canonicalId_not: xlayer_Bytes + canonicalId_gt: xlayer_Bytes + canonicalId_lt: xlayer_Bytes + canonicalId_gte: xlayer_Bytes + canonicalId_lte: xlayer_Bytes + canonicalId_in: [xlayer_Bytes!] + canonicalId_not_in: [xlayer_Bytes!] + canonicalId_contains: xlayer_Bytes + canonicalId_not_contains: xlayer_Bytes asset: String asset_not: String asset_gt: String @@ -110734,17 +113725,17 @@ input mode_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter - transactingAsset: mode_Bytes - transactingAsset_not: mode_Bytes - transactingAsset_gt: mode_Bytes - transactingAsset_lt: mode_Bytes - transactingAsset_gte: mode_Bytes - transactingAsset_lte: mode_Bytes - transactingAsset_in: [mode_Bytes!] - transactingAsset_not_in: [mode_Bytes!] - transactingAsset_contains: mode_Bytes - transactingAsset_not_contains: mode_Bytes + asset_: xlayer_Asset_filter + transactingAsset: xlayer_Bytes + transactingAsset_not: xlayer_Bytes + transactingAsset_gt: xlayer_Bytes + transactingAsset_lt: xlayer_Bytes + transactingAsset_gte: xlayer_Bytes + transactingAsset_lte: xlayer_Bytes + transactingAsset_in: [xlayer_Bytes!] + transactingAsset_not_in: [xlayer_Bytes!] + transactingAsset_contains: xlayer_Bytes + transactingAsset_not_contains: xlayer_Bytes message: String message_not: String message_gt: String @@ -110765,7 +113756,7 @@ input mode_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mode_OriginMessage_filter + message_: xlayer_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -110780,37 +113771,37 @@ input mode_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mode_RelayerFee_filter - initialRelayerFeeAsset: mode_Bytes - initialRelayerFeeAsset_not: mode_Bytes - initialRelayerFeeAsset_gt: mode_Bytes - initialRelayerFeeAsset_lt: mode_Bytes - initialRelayerFeeAsset_gte: mode_Bytes - initialRelayerFeeAsset_lte: mode_Bytes - initialRelayerFeeAsset_in: [mode_Bytes!] - initialRelayerFeeAsset_not_in: [mode_Bytes!] - initialRelayerFeeAsset_contains: mode_Bytes - initialRelayerFeeAsset_not_contains: mode_Bytes - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + relayerFees_: xlayer_RelayerFee_filter + initialRelayerFeeAsset: xlayer_Bytes + initialRelayerFeeAsset_not: xlayer_Bytes + initialRelayerFeeAsset_gt: xlayer_Bytes + initialRelayerFeeAsset_lt: xlayer_Bytes + initialRelayerFeeAsset_gte: xlayer_Bytes + initialRelayerFeeAsset_lte: xlayer_Bytes + initialRelayerFeeAsset_in: [xlayer_Bytes!] + initialRelayerFeeAsset_not_in: [xlayer_Bytes!] + initialRelayerFeeAsset_contains: xlayer_Bytes + initialRelayerFeeAsset_not_contains: xlayer_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110843,16 +113834,16 @@ input mode_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mode_Bytes - txOrigin_not: mode_Bytes - txOrigin_gt: mode_Bytes - txOrigin_lt: mode_Bytes - txOrigin_gte: mode_Bytes - txOrigin_lte: mode_Bytes - txOrigin_in: [mode_Bytes!] - txOrigin_not_in: [mode_Bytes!] - txOrigin_contains: mode_Bytes - txOrigin_not_contains: mode_Bytes + txOrigin: xlayer_Bytes + txOrigin_not: xlayer_Bytes + txOrigin_gt: xlayer_Bytes + txOrigin_lt: xlayer_Bytes + txOrigin_gte: xlayer_Bytes + txOrigin_lte: xlayer_Bytes + txOrigin_in: [xlayer_Bytes!] + txOrigin_not_in: [xlayer_Bytes!] + txOrigin_contains: xlayer_Bytes + txOrigin_not_contains: xlayer_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -110862,12 +113853,12 @@ input mode_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_OriginTransfer_filter] - or: [mode_OriginTransfer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_OriginTransfer_filter] + or: [xlayer_OriginTransfer_filter] } -enum mode_OriginTransfer_orderBy { +enum xlayer_OriginTransfer_orderBy { id chainId transferId @@ -110920,20 +113911,20 @@ enum mode_OriginTransfer_orderBy { txNonce } -type mode_Relayer { +type xlayer_Relayer { id: ID! isActive: Boolean! - relayer: mode_Bytes + relayer: xlayer_Bytes } -type mode_RelayerFee { +type xlayer_RelayerFee { id: ID! - transfer: mode_OriginTransfer! + transfer: xlayer_OriginTransfer! fee: BigInt! - asset: mode_Bytes! + asset: xlayer_Bytes! } -input mode_RelayerFee_filter { +input xlayer_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -110962,7 +113953,7 @@ input mode_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mode_OriginTransfer_filter + transfer_: xlayer_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -110971,23 +113962,23 @@ input mode_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mode_Bytes - asset_not: mode_Bytes - asset_gt: mode_Bytes - asset_lt: mode_Bytes - asset_gte: mode_Bytes - asset_lte: mode_Bytes - asset_in: [mode_Bytes!] - asset_not_in: [mode_Bytes!] - asset_contains: mode_Bytes - asset_not_contains: mode_Bytes + asset: xlayer_Bytes + asset_not: xlayer_Bytes + asset_gt: xlayer_Bytes + asset_lt: xlayer_Bytes + asset_gte: xlayer_Bytes + asset_lte: xlayer_Bytes + asset_in: [xlayer_Bytes!] + asset_not_in: [xlayer_Bytes!] + asset_contains: xlayer_Bytes + asset_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RelayerFee_filter] - or: [mode_RelayerFee_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RelayerFee_filter] + or: [xlayer_RelayerFee_filter] } -enum mode_RelayerFee_orderBy { +enum xlayer_RelayerFee_orderBy { id transfer transfer__id @@ -111023,20 +114014,20 @@ enum mode_RelayerFee_orderBy { asset } -type mode_RelayerFeesIncrease { +type xlayer_RelayerFeesIncrease { id: ID! - transfer: mode_OriginTransfer! + transfer: xlayer_OriginTransfer! increase: BigInt - asset: mode_Bytes - caller: mode_Bytes! - transactionHash: mode_Bytes! + asset: xlayer_Bytes + caller: xlayer_Bytes! + transactionHash: xlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mode_RelayerFeesIncrease_filter { +input xlayer_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -111065,7 +114056,7 @@ input mode_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mode_OriginTransfer_filter + transfer_: xlayer_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -111074,36 +114065,36 @@ input mode_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mode_Bytes - asset_not: mode_Bytes - asset_gt: mode_Bytes - asset_lt: mode_Bytes - asset_gte: mode_Bytes - asset_lte: mode_Bytes - asset_in: [mode_Bytes!] - asset_not_in: [mode_Bytes!] - asset_contains: mode_Bytes - asset_not_contains: mode_Bytes - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + asset: xlayer_Bytes + asset_not: xlayer_Bytes + asset_gt: xlayer_Bytes + asset_lt: xlayer_Bytes + asset_gte: xlayer_Bytes + asset_lte: xlayer_Bytes + asset_in: [xlayer_Bytes!] + asset_not_in: [xlayer_Bytes!] + asset_contains: xlayer_Bytes + asset_not_contains: xlayer_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111137,12 +114128,12 @@ input mode_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RelayerFeesIncrease_filter] - or: [mode_RelayerFeesIncrease_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RelayerFeesIncrease_filter] + or: [xlayer_RelayerFeesIncrease_filter] } -enum mode_RelayerFeesIncrease_orderBy { +enum xlayer_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -111184,7 +114175,7 @@ enum mode_RelayerFeesIncrease_orderBy { blockNumber } -input mode_Relayer_filter { +input xlayer_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -111197,34 +114188,34 @@ input mode_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: mode_Bytes - relayer_not: mode_Bytes - relayer_gt: mode_Bytes - relayer_lt: mode_Bytes - relayer_gte: mode_Bytes - relayer_lte: mode_Bytes - relayer_in: [mode_Bytes!] - relayer_not_in: [mode_Bytes!] - relayer_contains: mode_Bytes - relayer_not_contains: mode_Bytes + relayer: xlayer_Bytes + relayer_not: xlayer_Bytes + relayer_gt: xlayer_Bytes + relayer_lt: xlayer_Bytes + relayer_gte: xlayer_Bytes + relayer_lte: xlayer_Bytes + relayer_in: [xlayer_Bytes!] + relayer_not_in: [xlayer_Bytes!] + relayer_contains: xlayer_Bytes + relayer_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Relayer_filter] - or: [mode_Relayer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Relayer_filter] + or: [xlayer_Relayer_filter] } -enum mode_Relayer_orderBy { +enum xlayer_Relayer_orderBy { id isActive relayer } -type mode_RootCount { +type xlayer_RootCount { id: ID! count: BigInt } -input mode_RootCount_filter { +input xlayer_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -111242,31 +114233,31 @@ input mode_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RootCount_filter] - or: [mode_RootCount_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RootCount_filter] + or: [xlayer_RootCount_filter] } -enum mode_RootCount_orderBy { +enum xlayer_RootCount_orderBy { id count } -type mode_RootMessageSent { +type xlayer_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mode_Bytes + root: xlayer_Bytes count: BigInt - caller: mode_Bytes - transactionHash: mode_Bytes + caller: xlayer_Bytes + transactionHash: xlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mode_RootMessageSent_filter { +input xlayer_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -111291,16 +114282,16 @@ input mode_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -111309,26 +114300,26 @@ input mode_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111362,12 +114353,12 @@ input mode_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RootMessageSent_filter] - or: [mode_RootMessageSent_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RootMessageSent_filter] + or: [xlayer_RootMessageSent_filter] } -enum mode_RootMessageSent_orderBy { +enum xlayer_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -111381,25 +114372,25 @@ enum mode_RootMessageSent_orderBy { blockNumber } -type mode_Router { +type xlayer_Router { id: ID! isActive: Boolean! - owner: mode_Bytes - recipient: mode_Bytes - proposedOwner: mode_Bytes + owner: xlayer_Bytes + recipient: xlayer_Bytes + proposedOwner: xlayer_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mode_AssetBalance_orderBy, orderDirection: mode_OrderDirection, where: mode_AssetBalance_filter): [mode_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xlayer_AssetBalance_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_AssetBalance_filter): [xlayer_AssetBalance!]! } -type mode_RouterDailyTVL { +type xlayer_RouterDailyTVL { id: ID! - router: mode_Router! - asset: mode_Asset! + router: xlayer_Router! + asset: xlayer_Asset! timestamp: BigInt! balance: BigInt! } -input mode_RouterDailyTVL_filter { +input xlayer_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -111428,7 +114419,7 @@ input mode_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mode_Router_filter + router_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -111449,7 +114440,7 @@ input mode_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: xlayer_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111467,12 +114458,12 @@ input mode_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RouterDailyTVL_filter] - or: [mode_RouterDailyTVL_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RouterDailyTVL_filter] + or: [xlayer_RouterDailyTVL_filter] } -enum mode_RouterDailyTVL_orderBy { +enum xlayer_RouterDailyTVL_orderBy { id router router__id @@ -111495,26 +114486,26 @@ enum mode_RouterDailyTVL_orderBy { balance } -type mode_RouterLiquidityEvent { +type xlayer_RouterLiquidityEvent { id: ID! - type: mode_RouterLiquidityEventType - router: mode_Router! - asset: mode_Asset! + type: xlayer_RouterLiquidityEventType + router: xlayer_Router! + asset: xlayer_Asset! amount: BigInt! balance: BigInt! - caller: mode_Bytes + caller: xlayer_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mode_Bytes! + transactionHash: xlayer_Bytes! nonce: BigInt! } -enum mode_RouterLiquidityEventType { +enum xlayer_RouterLiquidityEventType { Add Remove } -input mode_RouterLiquidityEvent_filter { +input xlayer_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -111523,10 +114514,10 @@ input mode_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mode_RouterLiquidityEventType - type_not: mode_RouterLiquidityEventType - type_in: [mode_RouterLiquidityEventType!] - type_not_in: [mode_RouterLiquidityEventType!] + type: xlayer_RouterLiquidityEventType + type_not: xlayer_RouterLiquidityEventType + type_in: [xlayer_RouterLiquidityEventType!] + type_not_in: [xlayer_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -111547,7 +114538,7 @@ input mode_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mode_Router_filter + router_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -111568,7 +114559,7 @@ input mode_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: xlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -111585,16 +114576,16 @@ input mode_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -111611,16 +114602,16 @@ input mode_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -111630,12 +114621,12 @@ input mode_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RouterLiquidityEvent_filter] - or: [mode_RouterLiquidityEvent_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RouterLiquidityEvent_filter] + or: [xlayer_RouterLiquidityEvent_filter] } -enum mode_RouterLiquidityEvent_orderBy { +enum xlayer_RouterLiquidityEvent_orderBy { id type router @@ -111664,7 +114655,7 @@ enum mode_RouterLiquidityEvent_orderBy { nonce } -input mode_Router_filter { +input xlayer_Router_filter { id: ID id_not: ID id_gt: ID @@ -111677,36 +114668,36 @@ input mode_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mode_Bytes - owner_not: mode_Bytes - owner_gt: mode_Bytes - owner_lt: mode_Bytes - owner_gte: mode_Bytes - owner_lte: mode_Bytes - owner_in: [mode_Bytes!] - owner_not_in: [mode_Bytes!] - owner_contains: mode_Bytes - owner_not_contains: mode_Bytes - recipient: mode_Bytes - recipient_not: mode_Bytes - recipient_gt: mode_Bytes - recipient_lt: mode_Bytes - recipient_gte: mode_Bytes - recipient_lte: mode_Bytes - recipient_in: [mode_Bytes!] - recipient_not_in: [mode_Bytes!] - recipient_contains: mode_Bytes - recipient_not_contains: mode_Bytes - proposedOwner: mode_Bytes - proposedOwner_not: mode_Bytes - proposedOwner_gt: mode_Bytes - proposedOwner_lt: mode_Bytes - proposedOwner_gte: mode_Bytes - proposedOwner_lte: mode_Bytes - proposedOwner_in: [mode_Bytes!] - proposedOwner_not_in: [mode_Bytes!] - proposedOwner_contains: mode_Bytes - proposedOwner_not_contains: mode_Bytes + owner: xlayer_Bytes + owner_not: xlayer_Bytes + owner_gt: xlayer_Bytes + owner_lt: xlayer_Bytes + owner_gte: xlayer_Bytes + owner_lte: xlayer_Bytes + owner_in: [xlayer_Bytes!] + owner_not_in: [xlayer_Bytes!] + owner_contains: xlayer_Bytes + owner_not_contains: xlayer_Bytes + recipient: xlayer_Bytes + recipient_not: xlayer_Bytes + recipient_gt: xlayer_Bytes + recipient_lt: xlayer_Bytes + recipient_gte: xlayer_Bytes + recipient_lte: xlayer_Bytes + recipient_in: [xlayer_Bytes!] + recipient_not_in: [xlayer_Bytes!] + recipient_contains: xlayer_Bytes + recipient_not_contains: xlayer_Bytes + proposedOwner: xlayer_Bytes + proposedOwner_not: xlayer_Bytes + proposedOwner_gt: xlayer_Bytes + proposedOwner_lt: xlayer_Bytes + proposedOwner_gte: xlayer_Bytes + proposedOwner_lte: xlayer_Bytes + proposedOwner_in: [xlayer_Bytes!] + proposedOwner_not_in: [xlayer_Bytes!] + proposedOwner_contains: xlayer_Bytes + proposedOwner_not_contains: xlayer_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -111715,14 +114706,14 @@ input mode_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mode_AssetBalance_filter + assetBalances_: xlayer_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Router_filter] - or: [mode_Router_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Router_filter] + or: [xlayer_Router_filter] } -enum mode_Router_orderBy { +enum xlayer_Router_orderBy { id isActive owner @@ -111732,13 +114723,13 @@ enum mode_Router_orderBy { assetBalances } -type mode_Sequencer { +type xlayer_Sequencer { id: ID! isActive: Boolean! - sequencer: mode_Bytes + sequencer: xlayer_Bytes } -input mode_Sequencer_filter { +input xlayer_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -111751,35 +114742,35 @@ input mode_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mode_Bytes - sequencer_not: mode_Bytes - sequencer_gt: mode_Bytes - sequencer_lt: mode_Bytes - sequencer_gte: mode_Bytes - sequencer_lte: mode_Bytes - sequencer_in: [mode_Bytes!] - sequencer_not_in: [mode_Bytes!] - sequencer_contains: mode_Bytes - sequencer_not_contains: mode_Bytes + sequencer: xlayer_Bytes + sequencer_not: xlayer_Bytes + sequencer_gt: xlayer_Bytes + sequencer_lt: xlayer_Bytes + sequencer_gte: xlayer_Bytes + sequencer_lte: xlayer_Bytes + sequencer_in: [xlayer_Bytes!] + sequencer_not_in: [xlayer_Bytes!] + sequencer_contains: xlayer_Bytes + sequencer_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Sequencer_filter] - or: [mode_Sequencer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Sequencer_filter] + or: [xlayer_Sequencer_filter] } -enum mode_Sequencer_orderBy { +enum xlayer_Sequencer_orderBy { id isActive sequencer } -type mode_Setting { +type xlayer_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mode_Bytes! + caller: xlayer_Bytes! } -input mode_Setting_filter { +input xlayer_Setting_filter { id: ID id_not: ID id_gt: ID @@ -111796,41 +114787,41 @@ input mode_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Setting_filter] - or: [mode_Setting_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Setting_filter] + or: [xlayer_Setting_filter] } -enum mode_Setting_orderBy { +enum xlayer_Setting_orderBy { id maxRoutersPerTransfer caller } -type mode_SlippageUpdate { +type xlayer_SlippageUpdate { id: ID! - transfer: mode_DestinationTransfer! + transfer: xlayer_DestinationTransfer! slippage: BigInt! - caller: mode_Bytes! - transactionHash: mode_Bytes! + caller: xlayer_Bytes! + transactionHash: xlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mode_SlippageUpdate_filter { +input xlayer_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -111859,7 +114850,7 @@ input mode_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mode_DestinationTransfer_filter + transfer_: xlayer_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -111868,26 +114859,26 @@ input mode_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111921,12 +114912,12 @@ input mode_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SlippageUpdate_filter] - or: [mode_SlippageUpdate_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_SlippageUpdate_filter] + or: [xlayer_SlippageUpdate_filter] } -enum mode_SlippageUpdate_orderBy { +enum xlayer_SlippageUpdate_orderBy { id transfer transfer__id @@ -111974,16 +114965,16 @@ enum mode_SlippageUpdate_orderBy { blockNumber } -type mode_SnapshotRoot { +type xlayer_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mode_Bytes! + root: xlayer_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mode_SnapshotRoot_filter { +input xlayer_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -112000,16 +114991,16 @@ input mode_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -112035,12 +115026,12 @@ input mode_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SnapshotRoot_filter] - or: [mode_SnapshotRoot_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_SnapshotRoot_filter] + or: [xlayer_SnapshotRoot_filter] } -enum mode_SnapshotRoot_orderBy { +enum xlayer_SnapshotRoot_orderBy { id spokeDomain root @@ -112049,12 +115040,12 @@ enum mode_SnapshotRoot_orderBy { blockNumber } -type mode_SpokeConnectorMode { +type xlayer_SpokeConnectorMode { id: ID! mode: String! } -input mode_SpokeConnectorMode_filter { +input xlayer_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -112084,17 +115075,17 @@ input mode_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SpokeConnectorMode_filter] - or: [mode_SpokeConnectorMode_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_SpokeConnectorMode_filter] + or: [xlayer_SpokeConnectorMode_filter] } -enum mode_SpokeConnectorMode_orderBy { +enum xlayer_SpokeConnectorMode_orderBy { id mode } -enum mode_TransferStatus { +enum xlayer_TransferStatus { XCalled Executed Reconciled @@ -112102,9 +115093,9 @@ enum mode_TransferStatus { CompletedFast } -type mode__Block_ { +type xlayer__Block_ { """The hash of the block""" - hash: mode_Bytes + hash: xlayer_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -112112,7 +115103,7 @@ type mode__Block_ { } """The type for the top-level _meta field""" -type mode__Meta_ { +type xlayer__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -112120,22 +115111,22 @@ type mode__Meta_ { and therefore asks for the latest block """ - block: mode__Block_! + block: xlayer__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type xlayer_AggregateRoot { +type mode_AggregateRoot { id: ID! - root: xlayer_Bytes! + root: mode_Bytes! blockNumber: BigInt! } -type xlayer_AggregateRootProposed { +type mode_AggregateRootProposed { id: ID! - aggregateRoot: xlayer_Bytes! + aggregateRoot: mode_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -112143,7 +115134,7 @@ type xlayer_AggregateRootProposed { blockNumber: BigInt } -input xlayer_AggregateRootProposed_filter { +input mode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -112152,16 +115143,16 @@ input xlayer_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: xlayer_Bytes - aggregateRoot_not: xlayer_Bytes - aggregateRoot_gt: xlayer_Bytes - aggregateRoot_lt: xlayer_Bytes - aggregateRoot_gte: xlayer_Bytes - aggregateRoot_lte: xlayer_Bytes - aggregateRoot_in: [xlayer_Bytes!] - aggregateRoot_not_in: [xlayer_Bytes!] - aggregateRoot_contains: xlayer_Bytes - aggregateRoot_not_contains: xlayer_Bytes + aggregateRoot: mode_Bytes + aggregateRoot_not: mode_Bytes + aggregateRoot_gt: mode_Bytes + aggregateRoot_lt: mode_Bytes + aggregateRoot_gte: mode_Bytes + aggregateRoot_lte: mode_Bytes + aggregateRoot_in: [mode_Bytes!] + aggregateRoot_not_in: [mode_Bytes!] + aggregateRoot_contains: mode_Bytes + aggregateRoot_not_contains: mode_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -112203,12 +115194,12 @@ input xlayer_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AggregateRootProposed_filter] - or: [xlayer_AggregateRootProposed_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRootProposed_filter] + or: [mode_AggregateRootProposed_filter] } -enum xlayer_AggregateRootProposed_orderBy { +enum mode_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -112218,7 +115209,7 @@ enum xlayer_AggregateRootProposed_orderBy { blockNumber } -input xlayer_AggregateRoot_filter { +input mode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -112227,16 +115218,16 @@ input xlayer_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -112246,42 +115237,42 @@ input xlayer_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AggregateRoot_filter] - or: [xlayer_AggregateRoot_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRoot_filter] + or: [mode_AggregateRoot_filter] } -enum xlayer_AggregateRoot_orderBy { +enum mode_AggregateRoot_orderBy { id root blockNumber } -type xlayer_Asset { +type mode_Asset { id: ID! - key: xlayer_Bytes + key: mode_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: xlayer_Bytes + canonicalId: mode_Bytes canonicalDomain: BigInt - adoptedAsset: xlayer_Bytes - localAsset: xlayer_Bytes + adoptedAsset: mode_Bytes + localAsset: mode_Bytes blockNumber: BigInt - status: xlayer_AssetStatus + status: mode_AssetStatus } -type xlayer_AssetBalance { +type mode_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xlayer_Router! - asset: xlayer_Asset! + router: mode_Router! + asset: mode_Asset! feesEarned: BigInt! } -input xlayer_AssetBalance_filter { +input mode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -112342,7 +115333,7 @@ input xlayer_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xlayer_Router_filter + router_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -112363,7 +115354,7 @@ input xlayer_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: mode_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -112373,12 +115364,12 @@ input xlayer_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AssetBalance_filter] - or: [xlayer_AssetBalance_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AssetBalance_filter] + or: [mode_AssetBalance_filter] } -enum xlayer_AssetBalance_orderBy { +enum mode_AssetBalance_orderBy { id amount locked @@ -112404,12 +115395,12 @@ enum xlayer_AssetBalance_orderBy { feesEarned } -type xlayer_AssetStatus { +type mode_AssetStatus { id: ID! status: Boolean } -input xlayer_AssetStatus_filter { +input mode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -112423,17 +115414,17 @@ input xlayer_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AssetStatus_filter] - or: [xlayer_AssetStatus_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AssetStatus_filter] + or: [mode_AssetStatus_filter] } -enum xlayer_AssetStatus_orderBy { +enum mode_AssetStatus_orderBy { id status } -input xlayer_Asset_filter { +input mode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -112442,16 +115433,16 @@ input xlayer_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: xlayer_Bytes - key_not: xlayer_Bytes - key_gt: xlayer_Bytes - key_lt: xlayer_Bytes - key_gte: xlayer_Bytes - key_lte: xlayer_Bytes - key_in: [xlayer_Bytes!] - key_not_in: [xlayer_Bytes!] - key_contains: xlayer_Bytes - key_not_contains: xlayer_Bytes + key: mode_Bytes + key_not: mode_Bytes + key_gt: mode_Bytes + key_lt: mode_Bytes + key_gte: mode_Bytes + key_lte: mode_Bytes + key_in: [mode_Bytes!] + key_not_in: [mode_Bytes!] + key_contains: mode_Bytes + key_not_contains: mode_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -112468,16 +115459,16 @@ input xlayer_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: xlayer_Bytes - canonicalId_not: xlayer_Bytes - canonicalId_gt: xlayer_Bytes - canonicalId_lt: xlayer_Bytes - canonicalId_gte: xlayer_Bytes - canonicalId_lte: xlayer_Bytes - canonicalId_in: [xlayer_Bytes!] - canonicalId_not_in: [xlayer_Bytes!] - canonicalId_contains: xlayer_Bytes - canonicalId_not_contains: xlayer_Bytes + canonicalId: mode_Bytes + canonicalId_not: mode_Bytes + canonicalId_gt: mode_Bytes + canonicalId_lt: mode_Bytes + canonicalId_gte: mode_Bytes + canonicalId_lte: mode_Bytes + canonicalId_in: [mode_Bytes!] + canonicalId_not_in: [mode_Bytes!] + canonicalId_contains: mode_Bytes + canonicalId_not_contains: mode_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -112486,26 +115477,26 @@ input xlayer_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: xlayer_Bytes - adoptedAsset_not: xlayer_Bytes - adoptedAsset_gt: xlayer_Bytes - adoptedAsset_lt: xlayer_Bytes - adoptedAsset_gte: xlayer_Bytes - adoptedAsset_lte: xlayer_Bytes - adoptedAsset_in: [xlayer_Bytes!] - adoptedAsset_not_in: [xlayer_Bytes!] - adoptedAsset_contains: xlayer_Bytes - adoptedAsset_not_contains: xlayer_Bytes - localAsset: xlayer_Bytes - localAsset_not: xlayer_Bytes - localAsset_gt: xlayer_Bytes - localAsset_lt: xlayer_Bytes - localAsset_gte: xlayer_Bytes - localAsset_lte: xlayer_Bytes - localAsset_in: [xlayer_Bytes!] - localAsset_not_in: [xlayer_Bytes!] - localAsset_contains: xlayer_Bytes - localAsset_not_contains: xlayer_Bytes + adoptedAsset: mode_Bytes + adoptedAsset_not: mode_Bytes + adoptedAsset_gt: mode_Bytes + adoptedAsset_lt: mode_Bytes + adoptedAsset_gte: mode_Bytes + adoptedAsset_lte: mode_Bytes + adoptedAsset_in: [mode_Bytes!] + adoptedAsset_not_in: [mode_Bytes!] + adoptedAsset_contains: mode_Bytes + adoptedAsset_not_contains: mode_Bytes + localAsset: mode_Bytes + localAsset_not: mode_Bytes + localAsset_gt: mode_Bytes + localAsset_lt: mode_Bytes + localAsset_gte: mode_Bytes + localAsset_lte: mode_Bytes + localAsset_in: [mode_Bytes!] + localAsset_not_in: [mode_Bytes!] + localAsset_contains: mode_Bytes + localAsset_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -112534,14 +115525,14 @@ input xlayer_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: xlayer_AssetStatus_filter + status_: mode_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Asset_filter] - or: [xlayer_Asset_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Asset_filter] + or: [mode_Asset_filter] } -enum xlayer_Asset_orderBy { +enum mode_Asset_orderBy { id key decimal @@ -112556,30 +115547,30 @@ enum xlayer_Asset_orderBy { status__status } -scalar xlayer_BigDecimal +scalar mode_BigDecimal -input xlayer_BlockChangedFilter { +input mode_BlockChangedFilter { number_gte: Int! } -input xlayer_Block_height { - hash: xlayer_Bytes +input mode_Block_height { + hash: mode_Bytes number: Int number_gte: Int } -scalar xlayer_Bytes +scalar mode_Bytes -type xlayer_ConnectorMeta { +type mode_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xlayer_Bytes - rootManager: xlayer_Bytes - mirrorConnector: xlayer_Bytes + amb: mode_Bytes + rootManager: mode_Bytes + mirrorConnector: mode_Bytes } -input xlayer_ConnectorMeta_filter { +input mode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -112604,43 +115595,43 @@ input xlayer_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: xlayer_Bytes - amb_not: xlayer_Bytes - amb_gt: xlayer_Bytes - amb_lt: xlayer_Bytes - amb_gte: xlayer_Bytes - amb_lte: xlayer_Bytes - amb_in: [xlayer_Bytes!] - amb_not_in: [xlayer_Bytes!] - amb_contains: xlayer_Bytes - amb_not_contains: xlayer_Bytes - rootManager: xlayer_Bytes - rootManager_not: xlayer_Bytes - rootManager_gt: xlayer_Bytes - rootManager_lt: xlayer_Bytes - rootManager_gte: xlayer_Bytes - rootManager_lte: xlayer_Bytes - rootManager_in: [xlayer_Bytes!] - rootManager_not_in: [xlayer_Bytes!] - rootManager_contains: xlayer_Bytes - rootManager_not_contains: xlayer_Bytes - mirrorConnector: xlayer_Bytes - mirrorConnector_not: xlayer_Bytes - mirrorConnector_gt: xlayer_Bytes - mirrorConnector_lt: xlayer_Bytes - mirrorConnector_gte: xlayer_Bytes - mirrorConnector_lte: xlayer_Bytes - mirrorConnector_in: [xlayer_Bytes!] - mirrorConnector_not_in: [xlayer_Bytes!] - mirrorConnector_contains: xlayer_Bytes - mirrorConnector_not_contains: xlayer_Bytes + amb: mode_Bytes + amb_not: mode_Bytes + amb_gt: mode_Bytes + amb_lt: mode_Bytes + amb_gte: mode_Bytes + amb_lte: mode_Bytes + amb_in: [mode_Bytes!] + amb_not_in: [mode_Bytes!] + amb_contains: mode_Bytes + amb_not_contains: mode_Bytes + rootManager: mode_Bytes + rootManager_not: mode_Bytes + rootManager_gt: mode_Bytes + rootManager_lt: mode_Bytes + rootManager_gte: mode_Bytes + rootManager_lte: mode_Bytes + rootManager_in: [mode_Bytes!] + rootManager_not_in: [mode_Bytes!] + rootManager_contains: mode_Bytes + rootManager_not_contains: mode_Bytes + mirrorConnector: mode_Bytes + mirrorConnector_not: mode_Bytes + mirrorConnector_gt: mode_Bytes + mirrorConnector_lt: mode_Bytes + mirrorConnector_gte: mode_Bytes + mirrorConnector_lte: mode_Bytes + mirrorConnector_in: [mode_Bytes!] + mirrorConnector_not_in: [mode_Bytes!] + mirrorConnector_contains: mode_Bytes + mirrorConnector_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_ConnectorMeta_filter] - or: [xlayer_ConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_ConnectorMeta_filter] + or: [mode_ConnectorMeta_filter] } -enum xlayer_ConnectorMeta_orderBy { +enum mode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -112649,48 +115640,48 @@ enum xlayer_ConnectorMeta_orderBy { mirrorConnector } -type xlayer_DestinationTransfer { +type mode_DestinationTransfer { id: ID! chainId: BigInt - transferId: xlayer_Bytes + transferId: mode_Bytes nonce: BigInt - status: xlayer_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: xlayer_Router_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_Router_filter): [xlayer_Router!] + status: mode_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mode_Router_orderBy, orderDirection: mode_OrderDirection, where: mode_Router_filter): [mode_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xlayer_Bytes - delegate: xlayer_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: xlayer_Bytes + callData: mode_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xlayer_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xlayer_Bytes - asset: xlayer_Asset + canonicalId: mode_Bytes + asset: mode_Asset amount: BigInt routersFee: BigInt - executedCaller: xlayer_Bytes - executedTransactionHash: xlayer_Bytes + executedCaller: mode_Bytes + executedTransactionHash: mode_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xlayer_Bytes + executedTxOrigin: mode_Bytes executedTxNonce: BigInt - reconciledCaller: xlayer_Bytes - reconciledTransactionHash: xlayer_Bytes + reconciledCaller: mode_Bytes + reconciledTransactionHash: mode_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xlayer_Bytes + reconciledTxOrigin: mode_Bytes reconciledTxNonce: BigInt } -input xlayer_DestinationTransfer_filter { +input mode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -112707,16 +115698,16 @@ input xlayer_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xlayer_Bytes - transferId_not: xlayer_Bytes - transferId_gt: xlayer_Bytes - transferId_lt: xlayer_Bytes - transferId_gte: xlayer_Bytes - transferId_lte: xlayer_Bytes - transferId_in: [xlayer_Bytes!] - transferId_not_in: [xlayer_Bytes!] - transferId_contains: xlayer_Bytes - transferId_not_contains: xlayer_Bytes + transferId: mode_Bytes + transferId_not: mode_Bytes + transferId_gt: mode_Bytes + transferId_lt: mode_Bytes + transferId_gte: mode_Bytes + transferId_lte: mode_Bytes + transferId_in: [mode_Bytes!] + transferId_not_in: [mode_Bytes!] + transferId_contains: mode_Bytes + transferId_not_contains: mode_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -112725,17 +115716,17 @@ input xlayer_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xlayer_TransferStatus - status_not: xlayer_TransferStatus - status_in: [xlayer_TransferStatus!] - status_not_in: [xlayer_TransferStatus!] + status: mode_TransferStatus + status_not: mode_TransferStatus + status_in: [mode_TransferStatus!] + status_not_in: [mode_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: xlayer_Router_filter + routers_: mode_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -112760,40 +115751,40 @@ input xlayer_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xlayer_Bytes - to_not: xlayer_Bytes - to_gt: xlayer_Bytes - to_lt: xlayer_Bytes - to_gte: xlayer_Bytes - to_lte: xlayer_Bytes - to_in: [xlayer_Bytes!] - to_not_in: [xlayer_Bytes!] - to_contains: xlayer_Bytes - to_not_contains: xlayer_Bytes - delegate: xlayer_Bytes - delegate_not: xlayer_Bytes - delegate_gt: xlayer_Bytes - delegate_lt: xlayer_Bytes - delegate_gte: xlayer_Bytes - delegate_lte: xlayer_Bytes - delegate_in: [xlayer_Bytes!] - delegate_not_in: [xlayer_Bytes!] - delegate_contains: xlayer_Bytes - delegate_not_contains: xlayer_Bytes + to: mode_Bytes + to_not: mode_Bytes + to_gt: mode_Bytes + to_lt: mode_Bytes + to_gte: mode_Bytes + to_lte: mode_Bytes + to_in: [mode_Bytes!] + to_not_in: [mode_Bytes!] + to_contains: mode_Bytes + to_not_contains: mode_Bytes + delegate: mode_Bytes + delegate_not: mode_Bytes + delegate_gt: mode_Bytes + delegate_lt: mode_Bytes + delegate_gte: mode_Bytes + delegate_lte: mode_Bytes + delegate_in: [mode_Bytes!] + delegate_not_in: [mode_Bytes!] + delegate_contains: mode_Bytes + delegate_not_contains: mode_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: xlayer_Bytes - callData_not: xlayer_Bytes - callData_gt: xlayer_Bytes - callData_lt: xlayer_Bytes - callData_gte: xlayer_Bytes - callData_lte: xlayer_Bytes - callData_in: [xlayer_Bytes!] - callData_not_in: [xlayer_Bytes!] - callData_contains: xlayer_Bytes - callData_not_contains: xlayer_Bytes + callData: mode_Bytes + callData_not: mode_Bytes + callData_gt: mode_Bytes + callData_lt: mode_Bytes + callData_gte: mode_Bytes + callData_lte: mode_Bytes + callData_in: [mode_Bytes!] + callData_not_in: [mode_Bytes!] + callData_contains: mode_Bytes + callData_not_contains: mode_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -112810,16 +115801,16 @@ input xlayer_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: xlayer_Bytes - originSender_not: xlayer_Bytes - originSender_gt: xlayer_Bytes - originSender_lt: xlayer_Bytes - originSender_gte: xlayer_Bytes - originSender_lte: xlayer_Bytes - originSender_in: [xlayer_Bytes!] - originSender_not_in: [xlayer_Bytes!] - originSender_contains: xlayer_Bytes - originSender_not_contains: xlayer_Bytes + originSender: mode_Bytes + originSender_not: mode_Bytes + originSender_gt: mode_Bytes + originSender_lt: mode_Bytes + originSender_gte: mode_Bytes + originSender_lte: mode_Bytes + originSender_in: [mode_Bytes!] + originSender_not_in: [mode_Bytes!] + originSender_contains: mode_Bytes + originSender_not_contains: mode_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -112836,16 +115827,16 @@ input xlayer_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xlayer_Bytes - canonicalId_not: xlayer_Bytes - canonicalId_gt: xlayer_Bytes - canonicalId_lt: xlayer_Bytes - canonicalId_gte: xlayer_Bytes - canonicalId_lte: xlayer_Bytes - canonicalId_in: [xlayer_Bytes!] - canonicalId_not_in: [xlayer_Bytes!] - canonicalId_contains: xlayer_Bytes - canonicalId_not_contains: xlayer_Bytes + canonicalId: mode_Bytes + canonicalId_not: mode_Bytes + canonicalId_gt: mode_Bytes + canonicalId_lt: mode_Bytes + canonicalId_gte: mode_Bytes + canonicalId_lte: mode_Bytes + canonicalId_in: [mode_Bytes!] + canonicalId_not_in: [mode_Bytes!] + canonicalId_contains: mode_Bytes + canonicalId_not_contains: mode_Bytes asset: String asset_not: String asset_gt: String @@ -112866,7 +115857,7 @@ input xlayer_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: mode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -112883,26 +115874,26 @@ input xlayer_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: xlayer_Bytes - executedCaller_not: xlayer_Bytes - executedCaller_gt: xlayer_Bytes - executedCaller_lt: xlayer_Bytes - executedCaller_gte: xlayer_Bytes - executedCaller_lte: xlayer_Bytes - executedCaller_in: [xlayer_Bytes!] - executedCaller_not_in: [xlayer_Bytes!] - executedCaller_contains: xlayer_Bytes - executedCaller_not_contains: xlayer_Bytes - executedTransactionHash: xlayer_Bytes - executedTransactionHash_not: xlayer_Bytes - executedTransactionHash_gt: xlayer_Bytes - executedTransactionHash_lt: xlayer_Bytes - executedTransactionHash_gte: xlayer_Bytes - executedTransactionHash_lte: xlayer_Bytes - executedTransactionHash_in: [xlayer_Bytes!] - executedTransactionHash_not_in: [xlayer_Bytes!] - executedTransactionHash_contains: xlayer_Bytes - executedTransactionHash_not_contains: xlayer_Bytes + executedCaller: mode_Bytes + executedCaller_not: mode_Bytes + executedCaller_gt: mode_Bytes + executedCaller_lt: mode_Bytes + executedCaller_gte: mode_Bytes + executedCaller_lte: mode_Bytes + executedCaller_in: [mode_Bytes!] + executedCaller_not_in: [mode_Bytes!] + executedCaller_contains: mode_Bytes + executedCaller_not_contains: mode_Bytes + executedTransactionHash: mode_Bytes + executedTransactionHash_not: mode_Bytes + executedTransactionHash_gt: mode_Bytes + executedTransactionHash_lt: mode_Bytes + executedTransactionHash_gte: mode_Bytes + executedTransactionHash_lte: mode_Bytes + executedTransactionHash_in: [mode_Bytes!] + executedTransactionHash_not_in: [mode_Bytes!] + executedTransactionHash_contains: mode_Bytes + executedTransactionHash_not_contains: mode_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -112935,16 +115926,16 @@ input xlayer_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: xlayer_Bytes - executedTxOrigin_not: xlayer_Bytes - executedTxOrigin_gt: xlayer_Bytes - executedTxOrigin_lt: xlayer_Bytes - executedTxOrigin_gte: xlayer_Bytes - executedTxOrigin_lte: xlayer_Bytes - executedTxOrigin_in: [xlayer_Bytes!] - executedTxOrigin_not_in: [xlayer_Bytes!] - executedTxOrigin_contains: xlayer_Bytes - executedTxOrigin_not_contains: xlayer_Bytes + executedTxOrigin: mode_Bytes + executedTxOrigin_not: mode_Bytes + executedTxOrigin_gt: mode_Bytes + executedTxOrigin_lt: mode_Bytes + executedTxOrigin_gte: mode_Bytes + executedTxOrigin_lte: mode_Bytes + executedTxOrigin_in: [mode_Bytes!] + executedTxOrigin_not_in: [mode_Bytes!] + executedTxOrigin_contains: mode_Bytes + executedTxOrigin_not_contains: mode_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -112953,26 +115944,26 @@ input xlayer_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: xlayer_Bytes - reconciledCaller_not: xlayer_Bytes - reconciledCaller_gt: xlayer_Bytes - reconciledCaller_lt: xlayer_Bytes - reconciledCaller_gte: xlayer_Bytes - reconciledCaller_lte: xlayer_Bytes - reconciledCaller_in: [xlayer_Bytes!] - reconciledCaller_not_in: [xlayer_Bytes!] - reconciledCaller_contains: xlayer_Bytes - reconciledCaller_not_contains: xlayer_Bytes - reconciledTransactionHash: xlayer_Bytes - reconciledTransactionHash_not: xlayer_Bytes - reconciledTransactionHash_gt: xlayer_Bytes - reconciledTransactionHash_lt: xlayer_Bytes - reconciledTransactionHash_gte: xlayer_Bytes - reconciledTransactionHash_lte: xlayer_Bytes - reconciledTransactionHash_in: [xlayer_Bytes!] - reconciledTransactionHash_not_in: [xlayer_Bytes!] - reconciledTransactionHash_contains: xlayer_Bytes - reconciledTransactionHash_not_contains: xlayer_Bytes + reconciledCaller: mode_Bytes + reconciledCaller_not: mode_Bytes + reconciledCaller_gt: mode_Bytes + reconciledCaller_lt: mode_Bytes + reconciledCaller_gte: mode_Bytes + reconciledCaller_lte: mode_Bytes + reconciledCaller_in: [mode_Bytes!] + reconciledCaller_not_in: [mode_Bytes!] + reconciledCaller_contains: mode_Bytes + reconciledCaller_not_contains: mode_Bytes + reconciledTransactionHash: mode_Bytes + reconciledTransactionHash_not: mode_Bytes + reconciledTransactionHash_gt: mode_Bytes + reconciledTransactionHash_lt: mode_Bytes + reconciledTransactionHash_gte: mode_Bytes + reconciledTransactionHash_lte: mode_Bytes + reconciledTransactionHash_in: [mode_Bytes!] + reconciledTransactionHash_not_in: [mode_Bytes!] + reconciledTransactionHash_contains: mode_Bytes + reconciledTransactionHash_not_contains: mode_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -112997,24 +115988,24 @@ input xlayer_DestinationTransfer_filter { 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: xlayer_Bytes - reconciledTxOrigin_not: xlayer_Bytes - reconciledTxOrigin_gt: xlayer_Bytes - reconciledTxOrigin_lt: xlayer_Bytes - reconciledTxOrigin_gte: xlayer_Bytes - reconciledTxOrigin_lte: xlayer_Bytes - reconciledTxOrigin_in: [xlayer_Bytes!] - reconciledTxOrigin_not_in: [xlayer_Bytes!] - reconciledTxOrigin_contains: xlayer_Bytes - reconciledTxOrigin_not_contains: xlayer_Bytes + 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: mode_Bytes + reconciledTxOrigin_not: mode_Bytes + reconciledTxOrigin_gt: mode_Bytes + reconciledTxOrigin_lt: mode_Bytes + reconciledTxOrigin_gte: mode_Bytes + reconciledTxOrigin_lte: mode_Bytes + reconciledTxOrigin_in: [mode_Bytes!] + reconciledTxOrigin_not_in: [mode_Bytes!] + reconciledTxOrigin_contains: mode_Bytes + reconciledTxOrigin_not_contains: mode_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -113024,12 +116015,12 @@ input xlayer_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_DestinationTransfer_filter] - or: [xlayer_DestinationTransfer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_DestinationTransfer_filter] + or: [mode_DestinationTransfer_filter] } -enum xlayer_DestinationTransfer_orderBy { +enum mode_DestinationTransfer_orderBy { id chainId transferId @@ -113083,16 +116074,16 @@ enum xlayer_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar xlayer_Int8 +scalar mode_Int8 -type xlayer_OptimisticRootFinalized { +type mode_OptimisticRootFinalized { id: ID! - aggregateRoot: xlayer_Bytes! + aggregateRoot: mode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input xlayer_OptimisticRootFinalized_filter { +input mode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -113101,16 +116092,16 @@ input xlayer_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: xlayer_Bytes - aggregateRoot_not: xlayer_Bytes - aggregateRoot_gt: xlayer_Bytes - aggregateRoot_lt: xlayer_Bytes - aggregateRoot_gte: xlayer_Bytes - aggregateRoot_lte: xlayer_Bytes - aggregateRoot_in: [xlayer_Bytes!] - aggregateRoot_not_in: [xlayer_Bytes!] - aggregateRoot_contains: xlayer_Bytes - aggregateRoot_not_contains: xlayer_Bytes + aggregateRoot: mode_Bytes + aggregateRoot_not: mode_Bytes + aggregateRoot_gt: mode_Bytes + aggregateRoot_lt: mode_Bytes + aggregateRoot_gte: mode_Bytes + aggregateRoot_lte: mode_Bytes + aggregateRoot_in: [mode_Bytes!] + aggregateRoot_not_in: [mode_Bytes!] + aggregateRoot_contains: mode_Bytes + aggregateRoot_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113128,12 +116119,12 @@ input xlayer_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_OptimisticRootFinalized_filter] - or: [xlayer_OptimisticRootFinalized_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OptimisticRootFinalized_filter] + or: [mode_OptimisticRootFinalized_filter] } -enum xlayer_OptimisticRootFinalized_orderBy { +enum mode_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -113141,25 +116132,25 @@ enum xlayer_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum xlayer_OrderDirection { +enum mode_OrderDirection { asc desc } -type xlayer_OriginMessage { +type mode_OriginMessage { id: ID! - transferId: xlayer_Bytes + transferId: mode_Bytes destinationDomain: BigInt - leaf: xlayer_Bytes + leaf: mode_Bytes index: BigInt - message: xlayer_Bytes - root: xlayer_Bytes - transactionHash: xlayer_Bytes + message: mode_Bytes + root: mode_Bytes + transactionHash: mode_Bytes blockNumber: BigInt - rootCount: xlayer_RootCount + rootCount: mode_RootCount } -input xlayer_OriginMessage_filter { +input mode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -113168,16 +116159,16 @@ input xlayer_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: xlayer_Bytes - transferId_not: xlayer_Bytes - transferId_gt: xlayer_Bytes - transferId_lt: xlayer_Bytes - transferId_gte: xlayer_Bytes - transferId_lte: xlayer_Bytes - transferId_in: [xlayer_Bytes!] - transferId_not_in: [xlayer_Bytes!] - transferId_contains: xlayer_Bytes - transferId_not_contains: xlayer_Bytes + transferId: mode_Bytes + transferId_not: mode_Bytes + transferId_gt: mode_Bytes + transferId_lt: mode_Bytes + transferId_gte: mode_Bytes + transferId_lte: mode_Bytes + transferId_in: [mode_Bytes!] + transferId_not_in: [mode_Bytes!] + transferId_contains: mode_Bytes + transferId_not_contains: mode_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -113186,16 +116177,16 @@ input xlayer_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: xlayer_Bytes - leaf_not: xlayer_Bytes - leaf_gt: xlayer_Bytes - leaf_lt: xlayer_Bytes - leaf_gte: xlayer_Bytes - leaf_lte: xlayer_Bytes - leaf_in: [xlayer_Bytes!] - leaf_not_in: [xlayer_Bytes!] - leaf_contains: xlayer_Bytes - leaf_not_contains: xlayer_Bytes + leaf: mode_Bytes + leaf_not: mode_Bytes + leaf_gt: mode_Bytes + leaf_lt: mode_Bytes + leaf_gte: mode_Bytes + leaf_lte: mode_Bytes + leaf_in: [mode_Bytes!] + leaf_not_in: [mode_Bytes!] + leaf_contains: mode_Bytes + leaf_not_contains: mode_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -113204,36 +116195,36 @@ input xlayer_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: xlayer_Bytes - message_not: xlayer_Bytes - message_gt: xlayer_Bytes - message_lt: xlayer_Bytes - message_gte: xlayer_Bytes - message_lte: xlayer_Bytes - message_in: [xlayer_Bytes!] - message_not_in: [xlayer_Bytes!] - message_contains: xlayer_Bytes - message_not_contains: xlayer_Bytes - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + message: mode_Bytes + message_not: mode_Bytes + message_gt: mode_Bytes + message_lt: mode_Bytes + message_gte: mode_Bytes + message_lte: mode_Bytes + message_in: [mode_Bytes!] + message_not_in: [mode_Bytes!] + message_contains: mode_Bytes + message_not_contains: mode_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -113262,14 +116253,14 @@ input xlayer_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: xlayer_RootCount_filter + rootCount_: mode_RootCount_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_OriginMessage_filter] - or: [xlayer_OriginMessage_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OriginMessage_filter] + or: [mode_OriginMessage_filter] } -enum xlayer_OriginMessage_orderBy { +enum mode_OriginMessage_orderBy { id transferId destinationDomain @@ -113284,42 +116275,42 @@ enum xlayer_OriginMessage_orderBy { rootCount__count } -type xlayer_OriginTransfer { +type mode_OriginTransfer { id: ID! chainId: BigInt - transferId: xlayer_Bytes + transferId: mode_Bytes nonce: BigInt - status: xlayer_TransferStatus - messageHash: xlayer_Bytes + status: mode_TransferStatus + messageHash: mode_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xlayer_Bytes - delegate: xlayer_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: xlayer_Bytes + callData: mode_Bytes slippage: BigInt - originSender: xlayer_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xlayer_Bytes - asset: xlayer_Asset - transactingAsset: xlayer_Bytes - message: xlayer_OriginMessage + canonicalId: mode_Bytes + asset: mode_Asset + transactingAsset: mode_Bytes + message: mode_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: xlayer_RelayerFee_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_RelayerFee_filter): [xlayer_RelayerFee!] - initialRelayerFeeAsset: xlayer_Bytes - caller: xlayer_Bytes - transactionHash: xlayer_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mode_RelayerFee_orderBy, orderDirection: mode_OrderDirection, where: mode_RelayerFee_filter): [mode_RelayerFee!] + initialRelayerFeeAsset: mode_Bytes + caller: mode_Bytes + transactionHash: mode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: xlayer_Bytes + txOrigin: mode_Bytes txNonce: BigInt } -input xlayer_OriginTransfer_filter { +input mode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -113336,16 +116327,16 @@ input xlayer_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xlayer_Bytes - transferId_not: xlayer_Bytes - transferId_gt: xlayer_Bytes - transferId_lt: xlayer_Bytes - transferId_gte: xlayer_Bytes - transferId_lte: xlayer_Bytes - transferId_in: [xlayer_Bytes!] - transferId_not_in: [xlayer_Bytes!] - transferId_contains: xlayer_Bytes - transferId_not_contains: xlayer_Bytes + transferId: mode_Bytes + transferId_not: mode_Bytes + transferId_gt: mode_Bytes + transferId_lt: mode_Bytes + transferId_gte: mode_Bytes + transferId_lte: mode_Bytes + transferId_in: [mode_Bytes!] + transferId_not_in: [mode_Bytes!] + transferId_contains: mode_Bytes + transferId_not_contains: mode_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -113354,20 +116345,20 @@ input xlayer_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xlayer_TransferStatus - status_not: xlayer_TransferStatus - status_in: [xlayer_TransferStatus!] - status_not_in: [xlayer_TransferStatus!] - messageHash: xlayer_Bytes - messageHash_not: xlayer_Bytes - messageHash_gt: xlayer_Bytes - messageHash_lt: xlayer_Bytes - messageHash_gte: xlayer_Bytes - messageHash_lte: xlayer_Bytes - messageHash_in: [xlayer_Bytes!] - messageHash_not_in: [xlayer_Bytes!] - messageHash_contains: xlayer_Bytes - messageHash_not_contains: xlayer_Bytes + status: mode_TransferStatus + status_not: mode_TransferStatus + status_in: [mode_TransferStatus!] + status_not_in: [mode_TransferStatus!] + messageHash: mode_Bytes + messageHash_not: mode_Bytes + messageHash_gt: mode_Bytes + messageHash_lt: mode_Bytes + messageHash_gte: mode_Bytes + messageHash_lte: mode_Bytes + messageHash_in: [mode_Bytes!] + messageHash_not_in: [mode_Bytes!] + messageHash_contains: mode_Bytes + messageHash_not_contains: mode_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -113392,40 +116383,40 @@ input xlayer_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xlayer_Bytes - to_not: xlayer_Bytes - to_gt: xlayer_Bytes - to_lt: xlayer_Bytes - to_gte: xlayer_Bytes - to_lte: xlayer_Bytes - to_in: [xlayer_Bytes!] - to_not_in: [xlayer_Bytes!] - to_contains: xlayer_Bytes - to_not_contains: xlayer_Bytes - delegate: xlayer_Bytes - delegate_not: xlayer_Bytes - delegate_gt: xlayer_Bytes - delegate_lt: xlayer_Bytes - delegate_gte: xlayer_Bytes - delegate_lte: xlayer_Bytes - delegate_in: [xlayer_Bytes!] - delegate_not_in: [xlayer_Bytes!] - delegate_contains: xlayer_Bytes - delegate_not_contains: xlayer_Bytes + to: mode_Bytes + to_not: mode_Bytes + to_gt: mode_Bytes + to_lt: mode_Bytes + to_gte: mode_Bytes + to_lte: mode_Bytes + to_in: [mode_Bytes!] + to_not_in: [mode_Bytes!] + to_contains: mode_Bytes + to_not_contains: mode_Bytes + delegate: mode_Bytes + delegate_not: mode_Bytes + delegate_gt: mode_Bytes + delegate_lt: mode_Bytes + delegate_gte: mode_Bytes + delegate_lte: mode_Bytes + delegate_in: [mode_Bytes!] + delegate_not_in: [mode_Bytes!] + delegate_contains: mode_Bytes + delegate_not_contains: mode_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: xlayer_Bytes - callData_not: xlayer_Bytes - callData_gt: xlayer_Bytes - callData_lt: xlayer_Bytes - callData_gte: xlayer_Bytes - callData_lte: xlayer_Bytes - callData_in: [xlayer_Bytes!] - callData_not_in: [xlayer_Bytes!] - callData_contains: xlayer_Bytes - callData_not_contains: xlayer_Bytes + callData: mode_Bytes + callData_not: mode_Bytes + callData_gt: mode_Bytes + callData_lt: mode_Bytes + callData_gte: mode_Bytes + callData_lte: mode_Bytes + callData_in: [mode_Bytes!] + callData_not_in: [mode_Bytes!] + callData_contains: mode_Bytes + callData_not_contains: mode_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -113434,16 +116425,16 @@ input xlayer_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: xlayer_Bytes - originSender_not: xlayer_Bytes - originSender_gt: xlayer_Bytes - originSender_lt: xlayer_Bytes - originSender_gte: xlayer_Bytes - originSender_lte: xlayer_Bytes - originSender_in: [xlayer_Bytes!] - originSender_not_in: [xlayer_Bytes!] - originSender_contains: xlayer_Bytes - originSender_not_contains: xlayer_Bytes + originSender: mode_Bytes + originSender_not: mode_Bytes + originSender_gt: mode_Bytes + originSender_lt: mode_Bytes + originSender_gte: mode_Bytes + originSender_lte: mode_Bytes + originSender_in: [mode_Bytes!] + originSender_not_in: [mode_Bytes!] + originSender_contains: mode_Bytes + originSender_not_contains: mode_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -113460,16 +116451,16 @@ input xlayer_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xlayer_Bytes - canonicalId_not: xlayer_Bytes - canonicalId_gt: xlayer_Bytes - canonicalId_lt: xlayer_Bytes - canonicalId_gte: xlayer_Bytes - canonicalId_lte: xlayer_Bytes - canonicalId_in: [xlayer_Bytes!] - canonicalId_not_in: [xlayer_Bytes!] - canonicalId_contains: xlayer_Bytes - canonicalId_not_contains: xlayer_Bytes + canonicalId: mode_Bytes + canonicalId_not: mode_Bytes + canonicalId_gt: mode_Bytes + canonicalId_lt: mode_Bytes + canonicalId_gte: mode_Bytes + canonicalId_lte: mode_Bytes + canonicalId_in: [mode_Bytes!] + canonicalId_not_in: [mode_Bytes!] + canonicalId_contains: mode_Bytes + canonicalId_not_contains: mode_Bytes asset: String asset_not: String asset_gt: String @@ -113490,17 +116481,17 @@ input xlayer_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter - transactingAsset: xlayer_Bytes - transactingAsset_not: xlayer_Bytes - transactingAsset_gt: xlayer_Bytes - transactingAsset_lt: xlayer_Bytes - transactingAsset_gte: xlayer_Bytes - transactingAsset_lte: xlayer_Bytes - transactingAsset_in: [xlayer_Bytes!] - transactingAsset_not_in: [xlayer_Bytes!] - transactingAsset_contains: xlayer_Bytes - transactingAsset_not_contains: xlayer_Bytes + asset_: mode_Asset_filter + transactingAsset: mode_Bytes + transactingAsset_not: mode_Bytes + transactingAsset_gt: mode_Bytes + transactingAsset_lt: mode_Bytes + transactingAsset_gte: mode_Bytes + transactingAsset_lte: mode_Bytes + transactingAsset_in: [mode_Bytes!] + transactingAsset_not_in: [mode_Bytes!] + transactingAsset_contains: mode_Bytes + transactingAsset_not_contains: mode_Bytes message: String message_not: String message_gt: String @@ -113521,7 +116512,7 @@ input xlayer_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: xlayer_OriginMessage_filter + message_: mode_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -113536,37 +116527,37 @@ input xlayer_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: xlayer_RelayerFee_filter - initialRelayerFeeAsset: xlayer_Bytes - initialRelayerFeeAsset_not: xlayer_Bytes - initialRelayerFeeAsset_gt: xlayer_Bytes - initialRelayerFeeAsset_lt: xlayer_Bytes - initialRelayerFeeAsset_gte: xlayer_Bytes - initialRelayerFeeAsset_lte: xlayer_Bytes - initialRelayerFeeAsset_in: [xlayer_Bytes!] - initialRelayerFeeAsset_not_in: [xlayer_Bytes!] - initialRelayerFeeAsset_contains: xlayer_Bytes - initialRelayerFeeAsset_not_contains: xlayer_Bytes - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + relayerFees_: mode_RelayerFee_filter + initialRelayerFeeAsset: mode_Bytes + initialRelayerFeeAsset_not: mode_Bytes + initialRelayerFeeAsset_gt: mode_Bytes + initialRelayerFeeAsset_lt: mode_Bytes + initialRelayerFeeAsset_gte: mode_Bytes + initialRelayerFeeAsset_lte: mode_Bytes + initialRelayerFeeAsset_in: [mode_Bytes!] + initialRelayerFeeAsset_not_in: [mode_Bytes!] + initialRelayerFeeAsset_contains: mode_Bytes + initialRelayerFeeAsset_not_contains: mode_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113599,16 +116590,16 @@ input xlayer_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: xlayer_Bytes - txOrigin_not: xlayer_Bytes - txOrigin_gt: xlayer_Bytes - txOrigin_lt: xlayer_Bytes - txOrigin_gte: xlayer_Bytes - txOrigin_lte: xlayer_Bytes - txOrigin_in: [xlayer_Bytes!] - txOrigin_not_in: [xlayer_Bytes!] - txOrigin_contains: xlayer_Bytes - txOrigin_not_contains: xlayer_Bytes + txOrigin: mode_Bytes + txOrigin_not: mode_Bytes + txOrigin_gt: mode_Bytes + txOrigin_lt: mode_Bytes + txOrigin_gte: mode_Bytes + txOrigin_lte: mode_Bytes + txOrigin_in: [mode_Bytes!] + txOrigin_not_in: [mode_Bytes!] + txOrigin_contains: mode_Bytes + txOrigin_not_contains: mode_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -113618,12 +116609,12 @@ input xlayer_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_OriginTransfer_filter] - or: [xlayer_OriginTransfer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OriginTransfer_filter] + or: [mode_OriginTransfer_filter] } -enum xlayer_OriginTransfer_orderBy { +enum mode_OriginTransfer_orderBy { id chainId transferId @@ -113676,20 +116667,20 @@ enum xlayer_OriginTransfer_orderBy { txNonce } -type xlayer_Relayer { +type mode_Relayer { id: ID! isActive: Boolean! - relayer: xlayer_Bytes + relayer: mode_Bytes } -type xlayer_RelayerFee { +type mode_RelayerFee { id: ID! - transfer: xlayer_OriginTransfer! + transfer: mode_OriginTransfer! fee: BigInt! - asset: xlayer_Bytes! + asset: mode_Bytes! } -input xlayer_RelayerFee_filter { +input mode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -113718,7 +116709,7 @@ input xlayer_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xlayer_OriginTransfer_filter + transfer_: mode_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -113727,23 +116718,23 @@ input xlayer_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: xlayer_Bytes - asset_not: xlayer_Bytes - asset_gt: xlayer_Bytes - asset_lt: xlayer_Bytes - asset_gte: xlayer_Bytes - asset_lte: xlayer_Bytes - asset_in: [xlayer_Bytes!] - asset_not_in: [xlayer_Bytes!] - asset_contains: xlayer_Bytes - asset_not_contains: xlayer_Bytes + asset: mode_Bytes + asset_not: mode_Bytes + asset_gt: mode_Bytes + asset_lt: mode_Bytes + asset_gte: mode_Bytes + asset_lte: mode_Bytes + asset_in: [mode_Bytes!] + asset_not_in: [mode_Bytes!] + asset_contains: mode_Bytes + asset_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RelayerFee_filter] - or: [xlayer_RelayerFee_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RelayerFee_filter] + or: [mode_RelayerFee_filter] } -enum xlayer_RelayerFee_orderBy { +enum mode_RelayerFee_orderBy { id transfer transfer__id @@ -113779,20 +116770,20 @@ enum xlayer_RelayerFee_orderBy { asset } -type xlayer_RelayerFeesIncrease { +type mode_RelayerFeesIncrease { id: ID! - transfer: xlayer_OriginTransfer! + transfer: mode_OriginTransfer! increase: BigInt - asset: xlayer_Bytes - caller: xlayer_Bytes! - transactionHash: xlayer_Bytes! + asset: mode_Bytes + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xlayer_RelayerFeesIncrease_filter { +input mode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -113821,7 +116812,7 @@ input xlayer_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xlayer_OriginTransfer_filter + transfer_: mode_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -113830,36 +116821,36 @@ input xlayer_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: xlayer_Bytes - asset_not: xlayer_Bytes - asset_gt: xlayer_Bytes - asset_lt: xlayer_Bytes - asset_gte: xlayer_Bytes - asset_lte: xlayer_Bytes - asset_in: [xlayer_Bytes!] - asset_not_in: [xlayer_Bytes!] - asset_contains: xlayer_Bytes - asset_not_contains: xlayer_Bytes - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + asset: mode_Bytes + asset_not: mode_Bytes + asset_gt: mode_Bytes + asset_lt: mode_Bytes + asset_gte: mode_Bytes + asset_lte: mode_Bytes + asset_in: [mode_Bytes!] + asset_not_in: [mode_Bytes!] + asset_contains: mode_Bytes + asset_not_contains: mode_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113893,12 +116884,12 @@ input xlayer_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RelayerFeesIncrease_filter] - or: [xlayer_RelayerFeesIncrease_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RelayerFeesIncrease_filter] + or: [mode_RelayerFeesIncrease_filter] } -enum xlayer_RelayerFeesIncrease_orderBy { +enum mode_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -113940,7 +116931,7 @@ enum xlayer_RelayerFeesIncrease_orderBy { blockNumber } -input xlayer_Relayer_filter { +input mode_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -113953,34 +116944,34 @@ input xlayer_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: xlayer_Bytes - relayer_not: xlayer_Bytes - relayer_gt: xlayer_Bytes - relayer_lt: xlayer_Bytes - relayer_gte: xlayer_Bytes - relayer_lte: xlayer_Bytes - relayer_in: [xlayer_Bytes!] - relayer_not_in: [xlayer_Bytes!] - relayer_contains: xlayer_Bytes - relayer_not_contains: xlayer_Bytes + relayer: mode_Bytes + relayer_not: mode_Bytes + relayer_gt: mode_Bytes + relayer_lt: mode_Bytes + relayer_gte: mode_Bytes + relayer_lte: mode_Bytes + relayer_in: [mode_Bytes!] + relayer_not_in: [mode_Bytes!] + relayer_contains: mode_Bytes + relayer_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Relayer_filter] - or: [xlayer_Relayer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Relayer_filter] + or: [mode_Relayer_filter] } -enum xlayer_Relayer_orderBy { +enum mode_Relayer_orderBy { id isActive relayer } -type xlayer_RootCount { +type mode_RootCount { id: ID! count: BigInt } -input xlayer_RootCount_filter { +input mode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -113998,31 +116989,31 @@ input xlayer_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RootCount_filter] - or: [xlayer_RootCount_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RootCount_filter] + or: [mode_RootCount_filter] } -enum xlayer_RootCount_orderBy { +enum mode_RootCount_orderBy { id count } -type xlayer_RootMessageSent { +type mode_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xlayer_Bytes + root: mode_Bytes count: BigInt - caller: xlayer_Bytes - transactionHash: xlayer_Bytes + caller: mode_Bytes + transactionHash: mode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xlayer_RootMessageSent_filter { +input mode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -114047,16 +117038,16 @@ input xlayer_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -114065,26 +117056,26 @@ input xlayer_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -114118,12 +117109,12 @@ input xlayer_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RootMessageSent_filter] - or: [xlayer_RootMessageSent_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RootMessageSent_filter] + or: [mode_RootMessageSent_filter] } -enum xlayer_RootMessageSent_orderBy { +enum mode_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -114137,25 +117128,25 @@ enum xlayer_RootMessageSent_orderBy { blockNumber } -type xlayer_Router { +type mode_Router { id: ID! isActive: Boolean! - owner: xlayer_Bytes - recipient: xlayer_Bytes - proposedOwner: xlayer_Bytes + owner: mode_Bytes + recipient: mode_Bytes + proposedOwner: mode_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: xlayer_AssetBalance_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_AssetBalance_filter): [xlayer_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mode_AssetBalance_orderBy, orderDirection: mode_OrderDirection, where: mode_AssetBalance_filter): [mode_AssetBalance!]! } -type xlayer_RouterDailyTVL { +type mode_RouterDailyTVL { id: ID! - router: xlayer_Router! - asset: xlayer_Asset! + router: mode_Router! + asset: mode_Asset! timestamp: BigInt! balance: BigInt! } -input xlayer_RouterDailyTVL_filter { +input mode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -114184,7 +117175,7 @@ input xlayer_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xlayer_Router_filter + router_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -114205,7 +117196,7 @@ input xlayer_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: mode_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -114223,12 +117214,12 @@ input xlayer_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RouterDailyTVL_filter] - or: [xlayer_RouterDailyTVL_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RouterDailyTVL_filter] + or: [mode_RouterDailyTVL_filter] } -enum xlayer_RouterDailyTVL_orderBy { +enum mode_RouterDailyTVL_orderBy { id router router__id @@ -114251,26 +117242,26 @@ enum xlayer_RouterDailyTVL_orderBy { balance } -type xlayer_RouterLiquidityEvent { +type mode_RouterLiquidityEvent { id: ID! - type: xlayer_RouterLiquidityEventType - router: xlayer_Router! - asset: xlayer_Asset! + type: mode_RouterLiquidityEventType + router: mode_Router! + asset: mode_Asset! amount: BigInt! balance: BigInt! - caller: xlayer_Bytes + caller: mode_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: xlayer_Bytes! + transactionHash: mode_Bytes! nonce: BigInt! } -enum xlayer_RouterLiquidityEventType { +enum mode_RouterLiquidityEventType { Add Remove } -input xlayer_RouterLiquidityEvent_filter { +input mode_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -114279,10 +117270,10 @@ input xlayer_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: xlayer_RouterLiquidityEventType - type_not: xlayer_RouterLiquidityEventType - type_in: [xlayer_RouterLiquidityEventType!] - type_not_in: [xlayer_RouterLiquidityEventType!] + type: mode_RouterLiquidityEventType + type_not: mode_RouterLiquidityEventType + type_in: [mode_RouterLiquidityEventType!] + type_not_in: [mode_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -114303,7 +117294,7 @@ input xlayer_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xlayer_Router_filter + router_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -114324,7 +117315,7 @@ input xlayer_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: mode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -114341,16 +117332,16 @@ input xlayer_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -114367,16 +117358,16 @@ input xlayer_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -114386,12 +117377,12 @@ input xlayer_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RouterLiquidityEvent_filter] - or: [xlayer_RouterLiquidityEvent_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RouterLiquidityEvent_filter] + or: [mode_RouterLiquidityEvent_filter] } -enum xlayer_RouterLiquidityEvent_orderBy { +enum mode_RouterLiquidityEvent_orderBy { id type router @@ -114420,7 +117411,7 @@ enum xlayer_RouterLiquidityEvent_orderBy { nonce } -input xlayer_Router_filter { +input mode_Router_filter { id: ID id_not: ID id_gt: ID @@ -114433,36 +117424,36 @@ input xlayer_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: xlayer_Bytes - owner_not: xlayer_Bytes - owner_gt: xlayer_Bytes - owner_lt: xlayer_Bytes - owner_gte: xlayer_Bytes - owner_lte: xlayer_Bytes - owner_in: [xlayer_Bytes!] - owner_not_in: [xlayer_Bytes!] - owner_contains: xlayer_Bytes - owner_not_contains: xlayer_Bytes - recipient: xlayer_Bytes - recipient_not: xlayer_Bytes - recipient_gt: xlayer_Bytes - recipient_lt: xlayer_Bytes - recipient_gte: xlayer_Bytes - recipient_lte: xlayer_Bytes - recipient_in: [xlayer_Bytes!] - recipient_not_in: [xlayer_Bytes!] - recipient_contains: xlayer_Bytes - recipient_not_contains: xlayer_Bytes - proposedOwner: xlayer_Bytes - proposedOwner_not: xlayer_Bytes - proposedOwner_gt: xlayer_Bytes - proposedOwner_lt: xlayer_Bytes - proposedOwner_gte: xlayer_Bytes - proposedOwner_lte: xlayer_Bytes - proposedOwner_in: [xlayer_Bytes!] - proposedOwner_not_in: [xlayer_Bytes!] - proposedOwner_contains: xlayer_Bytes - proposedOwner_not_contains: xlayer_Bytes + owner: mode_Bytes + owner_not: mode_Bytes + owner_gt: mode_Bytes + owner_lt: mode_Bytes + owner_gte: mode_Bytes + owner_lte: mode_Bytes + owner_in: [mode_Bytes!] + owner_not_in: [mode_Bytes!] + owner_contains: mode_Bytes + owner_not_contains: mode_Bytes + recipient: mode_Bytes + recipient_not: mode_Bytes + recipient_gt: mode_Bytes + recipient_lt: mode_Bytes + recipient_gte: mode_Bytes + recipient_lte: mode_Bytes + recipient_in: [mode_Bytes!] + recipient_not_in: [mode_Bytes!] + recipient_contains: mode_Bytes + recipient_not_contains: mode_Bytes + proposedOwner: mode_Bytes + proposedOwner_not: mode_Bytes + proposedOwner_gt: mode_Bytes + proposedOwner_lt: mode_Bytes + proposedOwner_gte: mode_Bytes + proposedOwner_lte: mode_Bytes + proposedOwner_in: [mode_Bytes!] + proposedOwner_not_in: [mode_Bytes!] + proposedOwner_contains: mode_Bytes + proposedOwner_not_contains: mode_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -114471,14 +117462,14 @@ input xlayer_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xlayer_AssetBalance_filter + assetBalances_: mode_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Router_filter] - or: [xlayer_Router_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Router_filter] + or: [mode_Router_filter] } -enum xlayer_Router_orderBy { +enum mode_Router_orderBy { id isActive owner @@ -114488,13 +117479,13 @@ enum xlayer_Router_orderBy { assetBalances } -type xlayer_Sequencer { +type mode_Sequencer { id: ID! isActive: Boolean! - sequencer: xlayer_Bytes + sequencer: mode_Bytes } -input xlayer_Sequencer_filter { +input mode_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -114507,35 +117498,35 @@ input xlayer_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: xlayer_Bytes - sequencer_not: xlayer_Bytes - sequencer_gt: xlayer_Bytes - sequencer_lt: xlayer_Bytes - sequencer_gte: xlayer_Bytes - sequencer_lte: xlayer_Bytes - sequencer_in: [xlayer_Bytes!] - sequencer_not_in: [xlayer_Bytes!] - sequencer_contains: xlayer_Bytes - sequencer_not_contains: xlayer_Bytes + sequencer: mode_Bytes + sequencer_not: mode_Bytes + sequencer_gt: mode_Bytes + sequencer_lt: mode_Bytes + sequencer_gte: mode_Bytes + sequencer_lte: mode_Bytes + sequencer_in: [mode_Bytes!] + sequencer_not_in: [mode_Bytes!] + sequencer_contains: mode_Bytes + sequencer_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Sequencer_filter] - or: [xlayer_Sequencer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Sequencer_filter] + or: [mode_Sequencer_filter] } -enum xlayer_Sequencer_orderBy { +enum mode_Sequencer_orderBy { id isActive sequencer } -type xlayer_Setting { +type mode_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xlayer_Bytes! + caller: mode_Bytes! } -input xlayer_Setting_filter { +input mode_Setting_filter { id: ID id_not: ID id_gt: ID @@ -114552,41 +117543,41 @@ input xlayer_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Setting_filter] - or: [xlayer_Setting_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Setting_filter] + or: [mode_Setting_filter] } -enum xlayer_Setting_orderBy { +enum mode_Setting_orderBy { id maxRoutersPerTransfer caller } -type xlayer_SlippageUpdate { +type mode_SlippageUpdate { id: ID! - transfer: xlayer_DestinationTransfer! + transfer: mode_DestinationTransfer! slippage: BigInt! - caller: xlayer_Bytes! - transactionHash: xlayer_Bytes! + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xlayer_SlippageUpdate_filter { +input mode_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -114615,7 +117606,7 @@ input xlayer_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xlayer_DestinationTransfer_filter + transfer_: mode_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -114624,26 +117615,26 @@ input xlayer_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -114677,12 +117668,12 @@ input xlayer_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_SlippageUpdate_filter] - or: [xlayer_SlippageUpdate_filter] + _change_block: mode_BlockChangedFilter + and: [mode_SlippageUpdate_filter] + or: [mode_SlippageUpdate_filter] } -enum xlayer_SlippageUpdate_orderBy { +enum mode_SlippageUpdate_orderBy { id transfer transfer__id @@ -114730,16 +117721,16 @@ enum xlayer_SlippageUpdate_orderBy { blockNumber } -type xlayer_SnapshotRoot { +type mode_SnapshotRoot { id: ID! spokeDomain: BigInt - root: xlayer_Bytes! + root: mode_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input xlayer_SnapshotRoot_filter { +input mode_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -114756,16 +117747,16 @@ input xlayer_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -114791,26 +117782,551 @@ input xlayer_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_SnapshotRoot_filter] - or: [xlayer_SnapshotRoot_filter] + _change_block: mode_BlockChangedFilter + and: [mode_SnapshotRoot_filter] + or: [mode_SnapshotRoot_filter] +} + +enum mode_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type mode_SpokeConnectorMode { + id: ID! + mode: String! +} + +input mode_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: mode_BlockChangedFilter + and: [mode_SpokeConnectorMode_filter] + or: [mode_SpokeConnectorMode_filter] +} + +enum mode_SpokeConnectorMode_orderBy { + id + mode +} + +enum mode_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type mode__Block_ { + """The hash of the block""" + hash: mode_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type mode__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mode__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type metis_AggregateRoot { + id: ID! + root: metis_Bytes! + blockNumber: BigInt! +} + +type metis_AggregateRootProposed { + id: ID! + aggregateRoot: metis_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input metis_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: metis_Bytes + aggregateRoot_not: metis_Bytes + aggregateRoot_gt: metis_Bytes + aggregateRoot_lt: metis_Bytes + aggregateRoot_gte: metis_Bytes + aggregateRoot_lte: metis_Bytes + aggregateRoot_in: [metis_Bytes!] + aggregateRoot_not_in: [metis_Bytes!] + aggregateRoot_contains: metis_Bytes + aggregateRoot_not_contains: metis_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: metis_BlockChangedFilter + and: [metis_AggregateRootProposed_filter] + or: [metis_AggregateRootProposed_filter] +} + +enum metis_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input metis_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: metis_BlockChangedFilter + and: [metis_AggregateRoot_filter] + or: [metis_AggregateRoot_filter] +} + +enum metis_AggregateRoot_orderBy { + id + root + blockNumber +} + +type metis_Asset { + id: ID! + key: metis_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: metis_Bytes + canonicalDomain: BigInt + adoptedAsset: metis_Bytes + localAsset: metis_Bytes + blockNumber: BigInt + status: metis_AssetStatus +} + +type metis_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: metis_Router! + asset: metis_Asset! + feesEarned: BigInt! +} + +input metis_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_: metis_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter + 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_BlockChangedFilter + and: [metis_AssetBalance_filter] + or: [metis_AssetBalance_filter] +} + +enum 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 +} + +type metis_AssetStatus { + id: ID! + status: Boolean +} + +input metis_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: metis_BlockChangedFilter + and: [metis_AssetStatus_filter] + or: [metis_AssetStatus_filter] +} + +enum metis_AssetStatus_orderBy { + id + status +} + +input metis_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: metis_Bytes + key_not: metis_Bytes + key_gt: metis_Bytes + key_lt: metis_Bytes + key_gte: metis_Bytes + key_lte: metis_Bytes + key_in: [metis_Bytes!] + key_not_in: [metis_Bytes!] + key_contains: metis_Bytes + key_not_contains: metis_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: metis_Bytes + canonicalId_not: metis_Bytes + canonicalId_gt: metis_Bytes + canonicalId_lt: metis_Bytes + canonicalId_gte: metis_Bytes + canonicalId_lte: metis_Bytes + canonicalId_in: [metis_Bytes!] + canonicalId_not_in: [metis_Bytes!] + canonicalId_contains: metis_Bytes + canonicalId_not_contains: metis_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: metis_Bytes + adoptedAsset_not: metis_Bytes + adoptedAsset_gt: metis_Bytes + adoptedAsset_lt: metis_Bytes + adoptedAsset_gte: metis_Bytes + adoptedAsset_lte: metis_Bytes + adoptedAsset_in: [metis_Bytes!] + adoptedAsset_not_in: [metis_Bytes!] + adoptedAsset_contains: metis_Bytes + adoptedAsset_not_contains: metis_Bytes + localAsset: metis_Bytes + localAsset_not: metis_Bytes + localAsset_gt: metis_Bytes + localAsset_lt: metis_Bytes + localAsset_gte: metis_Bytes + localAsset_lte: metis_Bytes + localAsset_in: [metis_Bytes!] + localAsset_not_in: [metis_Bytes!] + localAsset_contains: metis_Bytes + localAsset_not_contains: metis_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: metis_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: metis_BlockChangedFilter + and: [metis_Asset_filter] + or: [metis_Asset_filter] } -enum xlayer_SnapshotRoot_orderBy { +enum metis_Asset_orderBy { id - spokeDomain - root - count - timestamp + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -type xlayer_SpokeConnectorMode { +scalar metis_BigDecimal + +input metis_BlockChangedFilter { + number_gte: Int! +} + +input metis_Block_height { + hash: metis_Bytes + number: Int + number_gte: Int +} + +scalar metis_Bytes + +type metis_ConnectorMeta { id: ID! - mode: String! + spokeDomain: BigInt + hubDomain: BigInt + amb: metis_Bytes + rootManager: metis_Bytes + mirrorConnector: metis_Bytes } -input xlayer_SpokeConnectorMode_filter { +input metis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -114819,112 +118335,109 @@ input xlayer_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: 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: xlayer_BlockChangedFilter - and: [xlayer_SpokeConnectorMode_filter] - or: [xlayer_SpokeConnectorMode_filter] + _change_block: metis_BlockChangedFilter + and: [metis_ConnectorMeta_filter] + or: [metis_ConnectorMeta_filter] } -enum xlayer_SpokeConnectorMode_orderBy { +enum metis_ConnectorMeta_orderBy { id - mode -} - -enum xlayer_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type xlayer__Block_ { - """The hash of the block""" - hash: xlayer_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type xlayer__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: xlayer__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum bnb_swap_Aggregation_interval { - hour - day -} - -scalar bnb_swap_BigDecimal - -input bnb_swap_BlockChangedFilter { - number_gte: Int! -} - -input bnb_swap_Block_height { - hash: bnb_swap_Bytes - number: Int - number_gte: Int -} - -scalar bnb_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar bnb_swap_Int8 - -type bnb_swap_LpAccount { - id: ID! - address: bnb_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type bnb_swap_LpAccountBalance { +type metis_DestinationTransfer { id: ID! - account: bnb_swap_LpAccount! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: bnb_swap_Bytes + chainId: BigInt + transferId: metis_Bytes + nonce: BigInt + status: metis_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: metis_Router_orderBy, orderDirection: metis_OrderDirection, where: metis_Router_filter): [metis_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: metis_Bytes + delegate: metis_Bytes + receiveLocal: Boolean + callData: metis_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: metis_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: metis_Bytes + asset: metis_Asset + amount: BigInt + routersFee: BigInt + executedCaller: metis_Bytes + executedTransactionHash: metis_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: metis_Bytes + executedTxNonce: BigInt + reconciledCaller: metis_Bytes + reconciledTransactionHash: metis_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: metis_Bytes + reconciledTxNonce: BigInt } -input bnb_swap_LpAccountBalance_filter { +input metis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -114933,160 +118446,400 @@ input bnb_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: bnb_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: metis_TransferStatus + status_not: metis_TransferStatus + status_in: [metis_TransferStatus!] + status_not_in: [metis_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: metis_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: metis_Bytes + to_not: metis_Bytes + to_gt: metis_Bytes + to_lt: metis_Bytes + to_gte: metis_Bytes + to_lte: metis_Bytes + to_in: [metis_Bytes!] + to_not_in: [metis_Bytes!] + to_contains: metis_Bytes + to_not_contains: metis_Bytes + delegate: metis_Bytes + delegate_not: metis_Bytes + delegate_gt: metis_Bytes + delegate_lt: metis_Bytes + delegate_gte: metis_Bytes + delegate_lte: metis_Bytes + delegate_in: [metis_Bytes!] + delegate_not_in: [metis_Bytes!] + delegate_contains: metis_Bytes + delegate_not_contains: metis_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: metis_Bytes + callData_not: metis_Bytes + callData_gt: metis_Bytes + callData_lt: metis_Bytes + callData_gte: metis_Bytes + callData_lte: metis_Bytes + callData_in: [metis_Bytes!] + callData_not_in: [metis_Bytes!] + callData_contains: metis_Bytes + callData_not_contains: metis_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + 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: metis_Bytes + originSender_not: metis_Bytes + originSender_gt: metis_Bytes + originSender_lt: metis_Bytes + originSender_gte: metis_Bytes + originSender_lte: metis_Bytes + originSender_in: [metis_Bytes!] + originSender_not_in: [metis_Bytes!] + originSender_contains: metis_Bytes + originSender_not_contains: metis_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: metis_Bytes + canonicalId_not: metis_Bytes + canonicalId_gt: metis_Bytes + canonicalId_lt: metis_Bytes + canonicalId_gte: metis_Bytes + canonicalId_lte: metis_Bytes + canonicalId_in: [metis_Bytes!] + canonicalId_not_in: [metis_Bytes!] + canonicalId_contains: metis_Bytes + canonicalId_not_contains: metis_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: metis_Bytes + executedCaller_not: metis_Bytes + executedCaller_gt: metis_Bytes + executedCaller_lt: metis_Bytes + executedCaller_gte: metis_Bytes + executedCaller_lte: metis_Bytes + executedCaller_in: [metis_Bytes!] + executedCaller_not_in: [metis_Bytes!] + executedCaller_contains: metis_Bytes + executedCaller_not_contains: metis_Bytes + executedTransactionHash: metis_Bytes + executedTransactionHash_not: metis_Bytes + executedTransactionHash_gt: metis_Bytes + executedTransactionHash_lt: metis_Bytes + executedTransactionHash_gte: metis_Bytes + executedTransactionHash_lte: metis_Bytes + executedTransactionHash_in: [metis_Bytes!] + executedTransactionHash_not_in: [metis_Bytes!] + executedTransactionHash_contains: metis_Bytes + executedTransactionHash_not_contains: metis_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: metis_Bytes + executedTxOrigin_not: metis_Bytes + executedTxOrigin_gt: metis_Bytes + executedTxOrigin_lt: metis_Bytes + executedTxOrigin_gte: metis_Bytes + executedTxOrigin_lte: metis_Bytes + executedTxOrigin_in: [metis_Bytes!] + executedTxOrigin_not_in: [metis_Bytes!] + executedTxOrigin_contains: metis_Bytes + executedTxOrigin_not_contains: metis_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: metis_Bytes + reconciledCaller_not: metis_Bytes + reconciledCaller_gt: metis_Bytes + reconciledCaller_lt: metis_Bytes + reconciledCaller_gte: metis_Bytes + reconciledCaller_lte: metis_Bytes + reconciledCaller_in: [metis_Bytes!] + reconciledCaller_not_in: [metis_Bytes!] + reconciledCaller_contains: metis_Bytes + reconciledCaller_not_contains: metis_Bytes + reconciledTransactionHash: metis_Bytes + reconciledTransactionHash_not: metis_Bytes + reconciledTransactionHash_gt: metis_Bytes + reconciledTransactionHash_lt: metis_Bytes + reconciledTransactionHash_gte: metis_Bytes + reconciledTransactionHash_lte: metis_Bytes + reconciledTransactionHash_in: [metis_Bytes!] + reconciledTransactionHash_not_in: [metis_Bytes!] + reconciledTransactionHash_contains: metis_Bytes + reconciledTransactionHash_not_contains: metis_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: metis_Bytes + reconciledTxOrigin_not: metis_Bytes + reconciledTxOrigin_gt: metis_Bytes + reconciledTxOrigin_lt: metis_Bytes + reconciledTxOrigin_gte: metis_Bytes + reconciledTxOrigin_lte: metis_Bytes + reconciledTxOrigin_in: [metis_Bytes!] + reconciledTxOrigin_not_in: [metis_Bytes!] + reconciledTxOrigin_contains: metis_Bytes + reconciledTxOrigin_not_contains: metis_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccountBalance_filter] - or: [bnb_swap_LpAccountBalance_filter] + _change_block: metis_BlockChangedFilter + and: [metis_DestinationTransfer_filter] + or: [metis_DestinationTransfer_filter] } -enum bnb_swap_LpAccountBalance_orderBy { +enum metis_DestinationTransfer_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply + 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 - block - modified - transaction -} - -input bnb_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: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes - balances_: bnb_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccount_filter] - or: [bnb_swap_LpAccount_filter] + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -enum bnb_swap_LpAccount_orderBy { - id - address - balances -} +""" +8 bytes signed integer -type bnb_swap_LpToken { - id: ID! - address: bnb_swap_Bytes! - stableSwap: bnb_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: bnb_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! -} +""" +scalar metis_Int8 -interface bnb_swap_LpTokenEvent { +type metis_OptimisticRootFinalized { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - block: BigInt! + aggregateRoot: metis_Bytes! timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input bnb_swap_LpTokenEvent_filter { +input metis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -115095,43 +118848,16 @@ input bnb_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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 @@ -115140,47 +118866,47 @@ input bnb_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTokenEvent_filter] - or: [bnb_swap_LpTokenEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OptimisticRootFinalized_filter] + or: [metis_OptimisticRootFinalized_filter] } -enum bnb_swap_LpTokenEvent_orderBy { +enum metis_OptimisticRootFinalized_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + aggregateRoot timestamp - transaction - nonce + blockNumber } -input bnb_swap_LpToken_filter { +"""Defines the order direction, either ascending or descending""" +enum metis_OrderDirection { + asc + desc +} + +type metis_OriginMessage { + id: ID! + transferId: metis_Bytes + destinationDomain: BigInt + leaf: metis_Bytes + index: BigInt + message: metis_Bytes + root: metis_Bytes + transactionHash: metis_Bytes + blockNumber: BigInt + rootCount: metis_RootCount +} + +input metis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -115189,142 +118915,158 @@ input bnb_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: bnb_swap_BigDecimal - totalSupply_not: bnb_swap_BigDecimal - totalSupply_gt: bnb_swap_BigDecimal - totalSupply_lt: bnb_swap_BigDecimal - totalSupply_gte: bnb_swap_BigDecimal - totalSupply_lte: bnb_swap_BigDecimal - totalSupply_in: [bnb_swap_BigDecimal!] - totalSupply_not_in: [bnb_swap_BigDecimal!] - events_: bnb_swap_LpTokenEvent_filter + transferId: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: metis_Bytes + leaf_not: metis_Bytes + leaf_gt: metis_Bytes + leaf_lt: metis_Bytes + leaf_gte: metis_Bytes + leaf_lte: metis_Bytes + leaf_in: [metis_Bytes!] + leaf_not_in: [metis_Bytes!] + leaf_contains: metis_Bytes + leaf_not_contains: metis_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: metis_Bytes + message_not: metis_Bytes + message_gt: metis_Bytes + message_lt: metis_Bytes + message_gte: metis_Bytes + message_lte: metis_Bytes + message_in: [metis_Bytes!] + message_not_in: [metis_Bytes!] + message_contains: metis_Bytes + message_not_contains: metis_Bytes + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: metis_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpToken_filter] - or: [bnb_swap_LpToken_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginMessage_filter] + or: [metis_OriginMessage_filter] } -enum bnb_swap_LpToken_orderBy { +enum metis_OriginMessage_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { +type metis_OriginTransfer { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - from: bnb_swap_Bytes! - to: bnb_swap_Bytes! - fromBalance: bnb_swap_BigDecimal! - toBalance: bnb_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: metis_Bytes + nonce: BigInt + status: metis_TransferStatus + messageHash: metis_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: metis_Bytes + delegate: metis_Bytes + receiveLocal: Boolean + callData: metis_Bytes + slippage: BigInt + originSender: metis_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: metis_Bytes + asset: metis_Asset + transactingAsset: metis_Bytes + message: metis_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: metis_RelayerFee_orderBy, orderDirection: metis_OrderDirection, where: metis_RelayerFee_filter): [metis_RelayerFee!] + initialRelayerFeeAsset: metis_Bytes + caller: metis_Bytes + transactionHash: metis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: metis_Bytes + txNonce: BigInt } -input bnb_swap_LpTransferEvent_filter { +input metis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -115333,97 +119075,24 @@ input bnb_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - from: bnb_swap_Bytes - from_not: bnb_swap_Bytes - from_gt: bnb_swap_Bytes - from_lt: bnb_swap_Bytes - from_gte: bnb_swap_Bytes - from_lte: bnb_swap_Bytes - from_in: [bnb_swap_Bytes!] - from_not_in: [bnb_swap_Bytes!] - from_contains: bnb_swap_Bytes - from_not_contains: bnb_swap_Bytes - to: bnb_swap_Bytes - to_not: bnb_swap_Bytes - to_gt: bnb_swap_Bytes - to_lt: bnb_swap_Bytes - to_gte: bnb_swap_Bytes - to_lte: bnb_swap_Bytes - to_in: [bnb_swap_Bytes!] - to_not_in: [bnb_swap_Bytes!] - to_contains: bnb_swap_Bytes - to_not_contains: bnb_swap_Bytes - fromBalance: bnb_swap_BigDecimal - fromBalance_not: bnb_swap_BigDecimal - fromBalance_gt: bnb_swap_BigDecimal - fromBalance_lt: bnb_swap_BigDecimal - fromBalance_gte: bnb_swap_BigDecimal - fromBalance_lte: bnb_swap_BigDecimal - fromBalance_in: [bnb_swap_BigDecimal!] - fromBalance_not_in: [bnb_swap_BigDecimal!] - toBalance: bnb_swap_BigDecimal - toBalance_not: bnb_swap_BigDecimal - toBalance_gt: bnb_swap_BigDecimal - toBalance_lt: bnb_swap_BigDecimal - toBalance_gte: bnb_swap_BigDecimal - toBalance_lte: bnb_swap_BigDecimal - toBalance_in: [bnb_swap_BigDecimal!] - toBalance_not_in: [bnb_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -115432,44 +119101,342 @@ input bnb_swap_LpTransferEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: metis_TransferStatus + status_not: metis_TransferStatus + status_in: [metis_TransferStatus!] + status_not_in: [metis_TransferStatus!] + messageHash: metis_Bytes + messageHash_not: metis_Bytes + messageHash_gt: metis_Bytes + messageHash_lt: metis_Bytes + messageHash_gte: metis_Bytes + messageHash_lte: metis_Bytes + messageHash_in: [metis_Bytes!] + messageHash_not_in: [metis_Bytes!] + messageHash_contains: metis_Bytes + messageHash_not_contains: metis_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: metis_Bytes + to_not: metis_Bytes + to_gt: metis_Bytes + to_lt: metis_Bytes + to_gte: metis_Bytes + to_lte: metis_Bytes + to_in: [metis_Bytes!] + to_not_in: [metis_Bytes!] + to_contains: metis_Bytes + to_not_contains: metis_Bytes + delegate: metis_Bytes + delegate_not: metis_Bytes + delegate_gt: metis_Bytes + delegate_lt: metis_Bytes + delegate_gte: metis_Bytes + delegate_lte: metis_Bytes + delegate_in: [metis_Bytes!] + delegate_not_in: [metis_Bytes!] + delegate_contains: metis_Bytes + delegate_not_contains: metis_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: metis_Bytes + callData_not: metis_Bytes + callData_gt: metis_Bytes + callData_lt: metis_Bytes + callData_gte: metis_Bytes + callData_lte: metis_Bytes + callData_in: [metis_Bytes!] + callData_not_in: [metis_Bytes!] + callData_contains: metis_Bytes + callData_not_contains: metis_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: metis_Bytes + originSender_not: metis_Bytes + originSender_gt: metis_Bytes + originSender_lt: metis_Bytes + originSender_gte: metis_Bytes + originSender_lte: metis_Bytes + originSender_in: [metis_Bytes!] + originSender_not_in: [metis_Bytes!] + originSender_contains: metis_Bytes + originSender_not_contains: metis_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: metis_Bytes + canonicalId_not: metis_Bytes + canonicalId_gt: metis_Bytes + canonicalId_lt: metis_Bytes + canonicalId_gte: metis_Bytes + canonicalId_lte: metis_Bytes + canonicalId_in: [metis_Bytes!] + canonicalId_not_in: [metis_Bytes!] + canonicalId_contains: metis_Bytes + canonicalId_not_contains: metis_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter + transactingAsset: metis_Bytes + transactingAsset_not: metis_Bytes + transactingAsset_gt: metis_Bytes + transactingAsset_lt: metis_Bytes + transactingAsset_gte: metis_Bytes + transactingAsset_lte: metis_Bytes + transactingAsset_in: [metis_Bytes!] + transactingAsset_not_in: [metis_Bytes!] + transactingAsset_contains: metis_Bytes + transactingAsset_not_contains: metis_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: metis_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: metis_RelayerFee_filter + initialRelayerFeeAsset: metis_Bytes + initialRelayerFeeAsset_not: metis_Bytes + initialRelayerFeeAsset_gt: metis_Bytes + initialRelayerFeeAsset_lt: metis_Bytes + initialRelayerFeeAsset_gte: metis_Bytes + initialRelayerFeeAsset_lte: metis_Bytes + initialRelayerFeeAsset_in: [metis_Bytes!] + initialRelayerFeeAsset_not_in: [metis_Bytes!] + initialRelayerFeeAsset_contains: metis_Bytes + initialRelayerFeeAsset_not_contains: metis_Bytes + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: metis_Bytes + txOrigin_not: metis_Bytes + txOrigin_gt: metis_Bytes + txOrigin_lt: metis_Bytes + txOrigin_gte: metis_Bytes + txOrigin_lte: metis_Bytes + txOrigin_in: [metis_Bytes!] + txOrigin_not_in: [metis_Bytes!] + txOrigin_contains: metis_Bytes + txOrigin_not_contains: metis_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTransferEvent_filter] - or: [bnb_swap_LpTransferEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginTransfer_filter] + or: [metis_OriginTransfer_filter] } -enum bnb_swap_LpTransferEvent_orderBy { +enum metis_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain to - fromBalance - toBalance - block + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -"""Defines the order direction, either ascending or descending""" -enum bnb_swap_OrderDirection { - asc - desc +type metis_Relayer { + id: ID! + isActive: Boolean! + relayer: metis_Bytes } -type bnb_swap_PooledToken { +type metis_RelayerFee { id: ID! - asset: bnb_swap_Bytes! + transfer: metis_OriginTransfer! + fee: BigInt! + asset: metis_Bytes! } -input bnb_swap_PooledToken_filter { +input metis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -115478,72 +119445,101 @@ input bnb_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: bnb_swap_Bytes - asset_not: bnb_swap_Bytes - asset_gt: bnb_swap_Bytes - asset_lt: bnb_swap_Bytes - asset_gte: bnb_swap_Bytes - asset_lte: bnb_swap_Bytes - asset_in: [bnb_swap_Bytes!] - asset_not_in: [bnb_swap_Bytes!] - asset_contains: bnb_swap_Bytes - asset_not_contains: bnb_swap_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: metis_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: metis_Bytes + asset_not: metis_Bytes + asset_gt: metis_Bytes + asset_lt: metis_Bytes + asset_gte: metis_Bytes + asset_lte: metis_Bytes + asset_in: [metis_Bytes!] + asset_not_in: [metis_Bytes!] + asset_contains: metis_Bytes + asset_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_PooledToken_filter] - or: [bnb_swap_PooledToken_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFee_filter] + or: [metis_RelayerFee_filter] } -enum bnb_swap_PooledToken_orderBy { +enum 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 } -type bnb_swap_StableSwap { - id: ID! - isActive: Boolean - key: bnb_swap_Bytes! - canonicalId: bnb_swap_Bytes - domain: BigInt - swapPool: bnb_swap_Bytes - lpToken: bnb_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [bnb_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] -} - -type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { +type metis_RelayerFeesIncrease { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: metis_OriginTransfer! + increase: BigInt + asset: metis_Bytes + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input bnb_swap_StableSwapAddLiquidityEvent_filter { +input metis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -115552,87 +119548,65 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: metis_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: metis_Bytes + asset_not: metis_Bytes + asset_gt: metis_Bytes + asset_lt: metis_Bytes + asset_gte: metis_Bytes + asset_lte: metis_Bytes + asset_in: [metis_Bytes!] + asset_not_in: [metis_Bytes!] + asset_contains: metis_Bytes + asset_not_contains: metis_Bytes + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -115641,72 +119615,119 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapAddLiquidityEvent_filter] - or: [bnb_swap_StableSwapAddLiquidityEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFeesIncrease_filter] + or: [metis_RelayerFeesIncrease_filter] } -enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { +enum metis_RelayerFeesIncrease_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber +} + +input metis_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: 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: metis_BlockChangedFilter + and: [metis_Relayer_filter] + or: [metis_Relayer_filter] } -interface bnb_swap_StableSwapEvent { +enum metis_Relayer_orderBy { + id + isActive + relayer +} + +type metis_RootCount { id: ID! - stableSwap: bnb_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + count: BigInt } -input bnb_swap_StableSwapEvent_filter { +input metis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -115715,109 +119736,40 @@ input bnb_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapEvent_filter] - or: [bnb_swap_StableSwapEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RootCount_filter] + or: [metis_RootCount_filter] } -enum bnb_swap_StableSwapEvent_orderBy { +enum metis_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + count } -type bnb_swap_StableSwapExchange { +type metis_RootMessageSent { id: ID! - stableSwap: bnb_swap_StableSwap! - buyer: bnb_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: metis_Bytes + count: BigInt + caller: metis_Bytes + transactionHash: metis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input bnb_swap_StableSwapExchange_filter { +input metis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -115826,91 +119778,60 @@ input bnb_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - buyer: bnb_swap_Bytes - buyer_not: bnb_swap_Bytes - buyer_gt: bnb_swap_Bytes - buyer_lt: bnb_swap_Bytes - buyer_gte: bnb_swap_Bytes - buyer_lte: bnb_swap_Bytes - buyer_in: [bnb_swap_Bytes!] - buyer_not_in: [bnb_swap_Bytes!] - buyer_contains: bnb_swap_Bytes - buyer_not_contains: bnb_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -115919,79 +119840,69 @@ input bnb_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes - 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapExchange_filter] - or: [bnb_swap_StableSwapExchange_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RootMessageSent_filter] + or: [metis_RootMessageSent_filter] } -enum bnb_swap_StableSwapExchange_orderBy { +enum metis_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { +type metis_Router { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + isActive: Boolean! + owner: metis_Bytes + recipient: metis_Bytes + proposedOwner: metis_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: metis_AssetBalance_orderBy, orderDirection: metis_OrderDirection, where: metis_AssetBalance_filter): [metis_AssetBalance!]! +} + +type metis_RouterDailyTVL { + id: ID! + router: metis_Router! + asset: metis_Asset! timestamp: BigInt! - transaction: bnb_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input bnb_swap_StableSwapRemoveLiquidityEvent_filter { +input metis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -116000,87 +119911,48 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: metis_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -116089,16 +119961,169 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + 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: metis_BlockChangedFilter + and: [metis_RouterDailyTVL_filter] + or: [metis_RouterDailyTVL_filter] +} + +enum 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 +} + +type metis_RouterLiquidityEvent { + id: ID! + type: metis_RouterLiquidityEventType + router: metis_Router! + asset: metis_Asset! + amount: BigInt! + balance: BigInt! + caller: metis_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: metis_Bytes! + nonce: BigInt! +} + +enum metis_RouterLiquidityEventType { + Add + Remove +} + +input metis_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: metis_RouterLiquidityEventType + type_not: metis_RouterLiquidityEventType + type_in: [metis_RouterLiquidityEventType!] + type_not_in: [metis_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: metis_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: metis_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -116108,44 +120133,41 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] - or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RouterLiquidityEvent_filter] + or: [metis_RouterLiquidityEvent_filter] } -enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum metis_RouterLiquidityEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber timestamp - transaction + transactionHash nonce } -input bnb_swap_StableSwap_filter { +input metis_Router_filter { id: ID id_not: ID id_gt: ID @@ -116158,279 +120180,109 @@ input bnb_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: bnb_swap_Bytes - key_not: bnb_swap_Bytes - key_gt: bnb_swap_Bytes - key_lt: bnb_swap_Bytes - key_gte: bnb_swap_Bytes - key_lte: bnb_swap_Bytes - key_in: [bnb_swap_Bytes!] - key_not_in: [bnb_swap_Bytes!] - key_contains: bnb_swap_Bytes - key_not_contains: bnb_swap_Bytes - canonicalId: bnb_swap_Bytes - canonicalId_not: bnb_swap_Bytes - canonicalId_gt: bnb_swap_Bytes - canonicalId_lt: bnb_swap_Bytes - canonicalId_gte: bnb_swap_Bytes - canonicalId_lte: bnb_swap_Bytes - canonicalId_in: [bnb_swap_Bytes!] - canonicalId_not_in: [bnb_swap_Bytes!] - canonicalId_contains: bnb_swap_Bytes - canonicalId_not_contains: bnb_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: bnb_swap_Bytes - swapPool_not: bnb_swap_Bytes - swapPool_gt: bnb_swap_Bytes - swapPool_lt: bnb_swap_Bytes - swapPool_gte: bnb_swap_Bytes - swapPool_lte: bnb_swap_Bytes - swapPool_in: [bnb_swap_Bytes!] - swapPool_not_in: [bnb_swap_Bytes!] - swapPool_contains: bnb_swap_Bytes - swapPool_not_contains: bnb_swap_Bytes - lpToken: bnb_swap_Bytes - lpToken_not: bnb_swap_Bytes - lpToken_gt: bnb_swap_Bytes - lpToken_lt: bnb_swap_Bytes - lpToken_gte: bnb_swap_Bytes - lpToken_lte: bnb_swap_Bytes - lpToken_in: [bnb_swap_Bytes!] - lpToken_not_in: [bnb_swap_Bytes!] - lpToken_contains: bnb_swap_Bytes - lpToken_not_contains: bnb_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [bnb_swap_Bytes!] - pooledTokens_not: [bnb_swap_Bytes!] - pooledTokens_contains: [bnb_swap_Bytes!] - pooledTokens_contains_nocase: [bnb_swap_Bytes!] - pooledTokens_not_contains: [bnb_swap_Bytes!] - pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: bnb_swap_StableSwapEvent_filter - exchanges_: bnb_swap_StableSwapExchange_filter - hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter - dailyVolumes_: bnb_swap_SwapDailyVolume_filter - weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter + owner: metis_Bytes + owner_not: metis_Bytes + owner_gt: metis_Bytes + owner_lt: metis_Bytes + owner_gte: metis_Bytes + owner_lte: metis_Bytes + owner_in: [metis_Bytes!] + owner_not_in: [metis_Bytes!] + owner_contains: metis_Bytes + owner_not_contains: metis_Bytes + recipient: metis_Bytes + recipient_not: metis_Bytes + recipient_gt: metis_Bytes + recipient_lt: metis_Bytes + recipient_gte: metis_Bytes + recipient_lte: metis_Bytes + recipient_in: [metis_Bytes!] + recipient_not_in: [metis_Bytes!] + recipient_contains: metis_Bytes + recipient_not_contains: metis_Bytes + proposedOwner: metis_Bytes + proposedOwner_not: metis_Bytes + proposedOwner_gt: metis_Bytes + proposedOwner_lt: metis_Bytes + proposedOwner_gte: metis_Bytes + proposedOwner_lte: metis_Bytes + proposedOwner_in: [metis_Bytes!] + proposedOwner_not_in: [metis_Bytes!] + proposedOwner_contains: metis_Bytes + proposedOwner_not_contains: metis_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: metis_AssetBalance_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwap_filter] - or: [bnb_swap_StableSwap_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Router_filter] + or: [metis_Router_filter] } -enum bnb_swap_StableSwap_orderBy { +enum metis_Router_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { +type metis_Sequencer { id: ID! - stableSwap: bnb_swap_StableSwap! - timestamp: BigInt! - volume: bnb_swap_BigDecimal! + isActive: Boolean! + sequencer: metis_Bytes } -input bnb_swap_SwapDailyVolume_filter { +input metis_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + 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: 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: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapDailyVolume_filter] - or: [bnb_swap_SwapDailyVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Sequencer_filter] + or: [metis_Sequencer_filter] } -enum bnb_swap_SwapDailyVolume_orderBy { +enum metis_Sequencer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive + sequencer } -type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { +type metis_Setting { id: ID! - stableSwap: bnb_swap_StableSwap! - timestamp: BigInt! - volume: bnb_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: metis_Bytes! } -input bnb_swap_SwapHourlyVolume_filter { +input metis_Setting_filter { id: ID id_not: ID id_gt: ID @@ -116439,100 +120291,106 @@ input bnb_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapHourlyVolume_filter] - or: [bnb_swap_SwapHourlyVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Setting_filter] + or: [metis_Setting_filter] } -enum bnb_swap_SwapHourlyVolume_orderBy { +enum metis_Setting_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + maxRoutersPerTransfer + caller } -interface bnb_swap_SwapTradeVolume { - stableSwap: bnb_swap_StableSwap! +type metis_SlippageUpdate { + id: ID! + transfer: metis_DestinationTransfer! + slippage: BigInt! + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input bnb_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter +input metis_SlippageUpdate_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: metis_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -116541,50 +120399,94 @@ input bnb_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapTradeVolume_filter] - or: [bnb_swap_SwapTradeVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SlippageUpdate_filter] + or: [metis_SlippageUpdate_filter] } -enum bnb_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum metis_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { +type metis_SnapshotRoot { id: ID! - stableSwap: bnb_swap_StableSwap! + spokeDomain: BigInt + root: metis_Bytes! + count: BigInt! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + blockNumber: BigInt! } -input bnb_swap_SwapWeeklyVolume_filter { +input metis_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -116593,27 +120495,32 @@ input bnb_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -116622,50 +120529,35 @@ input bnb_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapWeeklyVolume_filter] - or: [bnb_swap_SwapWeeklyVolume_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SnapshotRoot_filter] + or: [metis_SnapshotRoot_filter] } -enum bnb_swap_SwapWeeklyVolume_orderBy { +enum metis_SnapshotRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + root + count timestamp - volume + blockNumber } -type bnb_swap_SystemInfo { +type metis_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input bnb_swap_SystemInfo_filter { +input metis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -116674,47 +120566,56 @@ input bnb_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SystemInfo_filter] - or: [bnb_swap_SystemInfo_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SpokeConnectorMode_filter] + or: [metis_SpokeConnectorMode_filter] } -enum bnb_swap_SystemInfo_orderBy { +enum metis_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type bnb_swap__Block_ { +enum metis_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type metis__Block_ { """The hash of the block""" - hash: bnb_swap_Bytes + hash: metis_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: bnb_swap_Bytes } """The type for the top-level _meta field""" -type bnb_swap__Meta_ { +type metis__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -116722,7 +120623,7 @@ type bnb_swap__Meta_ { and therefore asks for the latest block """ - block: bnb_swap__Block_! + block: metis__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/introspectionSchema.ts index e0612514ad..e337af032a 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/introspectionSchema.ts @@ -131,7 +131,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "AggregateRootSavedSlow" + "value": "AggregateRoot" }, "fields": [ { @@ -157,7 +157,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "root" }, "arguments": [], "type": { @@ -176,7 +176,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "count" + "value": "blockNumber" }, "arguments": [], "type": { @@ -190,24 +190,51 @@ const schemaAST = { } }, "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] }, { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregatedRoots" + "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" } } }, @@ -231,6 +258,79 @@ const schemaAST = { } }, "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] } ], "interfaces": [], @@ -240,7 +340,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "AggregateRootSavedSlow_filter" + "value": "AggregateRootProposed_filter" }, "fields": [ { @@ -541,7 +641,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count" + "value": "rootTimestamp" }, "type": { "kind": "NamedType", @@ -556,7 +656,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count_not" + "value": "rootTimestamp_not" }, "type": { "kind": "NamedType", @@ -571,7 +671,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count_gt" + "value": "rootTimestamp_gt" }, "type": { "kind": "NamedType", @@ -586,7 +686,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count_lt" + "value": "rootTimestamp_lt" }, "type": { "kind": "NamedType", @@ -601,7 +701,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count_gte" + "value": "rootTimestamp_gte" }, "type": { "kind": "NamedType", @@ -616,7 +716,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count_lte" + "value": "rootTimestamp_lte" }, "type": { "kind": "NamedType", @@ -631,7 +731,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count_in" + "value": "rootTimestamp_in" }, "type": { "kind": "ListType", @@ -652,7 +752,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "count_not_in" + "value": "rootTimestamp_not_in" }, "type": { "kind": "ListType", @@ -673,19 +773,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedRoots" + "value": "endOfDispute" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -694,19 +788,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedRoots_not" + "value": "endOfDispute_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -715,19 +803,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedRoots_contains" + "value": "endOfDispute_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -736,19 +818,43 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedRoots_contains_nocase" + "value": "endOfDispute_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -757,7 +863,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedRoots_not_contains" + "value": "endOfDispute_in" }, "type": { "kind": "ListType", @@ -767,7 +873,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -778,7 +884,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedRoots_not_contains_nocase" + "value": "endOfDispute_not_in" }, "type": { "kind": "ListType", @@ -788,7 +894,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -799,7 +905,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp" + "value": "domain" }, "type": { "kind": "NamedType", @@ -814,7 +920,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp_not" + "value": "domain_not" }, "type": { "kind": "NamedType", @@ -829,7 +935,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp_gt" + "value": "domain_gt" }, "type": { "kind": "NamedType", @@ -844,7 +950,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp_lt" + "value": "domain_lt" }, "type": { "kind": "NamedType", @@ -859,7 +965,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp_gte" + "value": "domain_gte" }, "type": { "kind": "NamedType", @@ -874,7 +980,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp_lte" + "value": "domain_lte" }, "type": { "kind": "NamedType", @@ -889,7 +995,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp_in" + "value": "domain_in" }, "type": { "kind": "ListType", @@ -910,7 +1016,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootTimestamp_not_in" + "value": "domain_not_in" }, "type": { "kind": "ListType", @@ -929,200 +1035,10 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregateRootSavedSlow_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregateRootSavedSlow_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "AggregateRootSavedSlow_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "aggregateRoot" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "count" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "aggregatedRoots" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rootTimestamp" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "AggregatedMessageRoot" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "index" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "receivedRoot" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "domain" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "timestamp" }, - "arguments": [], "type": { "kind": "NamedType", "name": { @@ -1131,44 +1047,18 @@ const schemaAST = { } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "AggregatedMessageRoot_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "timestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -1177,13 +1067,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "timestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -1192,13 +1082,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "timestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -1207,13 +1097,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "timestamp_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -1222,13 +1112,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "timestamp_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -1237,7 +1127,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "timestamp_in" }, "type": { "kind": "ListType", @@ -1247,7 +1137,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -1258,7 +1148,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "timestamp_not_in" }, "type": { "kind": "ListType", @@ -1268,7 +1158,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -1279,7 +1169,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index" + "value": "blockNumber" }, "type": { "kind": "NamedType", @@ -1294,7 +1184,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_not" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", @@ -1309,7 +1199,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", @@ -1324,7 +1214,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", @@ -1339,7 +1229,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", @@ -1354,7 +1244,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", @@ -1369,7 +1259,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -1390,7 +1280,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -1409,15 +1299,20 @@ const schemaAST = { }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "receivedRoot" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BlockChangedFilter" } }, "directives": [] @@ -1426,28 +1321,125 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_not" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { + "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": "receivedRoot_gt" + "value": "id" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -1456,13 +1448,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_lt" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -1471,13 +1463,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_gte" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -1486,13 +1478,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_lte" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] @@ -1501,7 +1508,22 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_in" + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" }, "type": { "kind": "ListType", @@ -1511,7 +1533,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } } } @@ -1522,7 +1544,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_not_in" + "value": "id_not_in" }, "type": { "kind": "ListType", @@ -1532,7 +1554,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } } } @@ -1543,7 +1565,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_contains" + "value": "root" }, "type": { "kind": "NamedType", @@ -1558,7 +1580,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_not_contains" + "value": "root_not" }, "type": { "kind": "NamedType", @@ -1573,13 +1595,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "root_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1588,13 +1610,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_not" + "value": "root_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1603,13 +1625,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_gt" + "value": "root_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1618,13 +1640,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_lt" + "value": "root_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -1633,13 +1655,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_gte" + "value": "root_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -1648,13 +1676,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_lte" + "value": "root_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } } }, "directives": [] @@ -1663,19 +1697,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_in" + "value": "root_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -1684,19 +1712,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_not_in" + "value": "root_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -1865,7 +1887,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregatedMessageRoot_filter" + "value": "AggregateRoot_filter" } } }, @@ -1883,7 +1905,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregatedMessageRoot_filter" + "value": "AggregateRoot_filter" } } }, @@ -1896,7 +1918,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "AggregatedMessageRoot_orderBy" + "value": "AggregateRoot_orderBy" }, "values": [ { @@ -1911,7 +1933,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "index" + "value": "root" }, "directives": [] }, @@ -1919,15 +1941,25 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot" + "value": "blockNumber" }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "hour" }, "directives": [] }, @@ -1935,7 +1967,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "day" }, "directives": [] } @@ -1943,36 +1975,184 @@ const schemaAST = { "directives": [] }, { - "kind": "EnumTypeDefinition", + "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "Aggregation_interval" + "value": "Asset" }, - "values": [ + "fields": [ { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hour" + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "day" + "value": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } }, "directives": [] } ], + "interfaces": [], "directives": [] }, { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "ArbitrumConnectorMeta" + "value": "AssetBalance" }, "fields": [ { @@ -1998,7 +2178,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "amount" }, "arguments": [], "type": { @@ -2017,7 +2197,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "locked" }, "arguments": [], "type": { @@ -2036,7 +2216,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "supplied" }, "arguments": [], "type": { @@ -2045,7 +2225,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } }, @@ -2055,7 +2235,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "removed" }, "arguments": [], "type": { @@ -2064,7 +2244,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } }, @@ -2074,7 +2254,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "router" }, "arguments": [], "type": { @@ -2083,7 +2263,45 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } }, @@ -2097,7 +2315,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "ArbitrumConnectorMeta_filter" + "value": "AssetBalance_filter" }, "fields": [ { @@ -2236,7 +2454,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "amount" }, "type": { "kind": "NamedType", @@ -2251,7 +2469,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "amount_not" }, "type": { "kind": "NamedType", @@ -2266,7 +2484,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "amount_gt" }, "type": { "kind": "NamedType", @@ -2281,7 +2499,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "amount_lt" }, "type": { "kind": "NamedType", @@ -2296,7 +2514,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "amount_gte" }, "type": { "kind": "NamedType", @@ -2311,7 +2529,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "amount_lte" }, "type": { "kind": "NamedType", @@ -2326,7 +2544,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "amount_in" }, "type": { "kind": "ListType", @@ -2347,7 +2565,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "amount_not_in" }, "type": { "kind": "ListType", @@ -2368,7 +2586,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "locked" }, "type": { "kind": "NamedType", @@ -2383,7 +2601,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "locked_not" }, "type": { "kind": "NamedType", @@ -2398,7 +2616,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "locked_gt" }, "type": { "kind": "NamedType", @@ -2413,7 +2631,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "locked_lt" }, "type": { "kind": "NamedType", @@ -2428,7 +2646,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "locked_gte" }, "type": { "kind": "NamedType", @@ -2443,7 +2661,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "locked_lte" }, "type": { "kind": "NamedType", @@ -2458,7 +2676,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "locked_in" }, "type": { "kind": "ListType", @@ -2479,7 +2697,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "locked_not_in" }, "type": { "kind": "ListType", @@ -2500,13 +2718,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "supplied" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2515,13 +2733,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "supplied_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2530,13 +2748,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "supplied_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2545,13 +2763,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "supplied_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2560,13 +2778,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "supplied_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2575,13 +2793,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "supplied_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2590,7 +2808,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "supplied_in" }, "type": { "kind": "ListType", @@ -2600,7 +2818,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -2611,7 +2829,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "supplied_not_in" }, "type": { "kind": "ListType", @@ -2621,7 +2839,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -2632,13 +2850,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "removed" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2647,13 +2865,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "removed_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2662,13 +2880,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "removed_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2677,13 +2895,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "removed_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2692,13 +2910,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "removed_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2707,13 +2925,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "removed_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -2722,37 +2940,7 @@ const schemaAST = { "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" + "value": "removed_in" }, "type": { "kind": "ListType", @@ -2762,7 +2950,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -2773,7 +2961,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "removed_not_in" }, "type": { "kind": "ListType", @@ -2783,7 +2971,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -2794,43 +2982,13 @@ const schemaAST = { "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" + "value": "router" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -2839,13 +2997,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "router_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -2854,13 +3012,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "router_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -2869,13 +3027,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "router_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -2884,13 +3042,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "router_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -2899,13 +3057,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "router_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -2914,7 +3072,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "router_in" }, "type": { "kind": "ListType", @@ -2924,7 +3082,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -2935,7 +3093,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "router_not_in" }, "type": { "kind": "ListType", @@ -2945,7 +3103,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -2956,13 +3114,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "router_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -2971,33 +3129,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "router_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "router_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "String" } }, "directives": [] @@ -3006,16 +3159,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "router_not_contains_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ArbitrumConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -3024,224 +3174,148 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "router_starts_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ArbitrumConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "ArbitrumConnectorMeta_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "router_starts_with_nocase" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "router_not_starts_with" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "AvalancheConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "router_not_starts_with_nocase" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "router_ends_with" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "router_ends_with_nocase" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "router_not_ends_with" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "router_not_ends_with_nocase" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "router_" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "AvalancheConnectorMeta_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "asset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -3250,13 +3324,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": [] @@ -3265,13 +3339,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": [] @@ -3280,13 +3354,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": [] @@ -3295,13 +3369,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": [] @@ -3310,13 +3384,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": [] @@ -3325,7 +3399,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "asset_in" }, "type": { "kind": "ListType", @@ -3335,7 +3409,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -3346,7 +3420,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "asset_not_in" }, "type": { "kind": "ListType", @@ -3356,7 +3430,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -3367,13 +3441,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "asset_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3382,13 +3456,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "asset_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3397,13 +3471,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "asset_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3412,13 +3486,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "asset_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3427,13 +3501,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "asset_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3442,55 +3516,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "asset_starts_with_nocase" }, "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" - } - } + "value": "String" } }, "directives": [] @@ -3499,13 +3531,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "asset_not_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3514,13 +3546,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "asset_not_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3529,13 +3561,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "asset_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3544,13 +3576,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "asset_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3559,13 +3591,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "asset_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -3574,34 +3606,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "asset_not_ends_with_nocase" }, "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" - } - } + "value": "String" } }, "directives": [] @@ -3610,19 +3621,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "asset_" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" } }, "directives": [] @@ -3631,13 +3636,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "feesEarned" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3646,13 +3651,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "feesEarned_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3661,13 +3666,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "feesEarned_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3676,13 +3681,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "feesEarned_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3691,13 +3696,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "feesEarned_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3706,13 +3711,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "feesEarned_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -3721,7 +3726,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "feesEarned_in" }, "type": { "kind": "ListType", @@ -3731,7 +3736,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -3742,7 +3747,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "feesEarned_not_in" }, "type": { "kind": "ListType", @@ -3752,7 +3757,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -3761,15 +3766,20 @@ const schemaAST = { }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "amb_contains" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BlockChangedFilter" } }, "directives": [] @@ -3778,13 +3788,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } } }, "directives": [] @@ -3793,175 +3806,281 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "rootManager_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "amount" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "locked" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "supplied" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "removed" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "router__id" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "router__owner" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "router__proposedOwner" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "status" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } }, "directives": [] - }, + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "id" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -3970,13 +4089,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -3985,13 +4104,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -4000,13 +4119,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -4015,13 +4134,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "id_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -4030,13 +4149,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "id_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -4045,7 +4164,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "id_in" }, "type": { "kind": "ListType", @@ -4055,7 +4174,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } } } @@ -4066,7 +4185,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "id_not_in" }, "type": { "kind": "ListType", @@ -4076,7 +4195,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } } } @@ -4087,13 +4206,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "status" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } }, "directives": [] @@ -4102,13 +4221,55 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "status_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } } }, "directives": [] @@ -4145,7 +4306,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AvalancheConnectorMeta_filter" + "value": "AssetStatus_filter" } } }, @@ -4163,7 +4324,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AvalancheConnectorMeta_filter" + "value": "AssetStatus_filter" } } }, @@ -4176,7 +4337,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "AvalancheConnectorMeta_orderBy" + "value": "AssetStatus_orderBy" }, "values": [ { @@ -4191,175 +4352,18 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amb" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "BaseConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "amb" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "rootManager" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "value": "status" }, "directives": [] } ], - "interfaces": [], "directives": [] }, { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "BaseConnectorMeta_filter" + "value": "Asset_filter" }, "fields": [ { @@ -4498,13 +4502,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "key" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -4513,13 +4517,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "key_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -4528,13 +4532,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "key_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -4543,13 +4547,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "key_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -4558,13 +4562,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "key_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -4573,13 +4577,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "key_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -4588,7 +4592,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "key_in" }, "type": { "kind": "ListType", @@ -4598,7 +4602,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -4609,7 +4613,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "key_not_in" }, "type": { "kind": "ListType", @@ -4619,7 +4623,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -4630,7 +4634,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" }, "type": { "kind": "NamedType", @@ -4645,7 +4679,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "decimal_not" }, "type": { "kind": "NamedType", @@ -4660,7 +4694,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "decimal_gt" }, "type": { "kind": "NamedType", @@ -4675,7 +4709,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "decimal_lt" }, "type": { "kind": "NamedType", @@ -4690,7 +4724,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "decimal_gte" }, "type": { "kind": "NamedType", @@ -4705,7 +4739,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "decimal_lte" }, "type": { "kind": "NamedType", @@ -4720,7 +4754,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "decimal_in" }, "type": { "kind": "ListType", @@ -4741,7 +4775,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "decimal_not_in" }, "type": { "kind": "ListType", @@ -4762,13 +4796,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "adoptedDecimal" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -4777,13 +4811,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "adoptedDecimal_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -4792,13 +4826,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "adoptedDecimal_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -4807,13 +4841,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "adoptedDecimal_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -4822,13 +4856,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "adoptedDecimal_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -4837,13 +4871,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "adoptedDecimal_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -4852,7 +4886,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "adoptedDecimal_in" }, "type": { "kind": "ListType", @@ -4862,7 +4896,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -4873,7 +4907,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "adoptedDecimal_not_in" }, "type": { "kind": "ListType", @@ -4883,7 +4917,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -4894,37 +4928,7 @@ const schemaAST = { "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" + "value": "canonicalId" }, "type": { "kind": "NamedType", @@ -4939,7 +4943,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "canonicalId_not" }, "type": { "kind": "NamedType", @@ -4954,7 +4958,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "canonicalId_gt" }, "type": { "kind": "NamedType", @@ -4969,7 +4973,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "canonicalId_lt" }, "type": { "kind": "NamedType", @@ -4984,7 +4988,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "canonicalId_gte" }, "type": { "kind": "NamedType", @@ -4999,7 +5003,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "canonicalId_lte" }, "type": { "kind": "NamedType", @@ -5014,7 +5018,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "canonicalId_in" }, "type": { "kind": "ListType", @@ -5035,7 +5039,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "canonicalId_not_in" }, "type": { "kind": "ListType", @@ -5056,7 +5060,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "canonicalId_contains" }, "type": { "kind": "NamedType", @@ -5071,7 +5075,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "canonicalId_not_contains" }, "type": { "kind": "NamedType", @@ -5086,13 +5090,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "canonicalDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -5101,13 +5105,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "canonicalDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -5116,13 +5120,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "canonicalDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -5131,13 +5135,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "canonicalDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -5146,13 +5150,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "canonicalDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -5161,13 +5165,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "canonicalDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -5176,7 +5180,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "canonicalDomain_in" }, "type": { "kind": "ListType", @@ -5186,7 +5190,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -5197,7 +5201,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "canonicalDomain_not_in" }, "type": { "kind": "ListType", @@ -5207,7 +5211,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -5218,7 +5222,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "adoptedAsset" }, "type": { "kind": "NamedType", @@ -5233,7 +5237,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "adoptedAsset_not" }, "type": { "kind": "NamedType", @@ -5246,177 +5250,24 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "adoptedAsset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BaseConnectorMeta_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BaseConnectorMeta_filter" - } + "value": "Bytes" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "BaseConnectorMeta_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amb" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager" - }, - "directives": [] }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigDecimal" - }, - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "name": { - "kind": "Name", - "value": "BigInt" - }, - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "number_gte" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Block_height" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hash" + "value": "adoptedAsset_lt" }, "type": { "kind": "NamedType", @@ -5431,13 +5282,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "number" + "value": "adoptedAsset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "Bytes" } }, "directives": [] @@ -5446,163 +5297,100 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "number_gte" + "value": "adoptedAsset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "adoptedAsset_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": "hubDomain" + "value": "adoptedAsset_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": "amb" + "value": "adoptedAsset_contains" }, - "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": "rootManager" + "value": "adoptedAsset_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": "mirrorConnector" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "localAsset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -5611,13 +5399,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "localAsset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -5626,13 +5414,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "localAsset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -5641,13 +5429,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "localAsset_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -5656,13 +5444,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "localAsset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -5671,13 +5459,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "localAsset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -5686,7 +5474,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "localAsset_in" }, "type": { "kind": "ListType", @@ -5696,7 +5484,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -5707,7 +5495,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "localAsset_not_in" }, "type": { "kind": "ListType", @@ -5717,7 +5505,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -5728,7 +5516,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" }, "type": { "kind": "NamedType", @@ -5743,7 +5561,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", @@ -5758,7 +5576,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", @@ -5773,7 +5591,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", @@ -5788,7 +5606,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", @@ -5803,7 +5621,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", @@ -5818,7 +5636,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -5839,7 +5657,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -5860,13 +5678,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "status" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -5875,13 +5693,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "status_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -5890,13 +5708,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "status_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -5905,13 +5723,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "status_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -5920,13 +5738,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "status_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -5935,13 +5753,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "status_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -5950,7 +5768,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "status_in" }, "type": { "kind": "ListType", @@ -5960,7 +5778,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -5971,7 +5789,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "status_not_in" }, "type": { "kind": "ListType", @@ -5981,7 +5799,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -5992,13 +5810,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "status_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6007,13 +5825,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "status_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6022,13 +5840,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "status_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6037,13 +5855,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "status_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6052,13 +5870,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "status_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6067,13 +5885,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "status_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6082,19 +5900,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "status_not_starts_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -6103,19 +5915,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "status_not_starts_with_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -6124,13 +5930,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "status_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6139,13 +5945,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "status_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6154,13 +5960,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "status_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6169,13 +5975,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "status_not_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -6184,58 +5990,33 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "status_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "AssetStatus_filter" } }, "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" - } + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true }, - "directives": [] - }, - { - "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BlockChangedFilter" } }, "directives": [] @@ -6244,18 +6025,15 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "and" }, "type": { "kind": "ListType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" } } }, @@ -6265,266 +6043,165 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "or" }, "type": { "kind": "ListType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" } } }, "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": [] - }, + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "key" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "decimal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "adoptedDecimal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "canonicalId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "canonicalDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "value": "adoptedAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "value": "localAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "blockNumber" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "status" }, "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": "status__id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta_filter" - } - } + "value": "status__status" }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "number_gte" }, "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BnbConnectorMeta_filter" + "value": "Int" } } }, @@ -6534,57 +6211,54 @@ const schemaAST = { "directives": [] }, { - "kind": "EnumTypeDefinition", + "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "BnbConnectorMeta_orderBy" + "value": "Block_height" }, - "values": [ + "fields": [ { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "hash" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "number" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amb" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "number_gte" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } }, "directives": [] } @@ -6603,7 +6277,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "GnosisConnectorMeta" + "value": "ConnectorMeta" }, "fields": [ { @@ -6633,13 +6307,10 @@ const schemaAST = { }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -6652,13 +6323,10 @@ const schemaAST = { }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -6671,13 +6339,10 @@ const schemaAST = { }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -6690,13 +6355,10 @@ const schemaAST = { }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -6709,13 +6371,10 @@ const schemaAST = { }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -6728,7 +6387,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "GnosisConnectorMeta_filter" + "value": "ConnectorMeta_filter" }, "fields": [ { @@ -7645,7 +7304,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "GnosisConnectorMeta_filter" + "value": "ConnectorMeta_filter" } } }, @@ -7663,7 +7322,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "GnosisConnectorMeta_filter" + "value": "ConnectorMeta_filter" } } }, @@ -7676,7 +7335,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "GnosisConnectorMeta_orderBy" + "value": "ConnectorMeta_orderBy" }, "values": [ { @@ -7734,7 +7393,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "HubDomain" + "value": "DestinationTransfer" }, "fields": [ { @@ -7760,7 +7419,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "chainId" }, "arguments": [], "type": { @@ -7771,186 +7430,280 @@ const schemaAST = { } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "HubDomain_filter" - }, - "fields": [ + }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id" + "value": "transferId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "nonce" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "status" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "TransferStatus" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "routers" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "destinationDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "canonicalDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "to" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "delegate" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "receiveLocal" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Boolean" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain_not" + "value": "callData" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain_gt" + "value": "slippage" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7961,11 +7714,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain_lt" + "value": "bumpSlippageCount" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -7976,26 +7730,28 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain_gte" + "value": "originSender" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain_lte" + "value": "bridgedAmt" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -8006,154 +7762,129 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain_in" + "value": "normalizedIn" }, + "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": "domain_not_in" + "value": "canonicalId" }, + "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": "asset" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Asset" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "and" + "value": "amount" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubDomain_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "or" + "value": "routersFee" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubDomain_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "HubDomain_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id" + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "HubOptimisticRootFinalized" - }, - "fields": [ + }, { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id" + "value": "executedTimestamp" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -8162,17 +7893,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "executedGasPrice" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -8181,17 +7909,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "executedGasLimit" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -8200,7 +7925,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "executedBlockNumber" }, "arguments": [], "type": { @@ -8211,156 +7936,142 @@ const schemaAST = { } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "HubOptimisticRootFinalized_filter" - }, - "fields": [ + }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id" + "value": "executedTxOrigin" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "executedTxNonce" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "reconciledCaller" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "reconciledTransactionHash" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "reconciledTimestamp" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "reconciledGasPrice" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "reconciledGasLimit" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "reconciledBlockNumber" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "reconciledTxOrigin" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -8371,31 +8082,43 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_not" + "value": "reconciledTxNonce" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] - }, + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + }, + "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_gt" + "value": "id" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -8404,13 +8127,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_lt" + "value": "id_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -8419,13 +8142,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_gte" + "value": "id_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -8434,13 +8157,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_lte" + "value": "id_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } }, "directives": [] @@ -8449,19 +8172,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_in" + "value": "id_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] @@ -8470,19 +8187,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_not_in" + "value": "id_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] @@ -8491,13 +8202,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_contains" + "value": "id_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } } }, "directives": [] @@ -8506,13 +8223,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_not_contains" + "value": "id_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } } }, "directives": [] @@ -8521,7 +8244,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "chainId" }, "type": { "kind": "NamedType", @@ -8536,7 +8259,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "chainId_not" }, "type": { "kind": "NamedType", @@ -8551,7 +8274,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "chainId_gt" }, "type": { "kind": "NamedType", @@ -8566,7 +8289,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "chainId_lt" }, "type": { "kind": "NamedType", @@ -8581,7 +8304,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "chainId_gte" }, "type": { "kind": "NamedType", @@ -8596,7 +8319,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "chainId_lte" }, "type": { "kind": "NamedType", @@ -8611,7 +8334,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "chainId_in" }, "type": { "kind": "ListType", @@ -8632,7 +8355,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "chainId_not_in" }, "type": { "kind": "ListType", @@ -8653,13 +8376,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "transferId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -8668,13 +8391,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_not" + "value": "transferId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -8683,13 +8406,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_gt" + "value": "transferId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -8698,13 +8421,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_lt" + "value": "transferId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -8713,13 +8436,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_gte" + "value": "transferId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -8728,13 +8451,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_lte" + "value": "transferId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -8743,7 +8466,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_in" + "value": "transferId_in" }, "type": { "kind": "ListType", @@ -8753,7 +8476,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -8764,7 +8487,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_not_in" + "value": "transferId_not_in" }, "type": { "kind": "ListType", @@ -8774,7 +8497,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -8783,20 +8506,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "transferId_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] @@ -8805,16 +8523,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "transferId_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubOptimisticRootFinalized_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -8823,221 +8538,181 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "nonce" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubOptimisticRootFinalized_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "HubOptimisticRootFinalized_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "8 bytes signed integer\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "Int8" - }, - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "LineaConnectorMeta" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "nonce_gte" }, - "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": "spokeDomain" + "value": "nonce_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": "hubDomain" + "value": "nonce_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": "amb" + "value": "nonce_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", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "status" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "status_not" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "LineaConnectorMeta_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "status_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } } }, "directives": [] @@ -9046,13 +8721,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "status_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } } }, "directives": [] @@ -9061,13 +8742,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "routers" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -9076,13 +8763,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "routers_not" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -9091,13 +8784,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "routers_contains" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -9106,13 +8805,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "routers_contains_nocase" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -9121,7 +8826,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "routers_not_contains" }, "type": { "kind": "ListType", @@ -9131,7 +8836,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -9142,7 +8847,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "routers_not_contains_nocase" }, "type": { "kind": "ListType", @@ -9152,7 +8857,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -9163,7 +8868,22 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" }, "type": { "kind": "NamedType", @@ -9178,7 +8898,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "originDomain_not" }, "type": { "kind": "NamedType", @@ -9193,7 +8913,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "originDomain_gt" }, "type": { "kind": "NamedType", @@ -9208,7 +8928,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "originDomain_lt" }, "type": { "kind": "NamedType", @@ -9223,7 +8943,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "originDomain_gte" }, "type": { "kind": "NamedType", @@ -9238,7 +8958,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "originDomain_lte" }, "type": { "kind": "NamedType", @@ -9253,7 +8973,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "originDomain_in" }, "type": { "kind": "ListType", @@ -9274,7 +8994,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "originDomain_not_in" }, "type": { "kind": "ListType", @@ -9295,7 +9015,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "destinationDomain" }, "type": { "kind": "NamedType", @@ -9310,7 +9030,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "destinationDomain_not" }, "type": { "kind": "NamedType", @@ -9325,7 +9045,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "destinationDomain_gt" }, "type": { "kind": "NamedType", @@ -9340,7 +9060,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "destinationDomain_lt" }, "type": { "kind": "NamedType", @@ -9355,7 +9075,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "destinationDomain_gte" }, "type": { "kind": "NamedType", @@ -9370,7 +9090,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "destinationDomain_lte" }, "type": { "kind": "NamedType", @@ -9385,7 +9105,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "destinationDomain_in" }, "type": { "kind": "ListType", @@ -9406,7 +9126,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "destinationDomain_not_in" }, "type": { "kind": "ListType", @@ -9427,13 +9147,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "canonicalDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -9442,13 +9162,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "canonicalDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -9457,13 +9177,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "canonicalDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -9472,13 +9192,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "canonicalDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -9487,13 +9207,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "canonicalDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -9502,13 +9222,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "canonicalDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -9517,7 +9237,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "canonicalDomain_in" }, "type": { "kind": "ListType", @@ -9527,7 +9247,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -9538,7 +9258,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "canonicalDomain_not_in" }, "type": { "kind": "ListType", @@ -9548,7 +9268,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -9559,37 +9279,7 @@ const schemaAST = { "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" + "value": "to" }, "type": { "kind": "NamedType", @@ -9604,7 +9294,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "to_not" }, "type": { "kind": "NamedType", @@ -9619,7 +9309,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "to_gt" }, "type": { "kind": "NamedType", @@ -9634,7 +9324,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "to_lt" }, "type": { "kind": "NamedType", @@ -9649,7 +9339,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "to_gte" }, "type": { "kind": "NamedType", @@ -9664,7 +9354,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "to_lte" }, "type": { "kind": "NamedType", @@ -9679,7 +9369,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "to_in" }, "type": { "kind": "ListType", @@ -9700,7 +9390,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "to_not_in" }, "type": { "kind": "ListType", @@ -9721,7 +9411,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "to_contains" }, "type": { "kind": "NamedType", @@ -9736,7 +9426,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "to_not_contains" }, "type": { "kind": "NamedType", @@ -9751,7 +9441,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "delegate" }, "type": { "kind": "NamedType", @@ -9766,7 +9456,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "delegate_not" }, "type": { "kind": "NamedType", @@ -9781,7 +9471,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "delegate_gt" }, "type": { "kind": "NamedType", @@ -9796,7 +9486,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "delegate_lt" }, "type": { "kind": "NamedType", @@ -9811,7 +9501,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "delegate_gte" }, "type": { "kind": "NamedType", @@ -9826,7 +9516,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "delegate_lte" }, "type": { "kind": "NamedType", @@ -9841,7 +9531,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "delegate_in" }, "type": { "kind": "ListType", @@ -9862,7 +9552,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "delegate_not_in" }, "type": { "kind": "ListType", @@ -9883,7 +9573,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "delegate_contains" }, "type": { "kind": "NamedType", @@ -9898,7 +9588,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "delegate_not_contains" }, "type": { "kind": "NamedType", @@ -9911,20 +9601,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "receiveLocal" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Boolean" } }, "directives": [] @@ -9933,16 +9618,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "receiveLocal_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LineaConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" } }, "directives": [] @@ -9951,224 +9633,217 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "receiveLocal_in" }, "type": { "kind": "ListType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LineaConnectorMeta_filter" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } } } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "LineaConnectorMeta_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "callData_gte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "callData_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": "hubDomain" + "value": "callData_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": "amb" + "value": "callData_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": "Bytes" + } } } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "callData_contains" }, - "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": "mirrorConnector" + "value": "callData_not_contains" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "slippage" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -10177,13 +9852,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "slippage_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -10192,13 +9867,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "slippage_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -10207,13 +9882,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "slippage_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -10222,13 +9897,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "slippage_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -10237,13 +9912,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "slippage_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -10252,7 +9927,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "slippage_in" }, "type": { "kind": "ListType", @@ -10262,7 +9937,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -10273,7 +9948,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "slippage_not_in" }, "type": { "kind": "ListType", @@ -10283,7 +9958,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -10294,7 +9969,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "bumpSlippageCount" }, "type": { "kind": "NamedType", @@ -10309,7 +9984,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "bumpSlippageCount_not" }, "type": { "kind": "NamedType", @@ -10324,7 +9999,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "bumpSlippageCount_gt" }, "type": { "kind": "NamedType", @@ -10339,7 +10014,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "bumpSlippageCount_lt" }, "type": { "kind": "NamedType", @@ -10354,7 +10029,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "bumpSlippageCount_gte" }, "type": { "kind": "NamedType", @@ -10369,7 +10044,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "bumpSlippageCount_lte" }, "type": { "kind": "NamedType", @@ -10384,7 +10059,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "bumpSlippageCount_in" }, "type": { "kind": "ListType", @@ -10405,7 +10080,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "bumpSlippageCount_not_in" }, "type": { "kind": "ListType", @@ -10426,13 +10101,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "originSender" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -10441,13 +10116,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "originSender_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -10456,13 +10131,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "originSender_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -10471,13 +10146,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "originSender_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -10486,13 +10161,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "originSender_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -10501,13 +10176,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "originSender_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -10516,7 +10191,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "originSender_in" }, "type": { "kind": "ListType", @@ -10526,7 +10201,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -10537,7 +10212,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "originSender_not_in" }, "type": { "kind": "ListType", @@ -10547,7 +10222,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -10558,7 +10233,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "originSender_contains" }, "type": { "kind": "NamedType", @@ -10573,7 +10248,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "originSender_not_contains" }, "type": { "kind": "NamedType", @@ -10588,13 +10263,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "bridgedAmt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -10603,13 +10278,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "bridgedAmt_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -10618,13 +10293,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "bridgedAmt_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -10633,13 +10308,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "bridgedAmt_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -10648,7 +10323,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "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", @@ -10658,7 +10363,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -10669,7 +10374,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "bridgedAmt_not_in" }, "type": { "kind": "ListType", @@ -10679,7 +10384,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -10690,13 +10395,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "normalizedIn" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -10705,13 +10410,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "normalizedIn_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -10720,7 +10425,109 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" }, "type": { "kind": "NamedType", @@ -10735,7 +10542,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "canonicalId_not" }, "type": { "kind": "NamedType", @@ -10750,7 +10557,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "canonicalId_gt" }, "type": { "kind": "NamedType", @@ -10765,7 +10572,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "canonicalId_lt" }, "type": { "kind": "NamedType", @@ -10780,7 +10587,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "canonicalId_gte" }, "type": { "kind": "NamedType", @@ -10795,7 +10602,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "canonicalId_lte" }, "type": { "kind": "NamedType", @@ -10810,7 +10617,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "canonicalId_in" }, "type": { "kind": "ListType", @@ -10831,7 +10638,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "canonicalId_not_in" }, "type": { "kind": "ListType", @@ -10852,7 +10659,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "canonicalId_contains" }, "type": { "kind": "NamedType", @@ -10867,7 +10674,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "canonicalId_not_contains" }, "type": { "kind": "NamedType", @@ -10882,13 +10689,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "asset" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -10897,13 +10704,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "asset_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -10912,13 +10719,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "asset_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -10927,13 +10734,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "asset_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -10942,13 +10749,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "asset_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -10957,13 +10764,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "asset_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -10972,7 +10779,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "asset_in" }, "type": { "kind": "ListType", @@ -10982,7 +10789,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -10993,7 +10800,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "asset_not_in" }, "type": { "kind": "ListType", @@ -11003,7 +10810,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } } @@ -11014,13 +10821,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "asset_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -11029,33 +10836,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "asset_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "asset_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "String" } }, "directives": [] @@ -11064,16 +10866,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "asset_not_contains_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -11082,224 +10881,148 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "asset_starts_with" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "asset_ends_with_nocase" }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "asset_not_ends_with" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "asset_not_ends_with_nocase" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "asset_" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" } }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "amount" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -11308,13 +11031,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "amount_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -11323,13 +11046,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "amount_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -11338,13 +11061,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "amount_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -11353,13 +11076,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "amount_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -11368,13 +11091,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "amount_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -11383,7 +11106,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "amount_in" }, "type": { "kind": "ListType", @@ -11393,7 +11116,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -11404,7 +11127,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "amount_not_in" }, "type": { "kind": "ListType", @@ -11414,7 +11137,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -11425,7 +11148,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "routersFee" }, "type": { "kind": "NamedType", @@ -11440,7 +11163,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "routersFee_not" }, "type": { "kind": "NamedType", @@ -11455,7 +11178,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "routersFee_gt" }, "type": { "kind": "NamedType", @@ -11470,7 +11193,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "routersFee_lt" }, "type": { "kind": "NamedType", @@ -11485,7 +11208,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "routersFee_gte" }, "type": { "kind": "NamedType", @@ -11500,7 +11223,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "routersFee_lte" }, "type": { "kind": "NamedType", @@ -11515,7 +11238,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "routersFee_in" }, "type": { "kind": "ListType", @@ -11536,7 +11259,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "routersFee_not_in" }, "type": { "kind": "ListType", @@ -11557,13 +11280,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "executedCaller" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -11572,13 +11295,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "executedCaller_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -11587,13 +11310,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "executedCaller_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -11602,13 +11325,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "executedCaller_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -11617,13 +11340,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "executedCaller_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -11632,13 +11355,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "executedCaller_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -11647,7 +11370,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "executedCaller_in" }, "type": { "kind": "ListType", @@ -11657,7 +11380,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -11668,7 +11391,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "executedCaller_not_in" }, "type": { "kind": "ListType", @@ -11678,7 +11401,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -11689,7 +11412,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "executedCaller_contains" }, "type": { "kind": "NamedType", @@ -11704,7 +11427,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "executedCaller_not_contains" }, "type": { "kind": "NamedType", @@ -11719,7 +11442,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "executedTransactionHash" }, "type": { "kind": "NamedType", @@ -11734,7 +11457,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "executedTransactionHash_not" }, "type": { "kind": "NamedType", @@ -11749,7 +11472,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "executedTransactionHash_gt" }, "type": { "kind": "NamedType", @@ -11764,7 +11487,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "executedTransactionHash_lt" }, "type": { "kind": "NamedType", @@ -11779,7 +11502,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "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", @@ -11800,7 +11553,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "executedTransactionHash_not_in" }, "type": { "kind": "ListType", @@ -11821,7 +11574,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "executedTransactionHash_contains" }, "type": { "kind": "NamedType", @@ -11836,7 +11589,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "executedTransactionHash_not_contains" }, "type": { "kind": "NamedType", @@ -11851,13 +11604,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "executedTimestamp" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -11866,13 +11619,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "executedTimestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -11881,13 +11634,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "executedTimestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -11896,13 +11649,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "executedTimestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -11911,13 +11664,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "executedTimestamp_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -11926,13 +11679,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "executedTimestamp_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -11941,7 +11694,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "executedTimestamp_in" }, "type": { "kind": "ListType", @@ -11951,7 +11704,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -11962,7 +11715,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "executedTimestamp_not_in" }, "type": { "kind": "ListType", @@ -11972,7 +11725,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -11983,43 +11736,13 @@ const schemaAST = { "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" + "value": "executedGasPrice" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -12028,13 +11751,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "executedGasPrice_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -12043,13 +11766,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "executedGasPrice_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -12058,13 +11781,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "executedGasPrice_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -12073,13 +11796,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "executedGasPrice_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -12088,13 +11811,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "executedGasPrice_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -12103,7 +11826,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "executedGasPrice_in" }, "type": { "kind": "ListType", @@ -12113,7 +11836,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -12124,7 +11847,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "executedGasPrice_not_in" }, "type": { "kind": "ListType", @@ -12134,7 +11857,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -12145,13 +11868,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "executedGasLimit" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -12160,33 +11883,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "executedGasLimit_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "executedGasLimit_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "BigInt" } }, "directives": [] @@ -12195,16 +11913,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "executedGasLimit_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -12213,224 +11928,217 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "executedGasLimit_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "executedGasLimit_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": "amb" + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "ModeConnectorMeta" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "executedBlockNumber_lt" }, - "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": "spokeDomain" + "value": "executedBlockNumber_gte" }, - "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": "hubDomain" + "value": "executedBlockNumber_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": "amb" + "value": "executedBlockNumber_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", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "executedBlockNumber_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", + "kind": "InputValueDefinition", "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" + "value": "executedTxOrigin" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -12439,13 +12147,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "executedTxOrigin_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -12454,13 +12162,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "executedTxOrigin_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -12469,13 +12177,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "executedTxOrigin_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -12484,13 +12192,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "executedTxOrigin_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -12499,13 +12207,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "executedTxOrigin_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -12514,7 +12222,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "executedTxOrigin_in" }, "type": { "kind": "ListType", @@ -12524,7 +12232,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -12535,7 +12243,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "executedTxOrigin_not_in" }, "type": { "kind": "ListType", @@ -12545,7 +12253,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } } } @@ -12556,73 +12264,13 @@ const schemaAST = { "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" + "value": "executedTxOrigin_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -12631,55 +12279,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "executedTxOrigin_not_contains" }, "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" - } - } + "value": "Bytes" } }, "directives": [] @@ -12688,7 +12294,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "executedTxNonce" }, "type": { "kind": "NamedType", @@ -12703,7 +12309,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "executedTxNonce_not" }, "type": { "kind": "NamedType", @@ -12718,7 +12324,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "executedTxNonce_gt" }, "type": { "kind": "NamedType", @@ -12733,7 +12339,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "executedTxNonce_lt" }, "type": { "kind": "NamedType", @@ -12748,7 +12354,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "executedTxNonce_gte" }, "type": { "kind": "NamedType", @@ -12763,7 +12369,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "executedTxNonce_lte" }, "type": { "kind": "NamedType", @@ -12778,7 +12384,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "executedTxNonce_in" }, "type": { "kind": "ListType", @@ -12799,7 +12405,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "executedTxNonce_not_in" }, "type": { "kind": "ListType", @@ -12820,7 +12426,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "reconciledCaller" }, "type": { "kind": "NamedType", @@ -12835,7 +12441,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "reconciledCaller_not" }, "type": { "kind": "NamedType", @@ -12850,7 +12456,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "reconciledCaller_gt" }, "type": { "kind": "NamedType", @@ -12865,7 +12471,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "reconciledCaller_lt" }, "type": { "kind": "NamedType", @@ -12880,7 +12486,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "reconciledCaller_gte" }, "type": { "kind": "NamedType", @@ -12895,7 +12501,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "reconciledCaller_lte" }, "type": { "kind": "NamedType", @@ -12910,7 +12516,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "reconciledCaller_in" }, "type": { "kind": "ListType", @@ -12931,7 +12537,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "reconciledCaller_not_in" }, "type": { "kind": "ListType", @@ -12952,7 +12558,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "reconciledCaller_contains" }, "type": { "kind": "NamedType", @@ -12967,7 +12573,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "reconciledCaller_not_contains" }, "type": { "kind": "NamedType", @@ -12982,7 +12588,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "reconciledTransactionHash" }, "type": { "kind": "NamedType", @@ -12997,7 +12603,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "reconciledTransactionHash_not" }, "type": { "kind": "NamedType", @@ -13012,7 +12618,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "reconciledTransactionHash_gt" }, "type": { "kind": "NamedType", @@ -13027,7 +12633,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "reconciledTransactionHash_lt" }, "type": { "kind": "NamedType", @@ -13042,7 +12648,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "reconciledTransactionHash_gte" }, "type": { "kind": "NamedType", @@ -13057,7 +12663,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "reconciledTransactionHash_lte" }, "type": { "kind": "NamedType", @@ -13072,7 +12678,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "reconciledTransactionHash_in" }, "type": { "kind": "ListType", @@ -13093,7 +12699,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "reconciledTransactionHash_not_in" }, "type": { "kind": "ListType", @@ -13114,7 +12720,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "reconciledTransactionHash_contains" }, "type": { "kind": "NamedType", @@ -13129,7 +12735,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "reconciledTransactionHash_not_contains" }, "type": { "kind": "NamedType", @@ -13144,13 +12750,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "reconciledTimestamp" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13159,13 +12765,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "reconciledTimestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13174,13 +12780,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "reconciledTimestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13189,13 +12795,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "reconciledTimestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13204,13 +12810,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "reconciledTimestamp_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13219,13 +12825,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "reconciledTimestamp_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13234,7 +12840,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "reconciledTimestamp_in" }, "type": { "kind": "ListType", @@ -13244,7 +12850,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -13255,7 +12861,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "reconciledTimestamp_not_in" }, "type": { "kind": "ListType", @@ -13265,7 +12871,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -13276,13 +12882,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "reconciledGasPrice" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13291,33 +12897,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "reconciledGasPrice_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "reconciledGasPrice_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "BigInt" } }, "directives": [] @@ -13326,16 +12927,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "reconciledGasPrice_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ModeConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -13344,224 +12942,85 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ModeConnectorMeta_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "ModeConnectorMeta_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amb" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" + "value": "reconciledGasPrice_gte" }, - "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": "hubDomain" + "value": "reconciledGasPrice_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": "amb" + "value": "reconciledGasPrice_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", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "reconciledGasPrice_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": "mirrorConnector" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "reconciledGasLimit" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -13570,13 +13029,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "reconciledGasLimit_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -13585,13 +13044,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "reconciledGasLimit_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -13600,13 +13059,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "reconciledGasLimit_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -13615,13 +13074,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "reconciledGasLimit_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -13630,13 +13089,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "reconciledGasLimit_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -13645,7 +13104,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "reconciledGasLimit_in" }, "type": { "kind": "ListType", @@ -13655,7 +13114,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -13666,7 +13125,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "reconciledGasLimit_not_in" }, "type": { "kind": "ListType", @@ -13676,7 +13135,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -13687,7 +13146,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "reconciledBlockNumber" }, "type": { "kind": "NamedType", @@ -13702,7 +13161,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "reconciledBlockNumber_not" }, "type": { "kind": "NamedType", @@ -13717,7 +13176,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "reconciledBlockNumber_gt" }, "type": { "kind": "NamedType", @@ -13732,7 +13191,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "reconciledBlockNumber_lt" }, "type": { "kind": "NamedType", @@ -13747,7 +13206,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "reconciledBlockNumber_gte" }, "type": { "kind": "NamedType", @@ -13762,7 +13221,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "reconciledBlockNumber_lte" }, "type": { "kind": "NamedType", @@ -13777,7 +13236,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "reconciledBlockNumber_in" }, "type": { "kind": "ListType", @@ -13798,7 +13257,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "reconciledBlockNumber_not_in" }, "type": { "kind": "ListType", @@ -13819,13 +13278,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "reconciledTxOrigin" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -13834,13 +13293,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "reconciledTxOrigin_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -13849,13 +13308,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "reconciledTxOrigin_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -13864,13 +13323,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "reconciledTxOrigin_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -13879,13 +13338,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "reconciledTxOrigin_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -13894,13 +13353,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "reconciledTxOrigin_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -13909,7 +13368,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "reconciledTxOrigin_in" }, "type": { "kind": "ListType", @@ -13919,7 +13378,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -13930,7 +13389,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "reconciledTxOrigin_not_in" }, "type": { "kind": "ListType", @@ -13940,7 +13399,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -13951,7 +13410,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "reconciledTxOrigin_contains" }, "type": { "kind": "NamedType", @@ -13966,7 +13425,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "reconciledTxOrigin_not_contains" }, "type": { "kind": "NamedType", @@ -13981,13 +13440,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "reconciledTxNonce" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -13996,13 +13455,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "reconciledTxNonce_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14011,13 +13470,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "reconciledTxNonce_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14026,13 +13485,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "reconciledTxNonce_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14041,19 +13500,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "reconciledTxNonce_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -14062,7 +13515,22 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "reconciledTxNonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce_in" }, "type": { "kind": "ListType", @@ -14072,7 +13540,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -14083,28 +13551,39 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "reconciledTxNonce_not_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", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BlockChangedFilter" } }, "directives": [] @@ -14113,13 +13592,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } } }, "directives": [] @@ -14128,382 +13610,363 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "rootManager_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "chainId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "transferId" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "status" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "originDomain" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "canonicalDomain" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "delegate" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "callData" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "bumpSlippageCount" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "bridgedAmt" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "canonicalId" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "asset__id" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "asset__decimal" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "asset__canonicalId" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "asset__adoptedAsset" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "asset__blockNumber" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "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": "mirrorConnector_contains" + "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": "mirrorConnector_not_contains" + "value": "executedTransactionHash" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" }, "directives": [] }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "_change_block" + "value": "executedGasLimit" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "executedTxOrigin" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta_filter" - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "reconciledCaller" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta_filter" - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta_orderBy" - }, - "values": [ + }, { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "reconciledTimestamp" }, "directives": [] }, @@ -14511,7 +13974,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "reconciledGasPrice" }, "directives": [] }, @@ -14519,7 +13982,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "reconciledGasLimit" }, "directives": [] }, @@ -14527,7 +13990,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "reconciledBlockNumber" }, "directives": [] }, @@ -14535,7 +13998,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "reconciledTxOrigin" }, "directives": [] }, @@ -14543,18 +14006,31 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "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": "OptimisticRootPropagated" + "value": "OptimisticRootFinalized" }, "fields": [ { @@ -14595,25 +14071,6 @@ const schemaAST = { }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "domainsHash" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - }, { "kind": "FieldDefinition", "name": { @@ -14657,7 +14114,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "OptimisticRootPropagated_filter" + "value": "OptimisticRootFinalized_filter" }, "fields": [ { @@ -14958,13 +14415,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash" + "value": "timestamp" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14973,13 +14430,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_not" + "value": "timestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -14988,13 +14445,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_gt" + "value": "timestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15003,13 +14460,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_lt" + "value": "timestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15018,13 +14475,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_gte" + "value": "timestamp_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15033,13 +14490,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_lte" + "value": "timestamp_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15048,7 +14505,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_in" + "value": "timestamp_in" }, "type": { "kind": "ListType", @@ -15058,7 +14515,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -15069,7 +14526,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_not_in" + "value": "timestamp_not_in" }, "type": { "kind": "ListType", @@ -15079,7 +14536,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -15090,13 +14547,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_contains" + "value": "blockNumber" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15105,13 +14562,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domainsHash_not_contains" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15120,7 +14577,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", @@ -15135,7 +14592,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", @@ -15150,7 +14607,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", @@ -15165,7 +14622,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", @@ -15180,169 +14637,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -15412,7 +14707,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OptimisticRootPropagated_filter" + "value": "OptimisticRootFinalized_filter" } } }, @@ -15430,7 +14725,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OptimisticRootPropagated_filter" + "value": "OptimisticRootFinalized_filter" } } }, @@ -15443,7 +14738,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "OptimisticRootPropagated_orderBy" + "value": "OptimisticRootFinalized_orderBy" }, "values": [ { @@ -15466,7 +14761,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "domainsHash" + "value": "timestamp" }, "directives": [] }, @@ -15474,7 +14769,30 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "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": [] }, @@ -15482,7 +14800,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "desc" }, "directives": [] } @@ -15493,7 +14811,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "OptimisticRootProposed" + "value": "OriginMessage" }, "fields": [ { @@ -15519,17 +14837,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "disputeCliff" + "value": "transferId" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -15538,17 +14853,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "destinationDomain" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -15557,20 +14869,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "snapshotsRoots" + "value": "leaf" }, "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -15579,20 +14885,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domains" + "value": "index" }, "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -15601,17 +14901,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot" + "value": "message" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -15620,17 +14917,30 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "root" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "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": [] @@ -15650,6 +14960,22 @@ const schemaAST = { } }, "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] } ], "interfaces": [], @@ -15659,7 +14985,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "OptimisticRootProposed_filter" + "value": "OriginMessage_filter" }, "fields": [ { @@ -15798,13 +15124,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff" + "value": "transferId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15813,13 +15139,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff_not" + "value": "transferId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15828,13 +15154,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff_gt" + "value": "transferId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15843,13 +15169,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff_lt" + "value": "transferId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15858,13 +15184,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff_gte" + "value": "transferId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15873,13 +15199,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff_lte" + "value": "transferId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -15888,7 +15214,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff_in" + "value": "transferId_in" }, "type": { "kind": "ListType", @@ -15898,7 +15224,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -15909,7 +15235,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "disputeCliff_not_in" + "value": "transferId_not_in" }, "type": { "kind": "ListType", @@ -15919,7 +15245,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -15930,7 +15256,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "transferId_contains" }, "type": { "kind": "NamedType", @@ -15945,7 +15271,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_not" + "value": "transferId_not_contains" }, "type": { "kind": "NamedType", @@ -15960,13 +15286,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_gt" + "value": "destinationDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15975,13 +15301,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_lt" + "value": "destinationDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -15990,13 +15316,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_gte" + "value": "destinationDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -16005,13 +15331,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_lte" + "value": "destinationDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -16020,7 +15346,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_in" + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" }, "type": { "kind": "ListType", @@ -16030,7 +15386,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -16041,7 +15397,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_not_in" + "value": "destinationDomain_not_in" }, "type": { "kind": "ListType", @@ -16051,7 +15407,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -16062,7 +15418,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_contains" + "value": "leaf" }, "type": { "kind": "NamedType", @@ -16077,7 +15433,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRoot_not_contains" + "value": "leaf_not" }, "type": { "kind": "NamedType", @@ -16092,19 +15448,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "snapshotsRoots" + "value": "leaf_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -16113,19 +15463,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "snapshotsRoots_not" + "value": "leaf_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -16134,19 +15478,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "snapshotsRoots_contains" + "value": "leaf_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -16155,19 +15493,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "snapshotsRoots_contains_nocase" + "value": "leaf_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -16176,7 +15508,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "snapshotsRoots_not_contains" + "value": "leaf_in" }, "type": { "kind": "ListType", @@ -16197,7 +15529,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "snapshotsRoots_not_contains_nocase" + "value": "leaf_not_in" }, "type": { "kind": "ListType", @@ -16218,19 +15550,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains" + "value": "leaf_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -16239,19 +15565,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_not" + "value": "leaf_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -16260,19 +15580,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_contains" + "value": "index" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -16281,19 +15595,73 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_contains_nocase" + "value": "index_not" }, "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": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -16302,7 +15670,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_not_contains" + "value": "index_in" }, "type": { "kind": "ListType", @@ -16323,7 +15691,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_not_contains_nocase" + "value": "index_not_in" }, "type": { "kind": "ListType", @@ -16344,7 +15712,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot" + "value": "message" }, "type": { "kind": "NamedType", @@ -16359,7 +15727,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_not" + "value": "message_not" }, "type": { "kind": "NamedType", @@ -16374,7 +15742,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_gt" + "value": "message_gt" }, "type": { "kind": "NamedType", @@ -16389,7 +15757,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_lt" + "value": "message_lt" }, "type": { "kind": "NamedType", @@ -16404,7 +15772,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_gte" + "value": "message_gte" }, "type": { "kind": "NamedType", @@ -16419,7 +15787,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_lte" + "value": "message_lte" }, "type": { "kind": "NamedType", @@ -16434,7 +15802,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_in" + "value": "message_in" }, "type": { "kind": "ListType", @@ -16455,7 +15823,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_not_in" + "value": "message_not_in" }, "type": { "kind": "ListType", @@ -16476,7 +15844,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_contains" + "value": "message_contains" }, "type": { "kind": "NamedType", @@ -16491,7 +15859,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseAggregateRoot_not_contains" + "value": "message_not_contains" }, "type": { "kind": "NamedType", @@ -16506,13 +15874,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "root" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16521,13 +15889,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not" + "value": "root_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16536,13 +15904,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gt" + "value": "root_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16551,13 +15919,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lt" + "value": "root_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16566,13 +15934,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "root_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16581,13 +15949,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_lte" + "value": "root_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16596,7 +15964,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "root_in" }, "type": { "kind": "ListType", @@ -16606,7 +15974,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -16617,7 +15985,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "timestamp_not_in" + "value": "root_not_in" }, "type": { "kind": "ListType", @@ -16627,7 +15995,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -16638,13 +16006,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "root_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16653,13 +16021,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_not" + "value": "root_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16668,13 +16036,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_gt" + "value": "transactionHash" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16683,13 +16051,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_lt" + "value": "transactionHash_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16698,13 +16066,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_gte" + "value": "transactionHash_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16713,13 +16081,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_lte" + "value": "transactionHash_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -16728,7 +16096,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_in" + "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", @@ -16738,7 +16136,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -16749,7 +16147,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber_not_in" + "value": "transactionHash_not_in" }, "type": { "kind": "ListType", @@ -16759,7 +16157,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -16768,20 +16166,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "transactionHash_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] @@ -16790,16 +16183,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "transactionHash_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootProposed_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -16808,271 +16198,145 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "blockNumber" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootProposed_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "OptimisticRootProposed_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "disputeCliff" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "aggregateRoot" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "snapshotsRoots" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "domains" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "baseAggregateRoot" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" + "value": "blockNumber_not" }, - "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", - "name": { - "kind": "Name", - "value": "desc" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "blockNumber_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": "spokeDomain" + "value": "blockNumber_lt" }, - "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": "hubDomain" + "value": "blockNumber_gte" }, - "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": "amb" + "value": "blockNumber_lte" }, - "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": "rootManager" + "value": "blockNumber_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", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "blockNumber_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": "PolygonConnectorMeta_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "rootCount" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -17081,13 +16345,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "rootCount_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -17096,13 +16360,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "rootCount_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -17111,13 +16375,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "rootCount_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -17126,13 +16390,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "rootCount_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -17141,13 +16405,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "rootCount_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -17156,7 +16420,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "rootCount_in" }, "type": { "kind": "ListType", @@ -17166,7 +16430,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -17177,7 +16441,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "rootCount_not_in" }, "type": { "kind": "ListType", @@ -17187,7 +16451,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } } } @@ -17198,13 +16462,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "rootCount_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17213,13 +16477,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "rootCount_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17228,13 +16492,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "rootCount_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17243,13 +16507,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "rootCount_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17258,13 +16522,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "rootCount_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17273,13 +16537,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "rootCount_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17288,19 +16552,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_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": [] @@ -17309,19 +16567,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_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": [] @@ -17330,13 +16582,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "rootCount_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17345,13 +16597,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "rootCount_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17360,13 +16612,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "rootCount_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17375,13 +16627,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "rootCount_not_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -17390,28 +16642,33 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_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": "hubDomain_lte" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "BlockChangedFilter" } }, "directives": [] @@ -17420,18 +16677,15 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_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" } } }, @@ -17441,176 +16695,226 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_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": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "transferId" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "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": "amb_gt" + "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": "amb_lt" + "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": "amb_gte" + "value": "rootCount" }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "chainId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "transferId" }, + "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": "amb_not_in" + "value": "nonce" }, + "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": "amb_contains" + "value": "status" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "messageHash" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17621,56 +16925,60 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "originDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "destinationDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "canonicalDomain" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "to" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17681,11 +16989,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "delegate" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17696,68 +17005,60 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "receiveLocal" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Boolean" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "callData" }, + "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": "rootManager_not_in" + "value": "slippage" }, + "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": "rootManager_contains" + "value": "originSender" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17768,41 +17069,44 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "bridgedAmt" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "normalizedIn" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "canonicalId" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17813,26 +17117,28 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "asset" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Asset" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "transactingAsset" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17843,62 +17149,128 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "message" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "OriginMessage" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "bumpRelayerFeeCount" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "relayerFees" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" } - } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector_not_in" - }, + ], "type": { "kind": "ListType", "type": { @@ -17907,7 +17279,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RelayerFee" } } } @@ -17915,11 +17287,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "initialRelayerFeeAsset" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17930,11 +17303,12 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "caller" }, + "arguments": [], "type": { "kind": "NamedType", "name": { @@ -17945,163 +17319,49 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "_change_block" + "value": "transactionHash" }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "and" + "value": "timestamp" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "or" + "value": "gasPrice" }, + "arguments": [], "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amb" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -18110,17 +17370,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "gasLimit" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -18129,17 +17386,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "blockNumber" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -18148,17 +17402,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "txOrigin" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -18167,17 +17418,14 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "txNonce" }, "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -18190,7 +17438,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "PolygonZkConnectorMeta_filter" + "value": "OriginTransfer_filter" }, "fields": [ { @@ -18329,7 +17577,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "chainId" }, "type": { "kind": "NamedType", @@ -18344,7 +17592,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "chainId_not" }, "type": { "kind": "NamedType", @@ -18359,7 +17607,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "chainId_gt" }, "type": { "kind": "NamedType", @@ -18374,7 +17622,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "chainId_lt" }, "type": { "kind": "NamedType", @@ -18389,7 +17637,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "chainId_gte" }, "type": { "kind": "NamedType", @@ -18404,7 +17652,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "chainId_lte" }, "type": { "kind": "NamedType", @@ -18419,7 +17667,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "chainId_in" }, "type": { "kind": "ListType", @@ -18440,7 +17688,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "chainId_not_in" }, "type": { "kind": "ListType", @@ -18461,13 +17709,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "transferId" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18476,13 +17724,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "transferId_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18491,13 +17739,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "transferId_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18506,13 +17754,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "transferId_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18521,13 +17769,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "transferId_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18536,13 +17784,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "transferId_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -18551,7 +17799,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "transferId_in" }, "type": { "kind": "ListType", @@ -18561,7 +17809,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18572,7 +17820,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "transferId_not_in" }, "type": { "kind": "ListType", @@ -18582,7 +17830,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -18593,7 +17841,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "transferId_contains" }, "type": { "kind": "NamedType", @@ -18608,7 +17856,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "transferId_not_contains" }, "type": { "kind": "NamedType", @@ -18623,13 +17871,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "nonce" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18638,13 +17886,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "nonce_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18653,13 +17901,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "nonce_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18668,13 +17916,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "nonce_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18683,7 +17931,37 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_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", @@ -18693,7 +17971,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -18704,7 +17982,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "nonce_not_in" }, "type": { "kind": "ListType", @@ -18714,7 +17992,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -18725,13 +18003,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "status" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } }, "directives": [] @@ -18740,13 +18018,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "status_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "TransferStatus" } }, "directives": [] @@ -18755,7 +18033,49 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" }, "type": { "kind": "NamedType", @@ -18770,7 +18090,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "messageHash_not" }, "type": { "kind": "NamedType", @@ -18785,7 +18105,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "messageHash_gt" }, "type": { "kind": "NamedType", @@ -18800,7 +18120,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "messageHash_lt" }, "type": { "kind": "NamedType", @@ -18815,7 +18135,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "messageHash_gte" }, "type": { "kind": "NamedType", @@ -18830,7 +18150,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "messageHash_lte" }, "type": { "kind": "NamedType", @@ -18845,7 +18165,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "messageHash_in" }, "type": { "kind": "ListType", @@ -18866,7 +18186,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "messageHash_not_in" }, "type": { "kind": "ListType", @@ -18887,7 +18207,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "messageHash_contains" }, "type": { "kind": "NamedType", @@ -18902,7 +18222,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "messageHash_not_contains" }, "type": { "kind": "NamedType", @@ -18917,13 +18237,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "originDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18932,13 +18252,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "originDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18947,13 +18267,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "originDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18962,13 +18282,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "originDomain_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18977,13 +18297,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "originDomain_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -18992,13 +18312,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "originDomain_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -19007,7 +18327,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "originDomain_in" }, "type": { "kind": "ListType", @@ -19017,7 +18337,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -19028,7 +18348,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "originDomain_not_in" }, "type": { "kind": "ListType", @@ -19038,7 +18358,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -19049,13 +18369,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "destinationDomain" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -19064,33 +18384,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "destinationDomain_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "destinationDomain_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "BigInt" } }, "directives": [] @@ -19099,16 +18414,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "destinationDomain_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -19117,320 +18429,179 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "destinationDomain_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "destinationDomain_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": "amb" + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "Query" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootAggregated" + "value": "canonicalDomain_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": "RootAggregated" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootAggregateds" + "value": "canonicalDomain_gte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, "type": { - "kind": "NonNullType", + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } } @@ -19438,1903 +18609,689 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootPropagated" + "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": "RootPropagated" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootPropagateds" + "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": "RootPropagated_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootPropagated_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "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": "RootPropagated" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedMessageRoot" + "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": "AggregatedMessageRoot" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedMessageRoots" + "value": "to_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": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregatedMessageRoot_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregatedMessageRoot_filter" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "to_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": "to_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregatedMessageRoot" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerMeta" + "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": "RootManagerMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerMetas" + "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": "RootManagerMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "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": "RootManagerMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerMode" + "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": "RootManagerMode" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerModes" + "value": "delegate_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, + "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": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMode_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMode_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_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": "delegate_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMode" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootProposed" + "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": "OptimisticRootProposed" + "value": "Boolean" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootProposeds" + "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": "OptimisticRootProposed_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OptimisticRootProposed_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": "OptimisticRootProposed" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubOptimisticRootFinalized" + "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": "HubOptimisticRootFinalized" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubOptimisticRootFinalizeds" + "value": "callData_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": "HubOptimisticRootFinalized_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "HubOptimisticRootFinalized_filter" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "HubOptimisticRootFinalized" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootPropagated" + "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": "OptimisticRootPropagated" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootPropagateds" + "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": "OptimisticRootPropagated_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootPropagated_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "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": "OptimisticRootPropagated" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonConnectorMeta" + "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": "PolygonConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonConnectorMetas" + "value": "slippage_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": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } } @@ -21342,3807 +19299,1229 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimismConnectorMeta" + "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": "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": "originSender" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OptimismConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimismConnectorMetas" + "value": "originSender_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": "OptimismConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bnbConnectorMeta" + "value": "originSender_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": "originSender_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BnbConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bnbConnectorMetas" + "value": "originSender_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "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": "BnbConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_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": "originSender_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "arbitrumConnectorMeta" + "value": "originSender_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": "bridgedAmt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ArbitrumConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "arbitrumConnectorMetas" + "value": "bridgedAmt_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": "ArbitrumConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ArbitrumConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ArbitrumConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gnosisConnectorMeta" + "value": "bridgedAmt_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": "bridgedAmt_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "GnosisConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gnosisConnectorMetas" + "value": "bridgedAmt_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Int" + "value": "BigInt" } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "GnosisConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "GnosisConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_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": "normalizedIn" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "GnosisConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lineaConnectorMeta" + "value": "normalizedIn_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": "normalizedIn_gt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LineaConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lineaConnectorMetas" + "value": "normalizedIn_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": "LineaConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LineaConnectorMeta_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": "normalizedIn_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": "canonicalId" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LineaConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "metisConnectorMeta" + "value": "canonicalId_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": "canonicalId_gt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "MetisConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "metisConnectorMetas" + "value": "canonicalId_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": "MetisConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mantleConnectorMeta" + "value": "canonicalId_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": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "MantleConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mantleConnectorMetas" + "value": "canonicalId_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": "MantleConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "MantleConnectorMeta_filter" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "canonicalId_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": "canonicalId_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "avalancheConnectorMeta" + "value": "canonicalId_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": "asset" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "AvalancheConnectorMeta" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "avalancheConnectorMetas" + "value": "asset_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": "AvalancheConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AvalancheConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AvalancheConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseConnectorMeta" + "value": "asset_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": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BaseConnectorMeta" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseConnectorMetas" + "value": "asset_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": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BaseConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BaseConnectorMeta_filter" + "value": "String" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "asset_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": "String" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BaseConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonZkConnectorMeta" + "value": "asset_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": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "PolygonZkConnectorMeta" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonZkConnectorMetas" + "value": "asset_not_contains_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMeta" + "value": "asset_starts_with_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": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMetas" + "value": "asset_not_starts_with_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ZkSyncConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ZkSyncConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ZkSyncConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modeConnectorMeta" + "value": "asset_ends_with_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": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modeConnectorMetas" + "value": "asset_not_ends_with_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "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": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ModeConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMeta" + "value": "transactingAsset" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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": "transactingAsset_not" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMetas" + "value": "transactingAsset_gt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset_lt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMeta" + "value": "transactingAsset_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": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset_lte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMetas" + "value": "transactingAsset_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": "XlayerConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OrderDirection" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "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": "transactingAsset_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "XlayerConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootMessageProcessed" + "value": "transactingAsset_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": "message" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageProcessed" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootMessageProcesseds" + "value": "message_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": "RootMessageProcessed_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootMessageProcessed_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootMessageProcessed" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRootSavedSlow" + "value": "message_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": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRootSavedSlow" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRootSavedSlows" + "value": "message_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": "AggregateRootSavedSlow_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRootSavedSlow_filter" + "value": "String" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "message_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_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregateRootSavedSlow" - } + "value": "String" } } } @@ -25150,389 +20529,91 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "message_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": "HubDomain" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomains" + "value": "message_contains_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubDomain_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubDomain_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubDomain" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "Access to subgraph metadata", - "block": true - }, + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "_meta" + "value": "message_not_contains" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - } - ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "_Meta_" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootAggregated" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "message_not_contains_nocase" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot" + "value": "message_starts_with" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "index" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootAggregated_filter" - }, - "fields": [ { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "message_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -25541,13 +20622,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "message_not_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -25556,13 +20637,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "message_not_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -25571,13 +20652,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "message_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -25586,13 +20667,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "message_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -25601,13 +20682,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "message_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "String" } }, "directives": [] @@ -25616,19 +20697,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "message_not_ends_with_nocase" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] @@ -25637,19 +20712,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "message_" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" } }, "directives": [] @@ -25658,7 +20727,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "bumpRelayerFeeCount" }, "type": { "kind": "NamedType", @@ -25673,7 +20742,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_not" + "value": "bumpRelayerFeeCount_not" }, "type": { "kind": "NamedType", @@ -25688,7 +20757,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_gt" + "value": "bumpRelayerFeeCount_gt" }, "type": { "kind": "NamedType", @@ -25703,7 +20772,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_lt" + "value": "bumpRelayerFeeCount_lt" }, "type": { "kind": "NamedType", @@ -25718,7 +20787,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_gte" + "value": "bumpRelayerFeeCount_gte" }, "type": { "kind": "NamedType", @@ -25733,7 +20802,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_lte" + "value": "bumpRelayerFeeCount_lte" }, "type": { "kind": "NamedType", @@ -25748,7 +20817,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_in" + "value": "bumpRelayerFeeCount_in" }, "type": { "kind": "ListType", @@ -25769,7 +20838,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain_not_in" + "value": "bumpRelayerFeeCount_not_in" }, "type": { "kind": "ListType", @@ -25790,13 +20859,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot" + "value": "relayerFees" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -25805,13 +20880,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_not" + "value": "relayerFees_not" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -25820,13 +20901,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_gt" + "value": "relayerFees_contains" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -25835,13 +20922,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_lt" + "value": "relayerFees_contains_nocase" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -25850,13 +20943,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_gte" + "value": "relayerFees_not_contains" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -25865,13 +20964,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_lte" + "value": "relayerFees_not_contains_nocase" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } } }, "directives": [] @@ -25880,7 +20985,112 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_in" + "value": "relayerFees_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" }, "type": { "kind": "ListType", @@ -25901,7 +21111,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_not_in" + "value": "initialRelayerFeeAsset_not_in" }, "type": { "kind": "ListType", @@ -25922,7 +21132,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_contains" + "value": "initialRelayerFeeAsset_contains" }, "type": { "kind": "NamedType", @@ -25937,7 +21147,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot_not_contains" + "value": "initialRelayerFeeAsset_not_contains" }, "type": { "kind": "NamedType", @@ -25952,13 +21162,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index" + "value": "caller" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -25967,13 +21177,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_not" + "value": "caller_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -25982,13 +21192,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_gt" + "value": "caller_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -25997,13 +21207,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_lt" + "value": "caller_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -26012,13 +21222,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_gte" + "value": "caller_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -26027,13 +21237,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_lte" + "value": "caller_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } }, "directives": [] @@ -26042,7 +21252,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_in" + "value": "caller_in" }, "type": { "kind": "ListType", @@ -26052,7 +21262,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -26063,7 +21273,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index_not_in" + "value": "caller_not_in" }, "type": { "kind": "ListType", @@ -26073,7 +21283,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -26082,20 +21292,15 @@ const schemaAST = { }, { "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, "name": { "kind": "Name", - "value": "_change_block" + "value": "caller_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Bytes" } }, "directives": [] @@ -26104,16 +21309,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "caller_not_contains" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] @@ -26122,98 +21324,98 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "transactionHash" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RootAggregated_orderBy" - }, - "values": [ + }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domain" + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "receivedRoot" + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "index" + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootManagerMeta" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "transactionHash_lte" }, - "arguments": [], "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains" + "value": "transactionHash_in" }, - "arguments": [], "type": { "kind": "ListType", "type": { @@ -26222,7 +21424,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Bytes" } } } @@ -26230,12 +21432,11 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors" + "value": "transactionHash_not_in" }, - "arguments": [], "type": { "kind": "ListType", "type": { @@ -26250,29 +21451,18 @@ const schemaAST = { } }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootManagerMeta_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "transactionHash_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -26281,13 +21471,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "transactionHash_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "Bytes" } }, "directives": [] @@ -26296,13 +21486,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "timestamp" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26311,13 +21501,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "timestamp_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26326,13 +21516,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "timestamp_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26341,13 +21531,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "timestamp_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26356,19 +21546,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "timestamp_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26377,19 +21561,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "timestamp_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26398,7 +21576,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains" + "value": "timestamp_in" }, "type": { "kind": "ListType", @@ -26419,7 +21597,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_not" + "value": "timestamp_not_in" }, "type": { "kind": "ListType", @@ -26440,19 +21618,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_contains" + "value": "gasPrice" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26461,19 +21633,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_contains_nocase" + "value": "gasPrice_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26482,19 +21648,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_not_contains" + "value": "gasPrice_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26503,19 +21663,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains_not_contains_nocase" + "value": "gasPrice_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26524,19 +21678,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors" + "value": "gasPrice_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26545,19 +21693,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors_not" + "value": "gasPrice_lte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26566,7 +21708,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors_contains" + "value": "gasPrice_in" }, "type": { "kind": "ListType", @@ -26576,7 +21718,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -26587,7 +21729,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors_contains_nocase" + "value": "gasPrice_not_in" }, "type": { "kind": "ListType", @@ -26597,7 +21739,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } } } @@ -26608,19 +21750,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors_not_contains" + "value": "gasLimit" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26629,39 +21765,28 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors_not_contains_nocase" + "value": "gasLimit_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "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" + "value": "gasLimit_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "BigInt" } }, "directives": [] @@ -26670,16 +21795,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "gasLimit_lt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -26688,124 +21810,85 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "gasLimit_gte" }, "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RootManagerMeta_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "domains" + "value": "gasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } }, "directives": [] }, { - "kind": "EnumValueDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "connectors" + "value": "gasLimit_in" }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootManagerMode" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "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": "mode" + "value": "gasLimit_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": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootManagerMode_filter" - }, - "fields": [ + }, { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "blockNumber" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26814,13 +21897,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not" + "value": "blockNumber_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26829,13 +21912,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "blockNumber_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26844,13 +21927,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lt" + "value": "blockNumber_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26859,13 +21942,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "blockNumber_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26874,13 +21957,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_lte" + "value": "blockNumber_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } }, "directives": [] @@ -26889,7 +21972,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "blockNumber_in" }, "type": { "kind": "ListType", @@ -26899,7 +21982,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -26910,7 +21993,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" + "value": "blockNumber_not_in" }, "type": { "kind": "ListType", @@ -26920,7 +22003,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ID" + "value": "BigInt" } } } @@ -26931,13 +22014,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode" + "value": "txOrigin" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -26946,13 +22029,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_not" + "value": "txOrigin_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -26961,13 +22044,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_gt" + "value": "txOrigin_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -26976,13 +22059,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_lt" + "value": "txOrigin_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -26991,13 +22074,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_gte" + "value": "txOrigin_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -27006,13 +22089,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_lte" + "value": "txOrigin_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -27021,7 +22104,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_in" + "value": "txOrigin_in" }, "type": { "kind": "ListType", @@ -27031,7 +22114,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -27042,7 +22125,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_not_in" + "value": "txOrigin_not_in" }, "type": { "kind": "ListType", @@ -27052,7 +22135,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } } } @@ -27063,43 +22146,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "mode_contains_nocase" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "mode_not_contains" + "value": "txOrigin_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -27108,13 +22161,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_not_contains_nocase" + "value": "txOrigin_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "Bytes" } }, "directives": [] @@ -27123,13 +22176,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_starts_with" + "value": "txNonce" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -27138,13 +22191,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_starts_with_nocase" + "value": "txNonce_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -27153,13 +22206,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_not_starts_with" + "value": "txNonce_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -27168,13 +22221,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_not_starts_with_nocase" + "value": "txNonce_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -27183,13 +22236,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_ends_with" + "value": "txNonce_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -27198,13 +22251,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_ends_with_nocase" + "value": "txNonce_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "String" + "value": "BigInt" } }, "directives": [] @@ -27213,13 +22266,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_not_ends_with" + "value": "txNonce_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -27228,13 +22287,19 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mode_not_ends_with_nocase" + "value": "txNonce_not_in" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "String" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } } }, "directives": [] @@ -27271,7 +22336,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootManagerMode_filter" + "value": "OriginTransfer_filter" } } }, @@ -27289,7 +22354,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootManagerMode_filter" + "value": "OriginTransfer_filter" } } }, @@ -27302,7 +22367,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "RootManagerMode_orderBy" + "value": "OriginTransfer_orderBy" }, "values": [ { @@ -27317,863 +22382,636 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mode" + "value": "chainId" }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootMessageProcessed" - }, - "fields": [ + }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } + "value": "transferId" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "value": "nonce" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "value": "status" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "messageHash" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "originDomain" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "transactionHash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "destinationDomain" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "canonicalDomain" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "gasPrice" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "to" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "gasLimit" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "delegate" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "blockNumber" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "receiveLocal" }, "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootMessageProcessed_filter" - }, - "fields": [ + }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "callData" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "slippage" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "originSender" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "bridgedAmt" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "normalizedIn" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } + "value": "canonicalId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + "value": "asset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - } + "value": "asset__id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__key" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__decimal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__adoptedDecimal" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__canonicalId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__canonicalDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "asset__adoptedAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "asset__localAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "asset__blockNumber" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "transactingAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "message" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "message__id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "message__transferId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "message__destinationDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "message__leaf" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "message__index" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - } + "value": "message__message" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "message__root" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "message__transactionHash" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "message__blockNumber" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "bumpRelayerFeeCount" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "relayerFees" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "initialRelayerFeeAsset" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "value": "caller" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_not_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "value": "transactionHash" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "timestamp" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "root_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "gasPrice" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "gasLimit" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "blockNumber" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "txOrigin" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "caller_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "txNonce" }, "directives": [] - }, + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "caller_gte" + "value": "asset" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "caller_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Asset" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "caller_in" + "value": "assets" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } } } } @@ -28181,455 +23019,1665 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "caller_not_in" + "value": "assetStatus" }, - "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": "Bytes" + "value": "Block_height" } - } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "caller_contains" + "value": "assetStatuses" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "caller_not_contains" + "value": "assetBalance" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "AssetBalance" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transactionHash" + "value": "assetBalances" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transactionHash_not" + "value": "router" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Router" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transactionHash_gt" + "value": "routers" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactionHash_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transactionHash_gte" + "value": "routerDailyTVL" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "transactionHash_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RouterDailyTVL" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "transactionHash_in" + "value": "routerDailyTVLs" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "transactionHash_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": "Bytes" + "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": "transactionHash_contains" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "transactionHash_not_contains" + "value": "routerLiquidityEvent" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "RouterLiquidityEvent" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "routerLiquidityEvents" }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp_gt" - }, - "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": "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": "timestamp_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_gte" + "value": "setting" }, - "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_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Setting" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "timestamp_in" + "value": "settings" }, - "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": "timestamp_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" } - } + }, + "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": "gasPrice" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "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": "gasPrice_not" + "value": "relayer" }, - "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": "gasPrice_gt" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Relayer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "gasPrice_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } + "value": "relayers" }, - "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", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer" + } } } } @@ -28637,284 +24685,951 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "gasPrice_not_in" + "value": "sequencer" }, - "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", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "gasLimit" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Sequencer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "gasLimit_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": "gasLimit_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": "gasLimit_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": "gasLimit_gte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "RelayerFee" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "gasLimit_lte" + "value": "relayerFees" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit_in" - }, - "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": "gasLimit_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" } - } + }, + "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": "blockNumber" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber_not" + "value": "originTransfer" }, - "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": "blockNumber_gt" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "OriginTransfer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber_lt" + "value": "originTransfers" }, - "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": "OriginTransfer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber_gte" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber_lte" + "value": "destinationTransfer" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "DestinationTransfer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber_in" + "value": "destinationTransfers" }, - "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": "blockNumber_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" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + } } } } @@ -28922,213 +25637,238 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "_change_block" + "value": "originMessage" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "OriginMessage" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "and" + "value": "originMessages" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "RootMessageProcessed_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "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": "RootMessageProcessed_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RootMessageProcessed_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "root" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "caller" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "transactionHash" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "timestamp" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "gasPrice" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "gasLimit" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootPropagated" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "aggregate" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "Bytes" - } + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "domainsHash" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + } } } }, @@ -29138,285 +25878,234 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "count" + "value": "aggregateRoot" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "BigInt" - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "blockNumber" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "RootPropagated_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "AggregateRoot" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "aggregateRoots" }, - "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": "aggregate" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "aggregate_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "aggregate_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "aggregate_lt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "aggregate_gte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "aggregate_lte" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "aggregate_in" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "AggregateRoot_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot" + } } } } @@ -29424,161 +26113,475 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregate_not_in" + "value": "connectorMeta" }, - "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": "Bytes" + "value": "Block_height" } - } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "aggregate_contains" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ConnectorMeta" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregate_not_contains" + "value": "connectorMetas" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "domainsHash" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "domainsHash_not" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "domainsHash_gt" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "domainsHash_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domainsHash_gte" + "value": "rootCount" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "domainsHash_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RootCount" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domainsHash_in" + "value": "rootCounts" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } } } } @@ -29586,161 +26589,475 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domainsHash_not_in" + "value": "rootMessageSent" }, - "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": "Bytes" + "value": "Block_height" } - } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "domainsHash_contains" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RootMessageSent" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "domainsHash_not_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "value": "rootMessageSents" }, - "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" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "count_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "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": "count_gte" + "value": "relayerFeesIncrease" }, - "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": "count_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "RelayerFeesIncrease" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "count_in" + "value": "relayerFeesIncreases" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } } } } @@ -29748,131 +27065,475 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "count_not_in" + "value": "slippageUpdate" }, - "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", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "blockNumber" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "SlippageUpdate" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber_not" + "value": "slippageUpdates" }, - "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" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "blockNumber_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "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": "blockNumber_gte" + "value": "snapshotRoot" }, - "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": "blockNumber_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "SnapshotRoot" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber_in" + "value": "snapshotRoots" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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" + } } } } @@ -29880,156 +27541,238 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "blockNumber_not_in" + "value": "spokeConnectorMode" }, - "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", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, - "name": { - "kind": "Name", - "value": "_change_block" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" - }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootPropagated_filter" - } + "value": "SpokeConnectorMode" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "or" + "value": "spokeConnectorModes" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "RootPropagated_filter" - } + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "RootPropagated_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "aggregate" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "domainsHash" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "count" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "blockNumber" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + } + } } } }, @@ -30039,17 +27782,80 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "aggregateRootProposed" }, - "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": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" } }, "directives": [] @@ -30058,16 +27864,153 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "aggregateRootProposeds" }, - "arguments": [], + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + } + } } } }, @@ -30077,17 +28020,80 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "optimisticRootFinalized" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "Bytes" - } + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "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": [] @@ -30096,16 +28102,153 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "optimisticRootFinalizeds" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "Bytes" + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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" + } + } } } }, @@ -30113,9 +28256,179 @@ const schemaAST = { }, { "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, "name": { "kind": "Name", - "value": "mirrorConnector" + "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": { @@ -30138,7 +28451,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "ScrollConnectorMeta_filter" + "value": "RelayerFee_filter" }, "fields": [ { @@ -30277,13 +28590,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "transfer" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30292,13 +28605,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "transfer_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30307,13 +28620,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "transfer_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30322,13 +28635,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "transfer_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30337,13 +28650,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "transfer_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30352,13 +28665,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "transfer_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30367,7 +28680,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "transfer_in" }, "type": { "kind": "ListType", @@ -30377,7 +28690,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -30388,7 +28701,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "transfer_not_in" }, "type": { "kind": "ListType", @@ -30398,7 +28711,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -30409,13 +28722,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "transfer_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30424,13 +28737,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "transfer_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30439,13 +28752,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "transfer_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30454,13 +28767,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "transfer_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30469,13 +28782,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "transfer_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30484,13 +28797,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "transfer_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -30499,19 +28812,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "transfer_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": [] @@ -30520,19 +28827,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "transfer_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": [] @@ -30541,13 +28842,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "transfer_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -30556,13 +28857,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not" + "value": "transfer_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -30571,13 +28872,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "transfer_not_ends_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -30586,13 +28887,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lt" + "value": "transfer_not_ends_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } }, "directives": [] @@ -30601,13 +28902,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_gte" + "value": "transfer_" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "OriginTransfer_filter" } }, "directives": [] @@ -30616,13 +28917,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_lte" + "value": "fee" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -30631,19 +28932,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "fee_not" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -30652,19 +28947,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "fee_gt" }, "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] @@ -30673,13 +28962,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_contains" + "value": "fee_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -30688,13 +28977,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "amb_not_contains" + "value": "fee_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BigInt" } }, "directives": [] @@ -30703,7 +28992,64 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "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", @@ -30718,7 +29064,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not" + "value": "asset_not" }, "type": { "kind": "NamedType", @@ -30733,7 +29079,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "asset_gt" }, "type": { "kind": "NamedType", @@ -30748,7 +29094,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lt" + "value": "asset_lt" }, "type": { "kind": "NamedType", @@ -30763,7 +29109,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "asset_gte" }, "type": { "kind": "NamedType", @@ -30778,7 +29124,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_lte" + "value": "asset_lte" }, "type": { "kind": "NamedType", @@ -30793,7 +29139,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "asset_in" }, "type": { "kind": "ListType", @@ -30814,7 +29160,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_in" + "value": "asset_not_in" }, "type": { "kind": "ListType", @@ -30835,7 +29181,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_contains" + "value": "asset_contains" }, "type": { "kind": "NamedType", @@ -30850,7 +29196,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "asset_not_contains" }, "type": { "kind": "NamedType", @@ -30863,15 +29209,20 @@ const schemaAST = { }, { "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "_change_block" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "BlockChangedFilter" } }, "directives": [] @@ -30880,13 +29231,16 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "and" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } } }, "directives": [] @@ -30895,205 +29249,211 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "or" }, "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "value": "transfer" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__id" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "transfer__chainId" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__transferId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lte" + "value": "transfer__nonce" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__status" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "transfer__messageHash" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__originDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "transfer__destinationDomain" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalDomain" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_contains" + "value": "transfer__to" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__delegate" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "transfer__receiveLocal" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__callData" }, "directives": [] }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__slippage" }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "_change_block" + "value": "transfer__originSender" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bridgedAmt" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "and" + "value": "transfer__normalizedIn" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta_filter" - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__canonicalId" }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "or" + "value": "transfer__transactingAsset" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta_filter" - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__bumpRelayerFeeCount" }, "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta_orderBy" - }, - "values": [ + }, { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id" + "value": "transfer__initialRelayerFeeAsset" }, "directives": [] }, @@ -31101,7 +29461,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "transfer__caller" }, "directives": [] }, @@ -31109,7 +29469,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "transfer__transactionHash" }, "directives": [] }, @@ -31117,7 +29477,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "transfer__timestamp" }, "directives": [] }, @@ -31125,7 +29485,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "transfer__gasPrice" }, "directives": [] }, @@ -31133,7 +29493,47 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "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": [] } @@ -31144,87 +29544,59 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "Subscription" + "value": "RelayerFeesIncrease" }, "fields": [ { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootAggregated" + "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 - }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "value": "OriginTransfer" + } } - ], + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "increase" + }, + "arguments": [], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootAggregated" + "value": "BigInt" } }, "directives": [] @@ -31233,153 +29605,32 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootAggregateds" + "value": "asset" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } - ], + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], "type": { "kind": "NonNullType", "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootAggregated" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } } }, @@ -31389,80 +29640,17 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootPropagated" + "value": "transactionHash" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootPropagated" + "value": "Bytes" + } } }, "directives": [] @@ -31471,153 +29659,35 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootPropagateds" + "value": "timestamp" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootPropagated_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootPropagated_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "value": "BigInt" + } } - ], + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gasPrice" + }, + "arguments": [], "type": { "kind": "NonNullType", "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootPropagated" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } }, @@ -31627,710 +29697,156 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregatedMessageRoot" + "value": "gasLimit" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "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": "AggregatedMessageRoot" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregatedMessageRoots" + "value": "id_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": "AggregatedMessageRoot_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregatedMessageRoot_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregatedMessageRoot" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerMeta" + "value": "id_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": "RootManagerMeta" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerMetas" + "value": "id_gte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerMode" + "value": "id_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootManagerMode" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootManagerModes" + "value": "id_in" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMode_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootManagerMode_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "type": { + "kind": "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": "RootManagerMode" - } + "value": "ID" } } } @@ -32338,2141 +29854,1076 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootProposed" + "value": "id_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": "ID" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OptimisticRootProposed" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootProposeds" + "value": "transfer_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": "OptimisticRootProposed_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootProposed_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootProposed" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubOptimisticRootFinalized" + "value": "transfer_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": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "HubOptimisticRootFinalized" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubOptimisticRootFinalizeds" + "value": "transfer_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": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubOptimisticRootFinalized_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "HubOptimisticRootFinalized_filter" + "value": "String" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "transfer_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": "String" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubOptimisticRootFinalized" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootPropagated" + "value": "transfer_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": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_contains" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OptimisticRootPropagated" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimisticRootPropagateds" + "value": "transfer_not_contains_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootPropagated_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootPropagated_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_starts_with" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimisticRootPropagated" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonConnectorMeta" + "value": "transfer_starts_with_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": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_starts_with" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "PolygonConnectorMeta" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonConnectorMetas" + "value": "transfer_not_starts_with_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_ends_with" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimismConnectorMeta" + "value": "transfer_ends_with_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": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_not_ends_with" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OptimismConnectorMeta" + "value": "String" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "optimismConnectorMetas" + "value": "transfer_not_ends_with_nocase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transfer_" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OptimismConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bnbConnectorMeta" + "value": "increase" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "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": "increase_not" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BnbConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "bnbConnectorMetas" + "value": "increase_gt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_lt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BnbConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "arbitrumConnectorMeta" + "value": "increase_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": "increase_lte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ArbitrumConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "arbitrumConnectorMetas" + "value": "increase_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" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "increase_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ArbitrumConnectorMeta_orderBy" + "value": "BigInt" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ArbitrumConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ArbitrumConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gnosisConnectorMeta" + "value": "asset_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": "asset_gt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "GnosisConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "gnosisConnectorMetas" + "value": "asset_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": "GnosisConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "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": "GnosisConnectorMeta_filter" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "asset_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": "asset_contains" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "GnosisConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lineaConnectorMeta" + "value": "asset_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": "caller" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "LineaConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "lineaConnectorMetas" + "value": "caller_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": "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": "LineaConnectorMeta_orderBy" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "OrderDirection" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + } + } + }, + "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": "LineaConnectorMeta_filter" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "transactionHash_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": "transactionHash_contains" + }, "type": { - "kind": "NonNullType", + "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": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "LineaConnectorMeta" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } } @@ -34480,83 +30931,11740 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "metisConnectorMeta" + "value": "timestamp_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" + "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": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, + "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": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } + } + }, + "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": "MetisConnectorMeta" + "value": "BigInt" } }, "directives": [] @@ -34565,153 +42673,35 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "metisConnectorMetas" + "value": "root" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "value": "Bytes" + } } - ], + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], "type": { "kind": "NonNullType", "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MetisConnectorMeta" - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } }, @@ -34721,472 +42711,156 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mantleConnectorMeta" + "value": "timestamp" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", "name": { "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "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": "MantleConnectorMeta" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "mantleConnectorMetas" + "value": "id_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": "MantleConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "MantleConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "avalancheConnectorMeta" + "value": "id_gt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "AvalancheConnectorMeta" + "value": "ID" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "avalancheConnectorMetas" + "value": "id_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": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AvalancheConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AvalancheConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AvalancheConnectorMeta" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" } } } @@ -35194,951 +42868,425 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseConnectorMeta" + "value": "id_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": "ID" } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + } } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BaseConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "baseConnectorMetas" + "value": "spokeDomain_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": "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": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BaseConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonZkConnectorMeta" + "value": "spokeDomain_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": "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": "PolygonZkConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "polygonZkConnectorMetas" + "value": "spokeDomain_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": "PolygonZkConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "PolygonZkConnectorMeta_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": "spokeDomain_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": "root" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "PolygonZkConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMeta" + "value": "root_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": "root_gt" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "Bytes" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMetas" + "value": "root_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": "ZkSyncConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "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": "ZkSyncConnectorMeta_filter" + "value": "Bytes" } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the 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": "root_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": "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": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ZkSyncConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modeConnectorMeta" + "value": "count_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": "count_gte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "modeConnectorMetas" + "value": "count_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": "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": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "count_in" + }, "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ModeConnectorMeta" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } } @@ -36146,713 +43294,131 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMeta" + "value": "count_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": "timestamp" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMetas" + "value": "timestamp_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": "ScrollConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ScrollConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMeta" + "value": "timestamp_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": "XlayerConnectorMeta" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMetas" + "value": "timestamp_gte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "XlayerConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "XlayerConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "XlayerConnectorMeta" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootMessageProcessed" + "value": "timestamp_lte" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageProcessed" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "rootMessageProcesseds" + "value": "timestamp_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": "RootMessageProcessed_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootMessageProcessed_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "type": { + "kind": "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": "RootMessageProcessed" - } + "value": "BigInt" } } } @@ -36860,475 +43426,152 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRootSavedSlow" + "value": "timestamp_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": "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": "AggregateRootSavedSlow" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "aggregateRootSavedSlows" + "value": "blockNumber_gt" }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregateRootSavedSlow_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregateRootSavedSlow_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } - ], + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "AggregateRootSavedSlow" - } - } - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "blockNumber_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": "blockNumber_lte" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "HubDomain" + "value": "BigInt" } }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomains" + "value": "blockNumber_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": "HubDomain_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubDomain_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", - "block": true - }, - "name": { - "kind": "Name", - "value": "block" - }, + "type": { + "kind": "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": "blockNumber_not_in" + }, "type": { - "kind": "NonNullType", + "kind": "ListType", "type": { - "kind": "ListType", + "kind": "NonNullType", "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "HubDomain" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" } } } @@ -37336,147 +43579,134 @@ const schemaAST = { "directives": [] }, { - "kind": "FieldDefinition", + "kind": "InputValueDefinition", "description": { "kind": "StringValue", - "value": "Access to subgraph metadata", + "value": "Filter for the block changed event.", "block": true }, "name": { "kind": "Name", - "value": "_meta" + "value": "_change_block" }, - "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": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } } }, "directives": [] } ], - "interfaces": [], - "directives": [] - }, - { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "Timestamp" - }, "directives": [] }, { - "kind": "ObjectTypeDefinition", + "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "XlayerConnectorMeta" + "value": "SnapshotRoot_orderBy" }, - "fields": [ + "values": [ { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", "value": "id" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", "value": "spokeDomain" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } - }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" - } - } + "value": "root" }, "directives": [] }, { - "kind": "FieldDefinition", + "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "count" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - } + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" }, "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "fields": [ { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "id" }, "arguments": [], "type": { @@ -37485,7 +43715,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "ID" } } }, @@ -37495,7 +43725,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "mode" }, "arguments": [], "type": { @@ -37504,7 +43734,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "String" } } }, @@ -37518,7 +43748,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" + "value": "SpokeConnectorMode_filter" }, "fields": [ { @@ -37657,13 +43887,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain" + "value": "mode" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37672,13 +43902,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not" + "value": "mode_not" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37687,13 +43917,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gt" + "value": "mode_gt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37702,13 +43932,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lt" + "value": "mode_lt" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37717,13 +43947,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_gte" + "value": "mode_gte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37732,13 +43962,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_lte" + "value": "mode_lte" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37747,7 +43977,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_in" + "value": "mode_in" }, "type": { "kind": "ListType", @@ -37757,7 +43987,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -37768,7 +43998,7 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "mode_not_in" }, "type": { "kind": "ListType", @@ -37778,7 +44008,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } } } @@ -37789,13 +44019,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "mode_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37804,13 +44034,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "mode_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37819,13 +44049,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gt" + "value": "mode_not_contains" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37834,13 +44064,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lt" + "value": "mode_not_contains_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37849,13 +44079,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_gte" + "value": "mode_starts_with" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37864,13 +44094,13 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "mode_starts_with_nocase" }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "String" } }, "directives": [] @@ -37879,17 +44109,416 @@ const schemaAST = { "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "hubDomain_in" + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { - "kind": "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": "Asset" + } } } } @@ -37897,455 +44526,1427 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain_not_in" + "value": "assetStatus" }, - "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": "amb" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "amb_not" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "AssetStatus" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "assetStatuses" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "amb_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "amb_gte" + "value": "assetBalance" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "amb_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "AssetBalance" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "assetBalances" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amb_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": "Bytes" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amb_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + }, + "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": "amb_not_contains" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "router" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "rootManager_not" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Router" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "routers" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_gte" + "value": "routerDailyTVL" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "rootManager_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RouterDailyTVL" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "routerDailyTVLs" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager_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": "Bytes" + "value": "Int" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager_contains" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + }, + "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": "rootManager_not_contains" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "mirrorConnector" + "value": "routerLiquidityEvent" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "mirrorConnector_not" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RouterLiquidityEvent" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gt" + "value": "routerLiquidityEvents" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "mirrorConnector_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_gte" + "value": "setting" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "mirrorConnector_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Setting" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "settings" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting" + } } } } @@ -38353,213 +45954,476 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_in" + "value": "relayer" }, - "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": "Bytes" + "value": "Block_height" } - } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "mirrorConnector_contains" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Relayer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "value": "relayers" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Relayer" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Filter for the block changed event.", - "block": true - }, + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "_change_block" + "value": "sequencer" }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BlockChangedFilter" + "value": "Sequencer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "and" + "value": "sequencers" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, - "type": { - "kind": "ListType", - "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": "XlayerConnectorMeta_filter" - } - } - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "XlayerConnectorMeta_orderBy" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "amb" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "rootManager" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, - "directives": [] - } - ], - "directives": [] - }, - { - "kind": "ObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "ZkSyncConnectorMeta" - }, - "fields": [ - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "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": "spokeDomain" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer" + } + } } } }, @@ -38569,17 +46433,80 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "relayerFee" }, - "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": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" } }, "directives": [] @@ -38588,35 +46515,153 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "relayerFees" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "Bytes" - } + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "FieldDefinition", - "name": { - "kind": "Name", - "value": "rootManager" - }, - "arguments": [], + ], "type": { "kind": "NonNullType", "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } } } }, @@ -38626,269 +46671,710 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "originTransfer" }, - "arguments": [], - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "Bytes" - } - } - }, - "directives": [] - } - ], - "interfaces": [], - "directives": [] - }, - { - "kind": "InputObjectTypeDefinition", - "name": { - "kind": "Name", - "value": "ZkSyncConnectorMeta_filter" - }, - "fields": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "OriginTransfer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gt" + "value": "originTransfers" }, - "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": "OriginTransfer_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] } - }, - "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": "OriginTransfer" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_gte" + "value": "destinationTransfer" }, - "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": "DestinationTransfer" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "id_in" + "value": "destinationTransfers" }, - "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": "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" + }, + "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": "spokeDomain_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "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": "spokeDomain_gte" + "value": "originMessage" }, - "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": "spokeDomain_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "OriginMessage" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "spokeDomain_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": "BigInt" + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } } } } @@ -38896,131 +47382,475 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "spokeDomain_not_in" + "value": "aggregateRoot" }, - "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", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "hubDomain" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "AggregateRoot" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain_not" + "value": "aggregateRoots" }, - "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": "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": "hubDomain_gt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BigInt" + "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": "hubDomain_lt" + "value": "connectorMeta" }, - "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": "hubDomain_gte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "BigInt" + "value": "ConnectorMeta" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain_lte" + "value": "connectorMetas" }, - "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": "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": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "hubDomain_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": "ConnectorMeta" + } } } } @@ -39028,131 +47858,475 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "hubDomain_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": "BigInt" + "value": "Block_height" } - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "amb" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "amb_not" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RootCount" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_gt" + "value": "rootCounts" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "amb_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "amb_gte" + "value": "rootMessageSent" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "amb_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RootMessageSent" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_in" + "value": "rootMessageSents" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } } } } @@ -39160,161 +48334,475 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "amb_not_in" + "value": "relayerFeesIncrease" }, - "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": "Bytes" + "value": "Block_height" } - } - } - }, - "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", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "rootManager_not" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "RelayerFeesIncrease" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_gt" + "value": "relayerFeesIncreases" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": "rootManager_lt" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "rootManager_gte" + "value": "slippageUpdate" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "rootManager_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "SlippageUpdate" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_in" + "value": "slippageUpdates" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + } } } } @@ -39322,161 +48810,713 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_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": "Bytes" + "value": "Block_height" } - } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "rootManager_contains" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "SnapshotRoot" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootManager_not_contains" + "value": "snapshotRoots" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "mirrorConnector" - }, + ], "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + } + } + } } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not" + "value": "spokeConnectorMode" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "mirrorConnector_gt" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "SpokeConnectorMode" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_lt" + "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": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "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": "mirrorConnector_gte" + "value": "aggregateRootProposed" }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "mirrorConnector_lte" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "AggregateRootProposed" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_in" + "value": "aggregateRootProposeds" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "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" + } } } } @@ -39484,135 +49524,309 @@ const schemaAST = { "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_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": "Bytes" + "value": "Block_height" } - } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "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": "mirrorConnector_contains" - }, + ], "type": { "kind": "NamedType", "name": { "kind": "Name", - "value": "Bytes" + "value": "OptimisticRootFinalized" } }, "directives": [] }, { - "kind": "InputValueDefinition", + "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "mirrorConnector_not_contains" + "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": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + } + } + } } }, "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" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "BlockChangedFilter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "and" + "value": "_meta" }, - "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", + "arguments": [ + { + "kind": "InputValueDefinition", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_filter" - } + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "or" - }, + ], "type": { - "kind": "ListType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ZkSyncConnectorMeta_filter" - } + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" } }, "directives": [] } ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, "directives": [] }, { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_orderBy" + "value": "TransferStatus" }, "values": [ { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "id" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "spokeDomain" + "value": "XCalled" }, "directives": [] }, @@ -39620,7 +49834,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "hubDomain" + "value": "Executed" }, "directives": [] }, @@ -39628,7 +49842,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "amb" + "value": "Reconciled" }, "directives": [] }, @@ -39636,7 +49850,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "rootManager" + "value": "CompletedSlow" }, "directives": [] }, @@ -39644,7 +49858,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "mirrorConnector" + "value": "CompletedFast" }, "directives": [] } diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/schema.graphql index 456602d87a..d601a41af7 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/schema.graphql @@ -12,15 +12,23 @@ directive @subgraphId(id: String!) on OBJECT "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." directive @derivedFrom(field: String!) on FIELD_DEFINITION -type sepolia_AggregateRootSavedSlow { +type sepolia_AggregateRoot { + id: ID! + root: sepolia_Bytes! + blockNumber: BigInt! +} + +type sepolia_AggregateRootProposed { id: ID! aggregateRoot: sepolia_Bytes! - count: BigInt! - aggregatedRoots: [sepolia_Bytes!] rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input sepolia_AggregateRootSavedSlow_filter { +input sepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -39,20 +47,6 @@ input sepolia_AggregateRootSavedSlow_filter { aggregateRoot_not_in: [sepolia_Bytes!] aggregateRoot_contains: sepolia_Bytes aggregateRoot_not_contains: sepolia_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [sepolia_Bytes!] - aggregatedRoots_not: [sepolia_Bytes!] - aggregatedRoots_contains: [sepolia_Bytes!] - aggregatedRoots_contains_nocase: [sepolia_Bytes!] - aggregatedRoots_not_contains: [sepolia_Bytes!] - aggregatedRoots_not_contains_nocase: [sepolia_Bytes!] rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -61,29 +55,55 @@ input sepolia_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: sepolia_BlockChangedFilter - and: [sepolia_AggregateRootSavedSlow_filter] - or: [sepolia_AggregateRootSavedSlow_filter] + and: [sepolia_AggregateRootProposed_filter] + or: [sepolia_AggregateRootProposed_filter] } -enum sepolia_AggregateRootSavedSlow_orderBy { +enum sepolia_AggregateRootProposed_orderBy { id aggregateRoot - count - aggregatedRoots rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -type sepolia_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: sepolia_Bytes! - domain: BigInt - blockNumber: BigInt -} - -input sepolia_AggregatedMessageRoot_filter { +input sepolia_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -92,32 +112,16 @@ input sepolia_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: sepolia_Bytes - receivedRoot_not: sepolia_Bytes - receivedRoot_gt: sepolia_Bytes - receivedRoot_lt: sepolia_Bytes - receivedRoot_gte: sepolia_Bytes - receivedRoot_lte: sepolia_Bytes - receivedRoot_in: [sepolia_Bytes!] - receivedRoot_not_in: [sepolia_Bytes!] - receivedRoot_contains: sepolia_Bytes - receivedRoot_not_contains: sepolia_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -128,15 +132,13 @@ input sepolia_AggregatedMessageRoot_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_AggregatedMessageRoot_filter] - or: [sepolia_AggregatedMessageRoot_filter] + and: [sepolia_AggregateRoot_filter] + or: [sepolia_AggregateRoot_filter] } -enum sepolia_AggregatedMessageRoot_orderBy { +enum sepolia_AggregateRoot_orderBy { id - index - receivedRoot - domain + root blockNumber } @@ -145,16 +147,31 @@ enum sepolia_Aggregation_interval { day } -type sepolia_ArbitrumConnectorMeta { +type sepolia_Asset { + id: ID! + key: sepolia_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: sepolia_Bytes + canonicalDomain: BigInt + adoptedAsset: sepolia_Bytes + localAsset: sepolia_Bytes + blockNumber: BigInt + status: sepolia_AssetStatus +} + +type sepolia_AssetBalance { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: sepolia_Router! + asset: sepolia_Asset! + feesEarned: BigInt! } -input sepolia_ArbitrumConnectorMeta_filter { +input sepolia_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -163,77 +180,126 @@ input sepolia_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: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: sepolia_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: sepolia_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_ArbitrumConnectorMeta_filter] - or: [sepolia_ArbitrumConnectorMeta_filter] + and: [sepolia_AssetBalance_filter] + or: [sepolia_AssetBalance_filter] } -enum sepolia_ArbitrumConnectorMeta_orderBy { +enum sepolia_AssetBalance_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_AvalancheConnectorMeta { + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type sepolia_AssetStatus { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + status: Boolean } -input sepolia_AvalancheConnectorMeta_filter { +input sepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -242,77 +308,22 @@ input sepolia_AvalancheConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_AvalancheConnectorMeta_filter] - or: [sepolia_AvalancheConnectorMeta_filter] + and: [sepolia_AssetStatus_filter] + or: [sepolia_AssetStatus_filter] } -enum sepolia_AvalancheConnectorMeta_orderBy { +enum sepolia_AssetStatus_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_BaseConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + status } -input sepolia_BaseConnectorMeta_filter { +input sepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -321,65 +332,118 @@ input sepolia_BaseConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + key: sepolia_Bytes + key_not: sepolia_Bytes + key_gt: sepolia_Bytes + key_lt: sepolia_Bytes + key_gte: sepolia_Bytes + key_lte: sepolia_Bytes + key_in: [sepolia_Bytes!] + key_not_in: [sepolia_Bytes!] + key_contains: sepolia_Bytes + key_not_contains: sepolia_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: sepolia_Bytes + adoptedAsset_not: sepolia_Bytes + adoptedAsset_gt: sepolia_Bytes + adoptedAsset_lt: sepolia_Bytes + adoptedAsset_gte: sepolia_Bytes + adoptedAsset_lte: sepolia_Bytes + adoptedAsset_in: [sepolia_Bytes!] + adoptedAsset_not_in: [sepolia_Bytes!] + adoptedAsset_contains: sepolia_Bytes + adoptedAsset_not_contains: sepolia_Bytes + localAsset: sepolia_Bytes + localAsset_not: sepolia_Bytes + localAsset_gt: sepolia_Bytes + localAsset_lt: sepolia_Bytes + localAsset_gte: sepolia_Bytes + localAsset_lte: sepolia_Bytes + localAsset_in: [sepolia_Bytes!] + localAsset_not_in: [sepolia_Bytes!] + localAsset_contains: sepolia_Bytes + localAsset_not_contains: sepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: sepolia_AssetStatus_filter """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_BaseConnectorMeta_filter] - or: [sepolia_BaseConnectorMeta_filter] + and: [sepolia_Asset_filter] + or: [sepolia_Asset_filter] } -enum sepolia_BaseConnectorMeta_orderBy { +enum sepolia_Asset_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } scalar sepolia_BigDecimal @@ -396,16 +460,18 @@ input sepolia_Block_height { number_gte: Int } -type sepolia_BnbConnectorMeta { +scalar sepolia_Bytes + +type sepolia_ConnectorMeta { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: sepolia_Bytes + rootManager: sepolia_Bytes + mirrorConnector: sepolia_Bytes } -input sepolia_BnbConnectorMeta_filter { +input sepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -462,11 +528,11 @@ input sepolia_BnbConnectorMeta_filter { mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_BnbConnectorMeta_filter] - or: [sepolia_BnbConnectorMeta_filter] + and: [sepolia_ConnectorMeta_filter] + or: [sepolia_ConnectorMeta_filter] } -enum sepolia_BnbConnectorMeta_orderBy { +enum sepolia_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -475,18 +541,48 @@ enum sepolia_BnbConnectorMeta_orderBy { mirrorConnector } -scalar sepolia_Bytes - -type sepolia_GnosisConnectorMeta { +type sepolia_DestinationTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_GnosisConnectorMeta_filter { + chainId: BigInt + transferId: sepolia_Bytes + nonce: BigInt + status: sepolia_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: sepolia_Router_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_Router_filter): [sepolia_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: sepolia_Bytes + delegate: sepolia_Bytes + receiveLocal: Boolean + callData: sepolia_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: sepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: sepolia_Bytes + asset: sepolia_Asset + amount: BigInt + routersFee: BigInt + executedCaller: sepolia_Bytes + executedTransactionHash: sepolia_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: sepolia_Bytes + executedTxNonce: BigInt + reconciledCaller: sepolia_Bytes + reconciledTransactionHash: sepolia_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: sepolia_Bytes + reconciledTxNonce: BigInt +} + +input sepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -495,108 +591,400 @@ input sepolia_GnosisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + 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: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: sepolia_TransferStatus + status_not: sepolia_TransferStatus + status_in: [sepolia_TransferStatus!] + status_not_in: [sepolia_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: sepolia_Router_filter + 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: sepolia_Bytes + to_not: sepolia_Bytes + to_gt: sepolia_Bytes + to_lt: sepolia_Bytes + to_gte: sepolia_Bytes + to_lte: sepolia_Bytes + to_in: [sepolia_Bytes!] + to_not_in: [sepolia_Bytes!] + to_contains: sepolia_Bytes + to_not_contains: sepolia_Bytes + delegate: sepolia_Bytes + delegate_not: sepolia_Bytes + delegate_gt: sepolia_Bytes + delegate_lt: sepolia_Bytes + delegate_gte: sepolia_Bytes + delegate_lte: sepolia_Bytes + delegate_in: [sepolia_Bytes!] + delegate_not_in: [sepolia_Bytes!] + delegate_contains: sepolia_Bytes + delegate_not_contains: sepolia_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: sepolia_Bytes + callData_not: sepolia_Bytes + callData_gt: sepolia_Bytes + callData_lt: sepolia_Bytes + callData_gte: sepolia_Bytes + callData_lte: sepolia_Bytes + callData_in: [sepolia_Bytes!] + callData_not_in: [sepolia_Bytes!] + callData_contains: sepolia_Bytes + callData_not_contains: sepolia_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + 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: sepolia_Bytes + originSender_not: sepolia_Bytes + originSender_gt: sepolia_Bytes + originSender_lt: sepolia_Bytes + originSender_gte: sepolia_Bytes + originSender_lte: sepolia_Bytes + originSender_in: [sepolia_Bytes!] + originSender_not_in: [sepolia_Bytes!] + originSender_contains: sepolia_Bytes + originSender_not_contains: sepolia_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + 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: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: sepolia_Asset_filter + 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: sepolia_Bytes + executedCaller_not: sepolia_Bytes + executedCaller_gt: sepolia_Bytes + executedCaller_lt: sepolia_Bytes + executedCaller_gte: sepolia_Bytes + executedCaller_lte: sepolia_Bytes + executedCaller_in: [sepolia_Bytes!] + executedCaller_not_in: [sepolia_Bytes!] + executedCaller_contains: sepolia_Bytes + executedCaller_not_contains: sepolia_Bytes + executedTransactionHash: sepolia_Bytes + executedTransactionHash_not: sepolia_Bytes + executedTransactionHash_gt: sepolia_Bytes + executedTransactionHash_lt: sepolia_Bytes + executedTransactionHash_gte: sepolia_Bytes + executedTransactionHash_lte: sepolia_Bytes + executedTransactionHash_in: [sepolia_Bytes!] + executedTransactionHash_not_in: [sepolia_Bytes!] + executedTransactionHash_contains: sepolia_Bytes + executedTransactionHash_not_contains: sepolia_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + 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: sepolia_Bytes + executedTxOrigin_not: sepolia_Bytes + executedTxOrigin_gt: sepolia_Bytes + executedTxOrigin_lt: sepolia_Bytes + executedTxOrigin_gte: sepolia_Bytes + executedTxOrigin_lte: sepolia_Bytes + executedTxOrigin_in: [sepolia_Bytes!] + executedTxOrigin_not_in: [sepolia_Bytes!] + executedTxOrigin_contains: sepolia_Bytes + executedTxOrigin_not_contains: sepolia_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: sepolia_Bytes + reconciledCaller_not: sepolia_Bytes + reconciledCaller_gt: sepolia_Bytes + reconciledCaller_lt: sepolia_Bytes + reconciledCaller_gte: sepolia_Bytes + reconciledCaller_lte: sepolia_Bytes + reconciledCaller_in: [sepolia_Bytes!] + reconciledCaller_not_in: [sepolia_Bytes!] + reconciledCaller_contains: sepolia_Bytes + reconciledCaller_not_contains: sepolia_Bytes + reconciledTransactionHash: sepolia_Bytes + reconciledTransactionHash_not: sepolia_Bytes + reconciledTransactionHash_gt: sepolia_Bytes + reconciledTransactionHash_lt: sepolia_Bytes + reconciledTransactionHash_gte: sepolia_Bytes + reconciledTransactionHash_lte: sepolia_Bytes + reconciledTransactionHash_in: [sepolia_Bytes!] + reconciledTransactionHash_not_in: [sepolia_Bytes!] + reconciledTransactionHash_contains: sepolia_Bytes + reconciledTransactionHash_not_contains: sepolia_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + 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: sepolia_Bytes + reconciledTxOrigin_not: sepolia_Bytes + reconciledTxOrigin_gt: sepolia_Bytes + reconciledTxOrigin_lt: sepolia_Bytes + reconciledTxOrigin_gte: sepolia_Bytes + reconciledTxOrigin_lte: sepolia_Bytes + reconciledTxOrigin_in: [sepolia_Bytes!] + reconciledTxOrigin_not_in: [sepolia_Bytes!] + reconciledTxOrigin_contains: sepolia_Bytes + reconciledTxOrigin_not_contains: sepolia_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_GnosisConnectorMeta_filter] - or: [sepolia_GnosisConnectorMeta_filter] + and: [sepolia_DestinationTransfer_filter] + or: [sepolia_DestinationTransfer_filter] } -enum sepolia_GnosisConnectorMeta_orderBy { +enum sepolia_DestinationTransfer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_HubDomain { - id: ID! - domain: BigInt + 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 sepolia_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: sepolia_BlockChangedFilter - and: [sepolia_HubDomain_filter] - or: [sepolia_HubDomain_filter] -} +""" +8 bytes signed integer -enum sepolia_HubDomain_orderBy { - id - domain -} +""" +scalar sepolia_Int8 -type sepolia_HubOptimisticRootFinalized { +type sepolia_OptimisticRootFinalized { id: ID! aggregateRoot: sepolia_Bytes! timestamp: BigInt! blockNumber: BigInt } -input sepolia_HubOptimisticRootFinalized_filter { +input sepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -633,33 +1021,37 @@ input sepolia_HubOptimisticRootFinalized_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_HubOptimisticRootFinalized_filter] - or: [sepolia_HubOptimisticRootFinalized_filter] + and: [sepolia_OptimisticRootFinalized_filter] + or: [sepolia_OptimisticRootFinalized_filter] } -enum sepolia_HubOptimisticRootFinalized_orderBy { +enum sepolia_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -""" -8 bytes signed integer - -""" -scalar sepolia_Int8 +"""Defines the order direction, either ascending or descending""" +enum sepolia_OrderDirection { + asc + desc +} -type sepolia_LineaConnectorMeta { +type sepolia_OriginMessage { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + transferId: sepolia_Bytes + destinationDomain: BigInt + leaf: sepolia_Bytes + index: BigInt + message: sepolia_Bytes + root: sepolia_Bytes + transactionHash: sepolia_Bytes + blockNumber: BigInt + rootCount: sepolia_RootCount } -input sepolia_LineaConnectorMeta_filter { +input sepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -668,77 +1060,158 @@ input sepolia_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: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + transferId: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: sepolia_Bytes + leaf_not: sepolia_Bytes + leaf_gt: sepolia_Bytes + leaf_lt: sepolia_Bytes + leaf_gte: sepolia_Bytes + leaf_lte: sepolia_Bytes + leaf_in: [sepolia_Bytes!] + leaf_not_in: [sepolia_Bytes!] + leaf_contains: sepolia_Bytes + leaf_not_contains: sepolia_Bytes + 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: sepolia_Bytes + message_not: sepolia_Bytes + message_gt: sepolia_Bytes + message_lt: sepolia_Bytes + message_gte: sepolia_Bytes + message_lte: sepolia_Bytes + message_in: [sepolia_Bytes!] + message_not_in: [sepolia_Bytes!] + message_contains: sepolia_Bytes + message_not_contains: sepolia_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_: sepolia_RootCount_filter """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_LineaConnectorMeta_filter] - or: [sepolia_LineaConnectorMeta_filter] + and: [sepolia_OriginMessage_filter] + or: [sepolia_OriginMessage_filter] } -enum sepolia_LineaConnectorMeta_orderBy { +enum sepolia_OriginMessage_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type sepolia_MantleConnectorMeta { +type sepolia_OriginTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + chainId: BigInt + transferId: sepolia_Bytes + nonce: BigInt + status: sepolia_TransferStatus + messageHash: sepolia_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: sepolia_Bytes + delegate: sepolia_Bytes + receiveLocal: Boolean + callData: sepolia_Bytes + slippage: BigInt + originSender: sepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: sepolia_Bytes + asset: sepolia_Asset + transactingAsset: sepolia_Bytes + message: sepolia_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: sepolia_RelayerFee_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_RelayerFee_filter): [sepolia_RelayerFee!] + initialRelayerFeeAsset: sepolia_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: sepolia_Bytes + txNonce: BigInt } -input sepolia_MantleConnectorMeta_filter { +input sepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -747,431 +1220,245 @@ input sepolia_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: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_MantleConnectorMeta_filter] - or: [sepolia_MantleConnectorMeta_filter] -} - -enum sepolia_MantleConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_MetisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_MetisConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_MetisConnectorMeta_filter] - or: [sepolia_MetisConnectorMeta_filter] -} - -enum sepolia_MetisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_ModeConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_ModeConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ModeConnectorMeta_filter] - or: [sepolia_ModeConnectorMeta_filter] -} - -enum sepolia_ModeConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_OptimismConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimismConnectorMeta_filter] - or: [sepolia_OptimismConnectorMeta_filter] -} - -enum sepolia_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_OptimisticRootPropagated { - id: ID! - aggregateRoot: sepolia_Bytes! - domainsHash: sepolia_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input sepolia_OptimisticRootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes - domainsHash: sepolia_Bytes - domainsHash_not: sepolia_Bytes - domainsHash_gt: sepolia_Bytes - domainsHash_lt: sepolia_Bytes - domainsHash_gte: sepolia_Bytes - domainsHash_lte: sepolia_Bytes - domainsHash_in: [sepolia_Bytes!] - domainsHash_not_in: [sepolia_Bytes!] - domainsHash_contains: sepolia_Bytes - domainsHash_not_contains: sepolia_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimisticRootPropagated_filter] - or: [sepolia_OptimisticRootPropagated_filter] -} - -enum sepolia_OptimisticRootPropagated_orderBy { - id - aggregateRoot - domainsHash - timestamp - blockNumber -} - -type sepolia_OptimisticRootProposed { - id: ID! - disputeCliff: BigInt! - aggregateRoot: sepolia_Bytes! - snapshotsRoots: [sepolia_Bytes!] - domains: [BigInt!] - baseAggregateRoot: sepolia_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input sepolia_OptimisticRootProposed_filter { - 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: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes - snapshotsRoots: [sepolia_Bytes!] - snapshotsRoots_not: [sepolia_Bytes!] - snapshotsRoots_contains: [sepolia_Bytes!] - snapshotsRoots_contains_nocase: [sepolia_Bytes!] - snapshotsRoots_not_contains: [sepolia_Bytes!] - snapshotsRoots_not_contains_nocase: [sepolia_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: sepolia_Bytes - baseAggregateRoot_not: sepolia_Bytes - baseAggregateRoot_gt: sepolia_Bytes - baseAggregateRoot_lt: sepolia_Bytes - baseAggregateRoot_gte: sepolia_Bytes - baseAggregateRoot_lte: sepolia_Bytes - baseAggregateRoot_in: [sepolia_Bytes!] - baseAggregateRoot_not_in: [sepolia_Bytes!] - baseAggregateRoot_contains: sepolia_Bytes - baseAggregateRoot_not_contains: sepolia_Bytes + 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: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: sepolia_TransferStatus + status_not: sepolia_TransferStatus + status_in: [sepolia_TransferStatus!] + status_not_in: [sepolia_TransferStatus!] + messageHash: sepolia_Bytes + messageHash_not: sepolia_Bytes + messageHash_gt: sepolia_Bytes + messageHash_lt: sepolia_Bytes + messageHash_gte: sepolia_Bytes + messageHash_lte: sepolia_Bytes + messageHash_in: [sepolia_Bytes!] + messageHash_not_in: [sepolia_Bytes!] + messageHash_contains: sepolia_Bytes + messageHash_not_contains: sepolia_Bytes + 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: sepolia_Bytes + to_not: sepolia_Bytes + to_gt: sepolia_Bytes + to_lt: sepolia_Bytes + to_gte: sepolia_Bytes + to_lte: sepolia_Bytes + to_in: [sepolia_Bytes!] + to_not_in: [sepolia_Bytes!] + to_contains: sepolia_Bytes + to_not_contains: sepolia_Bytes + delegate: sepolia_Bytes + delegate_not: sepolia_Bytes + delegate_gt: sepolia_Bytes + delegate_lt: sepolia_Bytes + delegate_gte: sepolia_Bytes + delegate_lte: sepolia_Bytes + delegate_in: [sepolia_Bytes!] + delegate_not_in: [sepolia_Bytes!] + delegate_contains: sepolia_Bytes + delegate_not_contains: sepolia_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: sepolia_Bytes + callData_not: sepolia_Bytes + callData_gt: sepolia_Bytes + callData_lt: sepolia_Bytes + callData_gte: sepolia_Bytes + callData_lte: sepolia_Bytes + callData_in: [sepolia_Bytes!] + callData_not_in: [sepolia_Bytes!] + callData_contains: sepolia_Bytes + callData_not_contains: sepolia_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: sepolia_Bytes + originSender_not: sepolia_Bytes + originSender_gt: sepolia_Bytes + originSender_lt: sepolia_Bytes + originSender_gte: sepolia_Bytes + originSender_lte: sepolia_Bytes + originSender_in: [sepolia_Bytes!] + originSender_not_in: [sepolia_Bytes!] + originSender_contains: sepolia_Bytes + originSender_not_contains: sepolia_Bytes + 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: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: sepolia_Asset_filter + transactingAsset: sepolia_Bytes + transactingAsset_not: sepolia_Bytes + transactingAsset_gt: sepolia_Bytes + transactingAsset_lt: sepolia_Bytes + transactingAsset_gte: sepolia_Bytes + transactingAsset_lte: sepolia_Bytes + transactingAsset_in: [sepolia_Bytes!] + transactingAsset_not_in: [sepolia_Bytes!] + transactingAsset_contains: sepolia_Bytes + transactingAsset_not_contains: sepolia_Bytes + message: String + message_not: String + message_gt: String + 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_: sepolia_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_: sepolia_RelayerFee_filter + initialRelayerFeeAsset: sepolia_Bytes + initialRelayerFeeAsset_not: sepolia_Bytes + initialRelayerFeeAsset_gt: sepolia_Bytes + initialRelayerFeeAsset_lt: sepolia_Bytes + initialRelayerFeeAsset_gte: sepolia_Bytes + initialRelayerFeeAsset_lte: sepolia_Bytes + initialRelayerFeeAsset_in: [sepolia_Bytes!] + initialRelayerFeeAsset_not_in: [sepolia_Bytes!] + initialRelayerFeeAsset_contains: sepolia_Bytes + initialRelayerFeeAsset_not_contains: sepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -1180,6 +1467,22 @@ input sepolia_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -1188,241 +1491,85 @@ input sepolia_OptimisticRootProposed_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + txOrigin: sepolia_Bytes + txOrigin_not: sepolia_Bytes + txOrigin_gt: sepolia_Bytes + txOrigin_lt: sepolia_Bytes + txOrigin_gte: sepolia_Bytes + txOrigin_lte: sepolia_Bytes + txOrigin_in: [sepolia_Bytes!] + txOrigin_not_in: [sepolia_Bytes!] + txOrigin_contains: sepolia_Bytes + txOrigin_not_contains: sepolia_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimisticRootProposed_filter] - or: [sepolia_OptimisticRootProposed_filter] + and: [sepolia_OriginTransfer_filter] + or: [sepolia_OriginTransfer_filter] } -enum sepolia_OptimisticRootProposed_orderBy { +enum sepolia_OriginTransfer_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + 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 -} - -"""Defines the order direction, either ascending or descending""" -enum sepolia_OrderDirection { - asc - desc -} - -type sepolia_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_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: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_PolygonConnectorMeta_filter] - or: [sepolia_PolygonConnectorMeta_filter] -} - -enum sepolia_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_PolygonZkConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_PolygonZkConnectorMeta_filter] - or: [sepolia_PolygonZkConnectorMeta_filter] -} - -enum sepolia_PolygonZkConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + txOrigin + txNonce } type Query { - sepolia_rootAggregated( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootAggregated - sepolia_rootAggregateds( - skip: Int = 0 - first: Int = 100 - orderBy: sepolia_RootAggregated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootAggregated_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootAggregated!]! - sepolia_rootPropagated( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootPropagated - sepolia_rootPropagateds( - skip: Int = 0 - first: Int = 100 - orderBy: sepolia_RootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootPropagated_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootPropagated!]! - sepolia_aggregatedMessageRoot( + sepolia_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1432,13 +1579,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregatedMessageRoot - sepolia_aggregatedMessageRoots( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregatedMessageRoot_orderBy + orderBy: sepolia_Asset_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_AggregatedMessageRoot_filter + where: sepolia_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1447,8 +1594,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregatedMessageRoot!]! - sepolia_rootManagerMeta( + ): [sepolia_Asset!]! + sepolia_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1458,13 +1605,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMeta - sepolia_rootManagerMetas( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMeta_orderBy + orderBy: sepolia_AssetStatus_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMeta_filter + where: sepolia_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1473,8 +1620,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMeta!]! - sepolia_rootManagerMode( + ): [sepolia_AssetStatus!]! + sepolia_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1484,13 +1631,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMode - sepolia_rootManagerModes( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMode_orderBy + orderBy: sepolia_AssetBalance_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMode_filter + where: sepolia_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1499,8 +1646,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMode!]! - sepolia_optimisticRootProposed( + ): [sepolia_AssetBalance!]! + sepolia_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1510,13 +1657,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootProposed - sepolia_optimisticRootProposeds( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootProposed_orderBy + orderBy: sepolia_Router_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootProposed_filter + where: sepolia_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1525,8 +1672,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootProposed!]! - sepolia_hubOptimisticRootFinalized( + ): [sepolia_Router!]! + sepolia_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1536,13 +1683,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubOptimisticRootFinalized - sepolia_hubOptimisticRootFinalizeds( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubOptimisticRootFinalized_orderBy + orderBy: sepolia_RouterDailyTVL_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_HubOptimisticRootFinalized_filter + where: sepolia_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1551,8 +1698,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubOptimisticRootFinalized!]! - sepolia_optimisticRootPropagated( + ): [sepolia_RouterDailyTVL!]! + sepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1562,13 +1709,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootPropagated - sepolia_optimisticRootPropagateds( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootPropagated_orderBy + orderBy: sepolia_RouterLiquidityEvent_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootPropagated_filter + where: sepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1577,8 +1724,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootPropagated!]! - sepolia_polygonConnectorMeta( + ): [sepolia_RouterLiquidityEvent!]! + sepolia_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1588,13 +1735,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonConnectorMeta - sepolia_polygonConnectorMetas( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonConnectorMeta_orderBy + orderBy: sepolia_Setting_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_PolygonConnectorMeta_filter + where: sepolia_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1603,8 +1750,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonConnectorMeta!]! - sepolia_optimismConnectorMeta( + ): [sepolia_Setting!]! + sepolia_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1614,13 +1761,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimismConnectorMeta - sepolia_optimismConnectorMetas( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimismConnectorMeta_orderBy + orderBy: sepolia_Relayer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_OptimismConnectorMeta_filter + where: sepolia_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1629,8 +1776,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimismConnectorMeta!]! - sepolia_bnbConnectorMeta( + ): [sepolia_Relayer!]! + sepolia_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1640,13 +1787,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BnbConnectorMeta - sepolia_bnbConnectorMetas( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BnbConnectorMeta_orderBy + orderBy: sepolia_Sequencer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_BnbConnectorMeta_filter + where: sepolia_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1655,8 +1802,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BnbConnectorMeta!]! - sepolia_arbitrumConnectorMeta( + ): [sepolia_Sequencer!]! + sepolia_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1666,13 +1813,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ArbitrumConnectorMeta - sepolia_arbitrumConnectorMetas( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ArbitrumConnectorMeta_orderBy + orderBy: sepolia_RelayerFee_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ArbitrumConnectorMeta_filter + where: sepolia_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1681,8 +1828,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ArbitrumConnectorMeta!]! - sepolia_gnosisConnectorMeta( + ): [sepolia_RelayerFee!]! + sepolia_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1692,13 +1839,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_GnosisConnectorMeta - sepolia_gnosisConnectorMetas( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_GnosisConnectorMeta_orderBy + orderBy: sepolia_OriginTransfer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_GnosisConnectorMeta_filter + where: sepolia_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1707,8 +1854,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_GnosisConnectorMeta!]! - sepolia_lineaConnectorMeta( + ): [sepolia_OriginTransfer!]! + sepolia_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1718,13 +1865,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_LineaConnectorMeta - sepolia_lineaConnectorMetas( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_LineaConnectorMeta_orderBy + orderBy: sepolia_DestinationTransfer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_LineaConnectorMeta_filter + where: sepolia_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1733,8 +1880,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_LineaConnectorMeta!]! - sepolia_metisConnectorMeta( + ): [sepolia_DestinationTransfer!]! + sepolia_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1744,13 +1891,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MetisConnectorMeta - sepolia_metisConnectorMetas( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MetisConnectorMeta_orderBy + orderBy: sepolia_OriginMessage_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_MetisConnectorMeta_filter + where: sepolia_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1759,8 +1906,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MetisConnectorMeta!]! - sepolia_mantleConnectorMeta( + ): [sepolia_OriginMessage!]! + sepolia_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1770,13 +1917,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MantleConnectorMeta - sepolia_mantleConnectorMetas( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MantleConnectorMeta_orderBy + orderBy: sepolia_AggregateRoot_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_MantleConnectorMeta_filter + where: sepolia_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1785,8 +1932,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MantleConnectorMeta!]! - sepolia_avalancheConnectorMeta( + ): [sepolia_AggregateRoot!]! + sepolia_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1796,13 +1943,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AvalancheConnectorMeta - sepolia_avalancheConnectorMetas( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AvalancheConnectorMeta_orderBy + orderBy: sepolia_ConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_AvalancheConnectorMeta_filter + where: sepolia_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1811,8 +1958,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AvalancheConnectorMeta!]! - sepolia_baseConnectorMeta( + ): [sepolia_ConnectorMeta!]! + sepolia_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1822,13 +1969,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BaseConnectorMeta - sepolia_baseConnectorMetas( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BaseConnectorMeta_orderBy + orderBy: sepolia_RootCount_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_BaseConnectorMeta_filter + where: sepolia_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1837,8 +1984,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BaseConnectorMeta!]! - sepolia_polygonZkConnectorMeta( + ): [sepolia_RootCount!]! + sepolia_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1848,13 +1995,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonZkConnectorMeta - sepolia_polygonZkConnectorMetas( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonZkConnectorMeta_orderBy + orderBy: sepolia_RootMessageSent_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_PolygonZkConnectorMeta_filter + where: sepolia_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1863,8 +2010,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + ): [sepolia_RootMessageSent!]! + sepolia_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1874,13 +2021,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderBy: sepolia_RelayerFeesIncrease_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_filter + where: sepolia_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1889,8 +2036,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [sepolia_RelayerFeesIncrease!]! + sepolia_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1900,13 +2047,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy + orderBy: sepolia_SlippageUpdate_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_filter + where: sepolia_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1915,8 +2062,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [sepolia_SlippageUpdate!]! + sepolia_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1926,13 +2073,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy + orderBy: sepolia_SnapshotRoot_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_filter + where: sepolia_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1941,8 +2088,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ScrollConnectorMeta!]! - sepolia_xlayerConnectorMeta( + ): [sepolia_SnapshotRoot!]! + sepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1952,13 +2099,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_XlayerConnectorMeta - sepolia_xlayerConnectorMetas( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_XlayerConnectorMeta_orderBy + orderBy: sepolia_SpokeConnectorMode_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_XlayerConnectorMeta_filter + where: sepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1967,8 +2114,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_XlayerConnectorMeta!]! - sepolia_rootMessageProcessed( + ): [sepolia_SpokeConnectorMode!]! + sepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1978,13 +2125,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootMessageProcessed - sepolia_rootMessageProcesseds( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageProcessed_orderBy + orderBy: sepolia_AggregateRootProposed_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageProcessed_filter + where: sepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1993,8 +2140,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootMessageProcessed!]! - sepolia_aggregateRootSavedSlow( + ): [sepolia_AggregateRootProposed!]! + sepolia_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2004,24 +2151,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRootSavedSlow - sepolia_aggregateRootSavedSlows( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootSavedSlow_orderBy + orderBy: sepolia_OptimisticRootFinalized_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootSavedSlow_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRootSavedSlow!]! - sepolia_hubDomain( - id: ID! + where: sepolia_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2030,34 +2166,606 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubDomain - sepolia_hubDomains( - skip: Int = 0 - first: Int = 100 - orderBy: sepolia_HubDomain_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubDomain_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubDomain!]! + ): [sepolia_OptimisticRootFinalized!]! """Access to subgraph metadata""" sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ } -type sepolia_RootAggregated { +type sepolia_Relayer { + id: ID! + isActive: Boolean! + relayer: sepolia_Bytes +} + +type sepolia_RelayerFee { + id: ID! + transfer: sepolia_OriginTransfer! + fee: BigInt! + asset: sepolia_Bytes! +} + +input sepolia_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_: sepolia_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: sepolia_Bytes + asset_not: sepolia_Bytes + asset_gt: sepolia_Bytes + asset_lt: sepolia_Bytes + asset_gte: sepolia_Bytes + asset_lte: sepolia_Bytes + asset_in: [sepolia_Bytes!] + asset_not_in: [sepolia_Bytes!] + asset_contains: sepolia_Bytes + asset_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RelayerFee_filter] + or: [sepolia_RelayerFee_filter] +} + +enum sepolia_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 sepolia_RelayerFeesIncrease { + id: ID! + transfer: sepolia_OriginTransfer! + increase: BigInt + asset: sepolia_Bytes + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input sepolia_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_: sepolia_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: sepolia_Bytes + asset_not: sepolia_Bytes + asset_gt: sepolia_Bytes + asset_lt: sepolia_Bytes + asset_gte: sepolia_Bytes + asset_lte: sepolia_Bytes + asset_in: [sepolia_Bytes!] + asset_not_in: [sepolia_Bytes!] + asset_contains: sepolia_Bytes + asset_not_contains: sepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RelayerFeesIncrease_filter] + or: [sepolia_RelayerFeesIncrease_filter] +} + +enum sepolia_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 sepolia_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: sepolia_Bytes + relayer_not: sepolia_Bytes + relayer_gt: sepolia_Bytes + relayer_lt: sepolia_Bytes + relayer_gte: sepolia_Bytes + relayer_lte: sepolia_Bytes + relayer_in: [sepolia_Bytes!] + relayer_not_in: [sepolia_Bytes!] + relayer_contains: sepolia_Bytes + relayer_not_contains: sepolia_Bytes + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Relayer_filter] + or: [sepolia_Relayer_filter] +} + +enum sepolia_Relayer_orderBy { + id + isActive + relayer +} + +type sepolia_RootCount { + id: ID! + count: BigInt +} + +input sepolia_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: sepolia_BlockChangedFilter + and: [sepolia_RootCount_filter] + or: [sepolia_RootCount_filter] +} + +enum sepolia_RootCount_orderBy { + id + count +} + +type sepolia_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: sepolia_Bytes + count: BigInt + caller: sepolia_Bytes + transactionHash: sepolia_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input sepolia_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: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootMessageSent_filter] + or: [sepolia_RootMessageSent_filter] +} + +enum sepolia_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type sepolia_Router { + id: ID! + isActive: Boolean! + owner: sepolia_Bytes + recipient: sepolia_Bytes + proposedOwner: sepolia_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: sepolia_AssetBalance_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_AssetBalance_filter): [sepolia_AssetBalance!]! +} + +type sepolia_RouterDailyTVL { + id: ID! + router: sepolia_Router! + asset: sepolia_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input sepolia_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_: sepolia_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: sepolia_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RouterDailyTVL_filter] + or: [sepolia_RouterDailyTVL_filter] +} + +enum sepolia_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 sepolia_RouterLiquidityEvent { id: ID! - domain: BigInt! - receivedRoot: sepolia_Bytes! - index: BigInt! + type: sepolia_RouterLiquidityEventType + router: sepolia_Router! + asset: sepolia_Asset! + amount: BigInt! + balance: BigInt! + caller: sepolia_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: sepolia_Bytes! + nonce: BigInt! } -input sepolia_RootAggregated_filter { +enum sepolia_RouterLiquidityEventType { + Add + Remove +} + +input sepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -2066,52 +2774,222 @@ input sepolia_RootAggregated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: sepolia_Bytes - receivedRoot_not: sepolia_Bytes - receivedRoot_gt: sepolia_Bytes - receivedRoot_lt: sepolia_Bytes - receivedRoot_gte: sepolia_Bytes - receivedRoot_lte: sepolia_Bytes - receivedRoot_in: [sepolia_Bytes!] - receivedRoot_not_in: [sepolia_Bytes!] - receivedRoot_contains: sepolia_Bytes - receivedRoot_not_contains: sepolia_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] + type: sepolia_RouterLiquidityEventType + type_not: sepolia_RouterLiquidityEventType + type_in: [sepolia_RouterLiquidityEventType!] + type_not_in: [sepolia_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_: sepolia_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: sepolia_Asset_filter + 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: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootAggregated_filter] - or: [sepolia_RootAggregated_filter] + and: [sepolia_RouterLiquidityEvent_filter] + or: [sepolia_RouterLiquidityEvent_filter] } -enum sepolia_RootAggregated_orderBy { +enum sepolia_RouterLiquidityEvent_orderBy { id - domain - receivedRoot - index + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input sepolia_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: sepolia_Bytes + owner_not: sepolia_Bytes + owner_gt: sepolia_Bytes + owner_lt: sepolia_Bytes + owner_gte: sepolia_Bytes + owner_lte: sepolia_Bytes + owner_in: [sepolia_Bytes!] + owner_not_in: [sepolia_Bytes!] + owner_contains: sepolia_Bytes + owner_not_contains: sepolia_Bytes + recipient: sepolia_Bytes + recipient_not: sepolia_Bytes + recipient_gt: sepolia_Bytes + recipient_lt: sepolia_Bytes + recipient_gte: sepolia_Bytes + recipient_lte: sepolia_Bytes + recipient_in: [sepolia_Bytes!] + recipient_not_in: [sepolia_Bytes!] + recipient_contains: sepolia_Bytes + recipient_not_contains: sepolia_Bytes + proposedOwner: sepolia_Bytes + proposedOwner_not: sepolia_Bytes + proposedOwner_gt: sepolia_Bytes + proposedOwner_lt: sepolia_Bytes + proposedOwner_gte: sepolia_Bytes + proposedOwner_lte: sepolia_Bytes + proposedOwner_in: [sepolia_Bytes!] + proposedOwner_not_in: [sepolia_Bytes!] + proposedOwner_contains: sepolia_Bytes + proposedOwner_not_contains: sepolia_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: sepolia_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Router_filter] + or: [sepolia_Router_filter] } -type sepolia_RootManagerMeta { +enum sepolia_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type sepolia_Sequencer { id: ID! - domains: [BigInt!] - connectors: [sepolia_Bytes!] + isActive: Boolean! + sequencer: sepolia_Bytes } -input sepolia_RootManagerMeta_filter { +input sepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -2120,36 +2998,39 @@ input sepolia_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [sepolia_Bytes!] - connectors_not: [sepolia_Bytes!] - connectors_contains: [sepolia_Bytes!] - connectors_contains_nocase: [sepolia_Bytes!] - connectors_not_contains: [sepolia_Bytes!] - connectors_not_contains_nocase: [sepolia_Bytes!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: sepolia_Bytes + sequencer_not: sepolia_Bytes + sequencer_gt: sepolia_Bytes + sequencer_lt: sepolia_Bytes + sequencer_gte: sepolia_Bytes + sequencer_lte: sepolia_Bytes + sequencer_in: [sepolia_Bytes!] + sequencer_not_in: [sepolia_Bytes!] + sequencer_contains: sepolia_Bytes + sequencer_not_contains: sepolia_Bytes """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootManagerMeta_filter] - or: [sepolia_RootManagerMeta_filter] + and: [sepolia_Sequencer_filter] + or: [sepolia_Sequencer_filter] } -enum sepolia_RootManagerMeta_orderBy { +enum sepolia_Sequencer_orderBy { id - domains - connectors + isActive + sequencer } -type sepolia_RootManagerMode { +type sepolia_Setting { id: ID! - mode: String! + maxRoutersPerTransfer: BigInt! + caller: sepolia_Bytes! } -input sepolia_RootManagerMode_filter { +input sepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -2158,51 +3039,49 @@ input sepolia_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + 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: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootManagerMode_filter] - or: [sepolia_RootManagerMode_filter] + and: [sepolia_Setting_filter] + or: [sepolia_Setting_filter] } -enum sepolia_RootManagerMode_orderBy { +enum sepolia_Setting_orderBy { id - mode + maxRoutersPerTransfer + caller } -type sepolia_RootMessageProcessed { +type sepolia_SlippageUpdate { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: sepolia_Bytes - caller: sepolia_Bytes - transactionHash: sepolia_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + transfer: sepolia_DestinationTransfer! + slippage: BigInt! + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input sepolia_RootMessageProcessed_filter { +input sepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -2211,32 +3090,35 @@ input sepolia_RootMessageProcessed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: sepolia_Bytes - root_not: sepolia_Bytes - root_gt: sepolia_Bytes - root_lt: sepolia_Bytes - root_gte: sepolia_Bytes - root_lte: sepolia_Bytes - root_in: [sepolia_Bytes!] - root_not_in: [sepolia_Bytes!] - root_contains: sepolia_Bytes - root_not_contains: sepolia_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: sepolia_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: sepolia_Bytes caller_not: sepolia_Bytes caller_gt: sepolia_Bytes @@ -2291,15 +3173,50 @@ input sepolia_RootMessageProcessed_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootMessageProcessed_filter] - or: [sepolia_RootMessageProcessed_filter] + and: [sepolia_SlippageUpdate_filter] + or: [sepolia_SlippageUpdate_filter] } -enum sepolia_RootMessageProcessed_orderBy { +enum sepolia_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 @@ -2308,83 +3225,16 @@ enum sepolia_RootMessageProcessed_orderBy { blockNumber } -type sepolia_RootPropagated { +type sepolia_SnapshotRoot { id: ID! - aggregate: sepolia_Bytes! - domainsHash: sepolia_Bytes! + spokeDomain: BigInt + root: sepolia_Bytes! count: BigInt! - blockNumber: BigInt -} - -input sepolia_RootPropagated_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregate: sepolia_Bytes - aggregate_not: sepolia_Bytes - aggregate_gt: sepolia_Bytes - aggregate_lt: sepolia_Bytes - aggregate_gte: sepolia_Bytes - aggregate_lte: sepolia_Bytes - aggregate_in: [sepolia_Bytes!] - aggregate_not_in: [sepolia_Bytes!] - aggregate_contains: sepolia_Bytes - aggregate_not_contains: sepolia_Bytes - domainsHash: sepolia_Bytes - domainsHash_not: sepolia_Bytes - domainsHash_gt: sepolia_Bytes - domainsHash_lt: sepolia_Bytes - domainsHash_gte: sepolia_Bytes - domainsHash_lte: sepolia_Bytes - domainsHash_in: [sepolia_Bytes!] - domainsHash_not_in: [sepolia_Bytes!] - domainsHash_contains: sepolia_Bytes - domainsHash_not_contains: sepolia_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootPropagated_filter] - or: [sepolia_RootPropagated_filter] -} - -enum sepolia_RootPropagated_orderBy { - id - aggregate - domainsHash - count - blockNumber -} - -type sepolia_ScrollConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + timestamp: BigInt! + blockNumber: BigInt! } -input sepolia_ScrollConnectorMeta_filter { +input sepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -2401,139 +3251,102 @@ input sepolia_ScrollConnectorMeta_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_ScrollConnectorMeta_filter] - or: [sepolia_ScrollConnectorMeta_filter] + and: [sepolia_SnapshotRoot_filter] + or: [sepolia_SnapshotRoot_filter] } -enum sepolia_ScrollConnectorMeta_orderBy { +enum sepolia_SnapshotRoot_orderBy { id spokeDomain - hubDomain - amb - rootManager - mirrorConnector + root + count + timestamp + blockNumber +} + +type sepolia_SpokeConnectorMode { + id: ID! + mode: String! +} + +input sepolia_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: sepolia_BlockChangedFilter + and: [sepolia_SpokeConnectorMode_filter] + or: [sepolia_SpokeConnectorMode_filter] +} + +enum sepolia_SpokeConnectorMode_orderBy { + id + mode } type Subscription { - sepolia_rootAggregated( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootAggregated - sepolia_rootAggregateds( - skip: Int = 0 - first: Int = 100 - orderBy: sepolia_RootAggregated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootAggregated_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootAggregated!]! - sepolia_rootPropagated( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootPropagated - sepolia_rootPropagateds( - skip: Int = 0 - first: Int = 100 - orderBy: sepolia_RootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootPropagated_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootPropagated!]! - sepolia_aggregatedMessageRoot( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregatedMessageRoot - sepolia_aggregatedMessageRoots( - skip: Int = 0 - first: Int = 100 - orderBy: sepolia_AggregatedMessageRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregatedMessageRoot_filter - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - """ - block: sepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregatedMessageRoot!]! - sepolia_rootManagerMeta( + sepolia_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2543,13 +3356,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMeta - sepolia_rootManagerMetas( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMeta_orderBy + orderBy: sepolia_Asset_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMeta_filter + where: sepolia_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2558,8 +3371,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMeta!]! - sepolia_rootManagerMode( + ): [sepolia_Asset!]! + sepolia_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2569,13 +3382,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootManagerMode - sepolia_rootManagerModes( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMode_orderBy + orderBy: sepolia_AssetStatus_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMode_filter + where: sepolia_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2584,8 +3397,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootManagerMode!]! - sepolia_optimisticRootProposed( + ): [sepolia_AssetStatus!]! + sepolia_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2595,13 +3408,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootProposed - sepolia_optimisticRootProposeds( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootProposed_orderBy + orderBy: sepolia_AssetBalance_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootProposed_filter + where: sepolia_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2610,8 +3423,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootProposed!]! - sepolia_hubOptimisticRootFinalized( + ): [sepolia_AssetBalance!]! + sepolia_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2621,13 +3434,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubOptimisticRootFinalized - sepolia_hubOptimisticRootFinalizeds( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubOptimisticRootFinalized_orderBy + orderBy: sepolia_Router_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_HubOptimisticRootFinalized_filter + where: sepolia_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2636,8 +3449,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubOptimisticRootFinalized!]! - sepolia_optimisticRootPropagated( + ): [sepolia_Router!]! + sepolia_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2647,13 +3460,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootPropagated - sepolia_optimisticRootPropagateds( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootPropagated_orderBy + orderBy: sepolia_RouterDailyTVL_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootPropagated_filter + where: sepolia_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2662,8 +3475,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootPropagated!]! - sepolia_polygonConnectorMeta( + ): [sepolia_RouterDailyTVL!]! + sepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2673,13 +3486,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonConnectorMeta - sepolia_polygonConnectorMetas( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonConnectorMeta_orderBy + orderBy: sepolia_RouterLiquidityEvent_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_PolygonConnectorMeta_filter + where: sepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2688,8 +3501,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonConnectorMeta!]! - sepolia_optimismConnectorMeta( + ): [sepolia_RouterLiquidityEvent!]! + sepolia_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2699,13 +3512,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimismConnectorMeta - sepolia_optimismConnectorMetas( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimismConnectorMeta_orderBy + orderBy: sepolia_Setting_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_OptimismConnectorMeta_filter + where: sepolia_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2714,8 +3527,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimismConnectorMeta!]! - sepolia_bnbConnectorMeta( + ): [sepolia_Setting!]! + sepolia_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2725,13 +3538,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BnbConnectorMeta - sepolia_bnbConnectorMetas( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BnbConnectorMeta_orderBy + orderBy: sepolia_Relayer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_BnbConnectorMeta_filter + where: sepolia_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2740,8 +3553,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BnbConnectorMeta!]! - sepolia_arbitrumConnectorMeta( + ): [sepolia_Relayer!]! + sepolia_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2751,13 +3564,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ArbitrumConnectorMeta - sepolia_arbitrumConnectorMetas( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ArbitrumConnectorMeta_orderBy + orderBy: sepolia_Sequencer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ArbitrumConnectorMeta_filter + where: sepolia_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2766,8 +3579,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ArbitrumConnectorMeta!]! - sepolia_gnosisConnectorMeta( + ): [sepolia_Sequencer!]! + sepolia_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2777,13 +3590,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_GnosisConnectorMeta - sepolia_gnosisConnectorMetas( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_GnosisConnectorMeta_orderBy + orderBy: sepolia_RelayerFee_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_GnosisConnectorMeta_filter + where: sepolia_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2792,8 +3605,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_GnosisConnectorMeta!]! - sepolia_lineaConnectorMeta( + ): [sepolia_RelayerFee!]! + sepolia_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2803,13 +3616,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_LineaConnectorMeta - sepolia_lineaConnectorMetas( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_LineaConnectorMeta_orderBy + orderBy: sepolia_OriginTransfer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_LineaConnectorMeta_filter + where: sepolia_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2818,8 +3631,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_LineaConnectorMeta!]! - sepolia_metisConnectorMeta( + ): [sepolia_OriginTransfer!]! + sepolia_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2829,13 +3642,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MetisConnectorMeta - sepolia_metisConnectorMetas( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MetisConnectorMeta_orderBy + orderBy: sepolia_DestinationTransfer_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_MetisConnectorMeta_filter + where: sepolia_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2844,8 +3657,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MetisConnectorMeta!]! - sepolia_mantleConnectorMeta( + ): [sepolia_DestinationTransfer!]! + sepolia_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2855,13 +3668,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_MantleConnectorMeta - sepolia_mantleConnectorMetas( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MantleConnectorMeta_orderBy + orderBy: sepolia_OriginMessage_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_MantleConnectorMeta_filter + where: sepolia_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2870,8 +3683,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_MantleConnectorMeta!]! - sepolia_avalancheConnectorMeta( + ): [sepolia_OriginMessage!]! + sepolia_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2881,13 +3694,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AvalancheConnectorMeta - sepolia_avalancheConnectorMetas( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AvalancheConnectorMeta_orderBy + orderBy: sepolia_AggregateRoot_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_AvalancheConnectorMeta_filter + where: sepolia_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2896,8 +3709,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AvalancheConnectorMeta!]! - sepolia_baseConnectorMeta( + ): [sepolia_AggregateRoot!]! + sepolia_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2907,13 +3720,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_BaseConnectorMeta - sepolia_baseConnectorMetas( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BaseConnectorMeta_orderBy + orderBy: sepolia_ConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_BaseConnectorMeta_filter + where: sepolia_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2922,8 +3735,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_BaseConnectorMeta!]! - sepolia_polygonZkConnectorMeta( + ): [sepolia_ConnectorMeta!]! + sepolia_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2933,13 +3746,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_PolygonZkConnectorMeta - sepolia_polygonZkConnectorMetas( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonZkConnectorMeta_orderBy + orderBy: sepolia_RootCount_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_PolygonZkConnectorMeta_filter + where: sepolia_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2948,8 +3761,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + ): [sepolia_RootCount!]! + sepolia_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2959,13 +3772,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderBy: sepolia_RootMessageSent_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_filter + where: sepolia_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2974,8 +3787,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [sepolia_RootMessageSent!]! + sepolia_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2985,13 +3798,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy + orderBy: sepolia_RelayerFeesIncrease_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_filter + where: sepolia_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3000,8 +3813,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [sepolia_RelayerFeesIncrease!]! + sepolia_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -3011,13 +3824,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy + orderBy: sepolia_SlippageUpdate_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_filter + where: sepolia_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3026,8 +3839,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ScrollConnectorMeta!]! - sepolia_xlayerConnectorMeta( + ): [sepolia_SlippageUpdate!]! + sepolia_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -3037,13 +3850,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_XlayerConnectorMeta - sepolia_xlayerConnectorMetas( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_XlayerConnectorMeta_orderBy + orderBy: sepolia_SnapshotRoot_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_XlayerConnectorMeta_filter + where: sepolia_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3052,8 +3865,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_XlayerConnectorMeta!]! - sepolia_rootMessageProcessed( + ): [sepolia_SnapshotRoot!]! + sepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -3063,13 +3876,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootMessageProcessed - sepolia_rootMessageProcesseds( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageProcessed_orderBy + orderBy: sepolia_SpokeConnectorMode_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageProcessed_filter + where: sepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3078,8 +3891,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootMessageProcessed!]! - sepolia_aggregateRootSavedSlow( + ): [sepolia_SpokeConnectorMode!]! + sepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -3089,13 +3902,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRootSavedSlow - sepolia_aggregateRootSavedSlows( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootSavedSlow_orderBy + orderBy: sepolia_AggregateRootProposed_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootSavedSlow_filter + where: sepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3104,8 +3917,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRootSavedSlow!]! - sepolia_hubDomain( + ): [sepolia_AggregateRootProposed!]! + sepolia_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -3115,13 +3928,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_HubDomain - sepolia_hubDomains( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubDomain_orderBy + orderBy: sepolia_OptimisticRootFinalized_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_HubDomain_filter + where: sepolia_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3130,7 +3943,7 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_HubDomain!]! + ): [sepolia_OptimisticRootFinalized!]! """Access to subgraph metadata""" sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ } @@ -3141,162 +3954,12 @@ A string representation of microseconds UNIX timestamp (16 digits) """ scalar Timestamp -type sepolia_XlayerConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_XlayerConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_XlayerConnectorMeta_filter] - or: [sepolia_XlayerConnectorMeta_filter] -} - -enum sepolia_XlayerConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_ZkSyncConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes - """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ZkSyncConnectorMeta_filter] - or: [sepolia_ZkSyncConnectorMeta_filter] -} - -enum sepolia_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +enum sepolia_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } type sepolia__Block_ { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/types.ts index 8db473aa8d..bef02296ac 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Sepolia/types.ts @@ -23,15 +23,23 @@ export type Scalars = { Timestamp: any; }; -export type sepolia_AggregateRootSavedSlow = { +export type sepolia_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['sepolia_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type sepolia_AggregateRootProposed = { id: Scalars['ID']; aggregateRoot: Scalars['sepolia_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type sepolia_AggregateRootSavedSlow_filter = { +export type sepolia_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50,20 +58,6 @@ export type sepolia_AggregateRootSavedSlow_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; @@ -72,28 +66,54 @@ export type sepolia_AggregateRootSavedSlow_filter = { rootTimestamp_lte?: InputMaybe; rootTimestamp_in?: InputMaybe>; rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_AggregateRootSavedSlow_orderBy = +export type sepolia_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type sepolia_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['sepolia_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; -export type sepolia_AggregatedMessageRoot_filter = { +export type sepolia_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102,32 +122,16 @@ export type sepolia_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -138,31 +142,44 @@ export type sepolia_AggregatedMessageRoot_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_AggregatedMessageRoot_orderBy = +export type sepolia_AggregateRoot_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' + | 'root' | 'blockNumber'; export type sepolia_Aggregation_interval = | 'hour' | 'day'; -export type sepolia_ArbitrumConnectorMeta = { +export type sepolia_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type sepolia_AssetBalance = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: sepolia_Router; + asset: sepolia_Asset; + feesEarned: Scalars['BigInt']; }; -export type sepolia_ArbitrumConnectorMeta_filter = { +export type sepolia_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171,76 +188,125 @@ export type sepolia_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_ArbitrumConnectorMeta_orderBy = +export type sepolia_AssetBalance_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_AvalancheConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_AvalancheConnectorMeta_filter = { + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type sepolia_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type sepolia_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -249,76 +315,21 @@ export type sepolia_AvalancheConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_AvalancheConnectorMeta_orderBy = +export type sepolia_AssetStatus_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_BaseConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; + | 'status'; -export type sepolia_BaseConnectorMeta_filter = { +export type sepolia_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -327,65 +338,118 @@ export type sepolia_BaseConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_BaseConnectorMeta_orderBy = +export type sepolia_Asset_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; export type sepolia_BlockChangedFilter = { number_gte: Scalars['Int']; @@ -397,16 +461,16 @@ export type sepolia_Block_height = { number_gte?: InputMaybe; }; -export type sepolia_BnbConnectorMeta = { +export type sepolia_ConnectorMeta = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type sepolia_BnbConnectorMeta_filter = { +export type sepolia_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -463,11 +527,11 @@ export type sepolia_BnbConnectorMeta_filter = { mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_BnbConnectorMeta_orderBy = +export type sepolia_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -475,16 +539,57 @@ export type sepolia_BnbConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type sepolia_GnosisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; +export type sepolia_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 sepolia_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_GnosisConnectorMeta_filter = { +export type sepolia_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -493,106 +598,393 @@ export type sepolia_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; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; -}; - -export type sepolia_HubDomain_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_HubDomain_orderBy = +export type sepolia_DestinationTransfer_orderBy = | 'id' - | 'domain'; - -export type sepolia_HubOptimisticRootFinalized = { + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type sepolia_OptimisticRootFinalized = { id: Scalars['ID']; aggregateRoot: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type sepolia_HubOptimisticRootFinalized_filter = { +export type sepolia_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -629,26 +1021,35 @@ export type sepolia_HubOptimisticRootFinalized_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_HubOptimisticRootFinalized_orderBy = +export type sepolia_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type sepolia_LineaConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type sepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type sepolia_OriginMessage = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type sepolia_LineaConnectorMeta_filter = { +export type sepolia_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -657,154 +1058,166 @@ export type sepolia_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_LineaConnectorMeta_orderBy = +export type sepolia_OriginMessage_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_MantleConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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>>; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type sepolia_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 sepolia_MantleConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type sepolia_MetisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; +export type sepolia_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_MetisConnectorMeta_filter = { +export type sepolia_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -813,259 +1226,245 @@ export type sepolia_MetisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_MetisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_ModeConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_ModeConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_OptimisticRootPropagated = { - id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; - domainsHash: Scalars['sepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_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; + 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; @@ -1074,6 +1473,22 @@ export type sepolia_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -1082,810 +1497,1149 @@ export type sepolia_OptimisticRootPropagated_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_OptimisticRootPropagated_orderBy = +export type sepolia_OriginTransfer_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'blockNumber'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + sepolia_asset?: Maybe; + sepolia_assets: Array; + sepolia_assetStatus?: Maybe; + sepolia_assetStatuses: Array; + sepolia_assetBalance?: Maybe; + sepolia_assetBalances: Array; + sepolia_router?: Maybe; + sepolia_routers: Array; + sepolia_routerDailyTVL?: Maybe; + sepolia_routerDailyTVLs: Array; + sepolia_routerLiquidityEvent?: Maybe; + sepolia_routerLiquidityEvents: Array; + sepolia_setting?: Maybe; + sepolia_settings: Array; + sepolia_relayer?: Maybe; + sepolia_relayers: Array; + sepolia_sequencer?: Maybe; + sepolia_sequencers: Array; + sepolia_relayerFee?: Maybe; + sepolia_relayerFees: Array; + sepolia_originTransfer?: Maybe; + sepolia_originTransfers: Array; + sepolia_destinationTransfer?: Maybe; + sepolia_destinationTransfers: Array; + sepolia_originMessage?: Maybe; + sepolia_originMessages: Array; + sepolia_aggregateRoot?: Maybe; + sepolia_aggregateRoots: Array; + sepolia_connectorMeta?: Maybe; + sepolia_connectorMetas: Array; + sepolia_rootCount?: Maybe; + sepolia_rootCounts: Array; + sepolia_rootMessageSent?: Maybe; + sepolia_rootMessageSents: Array; + sepolia_relayerFeesIncrease?: Maybe; + sepolia_relayerFeesIncreases: Array; + sepolia_slippageUpdate?: Maybe; + sepolia_slippageUpdates: Array; + sepolia_snapshotRoot?: Maybe; + sepolia_snapshotRoots: Array; + sepolia_spokeConnectorMode?: Maybe; + sepolia_spokeConnectorModes: Array; + sepolia_aggregateRootProposed?: Maybe; + sepolia_aggregateRootProposeds: Array; + sepolia_optimisticRootFinalized?: Maybe; + sepolia_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + sepolia__meta?: Maybe; +}; + -export type sepolia_OptimisticRootProposed = { - id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['sepolia_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['sepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_OptimisticRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - 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 sepolia_OptimisticRootProposed_orderBy = - | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type sepolia_OrderDirection = - | 'asc' - | 'desc'; - -export type sepolia_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_PolygonConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_PolygonZkConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_PolygonZkConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_PolygonZkConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type Query = { - sepolia_rootAggregated?: Maybe; - sepolia_rootAggregateds: Array; - sepolia_rootPropagated?: Maybe; - sepolia_rootPropagateds: Array; - sepolia_aggregatedMessageRoot?: Maybe; - sepolia_aggregatedMessageRoots: Array; - sepolia_rootManagerMeta?: Maybe; - sepolia_rootManagerMetas: Array; - sepolia_rootManagerMode?: Maybe; - sepolia_rootManagerModes: Array; - sepolia_optimisticRootProposed?: Maybe; - sepolia_optimisticRootProposeds: Array; - sepolia_hubOptimisticRootFinalized?: Maybe; - sepolia_hubOptimisticRootFinalizeds: Array; - sepolia_optimisticRootPropagated?: Maybe; - sepolia_optimisticRootPropagateds: Array; - sepolia_polygonConnectorMeta?: Maybe; - sepolia_polygonConnectorMetas: Array; - sepolia_optimismConnectorMeta?: Maybe; - sepolia_optimismConnectorMetas: Array; - sepolia_bnbConnectorMeta?: Maybe; - sepolia_bnbConnectorMetas: Array; - sepolia_arbitrumConnectorMeta?: Maybe; - sepolia_arbitrumConnectorMetas: Array; - sepolia_gnosisConnectorMeta?: Maybe; - sepolia_gnosisConnectorMetas: Array; - sepolia_lineaConnectorMeta?: Maybe; - sepolia_lineaConnectorMetas: Array; - sepolia_metisConnectorMeta?: Maybe; - sepolia_metisConnectorMetas: Array; - sepolia_mantleConnectorMeta?: Maybe; - sepolia_mantleConnectorMetas: Array; - sepolia_avalancheConnectorMeta?: Maybe; - sepolia_avalancheConnectorMetas: Array; - sepolia_baseConnectorMeta?: Maybe; - sepolia_baseConnectorMetas: Array; - sepolia_polygonZkConnectorMeta?: Maybe; - sepolia_polygonZkConnectorMetas: Array; - sepolia_zkSyncConnectorMeta?: Maybe; - sepolia_zkSyncConnectorMetas: Array; - sepolia_modeConnectorMeta?: Maybe; - sepolia_modeConnectorMetas: Array; - sepolia_scrollConnectorMeta?: Maybe; - sepolia_scrollConnectorMetas: Array; - sepolia_xlayerConnectorMeta?: Maybe; - sepolia_xlayerConnectorMetas: Array; - sepolia_rootMessageProcessed?: Maybe; - sepolia_rootMessageProcesseds: Array; - sepolia_aggregateRootSavedSlow?: Maybe; - sepolia_aggregateRootSavedSlows: Array; - sepolia_hubDomain?: Maybe; - sepolia_hubDomains: Array; - /** Access to subgraph metadata */ - sepolia__meta?: Maybe; -}; - - -export type Querysepolia_rootAggregatedArgs = { +export type Querysepolia_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootAggregatedsArgs = { +export type Querysepolia_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootPropagatedArgs = { +export type Querysepolia_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootPropagatedsArgs = { +export type Querysepolia_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregatedMessageRootArgs = { +export type Querysepolia_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregatedMessageRootsArgs = { +export type Querysepolia_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerMetaArgs = { +export type Querysepolia_routerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerMetasArgs = { +export type Querysepolia_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerModeArgs = { +export type Querysepolia_routerDailyTVLArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerModesArgs = { +export type Querysepolia_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootProposedArgs = { +export type Querysepolia_routerLiquidityEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootProposedsArgs = { +export type Querysepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_hubOptimisticRootFinalizedArgs = { +export type Querysepolia_settingArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_hubOptimisticRootFinalizedsArgs = { +export type Querysepolia_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootPropagatedArgs = { +export type Querysepolia_relayerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootPropagatedsArgs = { +export type Querysepolia_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonConnectorMetaArgs = { +export type Querysepolia_sequencerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonConnectorMetasArgs = { +export type Querysepolia_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimismConnectorMetaArgs = { +export type Querysepolia_relayerFeeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimismConnectorMetasArgs = { +export type Querysepolia_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_bnbConnectorMetaArgs = { +export type Querysepolia_originTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_bnbConnectorMetasArgs = { +export type Querysepolia_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_arbitrumConnectorMetaArgs = { +export type Querysepolia_destinationTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_arbitrumConnectorMetasArgs = { +export type Querysepolia_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_gnosisConnectorMetaArgs = { +export type Querysepolia_originMessageArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_gnosisConnectorMetasArgs = { +export type Querysepolia_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_lineaConnectorMetaArgs = { +export type Querysepolia_aggregateRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_lineaConnectorMetasArgs = { +export type Querysepolia_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_metisConnectorMetaArgs = { +export type Querysepolia_connectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_metisConnectorMetasArgs = { +export type Querysepolia_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_mantleConnectorMetaArgs = { +export type Querysepolia_rootCountArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_mantleConnectorMetasArgs = { +export type Querysepolia_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_avalancheConnectorMetaArgs = { +export type Querysepolia_rootMessageSentArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_avalancheConnectorMetasArgs = { +export type Querysepolia_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_baseConnectorMetaArgs = { +export type Querysepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_baseConnectorMetasArgs = { +export type Querysepolia_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonZkConnectorMetaArgs = { +export type Querysepolia_slippageUpdateArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonZkConnectorMetasArgs = { +export type Querysepolia_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_zkSyncConnectorMetaArgs = { +export type Querysepolia_snapshotRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_zkSyncConnectorMetasArgs = { +export type Querysepolia_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_modeConnectorMetaArgs = { +export type Querysepolia_spokeConnectorModeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_modeConnectorMetasArgs = { +export type Querysepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_scrollConnectorMetaArgs = { +export type Querysepolia_aggregateRootProposedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_scrollConnectorMetasArgs = { +export type Querysepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_xlayerConnectorMetaArgs = { +export type Querysepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_xlayerConnectorMetasArgs = { +export type Querysepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootMessageProcessedArgs = { - id: Scalars['ID']; +export type Querysepolia__metaArgs = { block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; }; +export type sepolia_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; -export type Querysepolia_rootMessageProcessedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type sepolia_RelayerFee = { + id: Scalars['ID']; + transfer: sepolia_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_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 sepolia_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: sepolia_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['sepolia_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; -export type Querysepolia_aggregateRootSavedSlowArgs = { +export type sepolia_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 sepolia_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 sepolia_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 sepolia_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type sepolia_RootCount = { id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + count?: Maybe; +}; + +export type sepolia_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 sepolia_RootCount_orderBy = + | 'id' + | 'count'; -export type Querysepolia_aggregateRootSavedSlowsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type sepolia_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 sepolia_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 sepolia_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type Querysepolia_hubDomainArgs = { +export type sepolia_Router = { id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type Querysepolia_hubDomainsArgs = { +export type sepolia_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + where?: InputMaybe; }; +export type sepolia_RouterDailyTVL = { + id: Scalars['ID']; + router: sepolia_Router; + asset: sepolia_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; -export type Querysepolia__metaArgs = { - block?: InputMaybe; +export type sepolia_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 sepolia_RootAggregated = { +export type sepolia_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 sepolia_RouterLiquidityEvent = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['sepolia_Bytes']; - index: Scalars['BigInt']; + type?: Maybe; + router: sepolia_Router; + asset: sepolia_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['sepolia_Bytes']; + nonce: Scalars['BigInt']; }; -export type sepolia_RootAggregated_filter = { +export type sepolia_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type sepolia_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1894,51 +2648,220 @@ export type sepolia_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_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>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RootAggregated_orderBy = +export type sepolia_RouterLiquidityEvent_orderBy = | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; + | '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 sepolia_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 sepolia_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type sepolia_RootManagerMeta = { +export type sepolia_Sequencer = { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type sepolia_RootManagerMeta_filter = { +export type sepolia_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1947,35 +2870,38 @@ export type sepolia_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>; + 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 sepolia_RootManagerMeta_orderBy = +export type sepolia_Sequencer_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'isActive' + | 'sequencer'; -export type sepolia_RootManagerMode = { +export type sepolia_Setting = { id: Scalars['ID']; - mode: Scalars['String']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['sepolia_Bytes']; }; -export type sepolia_RootManagerMode_filter = { +export type sepolia_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -1984,50 +2910,48 @@ export type sepolia_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; + 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 sepolia_RootManagerMode_orderBy = +export type sepolia_Setting_orderBy = | 'id' - | 'mode'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type sepolia_RootMessageProcessed = { +export type sepolia_SlippageUpdate = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + transfer: sepolia_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['sepolia_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type sepolia_RootMessageProcessed_filter = { +export type sepolia_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -2036,32 +2960,35 @@ export type sepolia_RootMessageProcessed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_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; @@ -2116,15 +3043,50 @@ export type sepolia_RootMessageProcessed_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RootMessageProcessed_orderBy = +export type sepolia_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' @@ -2132,82 +3094,16 @@ export type sepolia_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type sepolia_RootPropagated = { +export type sepolia_SnapshotRoot = { id: Scalars['ID']; - aggregate: Scalars['sepolia_Bytes']; - domainsHash: Scalars['sepolia_Bytes']; + spokeDomain?: Maybe; + root: Scalars['sepolia_Bytes']; count: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_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 sepolia_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; - -export type sepolia_ScrollConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type sepolia_ScrollConnectorMeta_filter = { +export type sepolia_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -2224,579 +3120,559 @@ export type sepolia_ScrollConnectorMeta_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_ScrollConnectorMeta_orderBy = +export type sepolia_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type Subscription = { - sepolia_rootAggregated?: Maybe; - sepolia_rootAggregateds: Array; - sepolia_rootPropagated?: Maybe; - sepolia_rootPropagateds: Array; - sepolia_aggregatedMessageRoot?: Maybe; - sepolia_aggregatedMessageRoots: Array; - sepolia_rootManagerMeta?: Maybe; - sepolia_rootManagerMetas: Array; - sepolia_rootManagerMode?: Maybe; - sepolia_rootManagerModes: Array; - sepolia_optimisticRootProposed?: Maybe; - sepolia_optimisticRootProposeds: Array; - sepolia_hubOptimisticRootFinalized?: Maybe; - sepolia_hubOptimisticRootFinalizeds: Array; - sepolia_optimisticRootPropagated?: Maybe; - sepolia_optimisticRootPropagateds: Array; - sepolia_polygonConnectorMeta?: Maybe; - sepolia_polygonConnectorMetas: Array; - sepolia_optimismConnectorMeta?: Maybe; - sepolia_optimismConnectorMetas: Array; - sepolia_bnbConnectorMeta?: Maybe; - sepolia_bnbConnectorMetas: Array; - sepolia_arbitrumConnectorMeta?: Maybe; - sepolia_arbitrumConnectorMetas: Array; - sepolia_gnosisConnectorMeta?: Maybe; - sepolia_gnosisConnectorMetas: Array; - sepolia_lineaConnectorMeta?: Maybe; - sepolia_lineaConnectorMetas: Array; - sepolia_metisConnectorMeta?: Maybe; - sepolia_metisConnectorMetas: Array; - sepolia_mantleConnectorMeta?: Maybe; - sepolia_mantleConnectorMetas: Array; - sepolia_avalancheConnectorMeta?: Maybe; - sepolia_avalancheConnectorMetas: Array; - sepolia_baseConnectorMeta?: Maybe; - sepolia_baseConnectorMetas: Array; - sepolia_polygonZkConnectorMeta?: Maybe; - sepolia_polygonZkConnectorMetas: Array; - sepolia_zkSyncConnectorMeta?: Maybe; - sepolia_zkSyncConnectorMetas: Array; - sepolia_modeConnectorMeta?: Maybe; - sepolia_modeConnectorMetas: Array; - sepolia_scrollConnectorMeta?: Maybe; - sepolia_scrollConnectorMetas: Array; - sepolia_xlayerConnectorMeta?: Maybe; - sepolia_xlayerConnectorMetas: Array; - sepolia_rootMessageProcessed?: Maybe; - sepolia_rootMessageProcesseds: Array; - sepolia_aggregateRootSavedSlow?: Maybe; - sepolia_aggregateRootSavedSlows: Array; - sepolia_hubDomain?: Maybe; - sepolia_hubDomains: Array; - /** Access to subgraph metadata */ - sepolia__meta?: Maybe; -}; - - -export type Subscriptionsepolia_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootAggregatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type Subscriptionsepolia_rootPropagatedArgs = { +export type sepolia_SpokeConnectorMode = { id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionsepolia_rootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + mode: Scalars['String']; }; - -export type Subscriptionsepolia_aggregatedMessageRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type sepolia_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 sepolia_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; -export type Subscriptionsepolia_aggregatedMessageRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscription = { + sepolia_asset?: Maybe; + sepolia_assets: Array; + sepolia_assetStatus?: Maybe; + sepolia_assetStatuses: Array; + sepolia_assetBalance?: Maybe; + sepolia_assetBalances: Array; + sepolia_router?: Maybe; + sepolia_routers: Array; + sepolia_routerDailyTVL?: Maybe; + sepolia_routerDailyTVLs: Array; + sepolia_routerLiquidityEvent?: Maybe; + sepolia_routerLiquidityEvents: Array; + sepolia_setting?: Maybe; + sepolia_settings: Array; + sepolia_relayer?: Maybe; + sepolia_relayers: Array; + sepolia_sequencer?: Maybe; + sepolia_sequencers: Array; + sepolia_relayerFee?: Maybe; + sepolia_relayerFees: Array; + sepolia_originTransfer?: Maybe; + sepolia_originTransfers: Array; + sepolia_destinationTransfer?: Maybe; + sepolia_destinationTransfers: Array; + sepolia_originMessage?: Maybe; + sepolia_originMessages: Array; + sepolia_aggregateRoot?: Maybe; + sepolia_aggregateRoots: Array; + sepolia_connectorMeta?: Maybe; + sepolia_connectorMetas: Array; + sepolia_rootCount?: Maybe; + sepolia_rootCounts: Array; + sepolia_rootMessageSent?: Maybe; + sepolia_rootMessageSents: Array; + sepolia_relayerFeesIncrease?: Maybe; + sepolia_relayerFeesIncreases: Array; + sepolia_slippageUpdate?: Maybe; + sepolia_slippageUpdates: Array; + sepolia_snapshotRoot?: Maybe; + sepolia_snapshotRoots: Array; + sepolia_spokeConnectorMode?: Maybe; + sepolia_spokeConnectorModes: Array; + sepolia_aggregateRootProposed?: Maybe; + sepolia_aggregateRootProposeds: Array; + sepolia_optimisticRootFinalized?: Maybe; + sepolia_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + sepolia__meta?: Maybe; }; -export type Subscriptionsepolia_rootManagerMetaArgs = { +export type Subscriptionsepolia_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootManagerMetasArgs = { +export type Subscriptionsepolia_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootManagerModeArgs = { +export type Subscriptionsepolia_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootManagerModesArgs = { +export type Subscriptionsepolia_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootProposedArgs = { +export type Subscriptionsepolia_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootProposedsArgs = { +export type Subscriptionsepolia_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_hubOptimisticRootFinalizedArgs = { +export type Subscriptionsepolia_routerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionsepolia_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootPropagatedArgs = { +export type Subscriptionsepolia_routerDailyTVLArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootPropagatedsArgs = { +export type Subscriptionsepolia_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_polygonConnectorMetaArgs = { +export type Subscriptionsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_polygonConnectorMetasArgs = { +export type Subscriptionsepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimismConnectorMetaArgs = { +export type Subscriptionsepolia_settingArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimismConnectorMetasArgs = { +export type Subscriptionsepolia_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_bnbConnectorMetaArgs = { +export type Subscriptionsepolia_relayerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_bnbConnectorMetasArgs = { +export type Subscriptionsepolia_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_arbitrumConnectorMetaArgs = { +export type Subscriptionsepolia_sequencerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_arbitrumConnectorMetasArgs = { +export type Subscriptionsepolia_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_gnosisConnectorMetaArgs = { +export type Subscriptionsepolia_relayerFeeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_gnosisConnectorMetasArgs = { +export type Subscriptionsepolia_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_lineaConnectorMetaArgs = { +export type Subscriptionsepolia_originTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_lineaConnectorMetasArgs = { +export type Subscriptionsepolia_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_metisConnectorMetaArgs = { +export type Subscriptionsepolia_destinationTransferArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_metisConnectorMetasArgs = { +export type Subscriptionsepolia_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_mantleConnectorMetaArgs = { +export type Subscriptionsepolia_originMessageArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_mantleConnectorMetasArgs = { +export type Subscriptionsepolia_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_avalancheConnectorMetaArgs = { +export type Subscriptionsepolia_aggregateRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_avalancheConnectorMetasArgs = { +export type Subscriptionsepolia_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_baseConnectorMetaArgs = { +export type Subscriptionsepolia_connectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_baseConnectorMetasArgs = { +export type Subscriptionsepolia_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_polygonZkConnectorMetaArgs = { +export type Subscriptionsepolia_rootCountArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_polygonZkConnectorMetasArgs = { +export type Subscriptionsepolia_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_zkSyncConnectorMetaArgs = { +export type Subscriptionsepolia_rootMessageSentArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_zkSyncConnectorMetasArgs = { +export type Subscriptionsepolia_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_modeConnectorMetaArgs = { +export type Subscriptionsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_modeConnectorMetasArgs = { +export type Subscriptionsepolia_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_scrollConnectorMetaArgs = { +export type Subscriptionsepolia_slippageUpdateArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_scrollConnectorMetasArgs = { +export type Subscriptionsepolia_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_xlayerConnectorMetaArgs = { +export type Subscriptionsepolia_snapshotRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_xlayerConnectorMetasArgs = { +export type Subscriptionsepolia_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootMessageProcessedArgs = { +export type Subscriptionsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootMessageProcessedsArgs = { +export type Subscriptionsepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_aggregateRootSavedSlowArgs = { +export type Subscriptionsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_aggregateRootSavedSlowsArgs = { +export type Subscriptionsepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_hubDomainArgs = { +export type Subscriptionsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_hubDomainsArgs = { +export type Subscriptionsepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -2806,161 +3682,12 @@ export type Subscriptionsepolia__metaArgs = { block?: InputMaybe; }; -export type sepolia_XlayerConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_XlayerConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_XlayerConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_ZkSyncConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; +export type sepolia_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; export type sepolia__Block_ = { /** The hash of the block */ @@ -2997,109 +3724,97 @@ export type _SubgraphErrorPolicy_ = export type QuerySdk = { /** null **/ - sepolia_rootAggregated: InContextSdkMethod, - /** null **/ - sepolia_rootAggregateds: InContextSdkMethod, - /** null **/ - sepolia_rootPropagated: InContextSdkMethod, - /** null **/ - sepolia_rootPropagateds: InContextSdkMethod, - /** null **/ - sepolia_aggregatedMessageRoot: InContextSdkMethod, + sepolia_asset: InContextSdkMethod, /** null **/ - sepolia_aggregatedMessageRoots: InContextSdkMethod, + sepolia_assets: InContextSdkMethod, /** null **/ - sepolia_rootManagerMeta: InContextSdkMethod, + sepolia_assetStatus: InContextSdkMethod, /** null **/ - sepolia_rootManagerMetas: InContextSdkMethod, + sepolia_assetStatuses: InContextSdkMethod, /** null **/ - sepolia_rootManagerMode: InContextSdkMethod, + sepolia_assetBalance: InContextSdkMethod, /** null **/ - sepolia_rootManagerModes: InContextSdkMethod, + sepolia_assetBalances: InContextSdkMethod, /** null **/ - sepolia_optimisticRootProposed: InContextSdkMethod, + sepolia_router: InContextSdkMethod, /** null **/ - sepolia_optimisticRootProposeds: InContextSdkMethod, + sepolia_routers: InContextSdkMethod, /** null **/ - sepolia_hubOptimisticRootFinalized: InContextSdkMethod, + sepolia_routerDailyTVL: InContextSdkMethod, /** null **/ - sepolia_hubOptimisticRootFinalizeds: InContextSdkMethod, + sepolia_routerDailyTVLs: InContextSdkMethod, /** null **/ - sepolia_optimisticRootPropagated: InContextSdkMethod, + sepolia_routerLiquidityEvent: InContextSdkMethod, /** null **/ - sepolia_optimisticRootPropagateds: InContextSdkMethod, + sepolia_routerLiquidityEvents: InContextSdkMethod, /** null **/ - sepolia_polygonConnectorMeta: InContextSdkMethod, + sepolia_setting: InContextSdkMethod, /** null **/ - sepolia_polygonConnectorMetas: InContextSdkMethod, + sepolia_settings: InContextSdkMethod, /** null **/ - sepolia_optimismConnectorMeta: InContextSdkMethod, + sepolia_relayer: InContextSdkMethod, /** null **/ - sepolia_optimismConnectorMetas: InContextSdkMethod, + sepolia_relayers: InContextSdkMethod, /** null **/ - sepolia_bnbConnectorMeta: InContextSdkMethod, + sepolia_sequencer: InContextSdkMethod, /** null **/ - sepolia_bnbConnectorMetas: InContextSdkMethod, + sepolia_sequencers: InContextSdkMethod, /** null **/ - sepolia_arbitrumConnectorMeta: InContextSdkMethod, + sepolia_relayerFee: InContextSdkMethod, /** null **/ - sepolia_arbitrumConnectorMetas: InContextSdkMethod, + sepolia_relayerFees: InContextSdkMethod, /** null **/ - sepolia_gnosisConnectorMeta: InContextSdkMethod, + sepolia_originTransfer: InContextSdkMethod, /** null **/ - sepolia_gnosisConnectorMetas: InContextSdkMethod, + sepolia_originTransfers: InContextSdkMethod, /** null **/ - sepolia_lineaConnectorMeta: InContextSdkMethod, + sepolia_destinationTransfer: InContextSdkMethod, /** null **/ - sepolia_lineaConnectorMetas: InContextSdkMethod, + sepolia_destinationTransfers: InContextSdkMethod, /** null **/ - sepolia_metisConnectorMeta: InContextSdkMethod, + sepolia_originMessage: InContextSdkMethod, /** null **/ - sepolia_metisConnectorMetas: InContextSdkMethod, + sepolia_originMessages: InContextSdkMethod, /** null **/ - sepolia_mantleConnectorMeta: InContextSdkMethod, + sepolia_aggregateRoot: InContextSdkMethod, /** null **/ - sepolia_mantleConnectorMetas: InContextSdkMethod, + sepolia_aggregateRoots: InContextSdkMethod, /** null **/ - sepolia_avalancheConnectorMeta: InContextSdkMethod, + sepolia_connectorMeta: InContextSdkMethod, /** null **/ - sepolia_avalancheConnectorMetas: InContextSdkMethod, + sepolia_connectorMetas: InContextSdkMethod, /** null **/ - sepolia_baseConnectorMeta: InContextSdkMethod, + sepolia_rootCount: InContextSdkMethod, /** null **/ - sepolia_baseConnectorMetas: InContextSdkMethod, + sepolia_rootCounts: InContextSdkMethod, /** null **/ - sepolia_polygonZkConnectorMeta: InContextSdkMethod, + sepolia_rootMessageSent: InContextSdkMethod, /** null **/ - sepolia_polygonZkConnectorMetas: InContextSdkMethod, + sepolia_rootMessageSents: InContextSdkMethod, /** null **/ - sepolia_zkSyncConnectorMeta: InContextSdkMethod, + sepolia_relayerFeesIncrease: InContextSdkMethod, /** null **/ - sepolia_zkSyncConnectorMetas: InContextSdkMethod, + sepolia_relayerFeesIncreases: InContextSdkMethod, /** null **/ - sepolia_modeConnectorMeta: InContextSdkMethod, + sepolia_slippageUpdate: InContextSdkMethod, /** null **/ - sepolia_modeConnectorMetas: InContextSdkMethod, + sepolia_slippageUpdates: InContextSdkMethod, /** null **/ - sepolia_scrollConnectorMeta: InContextSdkMethod, + sepolia_snapshotRoot: InContextSdkMethod, /** null **/ - sepolia_scrollConnectorMetas: InContextSdkMethod, + sepolia_snapshotRoots: InContextSdkMethod, /** null **/ - sepolia_xlayerConnectorMeta: InContextSdkMethod, + sepolia_spokeConnectorMode: InContextSdkMethod, /** null **/ - sepolia_xlayerConnectorMetas: InContextSdkMethod, + sepolia_spokeConnectorModes: InContextSdkMethod, /** null **/ - sepolia_rootMessageProcessed: InContextSdkMethod, + sepolia_aggregateRootProposed: InContextSdkMethod, /** null **/ - sepolia_rootMessageProcesseds: InContextSdkMethod, + sepolia_aggregateRootProposeds: InContextSdkMethod, /** null **/ - sepolia_aggregateRootSavedSlow: InContextSdkMethod, + sepolia_optimisticRootFinalized: InContextSdkMethod, /** null **/ - sepolia_aggregateRootSavedSlows: InContextSdkMethod, - /** null **/ - sepolia_hubDomain: InContextSdkMethod, - /** null **/ - sepolia_hubDomains: InContextSdkMethod, + sepolia_optimisticRootFinalizeds: InContextSdkMethod, /** Access to subgraph metadata **/ sepolia__meta: InContextSdkMethod }; @@ -3110,109 +3825,97 @@ export type _SubgraphErrorPolicy_ = export type SubscriptionSdk = { /** null **/ - sepolia_rootAggregated: InContextSdkMethod, - /** null **/ - sepolia_rootAggregateds: InContextSdkMethod, - /** null **/ - sepolia_rootPropagated: InContextSdkMethod, - /** null **/ - sepolia_rootPropagateds: InContextSdkMethod, - /** null **/ - sepolia_aggregatedMessageRoot: InContextSdkMethod, - /** null **/ - sepolia_aggregatedMessageRoots: InContextSdkMethod, - /** null **/ - sepolia_rootManagerMeta: InContextSdkMethod, + sepolia_asset: InContextSdkMethod, /** null **/ - sepolia_rootManagerMetas: InContextSdkMethod, + sepolia_assets: InContextSdkMethod, /** null **/ - sepolia_rootManagerMode: InContextSdkMethod, + sepolia_assetStatus: InContextSdkMethod, /** null **/ - sepolia_rootManagerModes: InContextSdkMethod, + sepolia_assetStatuses: InContextSdkMethod, /** null **/ - sepolia_optimisticRootProposed: InContextSdkMethod, + sepolia_assetBalance: InContextSdkMethod, /** null **/ - sepolia_optimisticRootProposeds: InContextSdkMethod, + sepolia_assetBalances: InContextSdkMethod, /** null **/ - sepolia_hubOptimisticRootFinalized: InContextSdkMethod, + sepolia_router: InContextSdkMethod, /** null **/ - sepolia_hubOptimisticRootFinalizeds: InContextSdkMethod, + sepolia_routers: InContextSdkMethod, /** null **/ - sepolia_optimisticRootPropagated: InContextSdkMethod, + sepolia_routerDailyTVL: InContextSdkMethod, /** null **/ - sepolia_optimisticRootPropagateds: InContextSdkMethod, + sepolia_routerDailyTVLs: InContextSdkMethod, /** null **/ - sepolia_polygonConnectorMeta: InContextSdkMethod, + sepolia_routerLiquidityEvent: InContextSdkMethod, /** null **/ - sepolia_polygonConnectorMetas: InContextSdkMethod, + sepolia_routerLiquidityEvents: InContextSdkMethod, /** null **/ - sepolia_optimismConnectorMeta: InContextSdkMethod, + sepolia_setting: InContextSdkMethod, /** null **/ - sepolia_optimismConnectorMetas: InContextSdkMethod, + sepolia_settings: InContextSdkMethod, /** null **/ - sepolia_bnbConnectorMeta: InContextSdkMethod, + sepolia_relayer: InContextSdkMethod, /** null **/ - sepolia_bnbConnectorMetas: InContextSdkMethod, + sepolia_relayers: InContextSdkMethod, /** null **/ - sepolia_arbitrumConnectorMeta: InContextSdkMethod, + sepolia_sequencer: InContextSdkMethod, /** null **/ - sepolia_arbitrumConnectorMetas: InContextSdkMethod, + sepolia_sequencers: InContextSdkMethod, /** null **/ - sepolia_gnosisConnectorMeta: InContextSdkMethod, + sepolia_relayerFee: InContextSdkMethod, /** null **/ - sepolia_gnosisConnectorMetas: InContextSdkMethod, + sepolia_relayerFees: InContextSdkMethod, /** null **/ - sepolia_lineaConnectorMeta: InContextSdkMethod, + sepolia_originTransfer: InContextSdkMethod, /** null **/ - sepolia_lineaConnectorMetas: InContextSdkMethod, + sepolia_originTransfers: InContextSdkMethod, /** null **/ - sepolia_metisConnectorMeta: InContextSdkMethod, + sepolia_destinationTransfer: InContextSdkMethod, /** null **/ - sepolia_metisConnectorMetas: InContextSdkMethod, + sepolia_destinationTransfers: InContextSdkMethod, /** null **/ - sepolia_mantleConnectorMeta: InContextSdkMethod, + sepolia_originMessage: InContextSdkMethod, /** null **/ - sepolia_mantleConnectorMetas: InContextSdkMethod, + sepolia_originMessages: InContextSdkMethod, /** null **/ - sepolia_avalancheConnectorMeta: InContextSdkMethod, + sepolia_aggregateRoot: InContextSdkMethod, /** null **/ - sepolia_avalancheConnectorMetas: InContextSdkMethod, + sepolia_aggregateRoots: InContextSdkMethod, /** null **/ - sepolia_baseConnectorMeta: InContextSdkMethod, + sepolia_connectorMeta: InContextSdkMethod, /** null **/ - sepolia_baseConnectorMetas: InContextSdkMethod, + sepolia_connectorMetas: InContextSdkMethod, /** null **/ - sepolia_polygonZkConnectorMeta: InContextSdkMethod, + sepolia_rootCount: InContextSdkMethod, /** null **/ - sepolia_polygonZkConnectorMetas: InContextSdkMethod, + sepolia_rootCounts: InContextSdkMethod, /** null **/ - sepolia_zkSyncConnectorMeta: InContextSdkMethod, + sepolia_rootMessageSent: InContextSdkMethod, /** null **/ - sepolia_zkSyncConnectorMetas: InContextSdkMethod, + sepolia_rootMessageSents: InContextSdkMethod, /** null **/ - sepolia_modeConnectorMeta: InContextSdkMethod, + sepolia_relayerFeesIncrease: InContextSdkMethod, /** null **/ - sepolia_modeConnectorMetas: InContextSdkMethod, + sepolia_relayerFeesIncreases: InContextSdkMethod, /** null **/ - sepolia_scrollConnectorMeta: InContextSdkMethod, + sepolia_slippageUpdate: InContextSdkMethod, /** null **/ - sepolia_scrollConnectorMetas: InContextSdkMethod, + sepolia_slippageUpdates: InContextSdkMethod, /** null **/ - sepolia_xlayerConnectorMeta: InContextSdkMethod, + sepolia_snapshotRoot: InContextSdkMethod, /** null **/ - sepolia_xlayerConnectorMetas: InContextSdkMethod, + sepolia_snapshotRoots: InContextSdkMethod, /** null **/ - sepolia_rootMessageProcessed: InContextSdkMethod, + sepolia_spokeConnectorMode: InContextSdkMethod, /** null **/ - sepolia_rootMessageProcesseds: InContextSdkMethod, + sepolia_spokeConnectorModes: InContextSdkMethod, /** null **/ - sepolia_aggregateRootSavedSlow: InContextSdkMethod, + sepolia_aggregateRootProposed: InContextSdkMethod, /** null **/ - sepolia_aggregateRootSavedSlows: InContextSdkMethod, + sepolia_aggregateRootProposeds: InContextSdkMethod, /** null **/ - sepolia_hubDomain: InContextSdkMethod, + sepolia_optimisticRootFinalized: InContextSdkMethod, /** null **/ - sepolia_hubDomains: InContextSdkMethod, + sepolia_optimisticRootFinalizeds: InContextSdkMethod, /** Access to subgraph metadata **/ sepolia__meta: InContextSdkMethod }; diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/introspectionSchema.ts index e0612514ad..3c5071f3be 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/introspectionSchema.ts @@ -23725,7 +23725,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMeta" + "value": "x1ConnectorMeta" }, "arguments": [ { @@ -23798,7 +23798,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "X1ConnectorMeta" } }, "directives": [] @@ -23807,7 +23807,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMetas" + "value": "x1ConnectorMetas" }, "arguments": [ { @@ -23858,7 +23858,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_orderBy" + "value": "X1ConnectorMeta_orderBy" } }, "directives": [] @@ -23888,7 +23888,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_filter" + "value": "X1ConnectorMeta_filter" } }, "directives": [] @@ -23951,7 +23951,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "X1ConnectorMeta" } } } @@ -23963,7 +23963,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "modeConnectorMeta" + "value": "zkSyncConnectorMeta" }, "arguments": [ { @@ -24036,7 +24036,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta" + "value": "ZkSyncConnectorMeta" } }, "directives": [] @@ -24045,7 +24045,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "modeConnectorMetas" + "value": "zkSyncConnectorMetas" }, "arguments": [ { @@ -24096,7 +24096,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta_orderBy" + "value": "ZkSyncConnectorMeta_orderBy" } }, "directives": [] @@ -24126,7 +24126,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta_filter" + "value": "ZkSyncConnectorMeta_filter" } }, "directives": [] @@ -24189,7 +24189,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta" + "value": "ZkSyncConnectorMeta" } } } @@ -24201,7 +24201,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMeta" + "value": "modeConnectorMeta" }, "arguments": [ { @@ -24274,7 +24274,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta" + "value": "ModeConnectorMeta" } }, "directives": [] @@ -24283,7 +24283,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMetas" + "value": "modeConnectorMetas" }, "arguments": [ { @@ -24334,7 +24334,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta_orderBy" + "value": "ModeConnectorMeta_orderBy" } }, "directives": [] @@ -24364,7 +24364,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta_filter" + "value": "ModeConnectorMeta_filter" } }, "directives": [] @@ -24427,7 +24427,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta" + "value": "ModeConnectorMeta" } } } @@ -24439,7 +24439,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMeta" + "value": "scrollConnectorMeta" }, "arguments": [ { @@ -24512,7 +24512,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta" + "value": "ScrollConnectorMeta" } }, "directives": [] @@ -24521,7 +24521,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMetas" + "value": "scrollConnectorMetas" }, "arguments": [ { @@ -24572,7 +24572,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_orderBy" + "value": "ScrollConnectorMeta_orderBy" } }, "directives": [] @@ -24602,7 +24602,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" + "value": "ScrollConnectorMeta_filter" } }, "directives": [] @@ -24665,7 +24665,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta" + "value": "ScrollConnectorMeta" } } } @@ -35673,7 +35673,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMeta" + "value": "x1ConnectorMeta" }, "arguments": [ { @@ -35746,7 +35746,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "X1ConnectorMeta" } }, "directives": [] @@ -35755,7 +35755,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "zkSyncConnectorMetas" + "value": "x1ConnectorMetas" }, "arguments": [ { @@ -35806,7 +35806,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_orderBy" + "value": "X1ConnectorMeta_orderBy" } }, "directives": [] @@ -35836,7 +35836,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta_filter" + "value": "X1ConnectorMeta_filter" } }, "directives": [] @@ -35899,7 +35899,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ZkSyncConnectorMeta" + "value": "X1ConnectorMeta" } } } @@ -35911,7 +35911,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "modeConnectorMeta" + "value": "zkSyncConnectorMeta" }, "arguments": [ { @@ -35984,7 +35984,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta" + "value": "ZkSyncConnectorMeta" } }, "directives": [] @@ -35993,7 +35993,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "modeConnectorMetas" + "value": "zkSyncConnectorMetas" }, "arguments": [ { @@ -36044,7 +36044,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta_orderBy" + "value": "ZkSyncConnectorMeta_orderBy" } }, "directives": [] @@ -36074,7 +36074,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta_filter" + "value": "ZkSyncConnectorMeta_filter" } }, "directives": [] @@ -36137,7 +36137,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ModeConnectorMeta" + "value": "ZkSyncConnectorMeta" } } } @@ -36149,7 +36149,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMeta" + "value": "modeConnectorMeta" }, "arguments": [ { @@ -36222,7 +36222,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta" + "value": "ModeConnectorMeta" } }, "directives": [] @@ -36231,7 +36231,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "scrollConnectorMetas" + "value": "modeConnectorMetas" }, "arguments": [ { @@ -36282,7 +36282,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta_orderBy" + "value": "ModeConnectorMeta_orderBy" } }, "directives": [] @@ -36312,7 +36312,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta_filter" + "value": "ModeConnectorMeta_filter" } }, "directives": [] @@ -36375,7 +36375,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ScrollConnectorMeta" + "value": "ModeConnectorMeta" } } } @@ -36387,7 +36387,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMeta" + "value": "scrollConnectorMeta" }, "arguments": [ { @@ -36460,7 +36460,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta" + "value": "ScrollConnectorMeta" } }, "directives": [] @@ -36469,7 +36469,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "xlayerConnectorMetas" + "value": "scrollConnectorMetas" }, "arguments": [ { @@ -36520,7 +36520,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_orderBy" + "value": "ScrollConnectorMeta_orderBy" } }, "directives": [] @@ -36550,7 +36550,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" + "value": "ScrollConnectorMeta_filter" } }, "directives": [] @@ -36613,7 +36613,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta" + "value": "ScrollConnectorMeta" } } } @@ -37393,7 +37393,7 @@ const schemaAST = { "kind": "ObjectTypeDefinition", "name": { "kind": "Name", - "value": "XlayerConnectorMeta" + "value": "X1ConnectorMeta" }, "fields": [ { @@ -37518,7 +37518,7 @@ const schemaAST = { "kind": "InputObjectTypeDefinition", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" + "value": "X1ConnectorMeta_filter" }, "fields": [ { @@ -38435,7 +38435,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" + "value": "X1ConnectorMeta_filter" } } }, @@ -38453,7 +38453,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_filter" + "value": "X1ConnectorMeta_filter" } } }, @@ -38466,7 +38466,7 @@ const schemaAST = { "kind": "EnumTypeDefinition", "name": { "kind": "Name", - "value": "XlayerConnectorMeta_orderBy" + "value": "X1ConnectorMeta_orderBy" }, "values": [ { diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/schema.graphql index 456602d87a..d34d866eef 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/schema.graphql @@ -1864,7 +1864,7 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + sepolia_x1ConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1874,13 +1874,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): sepolia_X1ConnectorMeta + sepolia_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderBy: sepolia_X1ConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_filter + where: sepolia_X1ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1889,8 +1889,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [sepolia_X1ConnectorMeta!]! + sepolia_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1900,13 +1900,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): sepolia_ZkSyncConnectorMeta + sepolia_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy + orderBy: sepolia_ZkSyncConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_filter + where: sepolia_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1915,8 +1915,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [sepolia_ZkSyncConnectorMeta!]! + sepolia_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1926,13 +1926,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): sepolia_ModeConnectorMeta + sepolia_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy + orderBy: sepolia_ModeConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_filter + where: sepolia_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1941,8 +1941,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ScrollConnectorMeta!]! - sepolia_xlayerConnectorMeta( + ): [sepolia_ModeConnectorMeta!]! + sepolia_scrollConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -1952,13 +1952,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_XlayerConnectorMeta - sepolia_xlayerConnectorMetas( + ): sepolia_ScrollConnectorMeta + sepolia_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_XlayerConnectorMeta_orderBy + orderBy: sepolia_ScrollConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_XlayerConnectorMeta_filter + where: sepolia_ScrollConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -1967,7 +1967,7 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_XlayerConnectorMeta!]! + ): [sepolia_ScrollConnectorMeta!]! sepolia_rootMessageProcessed( id: ID! """ @@ -2949,7 +2949,7 @@ type Subscription { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + sepolia_x1ConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2959,13 +2959,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): sepolia_X1ConnectorMeta + sepolia_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderBy: sepolia_X1ConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_filter + where: sepolia_X1ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -2974,8 +2974,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [sepolia_X1ConnectorMeta!]! + sepolia_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -2985,13 +2985,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): sepolia_ZkSyncConnectorMeta + sepolia_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy + orderBy: sepolia_ZkSyncConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_filter + where: sepolia_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3000,8 +3000,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [sepolia_ZkSyncConnectorMeta!]! + sepolia_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -3011,13 +3011,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): sepolia_ModeConnectorMeta + sepolia_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy + orderBy: sepolia_ModeConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_filter + where: sepolia_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3026,8 +3026,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ScrollConnectorMeta!]! - sepolia_xlayerConnectorMeta( + ): [sepolia_ModeConnectorMeta!]! + sepolia_scrollConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -3037,13 +3037,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_XlayerConnectorMeta - sepolia_xlayerConnectorMetas( + ): sepolia_ScrollConnectorMeta + sepolia_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_XlayerConnectorMeta_orderBy + orderBy: sepolia_ScrollConnectorMeta_orderBy orderDirection: sepolia_OrderDirection - where: sepolia_XlayerConnectorMeta_filter + where: sepolia_ScrollConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -3052,7 +3052,7 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_XlayerConnectorMeta!]! + ): [sepolia_ScrollConnectorMeta!]! sepolia_rootMessageProcessed( id: ID! """ @@ -3141,7 +3141,7 @@ A string representation of microseconds UNIX timestamp (16 digits) """ scalar Timestamp -type sepolia_XlayerConnectorMeta { +type sepolia_X1ConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! @@ -3150,7 +3150,7 @@ type sepolia_XlayerConnectorMeta { mirrorConnector: sepolia_Bytes! } -input sepolia_XlayerConnectorMeta_filter { +input sepolia_X1ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -3207,11 +3207,11 @@ input sepolia_XlayerConnectorMeta_filter { mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" _change_block: sepolia_BlockChangedFilter - and: [sepolia_XlayerConnectorMeta_filter] - or: [sepolia_XlayerConnectorMeta_filter] + and: [sepolia_X1ConnectorMeta_filter] + or: [sepolia_X1ConnectorMeta_filter] } -enum sepolia_XlayerConnectorMeta_orderBy { +enum sepolia_X1ConnectorMeta_orderBy { id spokeDomain hubDomain diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/types.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/types.ts index 02c7ade92a..85b88505bd 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Sepolia/types.ts @@ -1387,14 +1387,14 @@ export type Query = { sepolia_baseConnectorMetas: Array; sepolia_polygonZkConnectorMeta?: Maybe; sepolia_polygonZkConnectorMetas: Array; + sepolia_x1ConnectorMeta?: Maybe; + sepolia_x1ConnectorMetas: Array; sepolia_zkSyncConnectorMeta?: Maybe; sepolia_zkSyncConnectorMetas: Array; sepolia_modeConnectorMeta?: Maybe; sepolia_modeConnectorMetas: Array; sepolia_scrollConnectorMeta?: Maybe; sepolia_scrollConnectorMetas: Array; - sepolia_xlayerConnectorMeta?: Maybe; - sepolia_xlayerConnectorMetas: Array; sepolia_rootMessageProcessed?: Maybe; sepolia_rootMessageProcesseds: Array; sepolia_aggregateRootSavedSlow?: Maybe; @@ -1748,73 +1748,73 @@ export type Querysepolia_polygonZkConnectorMetasArgs = { }; -export type Querysepolia_zkSyncConnectorMetaArgs = { +export type Querysepolia_x1ConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_zkSyncConnectorMetasArgs = { +export type Querysepolia_x1ConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_modeConnectorMetaArgs = { +export type Querysepolia_zkSyncConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_modeConnectorMetasArgs = { +export type Querysepolia_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_scrollConnectorMetaArgs = { +export type Querysepolia_modeConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_scrollConnectorMetasArgs = { +export type Querysepolia_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_xlayerConnectorMetaArgs = { +export type Querysepolia_scrollConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_xlayerConnectorMetasArgs = { +export type Querysepolia_scrollConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -2315,14 +2315,14 @@ export type Subscription = { sepolia_baseConnectorMetas: Array; sepolia_polygonZkConnectorMeta?: Maybe; sepolia_polygonZkConnectorMetas: Array; + sepolia_x1ConnectorMeta?: Maybe; + sepolia_x1ConnectorMetas: Array; sepolia_zkSyncConnectorMeta?: Maybe; sepolia_zkSyncConnectorMetas: Array; sepolia_modeConnectorMeta?: Maybe; sepolia_modeConnectorMetas: Array; sepolia_scrollConnectorMeta?: Maybe; sepolia_scrollConnectorMetas: Array; - sepolia_xlayerConnectorMeta?: Maybe; - sepolia_xlayerConnectorMetas: Array; sepolia_rootMessageProcessed?: Maybe; sepolia_rootMessageProcesseds: Array; sepolia_aggregateRootSavedSlow?: Maybe; @@ -2676,73 +2676,73 @@ export type Subscriptionsepolia_polygonZkConnectorMetasArgs = { }; -export type Subscriptionsepolia_zkSyncConnectorMetaArgs = { +export type Subscriptionsepolia_x1ConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_zkSyncConnectorMetasArgs = { +export type Subscriptionsepolia_x1ConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_modeConnectorMetaArgs = { +export type Subscriptionsepolia_zkSyncConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_modeConnectorMetasArgs = { +export type Subscriptionsepolia_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_scrollConnectorMetaArgs = { +export type Subscriptionsepolia_modeConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_scrollConnectorMetasArgs = { +export type Subscriptionsepolia_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_xlayerConnectorMetaArgs = { +export type Subscriptionsepolia_scrollConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_xlayerConnectorMetasArgs = { +export type Subscriptionsepolia_scrollConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -2806,7 +2806,7 @@ export type Subscriptionsepolia__metaArgs = { block?: InputMaybe; }; -export type sepolia_XlayerConnectorMeta = { +export type sepolia_X1ConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; @@ -2815,7 +2815,7 @@ export type sepolia_XlayerConnectorMeta = { mirrorConnector: Scalars['sepolia_Bytes']; }; -export type sepolia_XlayerConnectorMeta_filter = { +export type sepolia_X1ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -2872,11 +2872,11 @@ export type sepolia_XlayerConnectorMeta_filter = { mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_XlayerConnectorMeta_orderBy = +export type sepolia_X1ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -3073,6 +3073,10 @@ export type _SubgraphErrorPolicy_ = /** null **/ sepolia_polygonZkConnectorMetas: InContextSdkMethod, /** null **/ + sepolia_x1ConnectorMeta: InContextSdkMethod, + /** null **/ + sepolia_x1ConnectorMetas: InContextSdkMethod, + /** null **/ sepolia_zkSyncConnectorMeta: InContextSdkMethod, /** null **/ sepolia_zkSyncConnectorMetas: InContextSdkMethod, @@ -3085,10 +3089,6 @@ export type _SubgraphErrorPolicy_ = /** null **/ sepolia_scrollConnectorMetas: InContextSdkMethod, /** null **/ - sepolia_xlayerConnectorMeta: InContextSdkMethod, - /** null **/ - sepolia_xlayerConnectorMetas: InContextSdkMethod, - /** null **/ sepolia_rootMessageProcessed: InContextSdkMethod, /** null **/ sepolia_rootMessageProcesseds: InContextSdkMethod, @@ -3186,6 +3186,10 @@ export type _SubgraphErrorPolicy_ = /** null **/ sepolia_polygonZkConnectorMetas: InContextSdkMethod, /** null **/ + sepolia_x1ConnectorMeta: InContextSdkMethod, + /** null **/ + sepolia_x1ConnectorMetas: InContextSdkMethod, + /** null **/ sepolia_zkSyncConnectorMeta: InContextSdkMethod, /** null **/ sepolia_zkSyncConnectorMetas: InContextSdkMethod, @@ -3198,10 +3202,6 @@ export type _SubgraphErrorPolicy_ = /** null **/ sepolia_scrollConnectorMetas: InContextSdkMethod, /** null **/ - sepolia_xlayerConnectorMeta: InContextSdkMethod, - /** null **/ - sepolia_xlayerConnectorMetas: InContextSdkMethod, - /** null **/ sepolia_rootMessageProcessed: InContextSdkMethod, /** null **/ sepolia_rootMessageProcesseds: InContextSdkMethod, diff --git a/packages/adapters/subgraph/.graphclientrc.yml b/packages/adapters/subgraph/.graphclientrc.yml index 8a3110a604..7719e2f3d1 100644 --- a/packages/adapters/subgraph/.graphclientrc.yml +++ b/packages/adapters/subgraph/.graphclientrc.yml @@ -4,7 +4,7 @@ sources: - name: Connext_Sepolia handler: graphql: - endpoint: https://api.studio.thegraph.com/query/60851/runtime-v1-sepolia/version/latest + endpoint: https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/EyVDzPp6mHAZpu2T5uDHYc6ThM4DcrRQFiC4Ecv8gzwX retry: 5 timeout: 30000 # 30 seconds transforms: @@ -19,7 +19,7 @@ sources: - name: Hub_Sepolia handler: graphql: - endpoint: https://api.studio.thegraph.com/query/60851/hub-v1-sepolia/version/latest + endpoint: https://gateway-arbitrum.network.thegraph.com/api/{env.GRAPH_API_KEY}/subgraphs/id/8ayCViZnpSRKnDefakqVyPD8YB2nax9QpbgVKHoVt7JH retry: 5 timeout: 30000 # 30 seconds transforms: From 183a7129190d810e6a5b2e10c18c2d1ca0e262c3 Mon Sep 17 00:00:00 2001 From: Prathmesh <201952225@iiitvadodara.ac.in> Date: Fri, 2 Aug 2024 14:15:12 +0530 Subject: [PATCH 2/2] fix: update version --- packages/adapters/cache/package.json | 2 +- packages/adapters/subgraph/package.json | 2 +- packages/adapters/txservice/package.json | 2 +- packages/agents/sdk-wrapper/package.json | 2 +- packages/agents/sdk/package.json | 2 +- packages/deployments/contracts/package.json | 2 +- packages/utils/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/adapters/cache/package.json b/packages/adapters/cache/package.json index 5a4e5b915a..b1d484e23d 100644 --- a/packages/adapters/cache/package.json +++ b/packages/adapters/cache/package.json @@ -1,6 +1,6 @@ { "name": "@connext/nxtp-adapters-cache", - "version": "2.5.0-alpha.5", + "version": "2.5.0-alpha.7", "description": "adapter for handling communication with Redis cache for nxtp protocol", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/adapters/subgraph/package.json b/packages/adapters/subgraph/package.json index cd99700924..ecd8600c70 100644 --- a/packages/adapters/subgraph/package.json +++ b/packages/adapters/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@connext/nxtp-adapters-subgraph", - "version": "2.5.0-alpha.5", + "version": "2.5.0-alpha.7", "description": "adapter for subgraph interaction of nxtp protocol", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/packages/adapters/txservice/package.json b/packages/adapters/txservice/package.json index cac24fdc56..043bd2d5a5 100644 --- a/packages/adapters/txservice/package.json +++ b/packages/adapters/txservice/package.json @@ -1,6 +1,6 @@ { "name": "@connext/nxtp-txservice", - "version": "2.5.0-alpha.6", + "version": "2.5.0-alpha.7", "description": "Robust transaction sending service for a wallet configured across multiple chains. Will bump gas and reattempt transactions as needed", "author": "Connext", "license": "MIT", diff --git a/packages/agents/sdk-wrapper/package.json b/packages/agents/sdk-wrapper/package.json index d71e417bfe..09734a939a 100644 --- a/packages/agents/sdk-wrapper/package.json +++ b/packages/agents/sdk-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@connext/sdk", - "version": "2.5.0-alpha.5", + "version": "2.5.0-alpha.7", "description": "Client-side package for interacting with the Connext protocol", "author": "Connext", "license": "MIT", diff --git a/packages/agents/sdk/package.json b/packages/agents/sdk/package.json index 068d4e6ce9..95967cab57 100644 --- a/packages/agents/sdk/package.json +++ b/packages/agents/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@connext/sdk-core", - "version": "2.5.0-alpha.5", + "version": "2.5.0-alpha.7", "description": "Client-side package for interacting with the Connext protocol", "author": "Connext", "license": "MIT", diff --git a/packages/deployments/contracts/package.json b/packages/deployments/contracts/package.json index 61c958e88f..b7588907f1 100644 --- a/packages/deployments/contracts/package.json +++ b/packages/deployments/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@connext/smart-contracts", - "version": "2.5.0-alpha.5", + "version": "2.5.0-alpha.7", "description": "", "scripts": { "test": "yarn forge test --no-match-path '*/{fork,integration}/**.sol'", diff --git a/packages/utils/package.json b/packages/utils/package.json index 3a817bf4c9..07a8151b9d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@connext/nxtp-utils", - "version": "2.5.0-alpha.5", + "version": "2.5.0-alpha.7", "description": "Common utilities for use within the @connext/nxtp-* packages", "author": "Connext", "license": "MIT",